Last active
April 16, 2020 03:26
-
-
Save nekonesse/264f53fff4c03089fa39def34cc9c5b9 to your computer and use it in GitHub Desktop.
SCRIPT-8
This file contains 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
{ | |
"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" | |
} | |
} |
This file contains 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
init = state => { | |
} | |
update = (state, input, elapsed) => { | |
playSong(0, [true]) | |
} | |
draw = state => { | |
} |
This file contains 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
[] |
This file contains 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
{ | |
"iframeVersion": "0.1.280", | |
"lines": [ | |
9, | |
0, | |
0, | |
0, | |
0, | |
0, | |
0, | |
0 | |
] | |
} |
This file contains 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
{ | |
"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" | |
} | |
} |
This file contains 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
{ | |
"0": { | |
"0": 0, | |
"tempo": "1" | |
} | |
} |
This file contains 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
{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment