Trait

de.sciss.fscape.lucre.impl

AbstractUGenGraphBuilder

Related Doc: package impl

Permalink

trait AbstractUGenGraphBuilder[S <: Sys[S]] extends BuilderLike with UGenGraphBuilder with IO[S]

Self Type
AbstractUGenGraphBuilder[S]
Linear Supertypes
IO[S], UGenGraphBuilder, BuilderLike, Builder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractUGenGraphBuilder
  2. IO
  3. UGenGraphBuilder
  4. BuilderLike
  5. Builder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def context: Context[S]

    Permalink
    Attributes
    protected
  2. abstract def requestOutputImpl(reader: Reader): Option[OutputResult[S]]

    Permalink
    Attributes
    protected

Concrete 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. final def acceptedInputs: Map[Key, Map[Input, Value]]

    Permalink
    Definition Classes
    AbstractUGenGraphBuilderIO
  5. def addUGen(ugen: UGen): Unit

    Permalink
    Definition Classes
    BuilderLike → Builder
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def build(implicit ctrl: Control): UGenGraph

    Permalink
    Definition Classes
    BuilderLike
  8. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def outputs: List[OutputResult[S]]

    Permalink

    Current set of used outputs (scan keys to number of channels).

    Current set of used outputs (scan keys to number of channels). This is guaranteed to only grow during incremental building, never shrink.

    Definition Classes
    AbstractUGenGraphBuilderIO
  19. final def requestInput(req: Input): Value

    Permalink
  20. final def requestOutput(reader: Reader): Option[OutputRef]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def tryBuild(g: Graph)(implicit tx: S.Tx, ctrl: Control): State[S]

    Permalink
  24. final def ugens: IndexedSeq[UGen]

    Permalink
    Attributes
    protected
    Definition Classes
    BuilderLike
  25. def visit[U](ref: AnyRef, init: ⇒ U): U

    Permalink
    Definition Classes
    BuilderLike → Builder
  26. final def wait(): Unit

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

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

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

Inherited from IO[S]

Inherited from UGenGraphBuilder

Inherited from BuilderLike

Inherited from Builder

Inherited from AnyRef

Inherited from Any

Ungrouped