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