git-svn-id: svn://localhost/ardour2/branches/3.0@5064 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-05-07 18:33:41 +00:00
parent 731de16c07
commit cf4ec6323a

View File

@@ -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;