Warp

trait Warp extends Writable
Companion
object
trait Writable
class Object
trait Matchable
class Any
object Cosine
object DbFader
object Fader
object Int
object Linear
object Sine

Value members

Abstract methods

def inverseMap(spec: ParamSpec, value: Double): Double

Maps a scalar value from spec to normalized range

Maps a scalar value from spec to normalized range

def inverseMap(spec: ParamSpec, value: GE): GE

Maps a UGen signal from spec to normalized range

Maps a UGen signal from spec to normalized range

def map(spec: ParamSpec, value: Double): Double

Maps a scalar value from normalized range to spec. Note: this does not involve rounding according to the spec's step parameter!

Maps a scalar value from normalized range to spec. Note: this does not involve rounding according to the spec's step parameter!

def map(spec: ParamSpec, value: GE): GE

Maps a UGen signal from normalized range to spec. Note: this does not involve rounding according to the spec's step parameter!

Maps a UGen signal from normalized range to spec. Note: this does not involve rounding according to the spec's step parameter!

Inherited methods

def write(out: DataOutput): Unit
Inherited from
Writable