This project uses the Arduino MIDI Library again, as described in my previous project Arduino Simple MIDI Controller, alongside a button as input to provide a "hotkey" patch change message to your keyboard or synth. These are the key Arduino tutorials for the main concepts used in this project: Arduino Button The Arduino MIDI Library … Continue reading MIDI Patch Button
Category: MIDI Control
Arduino Simple MIDI Controller
This is another variant of the Arduino Tone Generator but this time instead of generating a tone or note, the Arduino is sending MIDI messages! MIDI is the Musical Instrument Digital Interface and has been the means of having one digital instrument control another since at least the 1980s. There are lots of MIDI tutorials on … Continue reading Arduino Simple MIDI Controller