Here is a link to my code: http://jsbin.com/ebadic/9/edit
It is from a demo I found here (this links explains how it works, the part i'm using is at the bottom):
http://www.html5rocks.com/en/tutorials/casestudies/jamwithchrome-interaction/
It creates 6 guitar strings. What I would like to do is have a sound play when one of the 6 strings is moused over - A different sound for each string, or a single sound that is pitched up/down for each string (perhaps using the playbackRate attribute)
My code already plays a sound when I mouseover a single string, but the problem is that it plays the same sound for each one. How do I make it play a DIFFERENT SOUND for each string?