Packages

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
    Attributes
    protected
  2. abstract def mkInner(childId: Int, thisExpIfCase: Option[ExpIfCase], parent: Basic, name: String): Inner
    Attributes
    protected
  3. abstract def outer: Outer
  4. abstract def parent: Basic
    Attributes
    protected
  5. abstract def thisExpIfCase: Option[ExpIfCase]

    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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val _children: List[Result]
    Attributes
    protected
  5. final val _links: List[Link]
    Attributes
    protected
  6. final def addControl(values: IndexedSeq[Float], name: Option[String]): Int
    Definition Classes
    UGenGraphBuilderLike → Builder
  7. final def addControlProxy(proxy: ControlProxyLike): Unit
    Definition Classes
    Basic → Builder
  8. final def addLazy(g: Lazy): Unit
    Definition Classes
    Basic → Builder
  9. final def addUGen(ugen: UGen): Unit
    Definition Classes
    UGenGraphBuilderLike → Builder
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. final def build(g0: SynthGraph): Result
  12. def build(controlProxies: Iterable[ControlProxyLike]): UGenGraph
    Definition Classes
    UGenGraphBuilderLike
  13. final def buildInner(g0: SynthGraph): Result
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. val controlNames: IndexedSeq[(String, Int)]
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  16. val controlValues: IndexedSeq[Float]
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def expandIfCase(c: Then[Any]): ExpIfCase
    Definition Classes
    BasicNestedUGenGraphBuilder
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def force(elem: Lazy): Unit
    Attributes
    protected
    Definition Classes
    UGenGraphBuilderLike
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def prependUGen(ugen: UGen): Unit
    Definition Classes
    UGenGraphBuilderLike → Builder
  29. final def run[A](thunk: ⇒ A): A
  30. val showLog: Boolean
    Definition Classes
    UGenGraphBuilderLike
  31. val sourceMap: Map[AnyRef, Any]
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def thisBranch: GE

    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
    Definition Classes
    Basic → AnyRef → Any
  35. final def tryRefer(ref: AnyRef): Option[UGenInLike]
  36. val ugens: IndexedSeq[UGen]
    Attributes
    protected
    Definition Classes
    BasicUGenGraphBuilder → UGenGraphBuilderLike
  37. def visit[U](ref: AnyRef, init: ⇒ U): U
    Definition Classes
    UGenGraphBuilderLike → Builder
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Builder

Inherited from BasicUGenGraphBuilder

Inherited from UGenGraphBuilderLike

Inherited from NestedUGenGraphBuilder

Inherited from Builder

Inherited from AnyRef

Inherited from Any

Ungrouped