| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    8 #define GUARD_LIST_LOCK std::lock_guard<std::mutex> guard_(mutex) 
   10 #define GUARD_LIST_LOCK 
   92             if (e.updateWith(midimsg)) {
 
  125     static std::mutex mutex;
 
  129 #undef GUARD_LIST_LOCK 
  
#define BEGIN_CS_NAMESPACE
 
void append(Node *node)
Append a node to a linked list.
 
void moveDown(Node *node)
Move down the given node in the linked list.
 
void remove(Node *node)
Remove a node from the linked list.
 
A class that can be inherited from to allow inserting into a DoublyLinkedList.