1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-10 06:30:41 +00:00

Fix playback previous octave

This commit is contained in:
David Schmenk 2017-04-26 20:43:10 -07:00
parent 68053fb5fc
commit 5d53c14101

View File

@ -333,7 +333,7 @@ def playback(idx)
fin
break
is $08 // <-
if current.octave > 1
if current.octave > 0
current.octave--
fin
break