Erik Dorstel

Results 7 comments of Erik Dorstel

The phase(angle) method sets the phase relative to the current angle. A VCO application need to set the phase to an absolute angle. This is important to get consistent results...

I interpret something else from the code. ph = phase_accumulator + phase_offset; // generate audio data phase_accumulator = ph - phase_offset; // send audio data ph represent the angle that...

That is a good explanation. Mine was a little misleading because of my poor English. I think we have the same understanding of how the code works. I'm not sure...

Yes, that is exactly the purpose of this merge request. I have no idea why this has not yet been merged by the maintainer. Maybe I didn't follow the correct...

I submitted this pull request 5 years ago. So far it has not been merged by the maintainer. I don't know the reason. The request does not create any conflicts....

I also came across this problem some time ago. Since I also have the requirement to set the phase to a certain value during runtime, I came up with another...

This is an absolutely necessary function, for example to start modulating the frequency or amplitude with an LFO with a fixed phase angle at every "note on". I've been using...