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

Arduino Tone Generator

This project uses an Arduino Uno and a potentiometer to create a variable-pitch tone. In Arduino Note Generator I update the project to play discrete notes. https://youtu.be/Azd64-3U5pI These are the key Arduino tutorials for the main concepts used in this project: Arduino Analog Input Arduino Tone Pitch Follower If you are new to Arduino, see the Getting … Continue reading Arduino Tone Generator