8 A Pure UGen is a UGen, which does not access any shared resources like busses, buffers or random number generators. UGen
9 classes which are derived from PureUGen are candidates for common subexpression elimination and dead code elimination
10 passes during the SynthDef compilation.
13 PRIVATE:: optimizeGraph