From b8bb5f30aa5d8a8eb0f0abbb4212706c702f22e0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 9 Oct 2008 21:40:09 +0000 Subject: [PATCH] add config var for region fade visibility git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3901 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/configuration_vars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/configuration_vars.h b/libs/ardour/ardour/configuration_vars.h index 27056c7948..da2180f92a 100644 --- a/libs/ardour/ardour/configuration_vars.h +++ b/libs/ardour/ardour/configuration_vars.h @@ -70,6 +70,7 @@ CONFIG_VARIABLE (bool, xfades_active, "xfades-active", true) CONFIG_VARIABLE (bool, xfades_visible, "xfades-visible", true) CONFIG_VARIABLE (uint32_t, destructive_xfade_msecs, "destructive-xfade-msecs", 2) CONFIG_VARIABLE (bool, use_region_fades, "use-region-fades", true) +CONFIG_VARIABLE (bool, show_region_fades, "show-region-fades", true) /* editing related */