/ipoduino-notes-converter

Serverless notes to code converter for IEEE OPS

Primary LanguageJavaScript

iPoduino Notes Converter

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.

How to use

  1. Copy notes from any song on this website and store it as a .txt file
  2. Upload the .txt file to the website and it'll automatically convert it
  3. Click "copy to clipboard" to export it to your Arduino

To-do

  • Optimizing code output to take less space
  • Output value as array of notes (CSV) rather than function calls