Minim
core
ugens
analysis
 
Name tick
Examples
None available
Description Generates one sample frame for this UGen.
Syntax
tick(channels);
Parameters
channels   An array that represents one sample frame. To generate a mono signal, pass an array of length 1, if stereo an array of length 2, and so on. How a UGen deals with multi-channel sound will be implementation dependent.
Returns None
Usage Web & Application
Related