de.sciss.synth.proc.impl

SynthBuilder

final class SynthBuilder[S <: Sys[S]] extends NodeDependencyBuilder[S]

An object used in the last phase of playing a process. It has an instantiated synth and allows the addition of controls, buses, users and dependencies.

See also

AuralProcImpl

Linear Supertypes
NodeDependencyBuilder[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SynthBuilder
  2. NodeDependencyBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SynthBuilder(obj: Proc[S], synth: lucre.synth.Synth, timeRef: TimeRef)

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. def addControl(pair: ControlSet): Unit

    Adds an n_set pair to the builder.

    Adds an n_set pair to the builder.

    Definition Classes
    SynthBuilderNodeDependencyBuilder
  7. def addResource(resource: Resource): Unit

    Adds a _keyed_ resource.

    Adds a _keyed_ resource. This is a resource that is associated with an attribute key. Only if the attribute is used, will the resource become effective. If this is not desired, the regular dependencies ::= _ mechanism should be used.

    Definition Classes
    SynthBuilderNodeDependencyBuilder
  8. def addUser(user: DynamicUser): Unit

    Adds a _keyed_ user.

    Adds a _keyed_ user. This is a user that is associated with an attribute key. Only if the attribute is used, will the user become effective. If this is not desired, the regular users ::= _ mechanism should be used.

    Definition Classes
    SynthBuilderNodeDependencyBuilder
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var dependencies: List[Resource]

    resources are dependencies in terms of synth bundle spawning, and will be disposed by the aural proc.

  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( classOf[java.lang.Throwable] )
  15. def finish()(implicit tx: Txn): AuralNode

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

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

    Definition Classes
    AnyRef → Any
  18. var inputBuses: Map[String, lucre.synth.AudioBus]

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def node: lucre.synth.Synth

    Definition Classes
    SynthBuilderNodeDependencyBuilder
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. val obj: Proc[S]

    Definition Classes
    SynthBuilderNodeDependencyBuilder
  25. var outputBuses: Map[String, lucre.synth.AudioBus]

  26. val setMap: Builder[ControlSet, Vector[ControlSet]]

  27. def storeKey(key: String): Unit

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

    Definition Classes
    AnyRef
  29. val synth: lucre.synth.Synth

  30. val timeRef: TimeRef

  31. def toString(): String

    Definition Classes
    SynthBuilder → AnyRef → Any
  32. var users: List[DynamicUser]

    Users are elements which must be added after the aural proc synth is started, and removed when it stops.

  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( ... )

Inherited from NodeDependencyBuilder[S]

Inherited from AnyRef

Inherited from Any

Ungrouped