object UGenGraphBuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UGenGraphBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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 extends AnyRef
- trait Key extends AnyRef
A pure marker trait to rule out some type errors.
- final case class MissingIn(input: String) extends ControlThrowable with Product with Serializable
- trait OutputRef extends AnyRef
An "untyped" output-setter reference
- trait OutputResult[T <: Txn[T]] extends OutputRef
An extended references as returned by the completed UGB.
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build[T <: Txn[T]](context: Context[T], f: FScape[T])(implicit tx: T, universe: Universe[T], ctrl: Control): State[T]
- def canResolve[A](in: GE[A]): Either[String, scala.Unit]
- def canResolveSeq[A](in: GE[A]): Either[String, scala.Unit]
- 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(b: Builder): UGenGraphBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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()
- def resolve[A](in: GE[A], builder: UGenGraphBuilder): Either[String, Const[A]]
- def resolveSeq[A](in: GE[A], builder: UGenGraphBuilder): Either[String, Vec[Const[A]]]
- 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