From 84f17a6e47b09b2f4c38674e9af668d4a6002c4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Nov 2008 00:27:23 +0000 Subject: Mix down subpatch inputs when necessary (fix ticket #246). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1745 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/DuplexPort.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine') diff --git a/src/engine/DuplexPort.cpp b/src/engine/DuplexPort.cpp index 5f5b8606..84d53be6 100644 --- a/src/engine/DuplexPort.cpp +++ b/src/engine/DuplexPort.cpp @@ -69,6 +69,8 @@ DuplexPort::pre_process(ProcessContext& context) } else { + InputPort::pre_process(context); + for (uint32_t i=0; i < _poly; ++i) _buffers->at(i)->prepare_read(context.start(), context.nframes()); -- cgit v1.2.1