Object/Class

de.sciss.synth.ugen

Env

Related Docs: class Env | package ugen

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Curve extends AnyRef

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Curve

    Permalink
  5. object Segment extends Serializable

    Permalink
  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

    Permalink
  7. def adsr: Env

    Permalink
  8. final def asInstanceOf[T0]: T0

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

    Permalink
  10. def asr: Env

    Permalink
  11. def clone(): AnyRef

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

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

    Permalink
  14. def cutoff: Env

    Permalink
  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

    Permalink
  16. def dadsr: Env

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    EnvFactory
  24. def linen: Env

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

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

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

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

    Permalink
    Definition Classes
    EnvFactory
  29. def perc: Env

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

    Permalink
    Definition Classes
    EnvFactory
  31. def sine: Env

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

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

    Permalink
    Definition Classes
    EnvFactory
  35. def triangle: Env

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from EnvFactory[Env]

Inherited from AnyRef

Inherited from Any

Ungrouped