Skip to content

Instantly share code, notes, and snippets.

@crystalschang
Forked from dylanbathurst/gist:2521913
Created April 28, 2012 20:47
Show Gist options
  • Save crystalschang/2521925 to your computer and use it in GitHub Desktop.
Save crystalschang/2521925 to your computer and use it in GitHub Desktop.
{
"colors": {
"white": "violin.wav",
"red": ["red1.wav", "red2.wav"],
"green": "green.wav"
},
"bars": {
"1": [
"white",
"red",
"red",
"white"
],
"2": [
"green",
"red",
"red",
"red"
],
"3": [
"white",
"red",
"red",
"white"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment