#include <SimpleSines.h>
Inheritance diagram for csl::SimpleSine:

Public Member Functions | |
| SimpleSine () | |
| Constructors. | |
| SimpleSine (float frequency) | |
| SimpleSine (float frequency, float phase) | |
| ~SimpleSine () | |
| Destructor. | |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
| the monoNextBuffer method is where the DSP takes place | |
Protected Attributes | |
| float | mFrequency |
| my frequency value in Hz | |
| float | mPhase |
| my instantaneous phase in Radians | |
|
|
Constructors.
|
|
|
|
|
||||||||||||
|
|
|
|
Destructor.
|
|
||||||||||||
|
the monoNextBuffer method is where the DSP takes place
|
|
|
my frequency value in Hz
|
|
|
my instantaneous phase in Radians
|
1.4.5-20051010