Classes | UGens > Dynamics

Normalizer : UGen : AbstractFunction : Object

Flattens dynamics.
Source: Compander.sc
Subclasses: Limiter

Description

Normalizes the input amplitude to the given level. Normalizer will not overshoot like Compander will, but it needs to look ahead in the audio. Thus there is a delay equal to twice the value of the dur parameter.

Class Methods

Normalizer.ar(in: 0.0, level: 1.0, dur: 0.01)

Arguments:

in

The signal to be processed.

level

The peak output amplitude level to which to normalize the input.

dur

The buffer delay time. Shorter times will produce smaller delays and quicker transient response times, but may introduce amplitude modulation artifacts.

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples