RunningMax:
Filter:
Classes | UGens > Maths

RunningMax : Peak : UGen : AbstractFunction : Object

Track maximum level.
Source: Trig.sc

Description

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

Class Methods

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

From superclass: Peak

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

From superclass: Peak

Arguments:

in

The input signal.

trig

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