|
Control Surface
1.1.0
MIDI Control Surface library for Arduino
|
All Elements that send out MIDI events, and that can be banked.
This includes the bankable versions of pretty much all elements in MIDI Output Elements.
More...
Classes | |
| class | Bankable::CCButton |
| A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Control Change events. More... | |
| class | Bankable::CCButtonLatched |
| A class of MIDIOutputElements that read the input of a momentary push button, and send out MIDI Controller Change events. More... | |
| class | Bankable::CCButtonLatching |
| A class of MIDIOutputElements that read the input of a latching push button or toggle switch, and send out MIDI Control Change events. More... | |
| class | Bankable::CCButtonMatrix< nb_rows, nb_cols > |
| A class of MIDIOutputElements that read the input from a matrix of momentary push buttons or switches, and send out MIDI Control Change events. More... | |
| class | Bankable::CCButtons< NUMBER_OF_BUTTONS > |
| A class of MIDIOutputElements that read the input of a collection of momentary push buttons or switches, and send out MIDI Control Change events. More... | |
| class | Bankable::CCIncrementDecrementButtons |
| A class of MIDIOutputElements that read the input of two momentary push buttons to increment or decrement a relative setting using relative MIDI Control Change events. More... | |
| class | Bankable::CCPotentiometer |
| A class of MIDIOutputElements that read the analog input from a potentiometer or fader, and send out 7-bit MIDI Control Change events. More... | |
| class | Bankable::CCRotaryEncoder |
| A class of MIDIOutputElements that read the input of a quadrature (rotary) encoder and send out relative MIDI Control Change events. More... | |
| class | Bankable::NoteButton |
| A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Note events. More... | |
| class | Bankable::NoteButtonLatched |
| A class of MIDIOutputElements that read the input of a momentary push button, and send out MIDI Note events. More... | |
| class | Bankable::NoteButtonLatching |
| A class of MIDIOutputElements that read the input of a latching push button or toggle switch, and send out MIDI Note events. More... | |
| class | Bankable::NoteButtonMatrix< nb_rows, nb_cols > |
| A class of MIDIOutputElements that read the input from a matrix of momentary push buttons or switches, and send out MIDI Note events. More... | |
| class | Bankable::NoteButtons< NUMBER_OF_BUTTONS > |
| A class of MIDIOutputElements that read the input of a collection of momentary push buttons or switches, and send out MIDI Note events. More... | |
| class | Bankable::NoteChordButton |
| A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Note events. More... | |
| class | Bankable::PBPotentiometer |
| A class of MIDIOutputElements that read the analog input from a potentiometer or fader, and send out 14-bit MIDI Pitch Bend events. More... | |
| class | Bankable::PCButton |
| A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Program Change events. More... | |
All Elements that send out MIDI events, and that can be banked.
This includes the bankable versions of pretty much all elements in MIDI Output Elements.
1.8.16