mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
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:
parent
52e6bf873c
commit
4be50fc81b
1 changed files with 4 additions and 2 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue