object UGenGraphBuilder
- Alphabetic
- By Inheritance
- UGenGraphBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class AttributeKey(name: String) extends Key with Product with Serializable
A scalar value found in the attribute map.
- trait Complete[T <: Txn[T]] extends State[T]
- trait Context[T <: Txn[T]] extends AnyRef
- trait IO[T <: Txn[T]] extends AnyRef
- trait Incomplete[T <: Txn[T]] extends State[T]
- trait Input[V <: Value] extends AnyRef
- trait Key extends AnyRef
A pure marker trait to rule out some type errors.
- final case class MissingIn(input: Key) extends ControlThrowable with Product with Serializable
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. - trait Requester[T <: Txn[T]] extends IO[T]
- case class ScanIn(numChannels: Int, fixed: Boolean) extends Product with Serializable
- sealed trait State[T <: Txn[T]] extends IO[T]
- type Unit = Unit.type
- trait Value extends AnyRef
A pure marker trait to rule out some type errors.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T <: Txn[T]](context: Context[T], proc: Proc[T])(implicit tx: T): State[T]
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. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get: UGenGraphBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def init[T <: Txn[T]](proc: Proc[T])(implicit tx: T): Incomplete[T]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Input
- case object Unit extends Value with Product with Serializable
Deprecated Value Members
- def finalize(): scala.Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated