disable pre-fader mute by default
authorRobin Gareus <robin@gareus.org>
Sat, 21 Mar 2015 18:28:50 +0000 (19:28 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 21 Mar 2015 18:44:58 +0000 (19:44 +0100)
<oofus> rgareus: pre fader sends are not really used
for FX sends, they would either be sending to other
busses or to something like headphone/cue feeds.
You don't want those mixes having stuff muted in
them as you are muting you main mix.

libs/ardour/ardour/rc_configuration_vars.h

index 205928cd86571ad43409fafbb69e1c471740f739..297b44e5c633184258f9aec037583e43bb6f69cd 100644 (file)
@@ -91,7 +91,7 @@ CONFIG_VARIABLE (RegionSelectionAfterSplit, region_selection_after_split, "regio
 
 /* monitoring, mute, solo etc */
 
-CONFIG_VARIABLE (bool, mute_affects_pre_fader, "mute-affects-pre-fader", true)
+CONFIG_VARIABLE (bool, mute_affects_pre_fader, "mute-affects-pre-fader", false)
 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)