Marsyas
0.6.0-alpha
|
Multiply with window (both length Nw) using modulus arithmetic; fold and rotate windowed input into output array (FFT) (length N) according to current input time (t). More...
#include <PeakSynthOsc.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PeakSynthOsc (std::string name) | |
PeakSynthOsc (const PeakSynthOsc &) | |
~PeakSynthOsc () |
Multiply with window (both length Nw) using modulus arithmetic; fold and rotate windowed input into output array (FFT) (length N) according to current input time (t).
Definition at line 34 of file PeakSynthOsc.h.
PeakSynthOsc | ( | std::string | name | ) |
Definition at line 25 of file PeakSynthOsc.cpp.
PeakSynthOsc | ( | const PeakSynthOsc & | a | ) |
Definition at line 30 of file PeakSynthOsc.cpp.
~PeakSynthOsc | ( | ) |
Definition at line 40 of file PeakSynthOsc.cpp.
Implements MarSystem.
Definition at line 45 of file PeakSynthOsc.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 92 of file PeakSynthOsc.cpp.