#include <MIDI_Inputs/InterfaceMIDIInputElements.hpp>
Definition at line 54 of file InterfaceMIDIInputElements.hpp.
Detecting changes | |
| bool | getDirty () const |
| Check if the value was updated since the last time the dirty flag was cleared. | |
| void | clearDirty () |
| Clear the dirty flag. | |
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 61 of file InterfaceMIDIInputElements.hpp.
|
inline |
Clear the dirty flag.
Definition at line 63 of file InterfaceMIDIInputElements.hpp.
|
pure virtual |
Implemented in VPotRing< BankSize >, and VPotRing.
|
pure virtual |
Implemented in VPotRing< BankSize >, and VPotRing.
|
pure virtual |
Implemented in VPotRing< BankSize >, and VPotRing.
|
protected |
Definition at line 72 of file InterfaceMIDIInputElements.hpp.