Don't modify a send's output count depending on where it lands in the processor list.
git-svn-id: svn://localhost/ardour2/branches/3.0@8501 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6dde76454d
commit
afc0e2db6c
@ -225,10 +225,6 @@ Send::configure_io (ChanCount in, ChanCount out)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (_output) {
|
||||
_output->ensure_io (out, false, 0);
|
||||
}
|
||||
|
||||
if (!Processor::configure_io (in, out)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user