LowFreqOsc

implements a low-frequency oscillator

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
setFrequency
void setFrequency(float freq)

Sets the frequency of the LFO.

step
void step()

Steps a single cycle forward in a milisecond

Properties

output
ubyte output [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

table
ubyte[Length]* table;
Undocumented in source.

Meta