13
0

L: default mute-affects-pre-fader should be false for LiveTrax

This commit is contained in:
Paul Davis 2024-05-15 16:09:03 -06:00
parent 9f008f80eb
commit 5ee2e8d500

View File

@ -124,7 +124,7 @@ CONFIG_VARIABLE (bool, interview_editing, "interview-editing", false)
/* monitoring, mute, solo etc */
CONFIG_VARIABLE (bool, mute_affects_pre_fader, "mute-affects-pre-fader", false)
CONFIG_VARIABLE (bool, mute_affects_pre_fader, "mute-affects-pre-fader", true)
CONFIG_VARIABLE (bool, mute_affects_post_fader, "mute-affects-post-fader", true)
CONFIG_VARIABLE (bool, mute_affects_control_outs, "mute-affects-control-outs", true)
CONFIG_VARIABLE (bool, mute_affects_main_outs, "mute-affects-main-outs", true)