Marsyas
0.6.0-alpha
|
Used to strengthen harmonic peaks in Beat Histograms. More...
#include <Reassign.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Reassign (std::string name) | |
~Reassign () |
Used to strengthen harmonic peaks in Beat Histograms.
Definition at line 34 of file Reassign.h.
Reassign | ( | std::string | name | ) |
Definition at line 27 of file Reassign.cpp.
~Reassign | ( | ) |
Definition at line 34 of file Reassign.cpp.
Implements MarSystem.
Definition at line 40 of file Reassign.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 61 of file Reassign.cpp.