|
Marsyas
0.6.0-alpha
|
Retrieves M first beat times (phases, in "frames"-ticks), retrieved from peaks from an onset function. More...
#include <OnsetTimes.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| OnsetTimes (std::string name) | |
| OnsetTimes (const OnsetTimes &a) | |
| ~OnsetTimes () | |
Retrieves M first beat times (phases, in "frames"-ticks), retrieved from peaks from an onset function.
Input: Supposed to have PeakerOnsets, or similar, as input. Output: [x|Phasei|x|Phasei+1| ... |x|PhaseM]
Definition at line 42 of file OnsetTimes.h.
| OnsetTimes | ( | std::string | name | ) |
Definition at line 27 of file OnsetTimes.cpp.
| OnsetTimes | ( | const OnsetTimes & | a | ) |
Definition at line 36 of file OnsetTimes.cpp.
| ~OnsetTimes | ( | ) |
Definition at line 57 of file OnsetTimes.cpp.
Implements MarSystem.
Definition at line 62 of file OnsetTimes.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 145 of file OnsetTimes.cpp.
1.7.6.1