mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
change default meter-fall-off to 13.3 dB/sec
This commit is contained in:
parent
893e26cc68
commit
a2ceba6fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ CONFIG_VARIABLE (bool, super_rapid_clock_update, "super-rapid-clock-update", fal
|
|||
/* metering */
|
||||
|
||||
CONFIG_VARIABLE (float, meter_hold, "meter-hold", 100.0f)
|
||||
CONFIG_VARIABLE (float, meter_falloff, "meter-falloff", 32.0f)
|
||||
CONFIG_VARIABLE (float, meter_falloff, "meter-falloff", 13.3f)
|
||||
CONFIG_VARIABLE (VUMeterStandard, meter_vu_standard, "meter-vu-standard", MeteringVUstandard)
|
||||
CONFIG_VARIABLE (MeterLineUp, meter_line_up_level, "meter-line-up-level", MeteringLineUp18)
|
||||
CONFIG_VARIABLE (MeterLineUp, meter_line_up_din, "meter-line-up-din", MeteringLineUp15)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue