RunningMin:
Filter:
Classes | UGens > Maths

RunningMin : Peak : UGen : AbstractFunction : Object

Track minimum level.
Source: Trig.sc

Description

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

Class Methods

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

From superclass: Peak

RunningMin.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