Minim
core
ugens
analysis
 
Name set
Examples
None available
Description Sets the ith entry of the underlying waveform to value. This is equivalent to:

getWaveform()[i] = value;

Syntax
set(i, value);
Parameters
i   int: the index of the sample to set
value   float: the new sample value
Returns None
Usage Web & Application
Related Wavetable