From ca809494991686b253679ecf0c0b8b4bf48aa22d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Feb 2010 05:14:20 +0000 Subject: Working dynamic polyphony in the root patch. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2483 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ConnectionImpl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/ConnectionImpl.cpp') diff --git a/src/engine/ConnectionImpl.cpp b/src/engine/ConnectionImpl.cpp index 4a154809..e555509d 100644 --- a/src/engine/ConnectionImpl.cpp +++ b/src/engine/ConnectionImpl.cpp @@ -146,7 +146,6 @@ ConnectionImpl::process(Context& context) for (uint32_t v = 0; v < num_srcs; ++v) srcs[v] = src_port()->buffer(v).get(); - _local_buffer->clear(); mix(context, _local_buffer.get(), srcs, num_srcs); } } -- cgit v1.2.1