Disabling interpolation in the wavetable synth
-
My client is asking me for a feature. They want to be able to turn off the "morphing" of the wavetable synth, and have it just snap to each frame in the selected wavetable. This does not seem to be possible within the wavetable synth itself.
I was wondering if basically what I need to do is adjust my UI parameter min, max, and step size based on the loaded wavetable?
IE: We know the selected wavetable has 8 frames. So we divide 100 by 8 to get a step size and set the UI control to that step size. But I don't think that would affect modulation would it ??
-
@Orvillain When a parameter is "modulatable", the modulator becomes the main controller, right? So why not making a scripted step modulator you can either set between the num steps you need and linear?
-
@ustk said in Disabling interpolation in the wavetable synth:
@Orvillain When a parameter is "modulatable", the modulator becomes the main controller, right? So why not making a scripted step modulator you can either set between the num steps you need and linear?
My modulation sources are wide and varied, LFO's, envelopes, midi controller sources, etc. So I think what I'd need actually is a way to quantize the modulation data so it fits the current frame count for the loaded wavetable.
-
Sorry if this is off-topic.
In a wavetable synth, even if the notes are played at different times, all sounds modulate with the same timing, right?