Abstract method which must be implemented by creating the actual UGens
during expansion.
Abstract method which must be implemented by creating the actual UGens
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U)
A convenient implementation of the
Lazytrait for elements which typically expand to ugens. This will be typically used for elements which do not directly need to generate ugens but rather spawn more graph elements. For the direct generation ofUGens, use a subtype ofUGenSource.The constructor body of this trait will call
Graph.builder.addLazyto automatically register this element when instantiated.the type to which this element expands, e.g.
UnitorUGenInLikede.sciss.fscape.UGenSource