|
Marsyas
0.6.0-alpha
|
A bank of sine wave oscillators used for pevocoding. More...
#include <PeakSynthOscBank.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| PeakSynthOscBank (std::string name) | |
| PeakSynthOscBank (const PeakSynthOscBank &) | |
| void | process1 (realvec &in, realvec &out) |
| ~PeakSynthOscBank () | |
A bank of sine wave oscillators used for pevocoding.
Definition at line 33 of file PeakSynthOscBank.h.
| PeakSynthOscBank | ( | std::string | name | ) |
Definition at line 29 of file PeakSynthOscBank.cpp.
| PeakSynthOscBank | ( | const PeakSynthOscBank & | a | ) |
Definition at line 37 of file PeakSynthOscBank.cpp.
| ~PeakSynthOscBank | ( | ) |
Definition at line 42 of file PeakSynthOscBank.cpp.
Implements MarSystem.
Definition at line 47 of file PeakSynthOscBank.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 115 of file PeakSynthOscBank.cpp.
1.7.6.1