Minim |
|
gen10 |
Description Generate a Wavetable given a list of amplitudes for successive partials (harmonics). These two method calls are equivalent:
Signature Wavetable gen10(int size, float[] amp) Parameters size — int: the number of samples the Wavetable should containamp — float[]: the amplitude of each successive partial, beginning with partial 1. Returns a Wavetable Related gen9 ( )Wavetable Example None available Usage Web & Application |