Minim |
|
tick |
Description Generates one sample frame for this UGen.Signature void tick(float[] 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 Related Example None available Usage Web & Application |