Control Surface  1.2.0
MIDI Control Surface library for Arduino
Modules | Classes
Selectors

Selectors are elements that change the bank setting or any other selection, such as program selectors. More...

+ Collaboration diagram for Selectors:

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...
 

Detailed Description

Selectors are elements that change the bank setting or any other selection, such as program selectors.