de.sciss.fscape.FScapeJobs

Kriechstrom

case class Kriechstrom(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, length: String = "1.0", minChunks: Int = 4, maxChunks: Int = 4, minRepeats: Int = 1, maxRepeats: Int = 1, minChunkLen: String = "0.02s", maxChunkLen: String = "0.5s", instantaneous: Boolean = true, maxEntry: String = "0.5s", fades: String = "0.2", filterAmount: String = "0.0", filterColor: String = "neutral") extends Doc with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Doc, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Kriechstrom
  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 Kriechstrom(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, length: String = "1.0", minChunks: Int = 4, maxChunks: Int = 4, minRepeats: Int = 1, maxRepeats: Int = 1, minChunkLen: String = "0.02s", maxChunkLen: String = "0.5s", instantaneous: Boolean = true, maxEntry: String = "0.5s", fades: String = "0.2", filterAmount: String = "0.0", filterColor: String = "neutral")

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. def className: String

    Definition Classes
    KriechstromDoc
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. val fades: String

  11. val filterAmount: String

  12. val filterColor: String

  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. val in: String

  17. val instantaneous: Boolean

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val length: String

  20. val maxChunkLen: String

  21. val maxChunks: Int

  22. val maxEntry: String

  23. val maxRepeats: Int

  24. val minChunkLen: String

  25. val minChunks: Int

  26. val minRepeats: Int

  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. val out: String

  31. val spec: AudioFileSpec

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

    Definition Classes
    AnyRef
  33. final def wait(): Unit

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

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

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

    Definition Classes
    KriechstromDoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Doc

Inherited from AnyRef

Inherited from Any

Ungrouped