Control Surface
pin-t-adl
MIDI Control Surface library for Arduino
|
All Elements that send out MIDI events, and that can banked, with a list of arbitrary addresses.
This includes the bankable versions of pretty much all elements in MIDI Output Elements.
Classes | |
class | CCAbsoluteEncoder< NumBanks > |
A class of MIDIOutputElements that read the input of a quadrature (rotary) encoder and send out absolute MIDI Control Change events. More... | |
class | CCButton< NumBanks > |
A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Control Change events. More... | |
class | CCButtonMatrix< NumBanks, NumRows, NumCols > |
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 | CCIncrementDecrementButtons< NumBanks > |
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 | CCPotentiometer< NumBanks > |
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 | CCRotaryEncoder< NumBanks > |
A class of MIDIOutputElements that read the input of a quadrature (rotary) encoder and send out relative MIDI Control Change events. More... | |
class | NoteButton< NumBanks > |
A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Note events. More... | |
class | NoteButtonMatrix< NumBanks, NumRows, NumCols > |
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 | PBAbsoluteEncoder< NumBanks > |
A class of MIDIOutputElements that read the input of a quadrature (rotary) encoder and send out absolute MIDI Pitch Bend events. More... | |
class | PBPotentiometer< NumBanks > |
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 | PCButton< NumBanks > |
A class of MIDIOutputElements that read the input of a momentary push button or switch, and send out MIDI Program Change events. More... | |