Marsyas
0.6.0-alpha
|
Control of MahaDeviBot Commands via Midi Controls. More...
#include <MidiOutput.h>
Inherits MarSystem.
Public Member Functions | |
void | addControls () |
MarSystem * | clone () const |
MidiOutput (std::string name) | |
MidiOutput (const MidiOutput &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~MidiOutput () | |
Data Fields | |
MarControlPtr | ctrl_byte1_ |
MarControlPtr | ctrl_byte2_ |
MarControlPtr | ctrl_byte3_ |
MarControlPtr | ctrl_sendMessage_ |
Control of MahaDeviBot Commands via Midi Controls.
Controls:
Definition at line 45 of file MidiOutput.h.
MidiOutput | ( | std::string | name | ) |
Definition at line 30 of file MidiOutput.cpp.
MidiOutput | ( | const MidiOutput & | a | ) |
Definition at line 39 of file MidiOutput.cpp.
~MidiOutput | ( | ) |
Definition at line 50 of file MidiOutput.cpp.
void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 66 of file MidiOutput.cpp.
Implements MarSystem.
Definition at line 59 of file MidiOutput.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 153 of file MidiOutput.cpp.
Definition at line 67 of file MidiOutput.h.
Definition at line 68 of file MidiOutput.h.
Definition at line 69 of file MidiOutput.h.
Definition at line 70 of file MidiOutput.h.