CircleRamp

object CircleRamp extends ProductReader[CircleRamp]

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 third-party UGen (VBAPUGens).

See also

Ramp

Lag

Companion
class
trait Product
trait Mirror
trait ProductReader[CircleRamp]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE, dur: GE, lo: GE, hi: GE): CircleRamp
Value Params
dur

Ramp duration in seconds

hi

The upper wrap value

in

The signal to be smoothed.

lo

The lower wrap value

def kr(in: GE, dur: GE, lo: GE, hi: GE): CircleRamp
Value Params
dur

Ramp duration in seconds

hi

The upper wrap value

in

The signal to be smoothed.

lo

The lower wrap value

def read(in: RefMapIn, key: String, arity: Int): CircleRamp