Marsyas
0.6.0-alpha
|
Compute F0s in input spectrum. More...
#include <F0Analysis.h>
Inherits MarSystem.
Public Member Functions | |
void | addControls () |
MarSystem * | clone () const |
F0Analysis (mrs_string inName) | |
F0Analysis (const F0Analysis &inToCopy) | |
void | myProcess (realvec &inVec, realvec &outVec) |
Processes data. | |
void | myUpdate (MarControlPtr inSender) |
Updates internal state due to a control change. | |
~F0Analysis () |
Compute F0s in input spectrum.
Controls:
Definition at line 42 of file F0Analysis.h.
F0Analysis | ( | mrs_string | inName | ) |
Definition at line 14 of file F0Analysis.cpp.
F0Analysis | ( | const F0Analysis & | inToCopy | ) |
Definition at line 20 of file F0Analysis.cpp.
~F0Analysis | ( | ) |
Definition at line 40 of file F0Analysis.cpp.
void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 47 of file F0Analysis.cpp.
Implements MarSystem.
Definition at line 42 of file F0Analysis.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 88 of file F0Analysis.cpp.
void myUpdate | ( | MarControlPtr | sender | ) | [virtual] |
Updates internal state due to a control change.
sender | The control that triggered the update; more precisely, any control passed to the update() method - could be an invalid one. |
Implement this method in subclass to define specific response to control changes.
Reimplemented from MarSystem.
Definition at line 75 of file F0Analysis.cpp.