Wavetables help
hello
i have created sawtooth, square, triangle, and sine...
is there any others that i could use for a snythesizer?
e.g pulse wave, bipulse,or trapezoid...
here is an example that i have used
thanks..
You can draw you own waveform in a buffer~. many different ways. best way is probably by using csound gens that you can find in the Percolate :
For example, by using a multislider, gen10 and and peek~, you can draw many harmonic waveforms. You just decide the ratio of each harmonic.
after that u read the buffer with a phasor~ and wave~.
there are many other ways... look at the Percolate gens. they are all made to write into buffers.
like this:
thanks,
-Andrew
Use the waveform~ editor to draw in your own, or use math functions to fill them. You could also use tables, multisliders, even the filtergraph~ --- you just have to access all the points and make the number of values big enough for a repeating (or not!) waveform.
Lots to choose from.
--CJ
morphing between different waveforms gives useful results. dont forget kink~ its good for cz101 type sounds