A UGen during graph building process is a more
rich thing than RawUGen: it implements equality
based on isIndividual status and may be omitted
from the final graph based on hasSideEffect status.
Additional UGen arguments that are not of type UGenIn.
Additional UGen arguments that are not of type UGenIn.
These are included to achieve correct equality
(also as we do not transcode unary/binary operator ids
into special indices)
A UGen during graph building process is a more rich thing than
RawUGen
: it implements equality based onisIndividual
status and may be omitted from the final graph based onhasSideEffect
status.