Rhythm Player – Arduino Based Rhythm Automatic Game Player

This is the code behind an Arduino based Rhythm game (Rock Band, Guitar Hero, etc) automatic player. The project consisted of 3 sub-projects: Rhythm Player Midi – This project is designed to read the midi files from the disk and create an intermediary file displays the notes and the delay between each note. The code […]

Rock Band – Visual Detection

As I started working on my Arduino Rock Band Player, I originally attempted to read the screen and watch the notes as they scrolled down the screen. It was an interesting project that let me attempt my hand at scaling, cutting, creating histograms, and other computer vision techniques. This also let me try my hand […]