Allolib
1.0
C++ Components For Interactive Multimedia
|
#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/io/al_MIDI.hpp>
Classes | |
struct | Binding |
Public Member Functions | |
virtual void | onMIDIMessage (const MIDIMessage &m)=0 |
Called when a MIDI message is received. | |
void | bindTo (RtMidiIn &RtMidiIn, unsigned port=0) |
Bind handler to a MIDI input. | |
void | clearBindings () |
Protected Attributes | |
std::vector< Binding > | mBindings |
Handles receipt of MIDI messages
Definition at line 199 of file al_MIDI.hpp.