Normalizer:
Filter:
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

Instance Methods

Inherited instance methods

Examples