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 |
|
|||
Returns | float: the value of the sample at i | |||
Usage | Web & Application | |||
Related | Wavetable |
|||