mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
ensure that the master send is directly before the main outs.
This commit is contained in:
parent
b929e8a4e2
commit
dcdcaf4b47
1 changed files with 6 additions and 0 deletions
|
|
@ -5306,6 +5306,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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue