Control Surface  1.1.1
MIDI Control Surface library for Arduino
Namespaces | Variables
DebugMIDI_Interface.cpp File Reference
#include "DebugMIDI_Interface.hpp"
#include <AH/PrintStream/PrintStream.hpp>
Include dependency graph for DebugMIDI_Interface.cpp:

Go to the source code of this file.

Namespaces

 DebugMIDIMessageNames
 

Variables

const static char NoteOff [] = "Note Off "
 
const static char NoteOn [] = "Note On "
 
const static char KeyPressure [] = "Key Pressure "
 
const static char ControlChange [] = "Control Change "
 
const static char ProgramChange [] = "Program Change "
 
const static char ChannelPressure [] = "Channel Pressure"
 
const static char PitchBend [] = "Pitch Bend "
 
const static __FlashStringHelper * MIDIStatusTypeNames []