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 = 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. object Curve

  5. object Segment extends Serializable

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

  7. def adsr: Env

  8. final def asInstanceOf[T0]: T0

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

  10. def asr: 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 cutoff: Env

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

  16. def dadsr: Env

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

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

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

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

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

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

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

    Definition Classes
    EnvFactory
  24. def linen: Env

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

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

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

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

    Definition Classes
    EnvFactory
  29. def perc: Env

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

    Definition Classes
    EnvFactory
  31. def sine: Env

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

    Definition Classes
    EnvFactory
  35. def triangle: Env

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

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

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