Marsyas
0.6.0-alpha
|
Chroma Vector of input power spectrogram. More...
#include <Chroma.h>
Inherits MarSystem.
Public Member Functions | |
Chroma (std::string name) | |
Chroma (const Chroma &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~Chroma () | |
Data Fields | |
realvec | chord_ |
Chroma Vector of input power spectrogram.
Controls:
Chroma | ( | std::string | name | ) |
Definition at line 15 of file Chroma.cpp.
Definition at line 20 of file Chroma.cpp.
~Chroma | ( | ) |
Definition at line 27 of file Chroma.cpp.
Implements MarSystem.
Definition at line 32 of file Chroma.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 125 of file Chroma.cpp.