Control Surface  1.1.1
MIDI Control Surface library for Arduino
Variables
DebugMIDIMessageNames Namespace Reference

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

Variable Documentation

◆ NoteOff

const static char NoteOff[] = "Note Off "
static

Definition at line 10 of file DebugMIDI_Interface.cpp.

◆ NoteOn

const static char NoteOn[] = "Note On "
static

Definition at line 11 of file DebugMIDI_Interface.cpp.

◆ KeyPressure

const static char KeyPressure[] = "Key Pressure "
static

Definition at line 12 of file DebugMIDI_Interface.cpp.

◆ ControlChange

const static char ControlChange[] = "Control Change "
static

Definition at line 13 of file DebugMIDI_Interface.cpp.

◆ ProgramChange

const static char ProgramChange[] = "Program Change "
static

Definition at line 14 of file DebugMIDI_Interface.cpp.

◆ ChannelPressure

const static char ChannelPressure[] = "Channel Pressure"
static

Definition at line 15 of file DebugMIDI_Interface.cpp.

◆ PitchBend

const static char PitchBend[] = "Pitch Bend "
static

Definition at line 16 of file DebugMIDI_Interface.cpp.

◆ MIDIStatusTypeNames

const static __FlashStringHelper* MIDIStatusTypeNames[]
static
Initial value:
= {
reinterpret_cast<const __FlashStringHelper *>(NoteOff),
reinterpret_cast<const __FlashStringHelper *>(NoteOn),
reinterpret_cast<const __FlashStringHelper *>(KeyPressure),
reinterpret_cast<const __FlashStringHelper *>(ControlChange),
reinterpret_cast<const __FlashStringHelper *>(ProgramChange),
reinterpret_cast<const __FlashStringHelper *>(ChannelPressure),
reinterpret_cast<const __FlashStringHelper *>(PitchBend),
}

Definition at line 18 of file DebugMIDI_Interface.cpp.

DebugMIDIMessageNames::NoteOn
const static char NoteOn[]
Definition: DebugMIDI_Interface.cpp:11
DebugMIDIMessageNames::KeyPressure
const static char KeyPressure[]
Definition: DebugMIDI_Interface.cpp:12
DebugMIDIMessageNames::NoteOff
const static char NoteOff[]
Definition: DebugMIDI_Interface.cpp:10
DebugMIDIMessageNames::ChannelPressure
const static char ChannelPressure[]
Definition: DebugMIDI_Interface.cpp:15
DebugMIDIMessageNames::ControlChange
const static char ControlChange[]
Definition: DebugMIDI_Interface.cpp:13
DebugMIDIMessageNames::PitchBend
const static char PitchBend[]
Definition: DebugMIDI_Interface.cpp:16
DebugMIDIMessageNames::ProgramChange
const static char ProgramChange[]
Definition: DebugMIDI_Interface.cpp:14