look-ahead time in seconds (init-time only)
input signal to be limited
maximum amplitude to which the signal is limited.
maximum amplitude to which the signal is limited. The
limiter will kick in when the input signal exceeds
+level
or falls below -level
.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Limits the input amplitude to the given level. Unlike
Compander
, this UGen will never overshoot, but it needs to look ahead in the input signal, introducing a delay in its output. The delay time is equal to twice the value of thedur
parameter (the buffer internally used).input signal to be limited
maximum amplitude to which the signal is limited. The limiter will kick in when the input signal exceeds
+level
or falls below-level
.look-ahead time in seconds (init-time only)
Compander
Normalizer