#include <AH/STL/utility>
#include <Display/Bitmaps/XBitmaps.hpp>
#include <Display/DisplayElement.hpp>
#include <MIDI_Inputs/InterfaceMIDIInputElements.hpp>
Go to the source code of this file.
Classes | |
class | BitmapDisplay< Value_t > |
A class that displays a bitmap depending on the state of a MIDINote or any other object that has a getValue() method that returns true (or anything that evaluates to true) when the bitmap has to be displayed, as wel as a pair of getDirty() /clearDirty() methods to determine whether the display has to be updated. More... | |
Typedefs | |
template<class Value_t = Interfaces::IValue> | |
using | NoteBitmapDisplay = BitmapDisplay< Value_t > |
using NoteBitmapDisplay = BitmapDisplay<Value_t> |
Definition at line 39 of file BitmapDisplay.hpp.