Packages

object Env extends EnvFactory[Env] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Env
  2. Serializable
  3. EnvFactory
  4. ProductReader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Curve extends Product
  2. final case class Segment(dur: GE, targetLevel: GE, curve: Curve = linear) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
  5. def adsr: Env
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asr(attack: GE = 0.01f, level: GE = 1f, release: GE = 1f, curve: Curve = -4.0): Env
  8. def asr: Env
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def create(startLevel: GE, segments: IndexedSeq[Segment]): Env
    Attributes
    protected
    Definition Classes
    EnvEnvFactory
  11. def cutoff(release: GE = 0.1f, level: GE = 1f, curve: Curve = linear): Env
  12. def cutoff: Env
  13. 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
  14. def dadsr: Env
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def linen(attack: GE = 0.01f, sustain: GE = 1f, release: GE = 1f, level: GE = 1f, curve: Curve = linear): Env
    Definition Classes
    EnvFactory
  21. def linen: Env
    Definition Classes
    EnvFactory
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def perc(attack: GE = 0.01f, release: GE = 1f, level: GE = 1f, curve: Curve = parametric(-4f)): Env
    Definition Classes
    EnvFactory
  26. def perc: Env
    Definition Classes
    EnvFactory
  27. def read(in: RefMapIn, key: String, arity: Int): Env
    Definition Classes
    EnvProductReader
  28. def sine(dur: GE = 1f, level: GE = 1f): Env
    Definition Classes
    EnvFactory
  29. def sine: Env
    Definition Classes
    EnvFactory
  30. def step(levels: Seq[GE], durs: Seq[GE], releaseNode: GE = -99, loopNode: GE = -99): Env
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def triangle(dur: GE = 1f, level: GE = 1f): Env
    Definition Classes
    EnvFactory
  34. def triangle: Env
    Definition Classes
    EnvFactory
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. object Curve extends ProductReader[Curve]
  39. object Segment extends ProductReader[Segment] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from EnvFactory[Env]

Inherited from ProductReader[Env]

Inherited from AnyRef

Inherited from Any

Ungrouped