final case classRamp(rate: MaybeRate, in: GE, dur: GE = 0.1f) extends SingleOut with Product with Serializable
A UGen which produces a linear lag (time smear) regarding and input signal.
Other than Lag which is a feedback filter with exponential decay, Ramp
applies a linear ramp. This is achieved by sampling the input signal at regular
intervals given by the lagTime and starting a new line segment after each
interval.
in
the signal to smooth out
dur
the ramp-time (seconds) which is also the interval of
the sampling
A UGen which produces a linear lag (time smear) regarding and input signal. Other than
Lag
which is a feedback filter with exponential decay,Ramp
applies a linear ramp. This is achieved by sampling the input signal at regular intervals given by thelagTime
and starting a new line segment after each interval.the signal to smooth out
the ramp-time (seconds) which is also the interval of the sampling
Sweep
Lag