final case classCircleRamp(rate: MaybeRate, in: GE, dur: GE = 0.1f, lo: GE = 180.0f, hi: GE = 180.0f) extends SingleOut with Product with Serializable
This is a UGen like Ramp , but it always takes the shortest way around a
defined circle, wrapping values where appropriate. This can be useful when
smoothing panning signals for speaker rings, for instance in Vector Base
Amplitude Panning.
This is a UGen like
Ramp, but it always takes the shortest way around a defined circle, wrapping values where appropriate. This can be useful when smoothing panning signals for speaker rings, for instance in Vector Base Amplitude Panning.The signal to be smoothed.
Ramp duration in seconds
The lower wrap value
The upper wrap value
Lag
Ramp
VBAP