summaryrefslogtreecommitdiffstats
path: root/src/engine/ConnectionImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-01-05 02:31:33 +0000
committerDavid Robillard <d@drobilla.net>2010-01-05 02:31:33 +0000
commitf1a8e02f49de5545b69af7afeaff376a1c47f1f8 (patch)
tree721e3f53786c7dd1579c1f72b396cf11e62bcc5e /src/engine/ConnectionImpl.cpp
parent13eaacac207abce0b99159b29ea06df47c4c0e15 (diff)
downloadingen-f1a8e02f49de5545b69af7afeaff376a1c47f1f8.tar.gz
ingen-f1a8e02f49de5545b69af7afeaff376a1c47f1f8.tar.bz2
ingen-f1a8e02f49de5545b69af7afeaff376a1c47f1f8.zip
Event mixing.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2337 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/ConnectionImpl.cpp')
-rw-r--r--src/engine/ConnectionImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/ConnectionImpl.cpp b/src/engine/ConnectionImpl.cpp
index b64875c2..f934fc21 100644
--- a/src/engine/ConnectionImpl.cpp
+++ b/src/engine/ConnectionImpl.cpp
@@ -51,7 +51,7 @@ ConnectionImpl::ConnectionImpl(BufferFactory& bufs, PortImpl* src_port, PortImpl
assert(src_port->path() != dst_port->path());
if (must_mix() || must_queue())
- _local_buffer = bufs.get(dst_port->type(), dst_port->buffer_size());
+ _local_buffer = bufs.get(dst_port->type(), dst_port->buffer_size(), true);
if (must_queue())