LowFreqOsc

implements a low-frequency oscillator

Members

Functions

step
ubyte step()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cycle
uint cycle;

Defines how much needs to be added to the counter each cycle

forward
uint forward;

Steps the oscillator forward>>10 steps

stepping
uint stepping;

Current position

table
ubyte[Length] table;
Undocumented in source.

Meta