Transpose-Octave-NC-Button
https://github.com/tttapa/Control-Surface/issues/74
transposer,
3,
};
void setup() {
selector.invert();
}
void loop() {
}
The main header file that includes all Control-Surface header files.
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
void begin()
Initialize the Control_Surface.
void loop()
Update all MIDI elements, send MIDI events and read MIDI input.
Selector with one button that increments the selection.
Class for transposing the address of NoteButton and other MIDI elements.
A class for MIDI interfaces sending MIDI messages over a USB MIDI connection.