Minim
core
ugens
analysis
 
Name getOuterUGen
Examples
None available
Description The outer UGen is the UGen that owns this input. For instance, calling this on the frequency UGenInput member of an Oscil will return the Oscil.
Syntax
getOuterUGen();
Returns the UGen that owns this UGenInput
Usage Web & Application
Related