final case classLastValue(rate: Rate, in: GE, thresh: GE = 0.01f) extends SingleOut with Product with Serializable
A sample-and-hold UGen that outputs the last value before the input changed
more than a threshold. Change is based on the absolute of the differentiation of
input signal.
A sample-and-hold UGen that outputs the last value before the input changed more than a threshold. Change is based on the absolute of the differentiation of input signal.
input signal to analyze and filter
threshold below which the input sign
Slew