Trait

de.sciss.fscape.lucre.impl

AbstractUGenGraphBuilder

Related Doc: package impl

Permalink

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

Self Type
AbstractUGenGraphBuilder[S]
Linear Supertypes
IO[S], UGenGraphBuilder, Basic, Builder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractUGenGraphBuilder
  2. IO
  3. UGenGraphBuilder
  4. Basic
  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
    Basic → Builder
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    Basic
  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 expandNested(graph: Graph): Int

    Permalink
    Definition Classes
    Basic → Builder
  12. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def indexUGens(): IndexedSeq[IndexedUGenBuilder]

    Permalink
    Attributes
    protected
    Definition Classes
    Basic
  16. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. 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
  21. final def requestInput(req: Input): Value

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

    Permalink
  23. var sourceMap: Map[AnyRef, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Basic
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
  27. final def visit[U](ref: AnyRef, init: ⇒ U): U

    Permalink
    Definition Classes
    Basic → Builder
  28. final def wait(): Unit

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

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

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

Inherited from IO[S]

Inherited from UGenGraphBuilder

Inherited from Basic

Inherited from Builder

Inherited from AnyRef

Inherited from Any

Ungrouped