micknoise / Maximilian

C++ Audio and Music DSP Library

Home Page:http://www.maximilian.strangeloop.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phaseReset from the maxiOsc class doesn't seem to work

rigomapoga opened this issue · comments

Using the member function of the maxiOsc class "phaseReset" seems to corrupt the functioning of the oscillator (only a series of very short glitches comes out when the phase value gets changed from 0. to 1.).
I haven't found a better place than this to to post this issues, I hope to get some help getting this phaseReset working. All I want is a way to apply a phase rotation to the wave.
Thanks,

I don't see anything obviously wrong with this function. (It's dead simple.) Could you post some steps to reproduce your problem? What waveform are you testing with?