Vapor: mute master (not monitor), the latter is used for audition, etc

This commit is contained in:
Robin Gareus 2024-03-13 22:18:43 +01:00
parent 9e9fd201b5
commit f1ecd8c124
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 4 deletions

View File

@ -1538,10 +1538,7 @@ Session::auto_connect_surround_master ()
}
lm.release ();
/* Mute non-surround path */
if (_monitor_out) {
_monitor_out->monitor_control ()->set_cut_all (true);
} else if (_master_out) {
if (_master_out) {
_master_out->mute_control ()->set_value (true, PBD::Controllable::NoGroup);
}