Skip to content

Instantly share code, notes, and snippets.

@mikehelland
Last active August 16, 2020 17:33
Show Gist options
  • Save mikehelland/ad25021b905380f2e34bba8d992ae7eb to your computer and use it in GitHub Desktop.
Save mikehelland/ad25021b905380f2e34bba8d992ae7eb to your computer and use it in GitHub Desktop.
OMG Data Format - Drumbeat
{
"type": "PART",
"volume": 0.75,
"surfaceURL": "PRESET_SEQUENCER",
"soundsetURL": "PRESET_HIPKIT",
"soundsetName": "Hip Hop Drum Kit",
"tracks": [
{
"data": [1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],
"name": "kick",
"sound": "http://mikehelland.com/omg/drums/hh_kick.mp3"
},
{
"data": [0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],
"name": "clap",
"sound": "http://mikehelland.com/omg/drums/hh_clap.mp3"
},
{
"data": [1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0],
"name": "closed hi-hat",
"sound": "http://mikehelland.com/omg/drums/rock_hihat_closed.mp3"
},
{
"data": [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,0],
"name": "open hi-hat",
"sound": "http://mikehelland.com/omg/drums/hh_hihat.mp3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment