Minor optimization to piano

This commit is contained in:
neauoire 2021-06-27 16:48:38 -07:00
parent f8f2f66756
commit 2aaf936573
1 changed files with 2 additions and 4 deletions

View File

@ -155,9 +155,7 @@ BRK
@on-message ( -> )
.Console/rbyte DEI
DUP #0c MOD .last-note STZ
;play JSR2
.Console/rbyte DEI ;play JSR2
;draw-octave JSR2
BRK
@ -243,7 +241,7 @@ BRK
BRK
@play ( pitch -- )
DUP #0c MOD .last-note STZ
.Audio0/pitch DEO