Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
A class for callbacks from MIDI input. More...
#include <MIDI_Interface.hpp>
Public Member Functions | |
virtual void | onChannelMessage (UNUSED_PARAM Parsing_MIDI_Interface &midi) |
virtual void | onSysExMessage (UNUSED_PARAM Parsing_MIDI_Interface &midi) |
virtual void | onRealtimeMessage (UNUSED_PARAM Parsing_MIDI_Interface &midi, UNUSED_PARAM uint8_t message) |
virtual | ~MIDI_Callbacks ()=default |
A class for callbacks from MIDI input.
Definition at line 247 of file MIDI_Interface.hpp.
|
virtualdefault |
|
inlinevirtual |
Definition at line 249 of file MIDI_Interface.hpp.
|
inlinevirtual |
Definition at line 250 of file MIDI_Interface.hpp.
|
inlinevirtual |
Definition at line 251 of file MIDI_Interface.hpp.