Control Surface main
MIDI Control Surface library for Arduino
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Variables
DebugMIDIMessageNames Namespace Reference

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 []
 

Variable Documentation

◆ NoteOff

const char NoteOff[] = "Note Off "
static

Definition at line 12 of file DebugMIDI_Interface.cpp.

◆ NoteOn

const char NoteOn[] = "Note On "
static

Definition at line 13 of file DebugMIDI_Interface.cpp.

◆ KeyPressure

const char KeyPressure[] = "Key Pressure "
static

Definition at line 14 of file DebugMIDI_Interface.cpp.

◆ ControlChange

const char ControlChange[] = "Control Change "
static

Definition at line 15 of file DebugMIDI_Interface.cpp.

◆ ProgramChange

const char ProgramChange[] = "Program Change "
static

Definition at line 16 of file DebugMIDI_Interface.cpp.

◆ ChannelPressure

const char ChannelPressure[] = "Channel Pressure "
static

Definition at line 17 of file DebugMIDI_Interface.cpp.

◆ PitchBend

const char PitchBend[] = "Pitch Bend "
static

Definition at line 18 of file DebugMIDI_Interface.cpp.

◆ MIDIStatusTypeNames

const FlashString_t MIDIStatusTypeNames[]
static
Initial value:
= {
reinterpret_cast<FlashString_t>(NoteOff),
reinterpret_cast<FlashString_t>(NoteOn),
reinterpret_cast<FlashString_t>(KeyPressure),
reinterpret_cast<FlashString_t>(ControlChange),
reinterpret_cast<FlashString_t>(ProgramChange),
reinterpret_cast<FlashString_t>(ChannelPressure),
reinterpret_cast<FlashString_t>(PitchBend),
}
std::remove_reference< decltype(*F(""))>::type * FlashString_t
@ KeyPressure
Key Pressure Channel Voice message (3B).
@ NoteOn
Note On Channel Voice message (3B).
@ NoteOff
Note Off Channel Voice message (3B).
@ ControlChange
Control Change Channel Voice message (3B).
@ ChannelPressure
Channel Pressure Channel Voice message (2B).
@ PitchBend
Pitch Bend Channel Voice message (3B).
@ ProgramChange
Program Change Channel Voice message (2B).

Definition at line 20 of file DebugMIDI_Interface.cpp.