mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-11-06 08:10:32 +00:00
Only dec note count if found in table
This commit is contained in:
parent
107fe78b51
commit
a28083c8e2
@ -369,10 +369,10 @@ def mbSequence(track)#0
|
||||
//
|
||||
if notes[channel, i].LSB == note
|
||||
notes[channel, i] = 0
|
||||
numNotes--
|
||||
break
|
||||
fin
|
||||
next
|
||||
numNotes--
|
||||
//puts("Remove note ");puti((note>>4)&$7);putc(':');puti(note&$0F)
|
||||
//puts(" from table[");puti(channel);putc(',');puti(i);puts("]\n")
|
||||
fin
|
||||
|
Loading…
Reference in New Issue
Block a user