Shut up.
git-svn-id: svn://localhost/ardour2/branches/3.0@5064 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -303,7 +303,6 @@ IO::collect_input (BufferSet& outs, nframes_t nframes, ChanCount offset)
|
||||
PortSet::iterator i = _inputs.begin(*t);
|
||||
BufferSet::iterator o = outs.begin(*t);
|
||||
|
||||
cerr << (*t).to_string() << endl;
|
||||
for (uint32_t off = 0; off < offset.get(*t); ++off, ++o) {
|
||||
if (o == outs.end(*t)) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user