Make meter falloff rate default to a value that is one of the configuration options.
git-svn-id: svn://localhost/ardour2/branches/3.0@6161 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -119,7 +119,7 @@ CONFIG_VARIABLE (bool, disable_disarm_during_roll, "disable-disarm-during-roll",
|
||||
/* metering */
|
||||
|
||||
CONFIG_VARIABLE (float, meter_hold, "meter-hold", 100.0f)
|
||||
CONFIG_VARIABLE (float, meter_falloff, "meter-falloff", 27.0f)
|
||||
CONFIG_VARIABLE (float, meter_falloff, "meter-falloff", 32.0f)
|
||||
|
||||
/* miscellany */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user