I'm generating a control-level sine wave to be used for LFO like this:
I'm using the multiplication box on the right to control the frequency. This works, except that it creates horrible jolts in the waveform when you select a new frequency. I can see exactly why this happens--it's jumping to a point in the phase. The question is, how can I correct it?
So far I've tried:
- smoothing the frequency using [line]. This makes it go crazy!
- Muting the output until the new phase catches up. This is acceptable, but I'm hoping that there is a better solution.
This has to be done at control level, not line level. Any ideas?