mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 10:57:43 +01:00
Don't add standard processors twice to routes from 2.X sessions. Fixes #3434.
git-svn-id: svn://localhost/ardour2/branches/3.0@7740 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5b90aab4d8
commit
ad547e53fc
1 changed files with 0 additions and 17 deletions
|
|
@ -2110,23 +2110,6 @@ Route::_set_state_2X (const XMLNode& node, int version)
|
|||
}
|
||||
}
|
||||
|
||||
/* add standard processors */
|
||||
|
||||
//_meter.reset (new PeakMeter (_session));
|
||||
//add_processor (_meter, PreFader);
|
||||
|
||||
if (is_monitor()) {
|
||||
/* where we listen to tracks */
|
||||
_intreturn.reset (new InternalReturn (_session));
|
||||
add_processor (_intreturn, PreFader);
|
||||
|
||||
_monitor_control.reset (new MonitorProcessor (_session));
|
||||
add_processor (_monitor_control, PostFader);
|
||||
}
|
||||
|
||||
_main_outs.reset (new Delivery (_session, _output, _mute_master, _name, Delivery::Main));
|
||||
add_processor (_main_outs, PostFader);
|
||||
|
||||
/* IOs */
|
||||
|
||||
nlist = node.children ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue