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