mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Revert "ensure that the master send is directly before the main outs."
MasterSends are not (currently) part of Ardour.
This reverts commit dcdcaf4b47.
This commit is contained in:
parent
384739aa80
commit
2f32a22a4d
1 changed files with 0 additions and 6 deletions
|
|
@ -5306,12 +5306,6 @@ Route::setup_invisible_processors ()
|
|||
new_processors.insert (meter_point, _meter);
|
||||
}
|
||||
|
||||
|
||||
if (Profile->get_livetrax() && _master_send) {
|
||||
assert (!_master_send->display_to_user());
|
||||
new_processors.insert (main, _master_send);
|
||||
}
|
||||
|
||||
/* Foldback Sends */
|
||||
|
||||
for (ProcessorList::iterator i = foldback_sends.begin(); i != foldback_sends.end(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue