de.sciss.synth.ugen
A UGen measuring the slope of signal. It calculates the rate of change per second of a signal, as given by the following formula:
out(i) = (in(i) - in(i-1)) * sampleRate
It thus equal to HPZ1.ar(_) * 2 * SampleRate.ir
HPZ1.ar(_) * 2 * SampleRate.ir
input signal to be measured
A UGen measuring the slope of signal. It calculates the rate of change per second of a signal, as given by the following formula:
out(i) = (in(i) - in(i-1)) * sampleRate
It thus equal to
HPZ1.ar(_) * 2 * SampleRate.ir