SineGenerator

Generate a sine. It turns out it's very stable, stable enough for table generation at least. FUTURE: resync method

Members

Functions

initialize
void initialize(T initPhase, T frequency, T samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
next
T next()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_b1
T _b1;
Undocumented in source.
_y1
T _y1;
_y2
T _y2;
Undocumented in source.

Meta