Created
July 3, 2021 08:54
-
-
Save hekras/c8c750e9112ac093f646573ec8880528 to your computer and use it in GitHub Desktop.
Colour Maximite 2 tones
This file contains hidden or 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
dim tones(16) | |
for i=0 to bound(tones())-1 | |
read tones(i) | |
next i | |
tempo=50 | |
for i=0 to 20 | |
a% = rnd * bound(tones()) | |
play tone tones(a%), tones(a%), tempo | |
pause tempo | |
next i | |
end | |
data 105,113,121,131,143,158,175,197,225,263,315,394,525,629,788,1051 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment