DefaultUGenGraphBuilderFactory

object DefaultUGenGraphBuilderFactory extends BuilderFactory
trait BuilderFactory
class Object
trait Matchable
class Any

Value members

Concrete methods

def build(graph: SynthGraph): UGenGraph
def buildWith(g0: SynthGraph, builder: Builder): Set[ControlProxyLike]

Recursively expands the synth graph until no elements are left. The caller should in most cases make sure that the builder is actually installed as the current one, wrapping the call in UGenGraph.use(builder)! The method returns the control proxies for further processing in the builder.

Recursively expands the synth graph until no elements are left. The caller should in most cases make sure that the builder is actually installed as the current one, wrapping the call in UGenGraph.use(builder)! The method returns the control proxies for further processing in the builder.

Value Params
builder

the builder that will assembly the ugens

g0

the graph to expand