mixer strip pan & gain controls manage the master send, not the main outs
This commit is contained in:
parent
0dcc3381f6
commit
1b4c4826c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user