Skip to content

Instantly share code, notes, and snippets.

@nekonesse
Last active April 16, 2020 03:26
Show Gist options
  • Save nekonesse/264f53fff4c03089fa39def34cc9c5b9 to your computer and use it in GitHub Desktop.
Save nekonesse/264f53fff4c03089fa39def34cc9c5b9 to your computer and use it in GitHub Desktop.
SCRIPT-8
{
"0": {
"0": {
"0": 0
},
"1": {
"0": "1"
},
"2": {
"0": "1"
},
"3": {
"0": "1"
},
"4": {
"0": "0"
},
"5": {
"0": "0"
},
"6": {
"0": "1"
},
"7": {
"0": "1"
},
"8": {
"0": "1"
},
"9": {
"0": "0"
},
"tempo": "1"
}
}
init = state => {
}
update = (state, input, elapsed) => {
playSong(0, [true])
}
draw = state => {
}
{
"iframeVersion": "0.1.280",
"lines": [
9,
0,
0,
0,
0,
0,
0,
0
]
}
{
"0": {
"notes": [
"0a#27",
"1c#37",
"2c37",
"3f37",
"4a#27",
"6a#27",
"8a#27",
"9c#37",
"10c37",
"11f37",
"12a#27",
"14a#27"
],
"tempo": "0",
"synth": "1"
},
"1": {
"notes": [
"0a#27",
"2c37",
"4c#37",
"8a#27",
"10c37",
"12c#37"
],
"tempo": "1",
"synth": "2"
}
}
{
"0": {
"0": 0,
"tempo": "1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment