Object/Trait

de.sciss.fscape.lucre

UGenGraphBuilder

Related Docs: trait UGenGraphBuilder | package lucre

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: String) extends Throwable with ControlThrowable with Product with Serializable

    Permalink
  9. trait OutputRef extends AnyRef

    Permalink

    An "untyped" output-setter reference

  10. trait OutputResult[S <: Sys[S]] extends OutputRef

    Permalink

    An extended references as returned by the completed UGB.

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

    Permalink
  12. type Unit = Unit.type

    Permalink
  13. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def build[S <: Sys[S]](context: Context[S], f: FScape[S])(implicit tx: UGenGraphBuilder.build.S.Tx, workspace: Workspace[S], ctrl: Control): State[S]

    Permalink
  8. def canResolve(in: GE): Either[String, scala.Unit]

    Permalink
  9. def canResolveSeq(in: GE): Either[String, scala.Unit]

    Permalink
  10. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def resolve(in: GE, builder: UGenGraphBuilder): Either[String, Constant]

    Permalink
  22. def resolveSeq(in: GE, builder: UGenGraphBuilder): Either[String, Vec[Constant]]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped