A simple serverless web-based tool made with vanilla JS/HTML/CSS to convert songs into Arduino code for the IEEE iPoduino project.
All songs must come from this website or must be formatted in the same way as they are on this website. There are thousands of songs on here so you'll be able to find yours! See song.txt for an example on formatting.
- Copy notes from any song on this website and store it as a .txt file
- Upload the .txt file to the website and it'll automatically convert it
- Click "copy to clipboard" to export it to your Arduino
- Optimizing code output to take less space
- Output value as array of notes (CSV) rather than function calls