1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-04 03:59:49 +00:00

Only dec note count if found in table

This commit is contained in:
dschmenk 2017-10-22 16:16:10 -07:00
parent 107fe78b51
commit a28083c8e2

View File

@ -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