mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-09 13:33:26 +00:00
Fix oops of moving increase duration code
This commit is contained in:
parent
734de4a5e3
commit
c091ae0084
@ -494,6 +494,7 @@ def main
|
||||
putsxy(29, 3, " ")
|
||||
fin
|
||||
break
|
||||
is '+'
|
||||
is $0B // UP
|
||||
if duration < 40
|
||||
duration++
|
||||
@ -553,7 +554,6 @@ def main
|
||||
showLFO
|
||||
seq = SEQ_LFO_DEC
|
||||
break
|
||||
is '+'
|
||||
is 'P'
|
||||
if modPatch
|
||||
savePatch
|
||||
|
Loading…
Reference in New Issue
Block a user