13
0
Fork 0

mixer strip pan & gain controls manage the master send, not the main outs

This commit is contained in:
Paul Davis 2024-05-06 14:03:14 -06:00
parent 0dcc3381f6
commit 1b4c4826c3
1 changed files with 5 additions and 1 deletions

View File

@ -600,7 +600,11 @@ MixerStrip::set_route (std::shared_ptr<Route> rt)
*/
processor_box.set_route (rt);
revert_to_default_display ();
if (Profile->get_livetrax() && !rt->is_master()) {
show_send (_route->master_send());
} else {
revert_to_default_display ();
}
/* unpack these from the parent and stuff them into our own
table