Minim |
|
unpatch |
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.Signature void unpatch(AudioOutput audioOutput) void unpatch(UGen fromUGen) Parameters audioOutput — The AudioOutput this UGen should be disconnected from.fromUGen — The UGen to unpatch from. Returns None Related Example None available Usage Web & Application |