mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
grouped faders should have relative gain by default
This commit is contained in:
parent
4af99f7d00
commit
21ea94c000
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ RouteGroup::make_property_quarks ()
|
||||||
DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for monitoring = %1\n", Properties::monitoring.property_id));
|
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) \
|
, _active (Properties::active, false) \
|
||||||
, _hidden (Properties::hidden, false) \
|
, _hidden (Properties::hidden, false) \
|
||||||
, _gain (Properties::gain, false) \
|
, _gain (Properties::gain, false) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue