Hello all!
I'm currently working on a modular synth project - and the base patch is of course the oscillator generator. I'm wanting to keep CPU usage as low as possible. So, I have a question about the osc~ object. From what I understand, it will still be running and using up CPU even if the frequency is at 0. Is there any way of "turning it off" ? Basically, not having it calculate unless I want it to (I would like to have the possibility the choose between different waveforms).
I hope this is clear - thanks in advance!