Packages

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. Protected

Type Members

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

    A scalar value found in the attribute map.

  2. trait Complete[T <: Txn[T]] extends State[T]
  3. trait Context[T <: Txn[T]] extends AnyRef
  4. trait IO[T <: Txn[T]] extends AnyRef
  5. trait Incomplete[T <: Txn[T]] extends State[T]
  6. trait Input extends AnyRef
  7. trait Key extends AnyRef

    A pure marker trait to rule out some type errors.

  8. final case class MissingIn(input: String) extends ControlThrowable with Product with Serializable
  9. trait OutputRef extends AnyRef

    An "untyped" output-setter reference

  10. trait OutputResult[T <: Txn[T]] extends OutputRef

    An extended references as returned by the completed UGB.

  11. sealed trait State[T <: Txn[T]] extends IO[T]
  12. type Unit = Unit.type
  13. trait Value extends AnyRef

    A pure marker trait to rule out some type errors.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build[T <: Txn[T]](context: Context[T], f: FScape[T])(implicit tx: T, universe: Universe[T], ctrl: Control): State[T]
  6. def canResolve[A](in: GE[A]): Either[String, scala.Unit]
  7. def canResolveSeq[A](in: GE[A]): Either[String, scala.Unit]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def get(b: Builder): UGenGraphBuilder
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def resolve[A](in: GE[A], builder: UGenGraphBuilder): Either[String, Const[A]]
  19. def resolveSeq[A](in: GE[A], builder: UGenGraphBuilder): Either[String, Vec[Const[A]]]
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. object Input
  26. case object Unit extends Value with Product with Serializable

Deprecated Value Members

  1. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped