Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@joshbooker
Created March 4, 2020 06:15
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 joshbooker/9871b9a839689321911a2b7b0a6d31e6 to your computer and use it in GitHub Desktop.
Save joshbooker/9871b9a839689321911a2b7b0a6d31e6 to your computer and use it in GitHub Desktop.
[
{
"name":"8-StepBass",
"soundSteps":[
[1,1,1,1,1,1,1,1],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0]
]
},
{
"name":"4-StepBassSnare",
"soundSteps":[
[1,0,1,0,1,0,1,0],
[0,1,0,1,0,1,0,1],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0]
]
},
{
"name":"4-StepBassSnareClap",
"soundSteps":[
[0,1,0,1,0,1,0,1],
[1,0,1,0,1,0,1,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,1,0,0,0,1]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment