From cd8aa4e3044bfa2f6956e02ccc5458b3c9fbadc4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Apr 2014 06:31:24 -0400 Subject: [PATCH] add new config parameter controlling visibility of name highlights in regions. This also affects region name placement. --- libs/ardour/ardour/rc_configuration_vars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 2b82b644fb..6b14680b42 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -225,6 +225,7 @@ CONFIG_VARIABLE (bool, use_tooltips, "use-tooltips", true) CONFIG_VARIABLE (std::string, mixer_strip_visibility, "mixer-strip-visibility", "PhaseInvert,SoloSafe,SoloIsolated,Group,MeterPoint") CONFIG_VARIABLE (bool, allow_non_quarter_pulse, "allow-non-quarter-pulse", false) CONFIG_VARIABLE (bool, show_region_gain, "show-region-gain", false) +CONFIG_VARIABLE (bool, show_name_highlight, "show-name-highlight", false) /* web addresses used in the program */