#include "DebugMIDI_Interface.hpp"
#include <AH/PrintStream/PrintStream.hpp>
#include "PicoUSBInit.hpp"
Go to the source code of this file.
Namespaces | |
namespace | DebugMIDIMessageNames |
Variables | |
static const char | NoteOff [] = "Note Off " |
static const char | NoteOn [] = "Note On " |
static const char | KeyPressure [] = "Key Pressure " |
static const char | ControlChange [] = "Control Change " |
static const char | ProgramChange [] = "Program Change " |
static const char | ChannelPressure [] = "Channel Pressure " |
static const char | PitchBend [] = "Pitch Bend " |
static const FlashString_t | MIDIStatusTypeNames [] |