From f1a8e02f49de5545b69af7afeaff376a1c47f1f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 5 Jan 2010 02:31:33 +0000 Subject: Event mixing. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2337 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ConnectionImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/ConnectionImpl.cpp') 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()) -- cgit v1.2.1