mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix SNAFU in 20d813cd17 (surround mute point)
This commit is contained in:
parent
f1ecd8c124
commit
2224aca75c
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ MuteMaster::set_state (const XMLNode& node, int version)
|
|||
_muted_by_self = (_mute_point != MutePoint (0));
|
||||
}
|
||||
if (version < 7003 && Config->get_mute_affects_surround_sends ()) {
|
||||
_muted_by_self |= SurroundSend;
|
||||
_mute_point = MutePoint (_mute_point | SurroundSend);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue