#include <AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>#include <Def/Def.hpp>#include <Selectors/Selector.hpp>#include <Selectors/EncoderSelector.hpp>#include <Selectors/IncrementDecrementSelector.hpp>#include <Selectors/IncrementSelector.hpp>#include <Selectors/ManyButtonsSelector.hpp>#include <Selectors/ProgramChangeSelector.hpp>#include <Selectors/SwitchSelector.hpp>
Include dependency graph for SelectorLEDs.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SelectorLEDsCallback< N > |
| class | SelectorSingleLEDCallback |
| class | EncoderSelectorLEDs< N > |
| Selector that reads from a rotary encoder. This version displays the setting using LEDs. More... | |
| class | IncrementDecrementSelectorLEDs< N > |
| Selector with two buttons (one to increment, one to decrement). This version displays the setting using LEDs. More... | |
| class | IncrementSelectorLEDs< N > |
| Selector with one button that increments the selection. This version displays the setting using LEDs. More... | |
| class | ManyButtonsSelectorLEDs< N > |
| Selector that reads from \( N \) buttons. This version displays the setting using LEDs. More... | |
| class | ProgramChangeSelectorLEDs< N > |
| Selector that listens for MIDI Program Change events on a given MIDI Channel, and uses the program number as its selection. This version displays the setting using LEDs. More... | |
| class | SwitchSelectorLED |
| Selector that selects one of two settings, based on the state of a toggle or momentary switch. This version displays the setting using LEDs. More... | |