summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-15 14:52:19 +0200
committerRobin Gareus <robin@gareus.org>2016-04-15 14:52:19 +0200
commited3eddaf19ca7b3fae05e2ad3b5c683e30be49ed (patch)
tree2f54f8c136ef51f6f57451ebfeec0e94b2f720e0 /libs/ardour/route.cc
parent426e2f2a194c8daf70da2552a2ad03cfef316efd (diff)
special case mixbus routing
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index a3eacb3588..51fc33a395 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2083,10 +2083,7 @@ Route::try_configure_processors_unlocked (ChanCount in, ProcessorStreams* err)
if (boost::dynamic_pointer_cast<Delivery> (*p)
&& boost::dynamic_pointer_cast<Delivery> (*p)->role() == Delivery::Main
-#ifndef MIXBUS
- && _strict_io
-#endif
- ) {
+ && ( _strict_io || Profile->get_mixbus ())) {
/* with strict I/O the panner + output are forced to
* follow the last processor's output.
*