13
0

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:
Paul Davis 2024-05-10 15:16:13 -06:00
parent d931a2d83e
commit 0b73ff4daf

View File

@ -5402,12 +5402,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) {