de.sciss.synth.ugen

Env

object Env extends EnvFactory[Env] with Serializable

Linear Supertypes
Serializable, Serializable, EnvFactory[Env], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Env
  2. Serializable
  3. Serializable
  4. EnvFactory
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Curve extends AnyRef

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Curve

  7. object Segment extends Serializable

  8. def adsr(attack: GE = 0.01f, decay: GE = 0.3f, sustainLevel: GE = 0.5f, release: GE = 1, peakLevel: GE = 1, curve: Curve = parametric(-4), bias: GE = 0): Env

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asr(attack: GE = 0.01f, level: GE = 1, release: GE = 1, curve: Curve = parametric(-4)): Env

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def create(startLevel: GE, segments: IndexedSeq[Segment]): Env

    Attributes
    protected
    Definition Classes
    EnvEnvFactory
  13. def cutoff(release: GE = 0.1f, level: GE = 1, curve: Curve = linear): Env

  14. def dadsr(delay: GE = 0.1f, attack: GE = 0.01f, decay: GE = 0.3f, sustainLevel: GE = 0.5f, release: GE = 1, peakLevel: GE = 1, curve: Curve = parametric(-4), bias: GE = 0): Env

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def linen(attack: GE = 0.01f, sustain: GE = 1, release: GE = 1, level: GE = 1, curve: Curve = linear): Env

    Definition Classes
    EnvFactory
  22. def linen: Env

    Definition Classes
    EnvFactory
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def perc(attack: GE = 0.01, release: GE = 1, level: GE = 1, curve: Curve = parametric(-4)): Env

    Definition Classes
    EnvFactory
  27. def perc: Env

    Definition Classes
    EnvFactory
  28. def sine(dur: GE = 1, level: GE = 1): Env

    Definition Classes
    EnvFactory
  29. def sine: Env

    Definition Classes
    EnvFactory
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def triangle(dur: GE = 1, level: GE = 1): Env

    Definition Classes
    EnvFactory
  33. def triangle: Env

    Definition Classes
    EnvFactory
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from EnvFactory[Env]

Inherited from AnyRef

Inherited from Any

Ungrouped