Minim
core
ugens
analysis
 
Name setIncomingUGen
Examples
None available
Description This method is called when a UGen is patched to this input. Typically you will not call this method directly, use UGen's patch method instead.
Syntax
setIncomingUGen(in);
Parameters
in   the UGen being patched to this input
Returns None
Usage Web & Application
Related