13
0

rename all "Solo / Mute" options as "Solo & Mute" since '/' is now a path separator for options

This commit is contained in:
Paul Davis 2016-03-06 20:43:59 -05:00
parent 4ec118a0d8
commit d965bc2161

View File

@ -2481,7 +2481,7 @@ if (!Profile->get_mixbus()) {
/* SOLO AND MUTE */ /* SOLO AND MUTE */
add_option (_("Solo / mute"), new OptionEditorHeading (_("Solo"))); add_option (_("Solo & mute"), new OptionEditorHeading (_("Solo")));
_solo_control_is_listen_control = new BoolOption ( _solo_control_is_listen_control = new BoolOption (
"solo-control-is-listen-control", "solo-control-is-listen-control",
@ -2490,9 +2490,9 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_solo_control_is_listen_control) sigc::mem_fun (*_rc_config, &RCConfiguration::set_solo_control_is_listen_control)
); );
add_option (_("Solo / mute"), _solo_control_is_listen_control); add_option (_("Solo & mute"), _solo_control_is_listen_control);
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"exclusive-solo", "exclusive-solo",
_("Exclusive solo"), _("Exclusive solo"),
@ -2500,7 +2500,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_exclusive_solo) sigc::mem_fun (*_rc_config, &RCConfiguration::set_exclusive_solo)
)); ));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"show-solo-mutes", "show-solo-mutes",
_("Show solo muting"), _("Show solo muting"),
@ -2508,7 +2508,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_solo_mutes) sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_solo_mutes)
)); ));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"solo-mute-override", "solo-mute-override",
_("Soloing overrides muting"), _("Soloing overrides muting"),
@ -2516,7 +2516,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_solo_mute_override) sigc::mem_fun (*_rc_config, &RCConfiguration::set_solo_mute_override)
)); ));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new FaderOption ( new FaderOption (
"solo-mute-gain", "solo-mute-gain",
_("Solo-in-place mute cut (dB)"), _("Solo-in-place mute cut (dB)"),
@ -2534,7 +2534,7 @@ if (!Profile->get_mixbus()) {
_listen_position->add (AfterFaderListen, _("after-fader (AFL)")); _listen_position->add (AfterFaderListen, _("after-fader (AFL)"));
_listen_position->add (PreFaderListen, _("pre-fader (PFL)")); _listen_position->add (PreFaderListen, _("pre-fader (PFL)"));
add_option (_("Solo / mute"), _listen_position); add_option (_("Solo & mute"), _listen_position);
ComboOption<PFLPosition>* pp = new ComboOption<PFLPosition> ( ComboOption<PFLPosition>* pp = new ComboOption<PFLPosition> (
"pfl-position", "pfl-position",
@ -2546,7 +2546,7 @@ if (!Profile->get_mixbus()) {
pp->add (PFLFromBeforeProcessors, _("before pre-fader processors")); pp->add (PFLFromBeforeProcessors, _("before pre-fader processors"));
pp->add (PFLFromAfterProcessors, _("pre-fader but after pre-fader processors")); pp->add (PFLFromAfterProcessors, _("pre-fader but after pre-fader processors"));
add_option (_("Solo / mute"), pp); add_option (_("Solo & mute"), pp);
ComboOption<AFLPosition>* pa = new ComboOption<AFLPosition> ( ComboOption<AFLPosition>* pa = new ComboOption<AFLPosition> (
"afl-position", "afl-position",
@ -2558,11 +2558,11 @@ if (!Profile->get_mixbus()) {
pa->add (AFLFromBeforeProcessors, _("immediately post-fader")); pa->add (AFLFromBeforeProcessors, _("immediately post-fader"));
pa->add (AFLFromAfterProcessors, _("after post-fader processors (before pan)")); pa->add (AFLFromAfterProcessors, _("after post-fader processors (before pan)"));
add_option (_("Solo / mute"), pa); add_option (_("Solo & mute"), pa);
add_option (_("Solo / mute"), new OptionEditorHeading (_("Default track / bus muting options"))); add_option (_("Solo & mute"), new OptionEditorHeading (_("Default track / bus muting options")));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"mute-affects-pre-fader", "mute-affects-pre-fader",
_("Mute affects pre-fader sends"), _("Mute affects pre-fader sends"),
@ -2570,7 +2570,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_pre_fader) sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_pre_fader)
)); ));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"mute-affects-post-fader", "mute-affects-post-fader",
_("Mute affects post-fader sends"), _("Mute affects post-fader sends"),
@ -2578,7 +2578,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_post_fader) sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_post_fader)
)); ));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"mute-affects-control-outs", "mute-affects-control-outs",
_("Mute affects control outputs"), _("Mute affects control outputs"),
@ -2586,7 +2586,7 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_control_outs) sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_control_outs)
)); ));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"mute-affects-main-outs", "mute-affects-main-outs",
_("Mute affects main outputs"), _("Mute affects main outputs"),
@ -2594,9 +2594,9 @@ if (!Profile->get_mixbus()) {
sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_main_outs) sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_main_outs)
)); ));
add_option (_("Solo / mute"), new OptionEditorHeading (_("Send Routing"))); add_option (_("Solo & mute"), new OptionEditorHeading (_("Send Routing")));
add_option (_("Solo / mute"), add_option (_("Solo & mute"),
new BoolOption ( new BoolOption (
"link-send-and-route-panner", "link-send-and-route-panner",
_("Link panners of Aux and External Sends with main panner by default"), _("Link panners of Aux and External Sends with main panner by default"),