This project is a continuation of the Arduino Tone Generator but rather than create a continuous tone, this code chooses specific notes to play. In Simple Arduino Music Keyboard I use this principle to create a music keyboard. In Arduino Tone Step Sequencer I build a "step sequencer" to play Arduino tones. In Arduino MIDI Tone Module I … Continue reading Arduino Note Generator
Tag: map
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