#include <MIDI_Interfaces/DebugMIDI_Interface.hpp>
A class that implements MIDI debug send functions.
Definition at line 15 of file DebugMIDI_Interface.hpp.
Public Member Functions | |
PrintDebugMIDI_Base (const char *prefix) | |
void | setPrefix (const char *prefix) |
Set the prefix to be printed before each message. | |
const char * | getPrefix () const |
Protected Member Functions | |
void | sendChannelMessageImpl (Print &, ChannelMessage) |
void | sendSysCommonImpl (Print &, SysCommonMessage) |
void | sendSysExImpl (Print &, SysExMessage) |
void | sendRealTimeImpl (Print &, RealTimeMessage) |
void | sendNowImpl (Print &) |
Private Attributes | |
const char * | prefix = nullptr |
|
inline |
Definition at line 24 of file DebugMIDI_Interface.hpp.
|
protected |
Definition at line 52 of file DebugMIDI_Interface.cpp.
|
protected |
Definition at line 93 of file DebugMIDI_Interface.cpp.
|
protected |
Definition at line 79 of file DebugMIDI_Interface.cpp.
|
protected |
Definition at line 113 of file DebugMIDI_Interface.cpp.
|
inlineprotected |
Definition at line 21 of file DebugMIDI_Interface.hpp.
|
inline |
Set the prefix to be printed before each message.
Definition at line 27 of file DebugMIDI_Interface.hpp.
|
inline |
Definition at line 28 of file DebugMIDI_Interface.hpp.
|
private |
Definition at line 31 of file DebugMIDI_Interface.hpp.