summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-28 16:20:24 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-28 16:20:24 -0500
commit21ea94c000bb30b7da111930aa4095b87f390cdd (patch)
tree336e216a563530cacd8bca9b19bebc4217a19b02 /libs
parent4af99f7d0013588134d08dda59e05011373ab8ed (diff)
grouped faders should have relative gain by default
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/route_group.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index 23b745892e..2f96520a97 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -79,7 +79,7 @@ RouteGroup::make_property_quarks ()
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for monitoring = %1\n", Properties::monitoring.property_id));
}
-#define ROUTE_GROUP_DEFAULT_PROPERTIES _relative (Properties::relative, false) \
+#define ROUTE_GROUP_DEFAULT_PROPERTIES _relative (Properties::relative, true) \
, _active (Properties::active, false) \
, _hidden (Properties::hidden, false) \
, _gain (Properties::gain, false) \