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:
parent
f8f2f66756
commit
2aaf936573
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue