#include <MIDI_Inputs/InterfaceMIDIInputElements.hpp>
Abstract interface for MIDI input elements that receive and store a 14-bit value.
Definition at line 36 of file InterfaceMIDIInputElements.hpp.
Detecting changes | |
bool | getDirty () const |
Check if the value was updated since the last time the dirty flag was cleared. More... | |
void | clearDirty () |
Clear the dirty flag. More... | |
Public Member Functions | |
virtual uint16_t | getValue () const =0 |
Protected Attributes | |
bool | dirty = true |
|
inline |
Check if the value was updated since the last time the dirty flag was cleared.
Definition at line 43 of file InterfaceMIDIInputElements.hpp.
|
inline |
Clear the dirty flag.
Definition at line 45 of file InterfaceMIDIInputElements.hpp.
|
pure virtual |
Implemented in PBValue, and PBValue< BankSize >.
|
protected |
Definition at line 52 of file InterfaceMIDIInputElements.hpp.