Fix muting of monitor section when engaging surround
This commit is contained in:
parent
8ca4c4a255
commit
75e8f58952
@ -1539,7 +1539,7 @@ Session::auto_connect_surround_master ()
|
|||||||
|
|
||||||
/* Mute non-surround path */
|
/* Mute non-surround path */
|
||||||
if (_monitor_out) {
|
if (_monitor_out) {
|
||||||
_monitor_out->monitor_control ()->set_mono (true);
|
_monitor_out->monitor_control ()->set_cut_all (true);
|
||||||
} else if (_master_out) {
|
} else if (_master_out) {
|
||||||
_master_out->mute_control ()->set_value (true, PBD::Controllable::NoGroup);
|
_master_out->mute_control ()->set_value (true, PBD::Controllable::NoGroup);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user