#include <MIDI_Inputs/InterfaceMIDIInputElements.hpp>
Definition at line 57 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 bool | getCenterLed () const =0 |
virtual uint8_t | getStartOn () const =0 |
virtual uint8_t | getStartOff () 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 64 of file InterfaceMIDIInputElements.hpp.
|
inline |
Clear the dirty flag.
Definition at line 66 of file InterfaceMIDIInputElements.hpp.
|
pure virtual |
Implemented in VPotRing, and VPotRing< BankSize >.
|
pure virtual |
Implemented in VPotRing, and VPotRing< BankSize >.
|
pure virtual |
Implemented in VPotRing, and VPotRing< BankSize >.
|
protected |
Definition at line 75 of file InterfaceMIDIInputElements.hpp.