summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-11-15 14:11:05 -0800
committerLen Ovens <len@ovenwerks.net>2019-01-18 10:24:13 -0800
commitda347c3b37d54ebfd76ffc7edcfe8efe689bf0f3 (patch)
tree586906f3f6beb8f237fd484d3ff3a29b21348e9d /libs/ardour/route.cc
parent80df6b84b08773bed0001e53a9d2208dab70b8e3 (diff)
Hmm, balanced panner didn't seem to make it in
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index ac78450280..a1f356351c 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -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 */