Skip to content

Instantly share code, notes, and snippets.

@azoff
Created February 9, 2011 06:57
Show Gist options
  • Save azoff/818066 to your computer and use it in GitHub Desktop.
Save azoff/818066 to your computer and use it in GitHub Desktop.
step1.piano.js
AUDIO_FOLDER = "path/to/instruments";
BROWSER_IMAGE = "path/to/browser.jpg";
<script src="html5piano.js"></script>
<script>
jQuery(document).ready(function(){
Piano.load("someElementId");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment