part two of: make region gain line visibility global, not per-region
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 15 Feb 2012 14:03:30 +0000 (14:03 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 15 Feb 2012 14:03:30 +0000 (14:03 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11493 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/rc_configuration_vars.h

index 39a080faaeec83c663ef66a57f1b6f1914137f99..146f91dd68f09b5355019786e854e59f84781f79 100644 (file)
@@ -186,3 +186,4 @@ CONFIG_VARIABLE (bool, show_zoom_tools, "show-zoom-tools", true)
 CONFIG_VARIABLE (bool, widget_prelight, "widget-prelight", 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)