summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-23 04:48:55 +0000
committerDavid Robillard <d@drobilla.net>2007-01-23 04:48:55 +0000
commit86637e192ca87a2c0562122b371dacdfc0572c70 (patch)
tree25eb44b21af49d215081808d9bc520bbef07bfd3 /src/libs/engine/InputPort.cpp
parenta4ba7bcf194bcbdee622dd1fed76dfd47e50a0f0 (diff)
downloadingen-86637e192ca87a2c0562122b371dacdfc0572c70.tar.gz
ingen-86637e192ca87a2c0562122b371dacdfc0572c70.tar.bz2
ingen-86637e192ca87a2c0562122b371dacdfc0572c70.zip
Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners.
git-svn-id: http://svn.drobilla.net/lad/ingen@269 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/InputPort.cpp')
-rw-r--r--src/libs/engine/InputPort.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/InputPort.cpp b/src/libs/engine/InputPort.cpp
index 178a111c..6fbd500f 100644
--- a/src/libs/engine/InputPort.cpp
+++ b/src/libs/engine/InputPort.cpp
@@ -248,7 +248,6 @@ InputPort<MidiMessage>::process(SampleCount nframes, FrameTime start, FrameTime
do_mixdown = true;
} else {
// zero-copy
- assert(m_buffers.at(0)->is_joined());
m_buffers.at(0)->join((*m_connections.begin())->buffer(0));
//if (m_is_tied)
// m_tied_port->buffer(0)->join(m_buffers.at(0));