From 00caabf73583fa029601b7d4e9ccdb9b2da7925c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 12 Jun 2016 20:16:16 +0200 Subject: ignore midi on monitor-section and force strict-i/o --- libs/ardour/route.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/route.cc') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 1600c3c9e8..988f3251ef 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -1619,8 +1619,8 @@ 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 ())) { + && !is_auditioner() + && (is_monitor() || _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