Marsyas
0.6.0-alpha
|
Special MIDIInput to address the radio drum control structure. More...
#include <RadioDrumInput.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
RadioDrumInput (std::string name) | |
RadioDrumInput (const RadioDrumInput &a) | |
~RadioDrumInput () |
Special MIDIInput to address the radio drum control structure.
Controls:
Definition at line 39 of file RadioDrumInput.h.
RadioDrumInput | ( | std::string | name | ) |
Definition at line 33 of file RadioDrumInput.cpp.
RadioDrumInput | ( | const RadioDrumInput & | a | ) |
Definition at line 42 of file RadioDrumInput.cpp.
~RadioDrumInput | ( | ) |
Definition at line 52 of file RadioDrumInput.cpp.
Implements MarSystem.
Definition at line 59 of file RadioDrumInput.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 175 of file RadioDrumInput.cpp.