"i would recommend parsing 4 (roll) as a hold like the 2 because each 4 also ends with a 3 and i have a feeling thats gonna crash or act a fool if you try to run it"

This commit is contained in:
KadeDeveloper 2021-07-19 22:28:18 -07:00
parent 7c106ccb1b
commit 15fe4c0666

View File

@ -216,6 +216,8 @@ class SMFile
var timeDiff = rowTime - data[0];
section.sectionNotes.push([data[0],lane,timeDiff]);
heldNotes[index] = [];
case 4:
heldNotes[lane] = [rowTime,lane,0];
}
index++;
}