|
Marsyas
0.6.0-alpha
|
Given a periodicity calculate best matching phase. More...
#include <BeatPhase.h>
Inherits MarSystem.
Public Member Functions | |
| BeatPhase (std::string name) | |
| BeatPhase (const BeatPhase &a) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~BeatPhase () | |
Given a periodicity calculate best matching phase.
Definition at line 34 of file BeatPhase.h.
| BeatPhase | ( | std::string | name | ) |
Definition at line 28 of file BeatPhase.cpp.
Definition at line 38 of file BeatPhase.cpp.
| ~BeatPhase | ( | ) |
Definition at line 60 of file BeatPhase.cpp.
Implements MarSystem.
Definition at line 65 of file BeatPhase.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 140 of file BeatPhase.cpp.
1.7.6.1