Complete implementation of a ugen graph builder, except for the actual code that
calls force on the sources of a SynthGraph. Implementations should call
the build method passing in the control proxies for all involved synth graphs.
- Companion
- object
Value members
Concrete methods
Finalizes the build process. It is assumed that the graph elements have been expanded at this
stage, having called into addUGen and addControl. The caller must collect all the control
proxies and pass them into this method.
Finalizes the build process. It is assumed that the graph elements have been expanded at this
stage, having called into addUGen and addControl. The caller must collect all the control
proxies and pass them into this method.
- Value Params
- controlProxies
the control proxies participating in this graph
- Returns
the completed
UGenGraphbuild