input signal to analyze
resets the maximum observed value to the current value of the input signal
input signal to analyze
resets the maximum observed value to the current value of the input signal
A UGen to measure a signal's maximum value between triggers.
The UGen keeps an internal state that reflects the maximum input value observed. When a trigger occurs at the reset input, it first copies the current maximum value to its output and then (quasi-simultaneously) resets its internal state to the current input value.
Examples
RunningSum
Peak
RunningMin