Sampled wave for table lookup

Cripto's icon

Hi,
I'm programming a basic synthesizer and having worked on Circle and Massive I would like to bring on this project a vast choice of waves for the oscillator and fm, to be implemented via wave~ object reading the waves form a buffer~.
I was wondering if could be any resource around for this kind of material, or if someone has and could share it...
Thanks a lot

AudioLemon's icon

there are lots of free wavetables at http://www.adventurekid.se/akrt/waveforms/

One of the first few MSP tutorials is called wavetable synthesis. I think most people use cycle~ and then use a poly~ for polyphony and to upsample the wavetable for better resolution.