Polyphonic morphable wavetable oscillator

wavetable

#22

I've been updating my wavetables in a different way since last week.
instead of reading out the waves from the wavetable module directly, I first "record" the wave from the external wavetable into an internal array of the same length as a single waveform in the wavetable.
During this recording a lowpass-filtering is applied realtime, re-writing the internal buffer constantly, adjusting the cutoff to the pitch being played (the higher the pitch, the lower the cutoff), turning it into a sinewave. This re-recording itself, recording this filtered signal, is also behaving like a filter, only applying the new, filtered, shape partly each loop (minimising differences which might cause unwanted overtones).
So when playing higher and higher notes, the internal wavetable that is read out by the phase of the oscillator will gradually turn into a sinewave, which can be played at any frequency up to nyquist/2 without creating unwanted frequencies.


#23

I found this free wavetable-editor, it's multi-platform (i.e. runs on Linux) and allows to export to wav-format.
https://synthtech.com/waveedit/
It does allow to import any audio-file and create wavetable slices. It's really fun to use on it's own.


#24

yes, look here:

https://waveeditonline.com/index-1.html

you can download those wavetables and use them with the recent wavetable objects by @SmashedTransistors, really nice stuff.


#25

See also here.