Hello
A simple wavetable synth works with a [array] object and a [tabosc4~] object. The size of an [array] used with [tabosc4~] must be 2^N + 3 (any power of 2, plus 3), for example 259.
I use a [tabsend~] object to fill the [array] continuously ; [tabsend~] writes continuously a block of size specified in a [block~] object (for example [block~ 256] Unfortunately, the size of a block must be 2^N (any power of 2, but less than the size of the audio sound card buffer)
So I always get the last three values of the [array] unfilled ...
Is there a solution in order to avoid this ?
The purpose, here, is to fill the [array] used by [tabosc4~] with two morphing tables, sent to the [array] by [tabsend~] ...
Thanks a lot
Julien