Minim core
ugens
analysis
Name WavetableGenerator
Description WavetableGenerator is a helper class for generating Wavetables. The method names come from CSound. Generally speaking, it will often be easier to use the static methods in the Waves class, but the methods in this class provide more flexibility.
Examples
None available
Constructors
Methods
gen10 ( )   Generate a Wavetable given a list of amplitudes for successive partials (harmonics).

gen7 ( )   Generate a piecewise linear waveform given an array of sample values and the distances between them.

gen9 ( )   Generates a Wavetable from a list of partials with matching amplitudes and phases.

Usage Web & Application
Related Wavetable
Waves