Created
November 20, 2023 20:23
-
-
Save dontpaniclabsgists/ba38208db6fb42ff9fcd1c73aef23c0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"notes": [ | |
{ | |
"note": "E", | |
"octave": 4, | |
"duration": 300 | |
}, | |
{ | |
"note": "D", | |
"octave": 4, | |
"duration": 300 | |
}, | |
// Lots more notes... | |
// Lots more notes... | |
{ | |
"note": "D", | |
"octave": 4, | |
"duration": 300 | |
}, | |
{ | |
"note": "C", | |
"octave": 4, | |
"duration": 600 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment