Class/Object

de.sciss.fscape.stream.Control

Config

Related Docs: object Config | package Control

Permalink

final case class Config(blockSize: Int, nodeBufferSize: Int, useAsync: Boolean, seed: Long, actorSystem: ActorSystem, materializer0: Materializer, executionContext0: ExecutionContext, progressReporter: ProgressReporter, terminateActors: Boolean) extends ConfigLike with Product with Serializable

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

Instance Constructors

  1. new Config(blockSize: Int, nodeBufferSize: Int, useAsync: Boolean, seed: Long, actorSystem: ActorSystem, materializer0: Materializer, executionContext0: ExecutionContext, progressReporter: ProgressReporter, terminateActors: Boolean)

    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 actorSystem: ActorSystem

    Permalink
    Definition Classes
    ConfigConfigLike
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val blockSize: Int

    Permalink

    The block size for buffers send between nodes.

    The block size for buffers send between nodes.

    Definition Classes
    ConfigConfigLike
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  9. implicit def executionContext: ExecutionContext

    Permalink
    Definition Classes
    ConfigConfigLike
  10. val executionContext0: ExecutionContext

    Permalink
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  14. implicit def materializer: Materializer

    Permalink
    Definition Classes
    ConfigConfigLike
  15. val materializer0: Materializer

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

    Permalink
    Definition Classes
    AnyRef
  17. val nodeBufferSize: Int

    Permalink

    The recommended maximum number of frames internally stored in memory by a single node (UGen).

    The recommended maximum number of frames internally stored in memory by a single node (UGen). Some UGen may allow for ad-hoc disk buffering and thus can check this user-defined value to decide whether to keep a buffer in memory or swap it to disk.

    Note that because a frame is considered to be a Double, the actual memory size will be eight times this value.

    Definition Classes
    ConfigConfigLike
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. val progressReporter: ProgressReporter

    Permalink
    Definition Classes
    ConfigConfigLike
  21. val seed: Long

    Permalink

    Random number generator seed.

    Random number generator seed.

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

    Permalink
    Definition Classes
    AnyRef
  23. val terminateActors: Boolean

    Permalink

    Whether to terminate the actorSystem when the rendering completes.

    Whether to terminate the actorSystem when the rendering completes. When using the default actorSystem, this will be true, when setting a custom actor system, this will default to false.

    Definition Classes
    ConfigConfigLike
  24. def toBuilder: ConfigBuilder

    Permalink
  25. val useAsync: Boolean

    Permalink

    Whether to isolate nodes through an asynchronous barrier.

    Whether to isolate nodes through an asynchronous barrier.

    Definition Classes
    ConfigConfigLike
  26. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. 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 ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped