object UGenGraphBuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UGenGraphBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
AttributeKey(name: String) extends Key with Product with Serializable
A scalar value found in the attribute map.
- trait Complete[S <: Sys[S]] extends State[S]
- trait Context[S <: Sys[S]] extends AnyRef
- trait IO[S <: Sys[S]] extends AnyRef
- trait Incomplete[S <: Sys[S]] extends State[S]
- 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 Throwable with ControlThrowable with Product with Serializable
-
trait
OutputRef extends AnyRef
An "untyped" output-setter reference
-
trait
OutputResult[S <: Sys[S]] extends OutputRef
An extended references as returned by the completed UGB.
- sealed trait State[S <: Sys[S]] extends IO[S]
- 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[S <: Sys[S]](context: Context[S], f: FScape[S])(implicit tx: UGenGraphBuilder.build.S.Tx, workspace: Workspace[S], ctrl: Control): State[S]
- def canResolve(in: GE): Either[String, scala.Unit]
- def canResolveSeq(in: GE): Either[String, scala.Unit]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): scala.Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(b: Builder): UGenGraphBuilder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resolve(in: GE, builder: UGenGraphBuilder): Either[String, Constant]
- def resolveSeq(in: GE, builder: UGenGraphBuilder): Either[String, Vec[Constant]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Input
- object Unit extends Value with Product with Serializable