Program-Changer
This is an example that demonstrates the use of MIDI Program Changers.
- Boards: 🛈
- AVR, AVR USB, Nano Every, Due, Nano 33 IoT, Nano 33 BLE, UNO R4, Pi Pico, Teensy 3.x, ESP32, ESP8266
Connections
- 2: momentary push button (to ground)
- 3: momentary push button (to ground)
- 4: momentary push button (to ground)
The internal pull-up resistor for the buttons will be enabled automatically.
Behavior
- When the button on pin 2 is pressed, the MIDI Program for "Acoustic Grand Piano" is selected.
- When the button on pin 3 is pressed, the MIDI Program for "Rock Organ" is selected.
- When the button on pin 4 is pressed, the MIDI Program for "Electric Bass Pick" is selected.
Written by PieterP, 2019-08-07
https://github.com/tttapa/Control-Surface
{
},
};
programChanger,
{{2, 3, 4}},
};
void setup() {
}
void loop() {
}
constexpr Channel Channel_1
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.
A class for MIDI interfaces sending MIDI messages over a USB MIDI connection.
constexpr uint8_t Electric_Bass_Pick
constexpr uint8_t Rock_Organ
constexpr uint8_t Acoustic_Grand_Piano