Skip to content

Instantly share code, notes, and snippets.

@mikehelland
Last active November 24, 2017 11:05
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 mikehelland/d7c9ea3e4a4e2d42d5ab74bec6de8853 to your computer and use it in GitHub Desktop.
Save mikehelland/d7c9ea3e4a4e2d42d5ab74bec6de8853 to your computer and use it in GitHub Desktop.
OMG Data Format Melody/Bassline
{
"type": "PART",
"notes": [
{
"note": 12,
"rest": false,
"beats": 0.25
},
{
"note": 13,
"rest": false,
"beats": 0.75
},
{
"note": 14,
"rest": false,
"beats": 0.75
},
{
"note": 13,
"rest": false,
"beats": 1
},
{
"note": 12,
"rest": false,
"beats": 1.5
},
{
"rest": true,
"beats": 0.5
},
{
"rest": true,
"beats": 1
},
{
"rest": true,
"beats": 1
},
{
"rest": true,
"beats": 1
}
],
"scale": "0,3,5,6,7,10",
"ascale": [0,3,5,6,7,10],
"octave": 3,
"volume": 0.75,
"rootNote": 0,
"surfaceURL": "PRESET_VERTICAL",
"soundsetURL": "PRESET_OSC_SINE_SOFT_DELAY",
"soundsetName": "Osc Soft Sine Delay"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment