Object/Trait

de.sciss.synth.proc

UGenGraphBuilder

Related Docs: trait UGenGraphBuilder | package proc

Permalink

object UGenGraphBuilder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UGenGraphBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AttributeKey(name: String) extends Key with Product with Serializable

    Permalink

    A scalar value found in the attribute map.

  2. trait Complete[S <: Sys[S]] extends State[S]

    Permalink
  3. trait Context[S <: Sys[S]] extends AnyRef

    Permalink
  4. trait IO[S <: Sys[S]] extends AnyRef

    Permalink
  5. trait Incomplete[S <: Sys[S]] extends State[S]

    Permalink
  6. trait Input extends AnyRef

    Permalink
  7. trait Key extends AnyRef

    Permalink

    A pure marker trait to rule out some type errors.

  8. final case class MissingIn(input: Key) extends Throwable with ControlThrowable with Product with Serializable

    Permalink

    An exception thrown when during incremental build an input is required for which the underlying source cannot yet be determined.

    An exception thrown when during incremental build an input is required for which the underlying source cannot yet be determined.

    This can be a case class because it is used only within the same transaction, and thereby the timed argument does not become stale.

  9. case class ScanIn(numChannels: Int, fixed: Boolean) extends Product with Serializable

    Permalink
  10. sealed trait State[S <: Sys[S]] extends IO[S]

    Permalink
  11. type Unit = Unit.type

    Permalink
  12. trait Value extends AnyRef

    Permalink

    A pure marker trait to rule out some type errors.

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. object Input

    Permalink
  5. object Unit extends Value with Product with Serializable

    Permalink
  6. def apply[S <: Sys[S]](context: Context[S], proc: Proc[S])(implicit tx: UGenGraphBuilder.apply.S.Tx): State[S]

    Permalink

    Note: The resulting object is mutable, therefore must not be shared across threads and also must be created and consumed within the same transaction.

    Note: The resulting object is mutable, therefore must not be shared across threads and also must be created and consumed within the same transaction. That is to say, to be transactionally safe, it may only be stored in a TxnLocal, but not a full STM ref.

  7. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get: UGenGraphBuilder

    Permalink
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def init[S <: Sys[S]](proc: Proc[S])(implicit tx: UGenGraphBuilder.init.S.Tx): Incomplete[S]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): scala.Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped