| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    9 #define GUARD_LIST_LOCK std::lock_guard<std::mutex> _guard(mutex) 
   11 #define GUARD_LIST_LOCK 
   76             if (e.updateWith(midimsg)) {
 
   99     static std::mutex mutex;
 
  103 #undef GUARD_LIST_LOCK 
  
void append(Node *node)
Append a node to a linked list.
 
#define BEGIN_CS_NAMESPACE
 
Struct for easily matching MIDI messages.
 
void remove(Node *node)
Remove a node from the linked list.
 
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
 
A class that can be inherited from to allow inserting into a DoublyLinkedList.
 
void moveDown(Node *node)
Move down the given node in the linked list.