de.sciss.fscape.FScapeJobs

DrMurke

case class DrMurke(in: String, ctrlIn: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.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] = scala.Some.apply[String]("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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DrMurke(in: String, ctrlIn: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.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] = scala.Some.apply[String]("1.0s"))

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

    Definition Classes
    Any
  7. val attack: String

  8. val chanDown: String

    either of "min" or "max"

  9. val chanUp: String

    either of "min" or "max"

  10. def className: String

    Definition Classes
    DrMurkeDoc
  11. def clone(): AnyRef

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

  13. val durDown: String

  14. val durUp: String

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

    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. val in: String

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val mode: String

    either of "up" or "down"

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

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

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

    Definition Classes
    AnyRef
  25. val out: String

  26. val release: String

  27. val spacing: Option[String]

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

  28. val spec: AudioFileSpec

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

    Definition Classes
    AnyRef
  30. val threshDown: String

  31. val threshUp: String

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def write(p: Properties): Unit

    Definition Classes
    DrMurkeDoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Doc

Inherited from AnyRef

Inherited from Any

Ungrouped