#include <MIDI_Interfaces/DebugMIDI_Interface.hpp>
Definition at line 68 of file DebugMIDI_Interface.hpp.
Enabling and disabling updatables | |
| void | enable () |
| Enable this updatable: insert it into the linked list of instances, so it gets updated automatically. | |
| void | disable () |
| Disable this updatable: remove it from the linked list of instances, so it no longer gets updated automatically. | |
| bool | isEnabled () const |
| Check if this updatable is enabled. | |
| void | moveDown () |
| Move down this element in the list. | |
Public Member Functions | |
| virtual | ~MIDIOutputOnly ()=default |
| virtual void | begin ()=0 |
Static Public Member Functions | |
| static void | beginAll () |
Protected Attributes | |
| MIDIOutputOnly * | next |
| MIDIOutputOnly * | previous |
Static Protected Attributes | |
| static DoublyLinkedList< MIDIOutputOnly > | updatables |
|
virtualdefault |
|
pure virtual |
|
inlinestatic |
Definition at line 72 of file DebugMIDI_Interface.hpp.
|
inlineinherited |
Enable this updatable: insert it into the linked list of instances, so it gets updated automatically.
Definition at line 96 of file Updatable.hpp.
|
inlineinherited |
Disable this updatable: remove it from the linked list of instances, so it no longer gets updated automatically.
Definition at line 106 of file Updatable.hpp.
|
inlineinherited |
Check if this updatable is enabled.
Definition at line 120 of file Updatable.hpp.
|
inlineinherited |
Move down this element in the list.
Definition at line 147 of file Updatable.hpp.
|
staticprotectedinherited |
Definition at line 152 of file Updatable.hpp.
|
protectedinherited |
Definition at line 320 of file LinkedList.hpp.
|
protectedinherited |
Definition at line 321 of file LinkedList.hpp.