Hmm, balanced panner didn't seem to make it in
authorLen Ovens <len@ovenwerks.net>
Thu, 15 Nov 2018 22:11:05 +0000 (14:11 -0800)
committerLen Ovens <len@ovenwerks.net>
Fri, 18 Jan 2019 18:24:13 +0000 (10:24 -0800)
libs/ardour/route.cc

index ac78450280119edf1ade604c2d25e28abed0b981..a1f356351cb1cbebb91b5022231e2737833d4c52 100644 (file)
@@ -239,6 +239,9 @@ Route::init ()
                _monitor_control.reset (new MonitorProcessor (_session));
                _monitor_control->activate ();
        }
+       if (_presentation_info.flags() & PresentationInfo::FoldbackBus) {
+               panner_shell()->select_panner_by_uri ("http://ardour.org/plugin/panner_balance");
+       }
 
        /* now that we have _meter, its safe to connect to this */