From 54329f21625e52903009a89fc03c8ac966f2724c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Jul 2007 20:36:46 +0000 Subject: Control <-> Audio connections. git-svn-id: http://svn.drobilla.net/lad/ingen@603 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/ConnectionEvent.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libs/engine/events/ConnectionEvent.cpp') diff --git a/src/libs/engine/events/ConnectionEvent.cpp b/src/libs/engine/events/ConnectionEvent.cpp index dc4033cc..8952e281 100644 --- a/src/libs/engine/events/ConnectionEvent.cpp +++ b/src/libs/engine/events/ConnectionEvent.cpp @@ -76,14 +76,6 @@ ConnectionEvent::pre_process() return; } - // FIXME: MIDI buffer size is a kluge all around - if (_src_port->type() == DataType::FLOAT - && _src_port->buffer_size() != _dst_port->buffer_size()) { - _error = TYPE_MISMATCH; - QueuedEvent::pre_process(); - return; - } - _dst_input_port = dynamic_cast(_dst_port); _src_output_port = dynamic_cast(_src_port); -- cgit v1.2.1