Marsyas
0.6.0-alpha
|
A BLIT oscillator. More...
#include <BlitOsc.h>
Inherits MarSystem.
Public Member Functions | |
BlitOsc (std::string name) | |
BlitOsc (const BlitOsc &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~BlitOsc () |
A BLIT oscillator.
An implementation of a bandlimited impulse train oscillator.
This implementation relies on a second order all pass filter as a fractional delay. The delay reduces some aliasing caused by the impulse train.
TODO: Add triangle shape TODO: Add ability to shift the pitch via one of the input channels
Controls:
BlitOsc | ( | std::string | name | ) |
Definition at line 24 of file BlitOsc.cpp.
Definition at line 29 of file BlitOsc.cpp.
~BlitOsc | ( | ) |
Definition at line 36 of file BlitOsc.cpp.
Implements MarSystem.
Definition at line 41 of file BlitOsc.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 103 of file BlitOsc.cpp.