From 15fe4c0666fde3af03f19c53e45317f0fda86226 Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Mon, 19 Jul 2021 22:28:18 -0700 Subject: [PATCH] "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" --- source/smTools/SMFile.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/smTools/SMFile.hx b/source/smTools/SMFile.hx index fcb6555..a17d253 100644 --- a/source/smTools/SMFile.hx +++ b/source/smTools/SMFile.hx @@ -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++; }