Control Surface
stm32
MIDI Control Surface library for Arduino
|
Selectors with LED feedback.
Classes | |
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... | |