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