From da347c3b37d54ebfd76ffc7edcfe8efe689bf0f3 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Thu, 15 Nov 2018 14:11:05 -0800 Subject: [PATCH] Hmm, balanced panner didn't seem to make it in --- libs/ardour/route.cc | 3 +++ 1 file changed, 3 insertions(+) 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 */