piano JS
Program a piano track with javascript and play it on the browser.
Install
$ bower install piano
Usage
// play the C major scale
piano.play(['C', 'D', 'E', 'F', 'G', 'A', 'B']);Program a piano track with javascript and play it on the browser.
$ bower install piano
// play the C major scale
piano.play(['C', 'D', 'E', 'F', 'G', 'A', 'B']);