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