This project takes the Arduino Nano 12-Note Keyboard and updates it with MIDI capability! https://youtu.be/91Q-Ml86JKA Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments. I am not responsible for any damage to expensive instruments! Parts list An existing Arduino Nano 12-Note Keyboard 2x 220 resistor male header pins 5 pin … Continue reading Arduino Nano MIDI Keyboard
Tag: midi
MIDI Patch Button
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
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