Hey
Back to wavetables again. Finally found out how to make the wavetables fit perfectly into the table/alloc object. But then next problem is how do I playback only one waveform in the wavetable?
An example:
The wavetable is 4096 samples long. That wavetable has got 128 waves. To be able to select each wave from a dial knob which has got 128 steps(one for each wave in the table) you need to divide 4096 with 32 = 128. Then I have got perfect indexing of the wavetable and I can select the startpoint perfectly each time. Until this point I sorted it out. But now the problem occurs:
How do I make the table playback ONLY one cycle at a time? One cycle is 32 samples. I guess I have to use one of the table with position input, which is table/play version. But how can I set the table/plat to playback 32 samples precisely?
Thanks again