Peak:
Filter:
Classes | UGens > Analysis > Amplitude

Peak : UGen : AbstractFunction : Object

Track peak signal amplitude.
Source: Trig.sc
Subclasses: RunningMax, RunningMin

Description

Outputs the peak amplitude of the signal received at the input. When a trigger occurs at the reset input, the maximum output value is reset to the current value.

The reported peak will always be positive, i.e. the absolute value of the signal at its peak amplitude, even when that peak is negative. To obtain the minimum and maximum values of the signal as is, use the RunningMin and RunningMax UGens.

Class Methods

Peak.ar(in: 0.0, trig: 0.0)

Peak.kr(in: 0.0, trig: 0.0)

Arguments:

in

The input signal.

trig

Trigger. Resets the output value to the current input value. A trigger happens when the signal changes from non-positive to positive.

Inherited class methods

Instance Methods

Inherited instance methods

Examples