0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-26 15:53:01 +00:00

Minor optimization to piano

This commit is contained in:
neauoire 2021-06-27 16:48:38 -07:00
parent f8f2f66756
commit 2aaf936573

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