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. def adsr: Env

  10. final def asInstanceOf[T0]: T0

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

  12. def asr: Env

  13. def clone(): AnyRef

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

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

  16. def cutoff: Env

  17. 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

  18. def dadsr: Env

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

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

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

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

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

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

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

    Definition Classes
    EnvFactory
  26. def linen: Env

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

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

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

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

    Definition Classes
    EnvFactory
  31. def perc: Env

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

    Definition Classes
    EnvFactory
  33. def sine: Env

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

    Definition Classes
    EnvFactory
  37. def triangle: Env

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. 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