summaryrefslogtreecommitdiffstats
path: root/src/engine/ConnectionImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-23 05:14:20 +0000
committerDavid Robillard <d@drobilla.net>2010-02-23 05:14:20 +0000
commitca809494991686b253679ecf0c0b8b4bf48aa22d (patch)
treec51e4e764c12e9fe899f20830b08bebaa82f784e /src/engine/ConnectionImpl.cpp
parent3893203399c1b67fb70729558e51f014b863b307 (diff)
downloadingen-ca809494991686b253679ecf0c0b8b4bf48aa22d.tar.gz
ingen-ca809494991686b253679ecf0c0b8b4bf48aa22d.tar.bz2
ingen-ca809494991686b253679ecf0c0b8b4bf48aa22d.zip
Working dynamic polyphony in the root patch.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2483 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/ConnectionImpl.cpp')
-rw-r--r--src/engine/ConnectionImpl.cpp1
1 files changed, 0 insertions, 1 deletions
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);
}
}