13
0

disable panner on main outs of monitor bus - it doesn't pan, ever.

git-svn-id: svn://localhost/ardour2/branches/3.0@6801 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-27 12:35:45 +00:00
parent 52e6bf873c
commit 4be50fc81b

View File

@ -155,10 +155,12 @@ Route::init ()
*/
_monitor_control.reset (new MonitorProcessor (_session));
add_processor (_monitor_control, i);
/* no panning on the monitor main outs */
_main_outs->panner()->set_bypassed (true);
}
/* now that we have _meter, its safe to connect to this */
Metering::Meter.connect_same_thread (*this, (boost::bind (&Route::meter, this)));