From e853d3dfcf450f6160e19f20b6b67e251c906169 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 24 Feb 2010 23:12:34 +0000 Subject: Add new Delay internal. Preliminary work towards split cycles. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2485 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/InputPort.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/engine/InputPort.cpp') diff --git a/src/engine/InputPort.cpp b/src/engine/InputPort.cpp index f4fd3620..fa45117d 100644 --- a/src/engine/InputPort.cpp +++ b/src/engine/InputPort.cpp @@ -217,11 +217,6 @@ InputPort::pre_process(Context& context) void InputPort::post_process(Context& context) { - // Prepare buffers for next cycle - if (type() != PortType::CONTROL && num_connections() > 1) - for (uint32_t v = 0; v < _poly; ++v) - buffer(v)->prepare_write(context); - _set_by_user = false; } -- cgit v1.2.1