Minim
core
ugens
analysis
 
Name unpatch
Examples
None available
Description Unpatch this UGen from an AudioOutput or other UGen. This causes this UGen and all UGens patched into it to stop generating audio if they are not patched to an AudioOuput somewhere else in the chain.
Syntax
unpatch(audioOutput);
unpatch(fromUGen);
Parameters
audioOutput   The AudioOutput this UGen should be disconnected from.
fromUGen   The UGen to unpatch from.
Returns None
Usage Web & Application
Related