Control Surface  1.1.1
MIDI Control Surface library for Arduino
MIDIInputElementSysEx.cpp
Go to the documentation of this file.
2 
5 #ifdef ESP32
6 std::mutex MIDIInputElementSysEx::mutex;
7 #endif
8 END_CS_NAMESPACE
MIDIInputElementSysEx.hpp
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition: Settings/NamespaceSettings.hpp:9
MIDIInputElementSysEx::elements
static DoublyLinkedList< MIDIInputElementSysEx > elements
Definition: MIDIInputElementSysEx.hpp:123
DoublyLinkedList< MIDIInputElementSysEx >