Trait

de.sciss.synth.NestedUGenGraphBuilder

Basic

Related Doc: package NestedUGenGraphBuilder

Permalink

trait Basic extends NestedUGenGraphBuilder with BasicUGenGraphBuilder with Builder

Self Type
Basic
Linear Supertypes
Builder, BasicUGenGraphBuilder, UGenGraphBuilderLike, NestedUGenGraphBuilder, Builder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Basic
  2. Builder
  3. BasicUGenGraphBuilder
  4. UGenGraphBuilderLike
  5. NestedUGenGraphBuilder
  6. Builder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def childId: Int

    Permalink
    Attributes
    protected
  2. abstract def mkInner(childId: Int, thisExpIfCase: Option[ExpIfCase], parent: Basic, name: String): Inner

    Permalink
    Attributes
    protected
  3. abstract def outer: Outer

    Permalink
  4. abstract def parent: Basic

    Permalink
    Attributes
    protected
  5. abstract def thisExpIfCase: Option[ExpIfCase]

    Permalink

    Corresponding if-case or None if not part of an if-block.

    Corresponding if-case or None if not part of an if-block.

    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 var _children: List[Result]

    Permalink
    Attributes
    protected
  5. final var _links: List[Link]

    Permalink
    Attributes
    protected
  6. final def addControl(values: IndexedSeq[Float], name: Option[String]): Int

    Permalink
    Definition Classes
    UGenGraphBuilderLike → Builder
  7. final def addControlProxy(proxy: ControlProxyLike): Unit

    Permalink
    Definition Classes
    Basic → Builder
  8. final def addLazy(g: Lazy): Unit

    Permalink
    Definition Classes
    Basic → Builder
  9. final def addUGen(ugen: UGen): Unit

    Permalink
    Definition Classes
    UGenGraphBuilderLike → Builder
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. final def build(g0: SynthGraph): Result

    Permalink
  12. def build(controlProxies: Iterable[ControlProxyLike]): UGenGraph

    Permalink
    Definition Classes
    UGenGraphBuilderLike
  13. final def buildInner(g0: SynthGraph): Result

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. var controlNames: IndexedSeq[(String, Int)]

    Permalink
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  16. var controlValues: IndexedSeq[Float]

    Permalink
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def expandIfCase(c: Then[Any]): ExpIfCase

    Permalink
    Definition Classes
    BasicNestedUGenGraphBuilder
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def force(elem: Lazy): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UGenGraphBuilderLike
  22. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def prependUGen(ugen: UGen): Unit

    Permalink
    Definition Classes
    UGenGraphBuilderLike → Builder
  29. final def run[A](thunk: ⇒ A): A

    Permalink
  30. var showLog: Boolean

    Permalink
    Definition Classes
    UGenGraphBuilderLike
  31. var sourceMap: Map[AnyRef, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def thisBranch: GE

    Permalink

    Returns gate that is open when this if branch is selected.

    Returns gate that is open when this if branch is selected.

    Definition Classes
    BasicNestedUGenGraphBuilder
  34. def toString(): String

    Permalink
    Definition Classes
    Basic → AnyRef → Any
  35. final def tryRefer(ref: AnyRef): Option[UGenInLike]

    Permalink
  36. var ugens: IndexedSeq[UGen]

    Permalink
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  37. def visit[U](ref: AnyRef, init: ⇒ U): U

    Permalink
    Definition Classes
    UGenGraphBuilderLike → Builder
  38. final def wait(): Unit

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

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

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

Inherited from Builder

Inherited from BasicUGenGraphBuilder

Inherited from UGenGraphBuilderLike

Inherited from NestedUGenGraphBuilder

Inherited from Builder

Inherited from AnyRef

Inherited from Any

Ungrouped