the signal to analyze for local maxima
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
the sliding window size.
the sliding window size. Each two
emitted triggers are spaced apart at least
by size
frames.
A UGen that outputs triggers for local maxima within a sliding window. If multiple local maxima occur within the current window, only the one with the largest value will cause the trigger.
By definition, the first and last value in the input stream cannot qualify for local maxima.
the signal to analyze for local maxima
the sliding window size. Each two emitted triggers are spaced apart at least by
size
frames.