Skip to content

Instantly share code, notes, and snippets.

@DrummerHead
Created April 1, 2012 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrummerHead/2278846 to your computer and use it in GitHub Desktop.
Save DrummerHead/2278846 to your computer and use it in GitHub Desktop.
WebAudio Drum Machine - DH Beat
// SaveFile of
// http://chromium.googlecode.com/svn/trunk/samples/audio/shiny-drum-machine.html
// Press load and paste the following json
{"kitIndex":4,"effectIndex":0,"tempo":124,"swingFactor":0,"effectMix":0.25,"kickPitchVal":0.21739130434782605,"snarePitchVal":0.5434782608695652,"hihatPitchVal":0.5652173913043479,"tom1PitchVal":0.5,"tom2PitchVal":0.5,"tom3PitchVal":0.5,"rhythm1":[2,0,0,1,0,0,2,0,0,1,0,0,2,0,0,1],"rhythm2":[0,1,0,0,0,0,2,0,0,0,0,1,0,0,0,0],"rhythm3":[0,1,2,0,0,2,1,0,0,1,2,0,0,2,1,0],"rhythm4":[1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0],"rhythm5":[0,0,2,0,0,0,0,1,0,0,0,0,2,0,0,0],"rhythm6":[0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,1]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment