Skip to content

Instantly share code, notes, and snippets.

@dylanbathurst
Created April 28, 2012 20:42
Show Gist options
  • Save dylanbathurst/2521913 to your computer and use it in GitHub Desktop.
Save dylanbathurst/2521913 to your computer and use it in GitHub Desktop.
{
"audio" :
[
"blah.wav/mp3",
"poo.wav/mp3",
],
"pattern" :
[
// instrument 1
{
// bar 1
{
"color" : { "r":100, "g":255, "b":10 },
"counts" :
[
1,2,3,4 // audio indices
]
},
// bar 4
{
}
},
// instrument 16,
{
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment