Code bending is, analogous to circuit bending, a way to reuse the internal wiring of a signal flow. This class opens up enclosed UGen inputs for such external modification and allows for interaction with them without explicit change in the code. Different class methods are provided for different ways to do this.
Bend enclosing UGens.
bendFunc |
a function that returns a UGen graph |
ugenFunc |
a function that returns a UGen graph |
Bend all time related values.
ugenFunc |
a function that returns a UGen graph, like in *new |
freqArgNames |
Frequency related arg names (apply a bend). Default: |
durArgNames |
Duration related arg names (apply a reverse bend). Default: |
Insert control multipliers (see: Control) to all UGen inputs.
ugenFunc |
a function that returns a UGen graph, like in *new |
applySpecs |
if set to true, try to find control specs for the bend points |