object Env extends EnvFactory[Env] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Env
- Serializable
- EnvFactory
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adsr(attack: GE = 0.01f, decay: GE = 0.3f, sustainLevel: GE = 0.5f, release: GE = 1f, peakLevel: GE = 1f, curve: Curve = -4.0, bias: GE = 0f): Env
- def adsr: Env
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asr(attack: GE = 0.01f, level: GE = 1f, release: GE = 1f, curve: Curve = -4.0): Env
- def asr: Env
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def create(startLevel: GE, segments: IndexedSeq[Segment]): Env
- Attributes
- protected
- Definition Classes
- Env → EnvFactory
- def cutoff(release: GE = 0.1f, level: GE = 1f, curve: Curve = linear): Env
- def cutoff: Env
- def dadsr(delay: GE = 0.1f, attack: GE = 0.01f, decay: GE = 0.3f, sustainLevel: GE = 0.5f, release: GE = 1f, peakLevel: GE = 1f, curve: Curve = -4.0, bias: GE = 0f): Env
- def dadsr: Env
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linen(attack: GE = 0.01f, sustain: GE = 1f, release: GE = 1f, level: GE = 1f, curve: Curve = linear): Env
- Definition Classes
- EnvFactory
- def linen: Env
- Definition Classes
- EnvFactory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def perc(attack: GE = 0.01f, release: GE = 1f, level: GE = 1f, curve: Curve = parametric(-4f)): Env
- Definition Classes
- EnvFactory
- def perc: Env
- Definition Classes
- EnvFactory
- def read(in: RefMapIn, key: String, arity: Int): Env
- Definition Classes
- Env → ProductReader
- def sine(dur: GE = 1f, level: GE = 1f): Env
- Definition Classes
- EnvFactory
- def sine: Env
- Definition Classes
- EnvFactory
- def step(levels: Seq[GE], durs: Seq[GE], releaseNode: GE = -99, loopNode: GE = -99): Env
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def triangle(dur: GE = 1f, level: GE = 1f): Env
- Definition Classes
- EnvFactory
- def triangle: Env
- Definition Classes
- EnvFactory
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Curve extends ProductReader[Curve]
- object Segment extends ProductReader[Segment] with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated