Arduinosu
Hardware- 3 Devlogs
- 2 Total hours
A rhythm game for your Arduino, inspired by osu!taiko
A rhythm game for your Arduino, inspired by osu!taiko
Changed the python script to take arguments instead of having a hardcoded filename, and made it not skip the rests in the midi file! I also, obviously, made it play the song of the boss of deltarune chapter 5 :D
Also, I made sure to run a command that deletes all non-ascii characters at the end of the script, so that the Arduino compiler can read it normally
Tried more midi files, I will soon begin working on fixing the python script to handle note pauses
I started by making sure the project is even doable-by using https://github.com/VihangaNethmaka/MIDI-To-Arduino-Converter to play a midi file using a buzzer. And it worked! But it didn’t handle pauses at all, which is something that I’ll have to fix