Features may be enabled or disabled by uncommenting the "control" lines near the top of the file.
A control is enabled if it starts with:
Code: Select all
;controlCode: Select all
;;controlCode: Select all
;;control type "Type" choice "Soft Limit,Hard Limit,Soft Clip,Hard Clip" 0
;;control gain-L "Input Gain (dB)\nmono/Left" real "" 0 0 10
;;control gain-R "Input Gain (dB)\nRight channel" real "" 0 0 10
;control thresh "Limit to (dB)" real "" -3 -10 0
;;control hold "Hold (ms)" real "" 10 1 50
;;control makeup "Apply Make-up Gain" choice "No,Yes" 0
And this is what it looks like with all features enabled:
The "Hold" setting only applies to the "Soft Limiter" and "Hard Limiter" options. Ideally it should be greyed out when either the "Hard Clip" or "Soft Clip" but unfortunately it is not yet possible to do that.
If this is to be shipped with Audacity, which I think it should be, then which controls would we want to expose to users?