A custom built footswitch that can be used as a controller for any purpose. I use it to control audio loops in Ableton Live.
- A Teensy board The Teensy LC board is used in the MIDI footwitch.
- Arduino IDE
- Teensyduino, an add-on for the Arduino software
- Install Arduino IDE and Teensyduino. Restart the Arduino IDE.
- Connect the footswitch to your computer with USB.
- Open the project in Arduino IDE.
- In the Tools-menu, select Board: Teensy LC, USB Type: MIDI, Port: {your USB port}
- Start modifying the code and upload it 🚀