Changing oscillator waveshapes without a pop

Is there a way to change oscillator shapes without making a pop? Ideally, without using two envelopes to gradually morph the signals.

example: from
osc.SetWaveform(Oscillator::WAVE_SIN)
to
osc.SetWaveform(Oscillator::WAVE_TRI)

Thanks

Although @Manysounds was answering a different question I think his post answers your question to a degree, maybe without actually providing code, which would have been even better. I haven’t read the whole thread.

1 Like

Hmmm, it might help to switch the waveform at a zero crossing.

2 Likes