Skip to content

Instantly share code, notes, and snippets.

@trezy
Created May 5, 2022 16:15
Show Gist options
  • Save trezy/9446b8412e5674cb1702f3ea4cc21359 to your computer and use it in GitHub Desktop.
Save trezy/9446b8412e5674cb1702f3ea4cc21359 to your computer and use it in GitHub Desktop.
This is the first 4 bars of "Twinkle Twinkle Little Star" written in JSONg, which can be played with the emulator here: https://codepen.io/trezy/full/eYZGxXY
[
[
["C3"],
[4, "C2", "E2", "G2"]
],
[["C3"]],
[["G3"]],
[["G3"]],
[
["A5"],
[2, "C2", "F2", "A3"]
],
[["A5"]],
[
["G3"],
[2, "C2", "E2", "G2"]
],
[[]],
[
["F3"],
[2, "D2", "F2", "A3"]
],
[["F3"]],
[
["E3"],
[2, "C2", "E2", "G2"]
],
[["E3"]],
[
["D3"],
[2, "F2", "G2", "B3"]
],
[["D3"]],
[
["C3"],
[2, "C2", "E2", "G2"]
],
[[]]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment