special case strict-i/o on the master-bus

This commit is contained in:
Robin Gareus 2016-04-13 13:23:17 +02:00
parent 2b3205df0c
commit 66b14b7bbb

View File

@ -2096,7 +2096,7 @@ Route::try_configure_processors_unlocked (ChanCount in, ProcessorStreams* err)
* Delivery::configure_io() will do the actual removal
* by calling _output->ensure_io()
*/
if (_session.master_out ()) {
if (!is_master() && _session.master_out ()) {
/* ..but at least as many as there are master-inputs */
// XXX this may need special-casing for mixbus (master-outputs)
// and should maybe be a preference anyway ?!