A simple quiz program for guessing guitar chords.
I recently have gotten a bit more familiar with the jQuery framework, and my latest little program is a guitar chord guesser. The program plays a sound, and you guess what chord it is, there’s also a bit of statistics for your guesses.
You can try it here.
It’s a fairly simple program, see the source code if you are interested in that sort of thing. For sound, it uses Soundmanager 2. For now, the chords are played by me, with a pretty bad mic, I’ve discovered that it’s pretty much impossible to search and find chords in mp3-format on the web.
Now go out there and guess those chords!
I will try to extend the program to include minor chords at a later time, and maybe even make an advanced version with some more funky chords.
Update: It now has support for minor chords, and I’ve also added some more statistics. I’ve also med a playground page where people can practice. You can find it here: saiboten.com/chordplayground.