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