"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:
parent
7c106ccb1b
commit
15fe4c0666
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user