summaryrefslogtreecommitdiffstats
path: root/src/engine/DuplexPort.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-02 22:55:11 +0000
committerDavid Robillard <d@drobilla.net>2009-06-02 22:55:11 +0000
commita9f1f6912fa3e6b485a5c6e4195233ef3fb087a1 (patch)
treeca66aa1f973d127127c3a72ed1e4a98b53116e9b /src/engine/DuplexPort.cpp
parent9cc7a1adb60ad24da0926f15af13f2a7acd0c2e3 (diff)
downloadingen-a9f1f6912fa3e6b485a5c6e4195233ef3fb087a1.tar.gz
ingen-a9f1f6912fa3e6b485a5c6e4195233ef3fb087a1.tar.bz2
ingen-a9f1f6912fa3e6b485a5c6e4195233ef3fb087a1.zip
Remove redundant EventBuffer::_iter.
Fix EventBuffer unjoining. Don't pre-process patch input port connections twice. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2060 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/DuplexPort.cpp')
-rw-r--r--src/engine/DuplexPort.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/DuplexPort.cpp b/src/engine/DuplexPort.cpp
index 1f26d4e3..195d0468 100644
--- a/src/engine/DuplexPort.cpp
+++ b/src/engine/DuplexPort.cpp
@@ -62,9 +62,6 @@ DuplexPort::pre_process(ProcessContext& context)
cerr << path() << " duplex pre: buffer: " << buffer(0) << endl;
cerr << path() << " duplex pre: is_output: " << _is_output << " { " << endl;*/
- for (Connections::iterator c = _connections.begin(); c != _connections.end(); ++c)
- (*c)->process(context);
-
if (_is_output) {
for (uint32_t i=0; i < _poly; ++i)