Class

de.sciss.fscape.FScapeJobs

DrMurke

Related Doc: package FScapeJobs

Permalink

case class DrMurke(in: String, ctrlIn: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = Gain.immediate, mode: String = "up", chanUp: String = "min", chanDown: String = "max", threshUp: String = "0.3", threshDown: String = "0.2", durUp: String = "0.1s", durDown: String = "0.01s", attack: String = "0.01s", release: String = "1.0s", spacing: Option[String] = Some( "1.0s" )) extends Doc with Product with Serializable

mode

either of "up" or "down"

chanUp

either of "min" or "max"

chanDown

either of "min" or "max"

spacing

if None, this corresponds to original spacing, otherwise Some( timeSecs )

Linear Supertypes
Serializable, Serializable, Product, Equals, Doc, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrMurke
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Doc
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DrMurke(in: String, ctrlIn: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = Gain.immediate, mode: String = "up", chanUp: String = "min", chanDown: String = "max", threshUp: String = "0.3", threshDown: String = "0.2", durUp: String = "0.1s", durDown: String = "0.01s", attack: String = "0.01s", release: String = "1.0s", spacing: Option[String] = Some( "1.0s" ))

    Permalink

    mode

    either of "up" or "down"

    chanUp

    either of "min" or "max"

    chanDown

    either of "min" or "max"

    spacing

    if None, this corresponds to original spacing, otherwise Some( timeSecs )

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val attack: String

    Permalink
  6. val chanDown: String

    Permalink

    either of "min" or "max"

  7. val chanUp: String

    Permalink

    either of "min" or "max"

  8. def className: String

    Permalink
    Definition Classes
    DrMurkeDoc
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val ctrlIn: String

    Permalink
  11. val durDown: String

    Permalink
  12. val durUp: String

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

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val gain: Gain

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val in: String

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val mode: String

    Permalink

    either of "up" or "down"

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val out: String

    Permalink
  24. val release: String

    Permalink
  25. val spacing: Option[String]

    Permalink

    if None, this corresponds to original spacing, otherwise Some( timeSecs )

  26. val spec: AudioFileSpec

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val threshDown: String

    Permalink
  29. val threshUp: String

    Permalink
  30. def toProperties(p: Properties): Unit

    Permalink
    Definition Classes
    DrMurkeDoc
  31. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Doc

Inherited from AnyRef

Inherited from Any

Ungrouped