Takes a bunch of samples, sr of the input and the frequency of the fundemental to create the
wave table. Yes, you should know what the base frequency is otherwise it won’t work.
You could try doing a different frequency than it actually is for artistic effect but I didn’t
test that.
Takes a wave table and a frequency of what you want the fundemental of the output to be. t is
the starting time it’s at currently and sr is the samplerate of the output. len is the amount
of frames the output should be.
Takes a wave table and a frequency of what you want the fundemental of the output to be. t is
the time it’s currently at. t must not jump through time. sr is the samplerate of the output.
It takes the state and updates it. Outputs a single sample frame per use.