From 5ee2e8d50071efeec13c535aedb81c1cee74aa99 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 15 May 2024 16:09:03 -0600 Subject: [PATCH] L: default mute-affects-pre-fader should be false for LiveTrax --- libs/ardour/ardour/rc_configuration_vars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 9b3d4f6809..e1814a29e1 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -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)