cycle~ now uses a 16k sample wavetable... sound files for other basic waveforms?
Hi everybody,
I'm interested in using cycle~ to play back basic synthesis waveform shapes (saw, triangle, etc), but I don't have the chops to generate 16k sample sound files to use as a buffer in cycle~. Are these files floating around out there?
tri~, rect~, saw~ no good?
it's an efficiency thing, want to be able to change waveforms on the fly from a single object.
They're part of the standard distribution, I think. Have a look in Max6/examples/synths/FM/lib.
Someone here posted loads of other waveforms- google Adventure Kid and you'll find the stuff.
Ignore my last post- I wasn't paying attention!
People following this thread may be interested in the excellent patch that Peter McCulloch posted here (https://cycling74.com/forums/audio-quality-max-5-vs-max-6-max-6-vs-supercollider) -- it's a patch that generates sawtooth, square wave, and triangle wave buffers that include the first n partials in the waveform, 8192 samples long. Very useful.
Also you can use poly~ to wrap the appropriate oscillators and call them on demand, which will give superior sound quality, especially for waves like sawtooth, which have tons of high partials. If you do it with a wavetable, your wave will either be way too dark, or super-aliased...
Check the poly~ helpfile under the "dynamic polyphony" tab for more details.