Adafruit Circuit Playground Projects
Adafruit Circuit Playground Projects
How to converter MIDIs so they are playable on the Adafruit Circuit Playground
cat rawoutput.txt | sed '/D/d' | cut -d" " -f2,3 | cut -d, -f 1,2 | sed -e 's/^/CircuitPlayground.playTone(/' | sed 's/$/);/'
to convert the newly-created rawoutput.txt to Adafruit Circuit Playground library compatible tone list.