Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Created January 16, 2019 05:21
Show Gist options
  • Save gabrielflorit/73c6c5b74a7100fd8a02ed722101a8cc to your computer and use it in GitHub Desktop.
Save gabrielflorit/73c6c5b74a7100fd8a02ed722101a8cc to your computer and use it in GitHub Desktop.
SCRIPT-8
update = (state, input) => {
if (input.a) {
playPhrase(0)
}
}
draw = () => {
print(0, 0, 'press A to play a one-note phrase', 0)
}
{
"0": [
"0c27"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment