object NestedUGenGraphBuilder
- Alphabetic
- By Inheritance
- NestedUGenGraphBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait Basic extends NestedUGenGraphBuilder with BasicUGenGraphBuilder with Builder
- trait Inner extends Basic
-
final
case class
Link(id: Int, rate: Rate, numChannels: Int) extends Product with Serializable
Links denote buses between parent and child nodes.
Links denote buses between parent and child nodes.
- id
the identifier which will be used by the source and sink through the control named
linkCtlName- rate
the bus rate (
controloraudio)- numChannels
the number of channels of the bus
- trait Outer extends Basic
-
trait
Result extends AnyRef
A result contains the identifier of this partial graph (used for constructing the control for pausing the node if not
-1), the UGen graph, the buses used, and children from if-then-else blocks (if any).A result contains the identifier of this partial graph (used for constructing the control for pausing the node if not
-1), the UGen graph, the buses used, and children from if-then-else blocks (if any).When building the set of synths, the children of the tree formed by a
Resultshould be arranged in depth-first order.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build(graph: SynthGraph): Result
Expands a synth graph with the default nesting graph builder.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get: NestedUGenGraphBuilder
The currently active builder, taking from a thread local variable.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
prepare(res0: Result, s: Server, args: List[ControlSet] = Nil): (Bundle, Node)
Takes a builder result and prepares playback by constructing an OSC bundle with all the required synth-defs, groups, synths, and controls.
Takes a builder result and prepares playback by constructing an OSC bundle with all the required synth-defs, groups, synths, and controls.
- res0
the top result to play
- s
the server on which to play
- args
additional synth control args
- returns
a tuple formed of the OSC bundle ready to be sent, and the main node which can be used for further control,
free()etc.
- final var showLog: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )