LFO Clicks problem

We are creating LFO wavetables but once we run them we hear some clicks within the samples. We think the problem is when the phase goes back to 0 because we are syncing wavetables with the bpm of the session. We’ve tried linear interpolation and smooth functions but haven worked at all. We are still listening the clicks.

1 Like

Can you capture a waveform and see where the discontinuities are? sometimes this helps characterize the issue, leading to a better understanding of where to look

If you hear distinctive clicks as opposed to a hiss my guess is a discontinuity of some type. Examples (from experience) are: uneven interpolation, inconsistency in parameter values from end of one sample buffer to the start of the next, and erroneously reusing state from e.g. the left channel when calculating the right.