iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
IOscillator (double startPhase=0., double startFreq=1.) | |
virtual T | Process (double freqHz)=0 |
void | SetFreqCPS (double freqHz) |
void | SetSampleRate (double sampleRate) |
void | Reset () |
void | SetPhase (double phase) |
Protected Attributes | |
double | mPhase = 0. |
double | mPhaseIncr = 0. |
double | mSampleRate = 44100. |
double | mStartPhase |
Definition at line 18 of file Oscillator.h.
|
inline |
Definition at line 21 of file Oscillator.h.
|
inlinepure virtual |
Implemented in LFO< T >.
|
inline |
Definition at line 39 of file Oscillator.h.
|
inline |
Definition at line 29 of file Oscillator.h.
|
inline |
Definition at line 44 of file Oscillator.h.
|
inline |
Definition at line 34 of file Oscillator.h.
|
protected |
Definition at line 50 of file Oscillator.h.
|
protected |
Definition at line 51 of file Oscillator.h.
|
protected |
Definition at line 52 of file Oscillator.h.
|
protected |
Definition at line 53 of file Oscillator.h.