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