Skip to content

Commit

Permalink
Music program
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Nov 12, 2023
1 parent b774f45 commit 116fedc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/keyboard.dm42
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Lets you use your calculator to compose scores of utmost beauty.

export def key {
GETKEY
STO 00
if { } >= { 10 } {
TONE 0
GTO key
}
TONE IND 00
GTO key
}

0 comments on commit 116fedc

Please sign in to comment.