Minim
core
ugens
analysis
 
Name getIncomingUGen
Examples
None available
Description The incoming UGen is the UGen that is patched to this UGenInput. When this input is ticked, it will tick the incoming UGen and store the result in its last values.
Syntax
getIncomingUGen();
Returns the UGen that is patched to this UGenInput
Usage Web & Application
Related