| 
    Control Surface
     
   1.1.1
   MIDI Control Surface library for Arduino 
   | 
 
Selectors are elements that change the bank setting or any other selection, such as program selectors. More...
Modules | |
| Selectors LEDs | |
| Selectors with LED feedback.  | |
Classes | |
| class | EncoderSelector< N > | 
| Selector that reads from a rotary encoder.  More... | |
| class | IncrementDecrementSelector< N > | 
| Selector with two buttons (one to increment, one to decrement).  More... | |
| class | IncrementSelector< N > | 
| Selector with one button that increments the selection.  More... | |
| class | ManyButtonsSelector< N > | 
| Selector that reads from \( N \) buttons.  More... | |
| class | ProgramChangeSelector< N > | 
| Selector that listens for MIDI Program Change events on a given MIDI Channel, and uses the program number as its selection.  More... | |
| class | SwitchSelector | 
| Selector that selects one of two settings, based on the state of a toggle or momentary switch.  More... | |
Selectors are elements that change the bank setting or any other selection, such as program selectors.
 1.8.16