2 summary:: Track minimum level.
3 related:: Classes/RunningMax, Classes/RunningSum
4 categories:: UGens>Maths
9 Outputs the minimum value received at the input. When a trigger occurs at
10 the reset input, the minimum output value is reset to the current value.
24 Resets the output value to the current input value. A trigger happens when the signal changes from non-positive to positive.
34 RunningMin.ar(Dust.ar(20), Impulse.ar(0.4)) * 500 + 200,
41 // follow a sine lfo, reset rate controlled by mouse x
45 RunningMin.kr(SinOsc.kr(0.2), Impulse.kr(MouseX.kr(0.01, 2, 1))) * 500 + 200,