Minim
core
ugens
analysis
 
Name get
Examples
None available
Description Returns the value of the ith entry in this Wavetable's waveform. This is equivalent to getWaveform()[i].
Syntax
get(i);
Parameters
i   int: the index of the sample to return
Returns float: the value of the sample at i
Usage Web & Application
Related Wavetable