Parametric

final case
class Parametric(curvature: Double) extends Warp

Equivalent to CurveWarp in SuperCollider. For |curvature| < 0.001, this falls back to linear mapping.

Companion
object
trait Serializable
trait Product
trait Equals
trait Warp
trait Writable
class Object
trait Matchable
class Any

Value members

Concrete methods

def id: Int
def inverseMap(spec: ParamSpec, value: Double): Double
def inverseMap(spec: ParamSpec, value: GE): GE
def map(spec: ParamSpec, value: Double): Double
def map(spec: ParamSpec, value: GE): GE
def write(out: DataOutput): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product