|
enum | Type {
sine,
triangle,
square,
sawtooth,
numOscTypes
} |
|
|
| Oscillator (float fs, Oscillator::Type type=sine) |
|
void | setup (float fs, Oscillator::Type type=sine) |
|
float | process () |
|
float | process (float frequency) |
|
void | setType (Oscillator::Type type) |
|
void | setFrequency (float frequency) |
|
void | setPhase (float phase) |
|
float | getPhase () |
|
float | getFrequency () |
|
int | getType () |
|
The documentation for this class was generated from the following files:
- libraries/Oscillator/Oscillator.h
- libraries/Oscillator/Oscillator.cpp