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.

Internally, the absolute value of the signal is used, to prevent underreporting the peak value if there is a negative DC offset. 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