commit 2aaf936573bdbc6a6708f56516dfcc9ff9d778d5 parent f8f2f66756aff7ea70d300080214466bec7cb741 Author: neauoire <aliceffekt@gmail.com> Date: Sun, 27 Jun 2021 16:48:38 -0700 Minor optimization to piano Diffstat:
M | projects/examples/demos/piano.tal | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/projects/examples/demos/piano.tal b/projects/examples/demos/piano.tal @@ -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