Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Module checkit {
\\ using internal speaker
TUNE 300, "C3DEFGABC4"
TUNE 300, "C3C#DD#EFF#GG#AA#BC4"
Thread {
score 10, 100, "CAC"
Play 10, 1
} as drums interval 1000
\\ Play in background (16 scores - no 10 for drum machine)
SCORE 1, 300, "C3DEFGABC4"
PLAY 1, 19 ' use score 1 with organ 19
Wait 2400
}
checkit