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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/TypedPort.h') diff --git a/src/libs/engine/TypedPort.h b/src/libs/engine/TypedPort.h index 1fd51fb0..bcfad10a 100644 --- a/src/libs/engine/TypedPort.h +++ b/src/libs/engine/TypedPort.h @@ -49,7 +49,7 @@ public: Buffer* buffer(size_t voice) const { return m_buffers.at(voice); } - virtual void process(samplecount nframes) {} + virtual void process(samplecount nframes); virtual void clear_buffers(); //TypedPort* tied_port() const { return m_tied_port; } -- cgit v1.2.1