Last active
January 24, 2020 06:33
-
-
Save gabrielflorit/0cd56da2a7d0a829d156117f70af69d0 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": { | |
"2": 7, | |
"3": 11 | |
}, | |
"1": { | |
"2": 8, | |
"3": 11 | |
}, | |
"2": { | |
"2": 9, | |
"3": 11 | |
}, | |
"3": { | |
"2": 10, | |
"3": 11 | |
}, | |
"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
// title: singularity | |
init = state => { | |
playSong(0, true) | |
} | |
update = (state, input, elapsed) => { | |
} | |
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.276", | |
"lines": [ | |
11, | |
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": [ | |
"0d#30" | |
], | |
"tempo": 0, | |
"synth": 0 | |
}, | |
"7": { | |
"notes": [ | |
"0d#11", | |
"1a#11", | |
"2d#21", | |
"3f#21", | |
"4d#11", | |
"5a#11", | |
"6d#21", | |
"7f#21", | |
"8d#11", | |
"9a#11", | |
"10d#21", | |
"11f#21", | |
"12d#11", | |
"13a#11", | |
"14d#21", | |
"15f#21" | |
], | |
"tempo": "1", | |
"synth": "2" | |
}, | |
"8": { | |
"notes": [ | |
"0f#11", | |
"1c#21", | |
"2f#21", | |
"3g#21", | |
"4f#11", | |
"5c#21", | |
"6f#21", | |
"7g#21", | |
"8f#11", | |
"9c#21", | |
"10f#21", | |
"11g#21", | |
"12f#11", | |
"13c#21", | |
"14f#21", | |
"15g#21" | |
], | |
"tempo": "1", | |
"synth": "2" | |
}, | |
"9": { | |
"notes": [ | |
"0c#11", | |
"1c#21", | |
"2f21", | |
"3g#21", | |
"4c#11", | |
"5c#21", | |
"6f21", | |
"7g#21", | |
"8c#11", | |
"9c#21", | |
"10f21", | |
"11g#21", | |
"12c#11", | |
"13c#21", | |
"14f21", | |
"15g#21" | |
], | |
"tempo": "1", | |
"synth": "2" | |
}, | |
"10": { | |
"notes": [ | |
"0d11", | |
"1f11", | |
"2d21", | |
"3f21", | |
"4d11", | |
"5f11", | |
"6d21", | |
"7f21", | |
"8d11", | |
"9f11", | |
"10d21", | |
"11f21", | |
"12d11", | |
"13f11", | |
"14d21", | |
"15f21" | |
], | |
"tempo": "1", | |
"synth": "2" | |
}, | |
"11": { | |
"notes": [ | |
"2c37", | |
"3c35", | |
"6c34", | |
"9c35", | |
"10c37", | |
"11c34", | |
"14c34" | |
], | |
"tempo": "1", | |
"synth": "3" | |
} | |
} |
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