Allolib  1.0
C++ Components For Interactive Multimedia
al::MIDIMessageHandler Class Referenceabstract

#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/io/al_MIDI.hpp>

Inheritance diagram for al::MIDIMessageHandler:
al::ParameterMIDI al::PresetMIDI al::SequencerMIDI

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< BindingmBindings
 

Detailed Description

Handles receipt of MIDI messages

Definition at line 199 of file al_MIDI.hpp.


The documentation for this class was generated from the following file: