Marsyas
0.6.0-alpha
|
Update midi inpput using controls. Just through for dataflow. More...
#include <Esitar.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Esitar (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~Esitar () | |
Data Fields | |
int | fret |
int | headx |
int | heady |
int | headz |
int | pot1 |
int | pot2 |
int | rval |
int | switch1 |
int | switch10 |
int | switch2 |
int | switch3 |
int | switch4 |
int | switch5 |
int | switch6 |
int | switch7 |
int | switch8 |
int | switch9 |
int | thumb |
Update midi inpput using controls. Just through for dataflow.
Esitar | ( | std::string | name | ) |
Definition at line 30 of file Esitar.cpp.
~Esitar | ( | ) |
Definition at line 41 of file Esitar.cpp.
Implements MarSystem.
Definition at line 50 of file Esitar.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 215 of file Esitar.cpp.