From a603f4a917bd5a7d806ff8394e2bfbe0f64acc64 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jun 2006 03:27:16 +0000 Subject: Got the audio flowing git-svn-id: http://svn.drobilla.net/lad/grauph@70 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/TypedPort.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/libs/engine/TypedPort.cpp') diff --git a/src/libs/engine/TypedPort.cpp b/src/libs/engine/TypedPort.cpp index a5d954c6..fdbd7956 100644 --- a/src/libs/engine/TypedPort.cpp +++ b/src/libs/engine/TypedPort.cpp @@ -98,21 +98,14 @@ template void TypedPort::allocate_buffers(); template void TypedPort::allocate_buffers(); -/* -template<> +template void -TypedPort::process(samplecount nframes) +TypedPort::process(samplecount nframes) { for (size_t i=0; i < _poly; ++i) m_buffers.at(i)->prepare(nframes); } -template<> -void -TypedPort::process(samplecount nframes) -{ -} -*/ template void -- cgit v1.2.1