arduino-songs icon indicating copy to clipboard operation
arduino-songs copied to clipboard

Results 20 arduino-songs issues
Sort by recently updated
recently updated
newest added

I was hoping to use this song data in an open source project also hosted here on Github, with lots of attribution etc. However at present the code is not...

[Im_Blue_by_Eiffel_65_for_Piano.zip](https://github.com/robsoncouto/arduino-songs/files/8228381/Im_Blue_by_Eiffel_65_for_Piano.zip) here is a midi file its compressed to a zip file

The first section is currently: ` REST, 4, REST, 8, REST, 8, REST, 8, NOTE_E4, 8, NOTE_A4, 8, NOTE_C5, 8, //1 NOTE_B4, 8, NOTE_A4, 8, NOTE_C5, 8, NOTE_A4, 8, NOTE_B4,...

Added the songs from the repo to the list in Readme

Great work at first. Looked for music I can use on my ESP32 with the Tone32.h library. This here works well till the first note with a "-". Then I...

can u add lil nas x song? that kinda cool i think xD

podrian hacer una de caballeros del zodiaco la saga de ades?

btw I was looking for Never Gonna give you up on arduino, thx!

# CODE ``` // Megalovania, Toby Fox // Notes at https://pianoletternotes.blogspot.com/2017/10/megalovania-undertale-theme.html #define NOTE_B0 31 #define NOTE_C1 33 #define NOTE_CS1 35 #define NOTE_D1 37 #define NOTE_DS1 39 #define NOTE_E1 41 #define...

I created a non-blocking Arduino-Music library based off your example. Thanks for all your work here! https://github.com/sheaivey/Arduino-Music