#include <MIDI_Interfaces/DebugMIDI_Interface.hpp>
A class that implements MIDI debug send functions.
Definition at line 15 of file DebugMIDI_Interface.hpp.
Inheritance diagram for StreamDebugMIDI_Base:
Collaboration diagram for StreamDebugMIDI_Base:Public Member Functions | |
| StreamDebugMIDI_Base (const char *prefix) | |
| void | setPrefix (const char *prefix) |
| Set the prefix to be printed before each message. More... | |
| const char * | getPrefix () const |
Protected Member Functions | |
| void | sendChannelMessageImpl (Stream &, ChannelMessage) |
| void | sendSysCommonImpl (Stream &, SysCommonMessage) |
| void | sendSysExImpl (Stream &, SysExMessage) |
| void | sendRealTimeImpl (Stream &, RealTimeMessage) |
| void | sendNowImpl (Stream &) |
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 89 of file DebugMIDI_Interface.cpp.
|
protected |
Definition at line 77 of file DebugMIDI_Interface.cpp.
|
protected |
Definition at line 107 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.