Marsyas
0.6.0-alpha
|
Scale related features of Chroma vector. More...
#include <ChromaScale.h>
Inherits MarSystem.
Public Member Functions | |
ChromaScale (std::string name) | |
ChromaScale (const ChromaScale &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~ChromaScale () |
ChromaScale | ( | std::string | name | ) |
Definition at line 15 of file ChromaScale.cpp.
ChromaScale | ( | const ChromaScale & | a | ) |
Definition at line 20 of file ChromaScale.cpp.
~ChromaScale | ( | ) |
Definition at line 24 of file ChromaScale.cpp.
Implements MarSystem.
Definition at line 29 of file ChromaScale.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 53 of file ChromaScale.cpp.