Wavetable Creation in 2025 - Can't get interpolation...
-
How are we doing this now?! I've got a few single cycle .wav files into a sampler, velocity stacked them like we used to for Wavetables, then opened the (new?) Wavetable Creator window, selected the correct sample map and exported it to .hwt in resample mode.
The Wavetable is created and works in the WT synth, however it just uses the first table. If I move the index there don't seem to be any other tables, and no others in the visualiser either....
-
@Morphoice did you make some Wavetables recently?
-
@DanH no, I completely gave up on that when I discovered faust
-
don't use the velocity stacking (I think I've removed those). If you don't need to resample acousting material and already have power of two sized wavetables, just load in a sample that has all the wavetables stitched together, and use the resample mode. Ideally you can pass in the cycle length so the chances of the algorithm messing that up is smaller.
-
@Christoph-Hart Ah ok, thanks! So far so good. However, how do I enter the amount of cycles? I'm using only 6/7 but, if I am reading this right, the minimum amount I can tell it is 128?
-
@DanH no it figures it out using advanced AI technology:
numWavetables = fileLength / cycleLength.
-
@Christoph-Hart Ok - I tried one with 27 cycles... Didn't like it. What's the limit more or less?
And any plans to get an angled view of the wavetables for general UI sexiness?
-
@Christoph-Hart said in Wavetable Creation in 2025 - Can't get interpolation...:
@DanH no it figures it out using advanced AI technology:
numWavetables = fileLength / cycleLength.