Object/Class

de.sciss.fscape

FScapeJobs

Related Docs: class FScapeJobs | package fscape

Permalink

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

Type Members

  1. case class BinaryOp(in1: String, imagIn1: Option[String] = None, in2: String, imagIn2: Option[String] = None, out: String, imagOut: Option[String] = None, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = 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

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

    Permalink
  3. case class Concat(in1: String, in2: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = 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

    Permalink
  4. case class Convolution(in: String, impIn: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = 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

    Permalink
  5. trait Doc extends AnyRef

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

    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 )

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

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

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

    Permalink
  10. case class Kriechstrom(in: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = 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

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

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

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

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

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

    Permalink
  16. case class StepBack(in: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = 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

    Permalink
  17. case class UnaryOp(in: String, imagIn: Option[String] = None, out: String, imagOut: Option[String] = None, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = 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

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

    Permalink
  19. case class Wavelet(in: String, out: String, spec: AudioFileSpec = OutputSpec.aiffFloat, gain: Gain = Gain.immediate, filter: String = "daub4", inverse: Boolean = false, trunc: Boolean = false, scaleGain: String = "3dB") extends Doc with 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. val DEFAULT_PORT: Int

    Permalink
  5. object Gain extends Serializable

    Permalink
  6. object OutputSpec

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

    Permalink

    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.

  8. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  17. def main(args: Array[String]): Unit

    Permalink
  18. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def printInfo(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val version: Double

    Permalink
  26. def versionString: String

    Permalink
  27. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped