13
0

second application of 41c68ffc19

This is reapplied to allow us to remain in sync with ardour/master more easily
This commit is contained in:
Paul Davis 2024-05-10 15:23:44 -06:00
parent 9f98b4ab4e
commit 857ef78417

View File

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