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:
parent
68053fb5fc
commit
5d53c14101
@ -333,7 +333,7 @@ def playback(idx)
|
||||
fin
|
||||
break
|
||||
is $08 // <-
|
||||
if current.octave > 1
|
||||
if current.octave > 0
|
||||
current.octave--
|
||||
fin
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user