Hello all,
I asking for advice on the best way to read single cycle waveforms from a bank :
Every single cycle wavform is made of 2048 points (samples). The aim is to morph from waveform_1 to waveform_2.
In order to save computing time (this is made to run on a RPi), the morphing is saved into a "bank" where the transitions from Waveform_1 to Waveform_2 are stored one after the other one and the speed of this wavform change can be modulated.
The bank is a wavfile.
At this stage I use a phasor~ to read the wavform and move the offset (0, 2048, 4096, ...) in the bank for reading but the result sounds bad (kind of a buzzing sound like the phasor was being part of the sound).
Here is the elementary patch and a screenshot of what a bank look like.
Is there an efficient way for doing this please? (/uploads/files/1577112224693-capture-du-2019-08-24-21-49-55.png)