From 241f734af475cec96dcb6f9d1aad77a6e2ec2a8d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 16 Apr 2016 00:10:48 +0200 Subject: disallow strict-i/o output on monitor and auditioner monitor follows the master bus outs, auditioner is fixed stereo and synth dependent. (fixes crash when adding/removing the monitor section) --- libs/ardour/route.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 7ef2a62a24..42807bcf03 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -2083,6 +2083,7 @@ Route::try_configure_processors_unlocked (ChanCount in, ProcessorStreams* err) if (boost::dynamic_pointer_cast (*p) && boost::dynamic_pointer_cast (*p)->role() == Delivery::Main + && !(is_monitor() || is_auditioner()) && ( _strict_io || Profile->get_mixbus ())) { /* with strict I/O the panner + output are forced to * follow the last processor's output. -- cgit v1.2.3