de.sciss.fscape

FScapeJobs

object FScapeJobs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FScapeJobs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class BinaryOp(in1: String, imagIn1: Option[String] = scala.None, in2: String, imagIn2: Option[String] = scala.None, out: String, imagOut: Option[String] = scala.None, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, offset1: String = "0.0", length1: String = "1.0", offset2: String = "0.0", length2: String = "1.0", op: String = "+", drive1: String = "0.0dB", rectify1: Boolean = false, invert1: Boolean = false, drive2: String = "0.0dB", rectify2: Boolean = false, invert2: Boolean = false, dryMix: String = "0.0", dryInvert: Boolean = false, wetMix: String = "1.0") extends Doc with Product with Serializable

  2. case class Bleach(in: String, fltIn: Option[String] = scala.None, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, length: Int = 441, feedback: String = "-60.0dB", clip: String = "18.0dB", inverse: Boolean = false) extends Doc with Product with Serializable

  3. case class Concat(in1: String, in2: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, offset: String = "0.0s", length: String = "1.0", overlap: String = "0.0", fade: String = "0.0", cross: String = "eqp") extends Doc with Product with Serializable

  4. case class Convolution(in: String, impIn: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, mode: String = "conv", morphType: String = "rect", length: String = "full", truncFade: String = "0.01s", numIRs: Int = 1, winStep: String = "0.02s", overlap: String = "0s", normIRs: Boolean = false, trunc: Boolean = false, minPhase: Boolean = false) extends Doc with Product with Serializable

  5. trait Doc extends AnyRef

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

  7. case class Fourier(in: String, imagIn: Option[String] = scala.None, out: String, imagOut: Option[String] = scala.None, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, inverse: Boolean = false, format: String = "cartesian", trunc: Boolean = false, memory: Int = 16) extends Doc with Product with Serializable

  8. case class Gain(value: String = "0.0dB", normalized: Boolean = false) extends Product with Serializable

  9. case class Hilbert(in: String, out: String, imagOut: Option[String] = scala.None, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, freq: Double = 0.0, antiAlias: Boolean = true, envelope: Boolean = false) extends Doc with Product with Serializable

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

  11. case class Laguerre(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, warp: Double = -0.1, frameSize: Int = 4, overlap: Int = 1) extends Doc with Product with Serializable

  12. case class MakeLoop(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, length: String = "1s", offset: String = "#auto", trunc: String = "#auto", pos: String = "pre", cross: String = "eqp") extends Doc with Product with Serializable

  13. case class Needlehole(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, filter: String = "median", length: String = "0.05s", thresh: String = "-18dB", subDry: Boolean = false) extends Doc with Product with Serializable

  14. case class Resample(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, rate: String = "0semi", keepHeader: Boolean = false, interpolate: Boolean = false, fltLength: String = "medium") extends Doc with Product with Serializable

  15. case class Rotation(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, mode: String = "rotate", numRepeats: Int = 2, subDry: Boolean = false) extends Doc with Product with Serializable

  16. case class StepBack(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, mode: String = "decon", corrLen: Int = 1024, corrStep: Int = 256, minSpacing: String = "0.1s", maxSpacing: String = "5.0s", minXFade: String = "0.001s", maxXFade: String = "1.0s", offset: String = "0s", weight: Double = 0.5, markers: Boolean = false) extends Doc with Product with Serializable

  17. case class UnaryOp(in: String, imagIn: Option[String] = scala.None, out: String, imagOut: Option[String] = scala.None, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, offset: String = "0.0", length: String = "1.0", op: String = "thru", drive: String = "0.0dB", rectify: Boolean = false, invert: Boolean = false, reverse: Boolean = false, dryMix: String = "0.0", dryInvert: Boolean = false, wetMix: String = "1.0") extends Doc with Product with Serializable

  18. case class Voocooder(in: String, mod: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, op: String = "*", fltLength: String = "short", loFreq: String = "400Hz", hiFreq: String = "11025Hz", bandsPerOct: Int = 12) extends Doc with Product with Serializable

  19. case class Wavelet(in: String, out: String, spec: AudioFileSpec = ..., gain: Gain = FScapeJobs.this.Gain.immediate, filter: String = "daub4", inverse: Boolean = false, trunc: Boolean = false, scaleGain: String = "3dB") extends Doc with Product with Serializable

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. val DEFAULT_PORT: Int

  7. object Gain extends Serializable

  8. object OutputSpec

  9. def apply(transport: Net = TCP, addr: InetSocketAddress = ..., numThreads: Int = 1): FScapeJobs

    Creates a new FScape job-server.

    Creates a new FScape job-server. Note that currently, since the server will create temporary files, FScape must run on the same machine as the client. Since jobs are processed sequentially, you may still want to run several instances of FScape (each with their dedicated OSC port) to use all available processors.

    transport

    the OSC transport to use

    addr

    the OSC socket to connect to

    numThreads

    the maximum number of processes carried out in parallel on the server

    returns

    the new job-server ready to receive job requests. It will initially try to connect to the OSC socket of FScape and starts processing the job queue once the connection has succeeded.

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  18. val name: String

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

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

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

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped