diff --git a/assets/preload/data/cell/follow.lua b/assets/preload/data/cell/follow.lua deleted file mode 100644 index 3a7c7a8..0000000 --- a/assets/preload/data/cell/follow.lua +++ /dev/null @@ -1,91 +0,0 @@ ---[[ setting stuffs ]] -local following = true -local offsets = { - ["dad"] = 38, - ["boyfriend"] = 38} -local manual = { - ["dad"] = {0, 0}, - ["boyfriend"] = {0, 0}, - - ["enabled"] = false -} - ---[[ internal stuffs ]] -local anims = { - ["singL"] = true, - ["singD"] = false, - ["singU"] = false, - ["singR"] = true -} -local singing = { - ["dad"] = false, - ["boyfriend"] = false -} -local function get_pos(char) - if manual["enabled"] then - return manual[char] - else - local mid, pos = {getMidpointX(char), getMidpointY(char)}, getProperty(char .. ".cameraPosition") - local offset = getProperty((mustHitSection and char or "opponent") .. "CameraOffset") - return { - mid[1] + (mustHitSection and -100 or 150) + (mustHitSection and -pos[1] or pos[1]) + offset[1], - mid[2] - 100 + pos[2] + offset[2] - } - end -end -local function follow(char) - local anim, pos, offset = getProperty(char .. ".animation.curAnim.name"):sub(1, 5), get_pos(char), offsets[char] - local pos_clone, horizontal = {pos[1], pos[2]}, anims[anim] - if following then - if horizontal then - pos_clone[1] = pos_clone[1] + (anim == "singL" and -offset or offset) - elseif horizontal == false then - pos_clone[2] = pos_clone[2] + (anim == "singU" and -offset or offset) - end - end - setProperty("camFollow.x", pos_clone[1]) - setProperty("camFollow.y", pos_clone[2]) -end -function onStartCountdown() - setProperty("isCameraOnForcedPos", true) - follow("dad") -end -function onBeatHit() - if curBeat % 4 == 0 then - follow(mustHitSection and "boyfriend" or "dad") - end -end -local function check_idle(char) - local anim = getProperty(char .. ".animation.curAnim.name") - if anim == "idle" then - if singing[char] then - follow(char) - end - singing[char] = false - end -end -function onTimerCompleted(tag) - if mustHitSection then - if tag == "follow_boyfriend_idle" then - check_idle("boyfriend") - end - elseif tag == "follow_dad_idle" then - check_idle("dad") - end -end -local function follow_note(note_type, sustained) - if note_type ~= "No Animation" then - local char = mustHitSection and "boyfriend" or "dad" - if not sustained then - follow(char) - end - singing[char] = true - runTimer("follow_" .. char .. "_idle", (stepCrochet * getProperty(char .. ".singDuration") + 30) / 1000) - end -end -function goodNoteHit(id, direction, note_type, sustained) - follow_note(note_type, sustained) -end -function opponentNoteHit(id, direction, note_type, sustained) - follow_note(note_type, sustained) -end diff --git a/assets/preload/data/deformation/deformation.json b/assets/preload/data/deformation/deformation.json index 53ad9c6..c4e41ed 100644 --- a/assets/preload/data/deformation/deformation.json +++ b/assets/preload/data/deformation/deformation.json @@ -1,305 +1,287 @@ { "song": { "player1": "shoulder-bf", + "events": [], + "gfVersion": "gf", + "player2": "algebratrix", "notes": [ { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 19200, 1, - 525, - "normal" + 225 ], [ 19200, 5, - 525, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 24000, 1, - 450, - "normal" + 225 ], [ 24000, 5, - 450, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 28800, 1, - 525, - "normal" + 225 ], [ 28800, 5, - 525, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 33600, 1, - 525, - "normal" + 225 ], [ 33600, 5, - 525, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 37200, 0, - 0, 0 ], [ 37350, 1, - 0, 0 ], [ 37500, 3, - 225, - 0 + 225 ], [ 37800, - 1, 0, 0 ], [ 37950, - 0, - 0, + 2, 0 ], [ 38100, - 2, 0, 0 ], [ 38250, - 3, - 0, + 1, 0 ], [ 37200, 4, - 0, 0 ], [ 37350, 5, - 0, 0 ], [ 37500, 7, - 225, - 0 + 225 ], [ 37800, - 5, - 0, + 4, 0 ], [ 37950, - 4, - 0, + 6, 0 ], [ 38100, - 6, - 0, - "normal" + 4, + 0 ], [ 38250, - 7, - 0, - "normal" + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 38400, @@ -308,22 +290,22 @@ ], [ 38475, - 2, + 1, 0 ], [ 38550, - 3, + 2, 0 ], [ 38625, - 2, + 3, 0 ], [ 38700, - 1, + 0, 0 ], [ @@ -333,37 +315,37 @@ ], [ 38850, - 0, + 3, 0 ], [ 38925, - 1, + 2, 0 ], [ 39000, - 2, + 0, 0 ], [ 39075, - 3, + 1, 0 ], [ 39150, - 1, + 3, 0 ], [ 39225, - 0, + 1, 0 ], [ 39300, - 2, + 0, 0 ], [ @@ -373,19 +355,19 @@ ], [ 39450, - 1, + 2, 0 ], [ 39525, - 2, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 39600, @@ -394,472 +376,433 @@ ], [ 39750, - 1, + 2, 0 ], [ 39900, - 2, + 3, 0 ], [ 40050, - 3, + 0, 0 ], [ 40200, - 0, + 1, 0 ], [ 40350, - 2, + 3, 0 ], [ 40500, - 3, + 0, 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 40800, 0, - 0, 0 ], [ 40875, - 2, - 0, + 1, 0 ], [ 40950, - 3, - 0, + 2, 0 ], [ 41025, - 2, - 0, + 3, 0 ], [ 41100, - 1, 0, 0 ], [ 41175, 2, - 0, 0 ], [ 41250, - 0, - 0, + 3, 0 ], [ 41325, - 1, - 0, + 2, 0 ], [ 41400, - 2, 0, 0 ], [ 41475, - 3, - 0, + 1, 0 ], [ 41550, - 1, - 0, + 3, 0 ], [ 41625, - 0, - 0, - "normal" + 1, + 0 ], [ 41700, - 2, 0, - "normal" + 0 ], [ 41775, 3, - 0, - "normal" + 0 ], [ 41850, - 1, - 0, - "normal" + 2, + 0 ], [ 41925, - 2, - 0, - "normal" + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 42000, 0, - 0, 0 ], [ 42150, - 1, - 0, + 2, 0 ], [ 42300, - 2, - 0, + 3, 0 ], [ 42450, - 3, 0, 0 ], [ 42600, - 0, - 0, + 1, 0 ], [ 42750, - 2, - 0, + 3, 0 ], [ 42900, - 3, - 225, - 0 + 0, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 44100, - 1, + 43200, + 3, 0 ], [ - 44100, - 0, + 43275, + 2, 0 ], [ - 43800, - 2, + 43350, + 0, 0 ], [ - 43800, - 3, + 43425, + 1, 0 ], [ - 43200, + 43500, 3, 0 ], [ - 43275, + 43575, 2, 0 ], [ - 43350, - 1, - 0 - ], - [ - 43425, + 43650, 0, 0 ], [ - 43650, - 1, + 43800, + 3, 0 ], [ - 43725, + 44100, 0, 0 ], [ - 43500, + 44100, 2, 0 ], [ - 43575, - 3, + 43800, + 1, + 0 + ], + [ + 43725, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 45000, - 3, - 525 - ], [ 44400, 3, 0 ], [ - 44700, - 0, + 44475, + 2, 0 ], [ - 44475, + 44550, 0, 0 ], [ - 44550, + 44625, 1, 0 ], [ - 44625, - 2, + 44700, + 3, 0 ], [ 44775, - 3, + 2, 0 ], [ 44850, - 2, + 0, 0 ], [ 44925, - 1, + 2, 0 + ], + [ + 45000, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 46500, - 1, - 0, + 45600, + 3, 0 ], [ - 46500, - 0, - 0, + 45675, + 2, 0 ], [ - 46200, - 2, + 45750, 0, 0 ], [ - 46200, - 3, - 0, + 45825, + 1, 0 ], [ - 45600, + 45900, 3, - 0, 0 ], [ - 45675, + 45975, 2, - 0, 0 ], [ - 45750, - 1, + 46050, 0, 0 ], [ - 45825, - 0, - 0, + 46200, + 3, 0 ], [ - 46050, - 1, + 46500, 0, - "normal" + 0 ], [ - 46125, - 0, - 0, + 46500, + 2, 0 ], [ - 45900, - 2, - 0, + 46200, + 1, 0 ], [ - 45975, - 3, - 0, - "normal" + 46125, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 47400, - 3, - 525, - 0 - ], [ 46800, 3, - 0, 0 ], [ - 47100, - 0, - 0, + 46875, + 2, 0 ], [ - 46875, - 0, + 46950, 0, 0 ], [ - 46950, + 47025, 1, - 0, 0 ], [ - 47025, - 2, - 0, + 47100, + 3, 0 ], [ 47175, - 3, - 0, + 2, 0 ], [ 47250, - 2, 0, 0 ], [ 47325, - 1, - 0, + 2, 0 + ], + [ + 47400, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 48000, - 2, + 0, 525 ], [ - 48000, - 3, - 525 + 48600, + 1, + 0 ], [ - 49050, + 48750, 3, 0 ], [ - 48600, - 0, + 48900, + 1, 0 ], [ - 48600, - 2, + 49050, + 0, 0 ], [ - 49050, + 48000, + 3, + 525 + ], + [ + 48600, 2, 0 ], @@ -869,25 +812,25 @@ 0 ], [ - 48750, - 1, + 48900, + 3, 0 ], [ - 48900, - 1, + 49050, + 2, 0 ], [ - 48900, - 3, - 0 + 48000, + 2, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 49200, @@ -895,211 +838,206 @@ 525 ], [ - 49200, - 1, - 525 + 49800, + 3, + 0 ], [ - 50250, - 1, + 49950, + 2, 0 ], [ - 50250, + 50100, 0, 0 ], [ - 49800, - 1, + 50250, + 2, 0 ], [ 49800, - 3, + 1, 0 ], [ 49950, - 2, + 1, 0 ], [ - 49950, + 50100, 3, 0 ], [ - 50100, + 50250, 0, 0 ], [ - 50100, - 2, - 0 + 49200, + 1, + 525 + ], + [ + 49200, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 50400, - 2, - 525, - 0 + 0, + 525 ], [ - 50400, - 3, - 525, + 51000, + 1, 0 ], [ - 51450, + 51150, 3, - 0, 0 ], [ - 51000, - 0, - 0, + 51300, + 1, 0 ], [ - 51000, - 2, + 51450, 0, 0 ], [ - 51450, + 50400, + 3, + 525 + ], + [ + 51000, 2, - 0, 0 ], [ 51150, 0, - 0, 0 ], [ - 51150, - 1, - 0, + 51300, + 3, 0 ], [ - 51300, - 1, - 0, + 51450, + 2, 0 ], [ - 51300, - 3, - 0, - "normal" + 50400, + 2, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 51600, 0, - 525, - 0 + 525 ], [ - 51600, - 1, - 525, + 52200, + 3, 0 ], [ - 52650, - 1, - 0, + 52350, + 2, 0 ], [ - 52650, - 0, + 52500, 0, 0 ], [ - 52200, - 1, - 0, + 52650, + 2, 0 ], [ 52200, - 3, - 0, + 1, 0 ], [ 52350, - 2, - 0, + 1, 0 ], [ - 52350, + 52500, 3, - 0, 0 ], [ - 52500, - 0, + 52650, 0, 0 ], [ - 52500, - 2, - 0, - 0 + 51600, + 1, + 525 + ], + [ + 51600, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 52800, - 3, + 0, 0 ], [ 52875, - 2, + 1, 0 ], [ 52950, - 1, + 3, 0 ], [ 53025, - 0, + 1, 0 ], [ 53100, - 3, + 0, 0 ], [ @@ -1107,47 +1045,32 @@ 2, 0 ], - [ - 53250, - 0, - 0 - ], - [ - 53400, - 3, - 225 - ], [ 53700, 1, 225 ], [ - 53435.625, + 53400, 0, - 187.5 + 225 ], [ - 53737.5, + 53400, 2, - 187.5 + 225 + ], + [ + 53250, + 3, + 75 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 54300, - 0, - 0 - ], - [ - 54450, - 3, - 0 - ], [ 54000, 0, @@ -1160,12 +1083,17 @@ ], [ 54150, - 2, + 3, 0 ], [ 54225, - 3, + 1, + 0 + ], + [ + 54300, + 0, 0 ], [ @@ -1175,256 +1103,231 @@ ], [ 54600, - 1, + 0, 525 ], [ - 54675, + 54450, + 3, + 75 + ], + [ + 54600, 2, - 450 + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 55200, - 3, 0, 0 ], [ 55275, - 2, - 0, + 1, 0 ], [ 55350, - 1, - 0, + 3, 0 ], [ 55425, - 0, - 0, + 1, 0 ], [ 55500, - 3, 0, 0 ], [ 55575, 2, - 0, - 0 - ], - [ - 55650, - 0, - 0, 0 ], - [ - 55800, - 3, - 225, - "normal" - ], [ 56100, 1, - 225, - 0 + 225 ], [ - 55835.625, + 55800, 0, - 187.5, - "normal" + 225 ], [ - 56137.5, + 55800, 2, - 187.5, - "normal" + 225 + ], + [ + 55650, + 3, + 75 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 56700, - 0, - 0, - 0 - ], - [ - 56850, - 3, - 0, - 0 - ], [ 56400, 0, - 0, 0 ], [ 56475, 1, - 0, 0 ], [ 56550, - 2, - 0, + 3, 0 ], [ 56625, - 3, + 1, + 0 + ], + [ + 56700, 0, 0 ], [ 56775, 2, - 0, 0 ], [ 57000, - 1, - 525, - "normal" + 0, + 525 + ], + [ + 56850, + 3, + 75 ], [ - 57075, + 57000, 2, - 450, - "normal" + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 57975, - 0, - 0 - ], - [ - 58725, + 57600, 0, 0 ], [ - 57900, + 57675, 1, 0 ], [ - 58050, + 57750, 2, 0 ], [ - 58125, - 1, + 57825, + 3, 0 ], [ - 58200, - 3, + 57900, + 0, 0 ], [ - 58275, + 57975, 2, 0 ], [ - 57600, + 58050, 3, 0 ], [ - 57675, + 58125, 2, 0 ], [ - 57750, + 58200, 0, 0 ], [ - 57825, - 3, + 58275, + 1, 0 ], [ - 58575, + 58350, 3, 0 ], [ - 58650, + 58425, 1, 0 ], [ - 58350, - 1, + 58500, + 0, 0 ], [ - 58425, - 0, + 58575, + 3, 0 ], [ - 58500, + 58650, 2, 0 + ], + [ + 58725, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 58800, - 3, + 0, 0 ], [ 58950, - 1, + 2, 0 ], - [ - 59700, - 1, - 225 - ], [ 59100, - 2, + 3, 0 ], [ @@ -1434,140 +1337,124 @@ ], [ 59400, - 3, + 1, 0 ], [ 59550, - 2, + 3, 0 + ], + [ + 59700, + 0, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 60375, - 0, - 0, - 0 - ], - [ - 61125, - 0, + 60000, 0, 0 ], [ - 60300, + 60075, 1, - 0, 0 ], [ - 60450, + 60150, 2, - 0, 0 ], [ - 60525, - 1, - 0, + 60225, + 3, 0 ], [ - 60600, - 3, + 60300, 0, 0 ], [ - 60675, + 60375, 2, - 0, 0 ], [ - 60975, + 60450, 3, - 0, 0 ], [ - 61050, - 1, + 60525, + 2, + 0 + ], + [ + 60600, 0, 0 ], [ - 60750, + 60675, 1, - 0, 0 ], [ - 60825, - 0, - 0, + 60750, + 3, 0 ], [ - 60900, - 2, - 0, + 60825, + 1, 0 ], [ - 60075, - 2, + 60900, 0, 0 ], [ - 60000, + 60975, 3, - 0, - "normal" + 0 ], [ - 60150, - 0, - 0, - "normal" + 61050, + 2, + 0 ], [ - 60225, + 61125, 3, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 61200, - 3, + 0, 0 ], [ 61350, - 1, + 2, 0 ], - [ - 62100, - 1, - 225 - ], [ 61500, - 2, + 3, 0 ], [ @@ -1577,35 +1464,33 @@ ], [ 61800, - 3, - 0, - "normal" + 1, + 0 ], [ 61950, - 2, + 3, + 0 + ], + [ + 62100, 0, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 63300, - 3, - 0 - ], [ 62400, - 2, + 3, 0 ], [ 62475, - 3, + 2, 0 ], [ @@ -1620,12 +1505,12 @@ ], [ 62700, - 2, + 3, 0 ], [ 62775, - 3, + 2, 0 ], [ @@ -1633,18 +1518,13 @@ 0, 0 ], - [ - 62925, - 3, - 0 - ], [ 63000, - 1, + 3, 0 ], [ - 63000, + 63300, 0, 0 ], @@ -1654,21 +1534,20 @@ 0 ], [ - 63150, + 63000, 1, 0 ], [ - 63150, + 62925, 2, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 63600, @@ -1676,253 +1555,232 @@ 0 ], [ - 64200, - 0, - 525 + 63675, + 2, + 0 ], [ - 63900, + 63750, 0, 0 ], [ - 63975, - 3, + 63825, + 1, 0 ], [ - 64050, - 0, + 63900, + 3, 0 ], [ - 64125, + 63975, 2, 0 ], [ - 63675, + 64050, 0, 0 ], [ - 63750, - 3, + 64125, + 2, 0 ], [ - 63825, - 1, - 0 + 64200, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 65700, - 3, - 0, - 0 - ], [ 64800, - 2, - 0, + 3, 0 ], [ 64875, - 3, - 0, + 2, 0 ], [ 64950, 0, - 0, 0 ], [ 65025, 1, - 0, 0 ], [ 65100, - 2, - 0, + 3, 0 ], [ 65175, - 3, - 0, + 2, 0 ], [ 65250, 0, - 0, 0 ], [ - 65325, + 65400, 3, - 0, 0 ], [ - 65400, - 1, + 65700, 0, 0 ], + [ + 65700, + 2, + 0 + ], [ 65400, - 0, - 0, + 1, 0 ], [ - 65700, + 65325, 2, - 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 66000, 3, - 0, 0 ], [ - 66600, - 0, - 525, + 66075, + 2, 0 ], [ - 66300, - 0, + 66150, 0, 0 ], [ - 66375, - 3, - 0, + 66225, + 1, 0 ], [ - 66450, - 0, - 0, + 66300, + 3, 0 ], [ - 66525, + 66375, 2, - 0, 0 ], [ - 66075, - 0, + 66450, 0, 0 ], [ - 66150, - 3, - 0, + 66525, + 2, 0 ], [ - 66225, - 1, - 0, - "normal" + 66600, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 67200, - 2, + 0, 525 ], [ 67800, - 0, + 1, 0 ], [ 67950, - 1, + 3, 0 ], [ - 67950, - 2, + 68100, + 1, 0 ], [ - 68100, - 3, + 68250, + 0, 0 ], [ 67200, - 0, + 3, 525 ], [ 67800, - 1, + 2, 0 ], [ - 68100, - 2, + 67950, + 0, 0 ], [ - 68250, - 1, + 68100, + 3, 0 ], [ 68250, - 0, + 2, 0 + ], + [ + 67200, + 2, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 68400, - 1, - 525 - ], - [ - 68400, - 3, + 0, 525 ], [ @@ -1931,193 +1789,178 @@ 0 ], [ - 69000, + 69150, 2, 0 ], [ - 69150, - 1, + 69300, + 0, 0 ], [ - 69150, + 69450, 2, 0 ], [ - 69300, - 0, + 69000, + 1, 0 ], [ - 69300, + 69150, 1, 0 ], [ - 69450, - 2, + 69300, + 3, 0 ], [ 69450, - 3, + 0, 0 + ], + [ + 68400, + 1, + 525 + ], + [ + 68400, + 3, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 69600, - 2, - 525, - 0 + 0, + 525 ], [ 70200, - 0, - 0, + 1, 0 ], [ 70350, - 1, - 0, + 3, 0 ], [ - 70350, - 2, - 0, + 70500, + 1, 0 ], [ - 70500, - 3, + 70650, 0, 0 ], [ 69600, - 0, - 525, - 0 + 3, + 525 ], [ 70200, - 1, - 0, + 2, 0 ], [ - 70500, - 2, + 70350, 0, 0 ], [ - 70650, - 1, - 0, - "normal" + 70500, + 3, + 0 ], [ 70650, - 0, - 0, + 2, 0 + ], + [ + 69600, + 2, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 70800, - 1, - 525, - "normal" + 0, + 525 ], [ - 70800, + 71400, 3, - 525, - "normal" + 0 ], [ - 71400, - 3, + 71550, + 2, + 0 + ], + [ + 71700, 0, - "normal" + 0 ], [ - 71400, + 71850, 2, - 0, - "normal" + 0 ], [ - 71550, + 71400, 1, - 0, - "normal" + 0 ], [ 71550, - 2, - 0, - "normal" + 1, + 0 ], [ 71700, - 0, - 0, - "normal" + 3, + 0 ], [ - 71700, - 1, + 71850, 0, - "normal" + 0 ], [ - 71850, - 2, - 0, - "normal" + 70800, + 1, + 525 ], [ - 71850, + 70800, 3, - 0, - "normal" + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 72600, - 2, - 225 - ], - [ - 72900, - 1, - 225 - ], - [ - 72450, - 1, - 0 - ], [ 72000, 0, @@ -2130,73 +1973,78 @@ ], [ 72150, - 2, + 3, 0 ], [ 72225, - 3, + 1, 0 ], [ 72300, - 1, + 0, 0 ], [ 72375, - 0, + 2, 0 ], [ - 72637.5, - 3, - 187.5 + 72900, + 1, + 225 ], [ - 72937.5, + 72600, 0, - 187.5 + 225 + ], + [ + 72600, + 2, + 225 + ], + [ + 72450, + 3, + 75 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 73200, - 3, + 0, 0 ], [ 73275, - 2, + 1, 0 ], [ 73350, - 1, + 3, 0 ], [ 73425, - 0, - 0 - ], - [ - 73650, - 2, + 1, 0 ], [ 73500, - 2, + 0, 0 ], [ 73575, - 3, + 2, 0 ], [ @@ -2205,495 +2053,440 @@ 525 ], [ - 73875, + 73650, 3, - 450 + 75 + ], + [ + 73800, + 2, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 75000, - 2, - 225, - 0 - ], - [ - 75300, - 1, - 225, + 74400, + 0, 0 ], [ - 74850, + 74475, 1, - 0, 0 ], [ - 74400, - 0, - 0, + 74550, + 3, 0 ], [ - 74475, + 74625, 1, - 0, 0 ], [ - 74550, - 2, + 74700, 0, 0 ], [ - 74625, - 3, - 0, + 74775, + 2, 0 ], [ - 74700, + 75300, 1, - 0, - "normal" + 225 ], [ - 74775, - 0, + 75000, 0, - "normal" + 225 ], [ - 75037.5, - 3, - 187.5, - "normal" + 75000, + 2, + 225 ], [ - 75337.5, - 0, - 187.5, - "normal" + 74850, + 3, + 75 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 75600, - 3, 0, 0 ], [ 75675, - 2, - 0, + 1, 0 ], [ 75750, - 1, - 0, + 3, 0 ], [ 75825, - 0, - 0, + 1, 0 ], [ - 76050, - 2, + 75900, 0, 0 ], [ - 75900, + 75975, 2, - 0, - "normal" + 0 ], [ - 75975, - 3, + 76200, 0, - "normal" + 525 ], [ - 76200, - 0, - 525, - "normal" + 76050, + 3, + 75 ], [ - 76275, - 3, - 450, - "normal" + 76200, + 2, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 76800, - 5, - 225, - "normal" + 1, + 0 ], [ - 77100, - 6, - 225, - "normal" + 76950, + 0, + 0 ], [ - 77400, - 7, - 225, - "normal" + 77100, + 3, + 0 ], [ - 77700, - 4, - 225, - "normal" + 77250, + 2, + 0 ], [ - 76950, - 1, - 0 + 77400, + 0, + 225 ], [ - 77100, - 2, - 0 + 77700, + 1, + 225 ], [ 76800, - 0, - 0 + 5, + 225 ], [ - 77250, - 3, - 0 + 77100, + 4, + 225 ], [ 77400, - 0, + 7, 225 ], [ 77700, - 3, + 4, 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 78000, - 7, - 225, - 0 + 3, + 225 ], [ 78300, - 6, - 225, - "normal" + 1, + 225 ], [ 78600, - 5, - 225, - "normal" + 0, + 525 ], [ - 78300, - 2, + 78000, + 7, 225 ], [ - 78600, - 3, - 525 + 78300, + 6, + 225 ], [ - 78000, - 1, + 78600, + 4, 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 79200, - 4, - 0, + 3, 0 ], [ - 79350, - 6, - 0, + 79275, + 2, 0 ], [ - 79500, - 7, + 79350, 0, 0 ], [ - 79800, - 5, - 0, + 79425, + 3, 0 ], [ - 80100, - 5, - 225, - "normal" - ], - [ - 79200, + 79500, 1, 0 ], [ - 79275, + 79575, 0, 0 ], [ - 79350, - 2, + 79650, + 3, 0 ], [ - 79425, + 79725, 1, 0 ], [ - 79500, - 3, + 79800, + 0, 0 ], [ - 79575, - 2, + 79875, + 3, 0 ], [ - 79650, + 79950, 1, 0 ], [ - 79950, - 2, + 80025, + 0, 0 ], [ - 79800, - 1, + 80100, + 2, 0 ], [ - 79725, - 2, + 80175, + 3, 0 ], [ - 79875, - 0, + 80250, + 1, 0 ], [ - 80025, + 80325, 3, 0 ], [ - 80100, - 1, + 79200, + 5, 0 ], [ - 80175, - 2, + 79350, + 7, 0 ], [ - 80250, - 0, + 79500, + 6, 0 ], [ - 80325, - 1, + 79800, + 4, 0 + ], + [ + 80100, + 7, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 80400, - 7, - 225, - "normal" - ], - [ - 80700, - 4, - 225, - "normal" - ], - [ - 81000, - 7, - 525, - "normal" - ], - [ - 80400, - 3, + 1, 0 ], [ 80475, - 2, + 0, 0 ], [ 80550, - 1, + 3, 0 ], [ - 80625, + 80775, 3, 0 ], [ - 80700, - 2, + 80625, + 0, 0 ], [ - 80775, - 0, + 80700, + 1, 0 ], [ 80850, - 1, + 0, 0 ], [ 80925, - 2, + 3, 0 ], [ - 81000, - 0, + 81075, + 3, 0 ], [ - 81075, - 1, + 81000, + 0, 0 ], [ 81150, - 3, + 0, 0 ], [ 81225, - 0, + 1, 0 ], [ 81300, - 3, + 0, 225 ], [ - 81335.625, + 81300, 2, - 187.5 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 81600, - 5, - 225 - ], - [ - 81900, - 6, 225 ], [ - 82200, - 7, + 80400, + 5, 225 ], [ - 82500, + 80700, 4, 225 ], [ - 81750, + 81000, + 7, + 525 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 81600, 1, 0 ], [ - 81900, - 2, + 81750, + 0, 0 ], [ - 81600, - 0, + 81900, + 3, 0 ], [ 82050, - 3, + 2, 0 ], [ @@ -2703,318 +2496,331 @@ ], [ 82500, - 3, + 1, + 225 + ], + [ + 81600, + 5, + 225 + ], + [ + 81900, + 4, + 225 + ], + [ + 82200, + 7, + 225 + ], + [ + 82500, + 4, 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 82800, - 7, + 3, 225 ], [ 83100, - 6, + 1, 225 ], [ 83400, - 5, + 0, + 525 + ], + [ + 82800, + 7, 225 ], [ 83100, - 2, + 6, 225 ], [ 83400, - 3, - 525 - ], - [ - 82800, - 1, + 4, 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 84000, - 4, + 3, 0 ], [ - 84150, - 6, + 84075, + 2, 0 ], [ - 84300, - 7, + 84150, + 0, 0 ], [ - 84600, - 5, + 84225, + 3, 0 ], [ - 84900, - 5, - 225 - ], - [ - 84000, + 84300, 1, 0 ], [ - 84075, + 84375, 0, 0 ], [ - 84150, - 2, + 84450, + 3, 0 ], [ - 84225, + 84525, 1, 0 ], [ - 84300, - 3, + 84600, + 0, 0 ], [ - 84375, - 2, + 84675, + 3, 0 ], [ - 84450, + 84750, 1, 0 ], [ - 84750, - 2, + 84825, + 0, 0 ], [ - 84600, - 1, + 84900, + 2, 0 ], [ - 84525, - 2, + 84975, + 3, 0 ], [ - 84675, - 0, + 85050, + 1, 0 ], [ - 84825, + 85125, 3, 0 ], [ - 84900, - 1, + 84000, + 5, 0 ], [ - 84975, - 2, + 84150, + 7, 0 ], [ - 85050, - 0, + 84300, + 6, 0 ], [ - 85125, - 1, + 84600, + 4, 0 + ], + [ + 84900, + 7, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 85200, - 7, - 225 - ], - [ - 85500, - 4, - 225 - ], - [ - 85800, - 7, - 525 - ], - [ - 85200, - 3, + 1, 0 ], [ 85275, - 2, + 0, 0 ], [ 85350, - 1, + 3, 0 ], [ - 85425, + 85575, 3, 0 ], [ - 85500, - 2, + 85425, + 0, 0 ], [ - 85575, - 0, + 85500, + 1, 0 ], [ 85650, - 1, + 0, 0 ], [ 85725, - 2, + 3, 0 ], [ - 85800, - 0, + 85875, + 3, 0 ], [ - 85875, - 1, + 85800, + 0, 0 ], [ 85950, - 3, + 0, 0 ], [ 86025, - 0, + 1, 0 ], [ 86100, - 3, + 0, 225 ], [ - 86135.625, + 86100, 2, - 187.5 + 225 + ], + [ + 85200, + 5, + 225 + ], + [ + 85500, + 4, + 225 + ], + [ + 85800, + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 86400, - 4, - 525, - "normal" - ], - [ - 87000, - 5, - 525, - "normal" - ], - [ - 86400, - 2, + 0, 0 ], [ 86475, - 3, + 1, 0 ], [ 86550, - 1, + 3, 0 ], [ 86625, - 0, + 2, 0 ], [ 86700, - 3, + 0, 0 ], [ 86775, - 2, + 1, 0 ], [ 86850, - 1, + 3, 0 ], [ 86925, - 0, + 2, 0 ], [ 87000, - 2, + 0, 0 ], [ 87075, - 3, + 1, 0 ], + [ + 87300, + 2, + 225 + ], [ 87150, - 1, + 3, 0 ], [ @@ -3023,48 +2829,41 @@ 0 ], [ - 87300, - 2, - 225 + 86400, + 7, + 525 + ], + [ + 87000, + 4, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 87600, - 7, - 525, + 0, 0 ], [ - 88200, - 6, - 525, - "normal" - ], - [ - 87600, + 87675, 1, 0 ], [ - 87675, - 0, + 87750, + 3, 0 ], [ - 87750, + 87825, 2, 0 ], - [ - 87825, - 3, - 0 - ], [ 87900, 0, @@ -3077,69 +2876,55 @@ ], [ 88050, - 2, - 0 - ], - [ - 88125, 3, 0 ], [ - 88425, - 1, + 88125, + 2, 0 ], - [ - 88500, - 3, - 225 - ], [ 88200, - 1, + 0, 0 ], [ 88275, - 0, + 1, 0 ], [ 88350, - 2, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 88800, - 5, - 0, + 3, 0 ], [ - 89100, - 5, + 88425, 0, 0 ], [ - 89400, - 6, - 0, - 0 + 88500, + 3, + 225 ], [ - 89700, - 6, - 0, - "normal" + 87600, + 5, + 525 ], + [ + 88200, + 7, + 525 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ 88800, 0, @@ -3152,32 +2937,32 @@ ], [ 88950, - 2, + 3, 0 ], [ 89025, - 0, + 2, 0 ], [ 89100, - 3, + 0, 0 ], [ 89175, - 2, + 1, 0 ], [ 89250, - 1, + 3, 0 ], [ 89325, - 3, + 2, 0 ], [ @@ -3191,161 +2976,150 @@ 0 ], [ - 89550, + 89700, 2, + 225 + ], + [ + 89550, + 3, 0 ], [ 89625, - 3, + 0, + 0 + ], + [ + 88800, + 4, + 0 + ], + [ + 89100, + 5, + 0 + ], + [ + 89400, + 7, 0 ], [ 89700, - 1, - 225 + 6, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 90000, - 4, - 0, - 0 + 3, + 225 ], [ 90300, - 4, 0, - "normal" + 225 ], [ 90600, - 7, - 225, - "normal" - ], - [ - 90750, - 6, - 75, - "normal" + 2, + 525 ], [ 90900, - 5, - 225, - "normal" - ], - [ - 91050, - 4, - 75, - "normal" + 1, + 225 ], [ 90000, - 0, - 225 + 4, + 0 ], [ 90300, - 3, - 225 + 7, + 0 ], [ 90600, - 1, - 225 - ], - [ - 90750, - 0, - 75 + 6, + 525 ], [ 90900, - 2, + 5, 225 - ], - [ - 91050, - 3, - 75 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 91200, - 4, - 525 - ], - [ - 91800, - 5, - 525 - ], - [ - 91200, - 2, + 0, 0 ], [ 91275, - 3, + 1, 0 ], [ 91350, - 1, + 3, 0 ], [ 91425, - 0, + 2, 0 ], [ 91500, - 3, + 0, 0 ], [ 91575, - 2, + 1, 0 ], [ 91650, - 1, + 3, 0 ], [ 91725, - 0, + 2, 0 ], [ 91800, - 2, + 0, 0 ], [ 91875, - 3, + 1, 0 ], + [ + 92100, + 2, + 225 + ], [ 91950, - 1, + 3, 0 ], [ @@ -3354,44 +3128,39 @@ 0 ], [ - 92100, - 2, - 225 + 91200, + 7, + 525 + ], + [ + 91800, + 4, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 92400, - 7, - 525 - ], - [ - 93000, - 6, - 525 - ], - [ - 92400, - 1, + 0, 0 ], [ 92475, - 0, + 1, 0 ], [ 92550, - 2, + 3, 0 ], [ 92625, - 3, + 2, 0 ], [ @@ -3406,386 +3175,322 @@ ], [ 92850, - 2, + 3, 0 ], [ 92925, - 3, + 2, 0 ], [ - 93225, - 1, + 93000, + 0, 0 ], [ - 93300, - 3, - 225 + 93075, + 1, + 0 ], [ - 93000, - 1, + 93150, + 3, 0 ], [ - 93075, + 93225, 0, 0 ], [ - 93150, - 2, - 0 + 93300, + 3, + 225 + ], + [ + 92400, + 5, + 525 + ], + [ + 93000, + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 93600, 0, - 0, 0 ], [ 93675, 1, - 0, 0 ], [ 93750, - 2, - 0, + 3, 0 ], [ 93825, - 0, - 0, + 2, 0 ], [ 93900, - 3, 0, 0 ], [ 93975, - 2, - 0, + 1, 0 ], [ 94050, - 1, - 0, + 3, 0 ], [ 94125, - 3, - 0, + 2, 0 ], [ 94200, 0, - 0, 0 ], [ 94275, 1, - 0, 0 ], [ - 94350, + 94500, 2, - 0, - 0 + 225 ], [ - 94425, + 94350, 3, - 0, 0 ], [ - 94500, - 1, - 225, + 94425, + 0, 0 ], [ 93600, - 5, - 0, - "normal" + 4, + 0 ], [ 93900, 5, - 0, - "normal" + 0 ], [ 94200, - 6, - 0, - "normal" + 7, + 0 ], [ 94500, 6, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 94800, - 4, - 0 + 3, + 225 ], [ 95100, - 4, - 0 - ], - [ - 95400, - 7, + 0, 225 ], [ - 95550, - 6, - 75 + 95400, + 2, + 525 ], [ 95700, - 5, + 1, 225 ], - [ - 95850, - 4, - 75 - ], [ 94800, - 0, - 225 + 4, + 0 ], [ 95100, - 3, - 225 + 7, + 0 ], [ 95400, - 1, - 225 - ], - [ - 95550, - 0, - 75 + 6, + 525 ], [ 95700, - 2, + 5, 225 - ], - [ - 95850, - 3, - 75 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 96300, - 6, - 225, + 96000, + 1, 0 ], [ - 96600, - 7, - 225, + 96150, + 0, 0 ], [ - 96000, - 4, - 225, - "normal" + 96300, + 3, + 0 ], [ - 96900, - 5, - 225, - "normal" + 96450, + 2, + 0 ], [ - 96000, - 1, - 0 + 96600, + 0, + 225 ], [ - 96150, + 96900, 1, - 0 + 225 ], [ - 96300, - 0, - 0 + 96000, + 5, + 225 ], [ - 96450, - 1, - 0 + 96300, + 4, + 225 ], [ 96600, - 2, + 7, 225 ], [ 96900, - 3, + 4, 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 97500, - 6, - 225, - 0 + 97200, + 3, + 225 ], [ - 97200, - 7, - 225, - 0 + 97500, + 1, + 225 ], [ 97800, - 4, - 225, - 0 + 0, + 525 ], [ 97200, - 1, + 7, 225 ], [ 97500, - 0, + 6, 225 ], [ 97800, - 3, - 525 + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 98400, - 5, - 0, - 0 - ], - [ - 98550, - 4, - 0, - 0 - ], - [ - 98700, - 5, - 0, - 0 - ], - [ - 99000, - 6, - 0, - 0 - ], - [ - 99300, - 7, - 225, - "normal" - ], - [ - 98400, - 0, + 3, 0 ], [ 98475, - 1, + 2, 0 ], [ 98550, - 2, + 0, 0 ], [ 98625, - 1, + 3, 0 ], [ 98700, - 3, + 1, 0 ], [ 98775, - 2, + 0, 0 ], [ 98850, - 1, + 3, 0 ], [ 98925, - 2, + 1, 0 ], [ @@ -3795,122 +3500,119 @@ ], [ 99075, - 1, + 3, 0 ], [ 99150, - 2, + 1, 0 ], [ 99225, - 3, + 0, 0 ], [ 99300, - 1, + 2, 0 ], [ 99375, - 0, + 3, 0 ], [ 99450, - 2, + 1, 0 ], [ 99525, 3, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ - [ - 99600, - 4, - 225, - "normal" ], [ - 99900, + 98400, 5, - 225, - "normal" - ], - [ - 100200, - 6, - 525, - "normal" - ], - [ - 99750, - 2, - 0 - ], - [ - 100275, - 2, 0 ], [ - 99600, - 0, + 98550, + 7, 0 ], [ - 99675, - 1, + 98700, + 6, 0 ], [ - 99825, - 0, + 99000, + 4, 0 ], [ - 99900, + 99300, + 7, + 225 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 99600, 1, 0 ], + [ + 99675, + 0, + 0 + ], + [ + 99750, + 3, + 0 + ], [ 99975, 3, 0 ], [ - 100050, - 2, + 99825, + 0, 0 ], [ - 100125, + 99900, 1, 0 ], [ - 100200, + 100050, + 0, + 0 + ], + [ + 100125, 3, 0 ], [ - 100500, - 0, - 225 + 100275, + 3, + 0 ], [ - 100537.5, - 1, - 187.5 + 100200, + 0, + 0 ], [ 100350, @@ -3919,35 +3621,40 @@ ], [ 100425, - 3, + 1, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ + ], [ - 101100, - 6, + 100500, + 0, 225 ], [ - 101400, - 7, + 100500, + 2, 225 ], [ - 100800, - 4, + 99600, + 5, 225 ], [ - 101700, - 5, + 99900, + 4, 225 ], + [ + 100200, + 7, + 525 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ 100800, 1, @@ -3955,134 +3662,129 @@ ], [ 100950, - 1, + 0, 0 ], [ 101100, - 0, + 3, 0 ], [ 101250, - 1, + 2, 0 ], [ 101400, - 2, + 0, 225 ], [ 101700, - 3, + 1, + 225 + ], + [ + 100800, + 5, + 225 + ], + [ + 101100, + 4, + 225 + ], + [ + 101400, + 7, + 225 + ], + [ + 101700, + 4, 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 102300, - 6, + 102000, + 3, 225 ], [ - 102000, - 7, + 102300, + 1, 225 ], [ 102600, - 4, - 225 + 0, + 525 ], [ 102000, - 1, + 7, 225 ], [ 102300, - 0, + 6, 225 ], [ 102600, - 3, - 525 + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 103200, - 5, - 0 - ], - [ - 103350, - 4, - 0 - ], - [ - 103500, - 5, - 0 - ], - [ - 103800, - 6, - 0 - ], - [ - 104100, - 7, - 225 - ], - [ - 103200, - 0, + 3, 0 ], [ 103275, - 1, + 2, 0 ], [ 103350, - 2, + 0, 0 ], [ 103425, - 1, + 3, 0 ], [ 103500, - 3, + 1, 0 ], [ 103575, - 2, + 0, 0 ], [ 103650, - 1, + 3, 0 ], [ 103725, - 2, + 1, 0 ], [ @@ -4092,78 +3794,88 @@ ], [ 103875, - 1, + 3, 0 ], [ 103950, - 2, + 1, 0 ], [ 104025, - 3, + 0, 0 ], [ 104100, - 1, + 2, 0 ], [ 104175, - 0, + 3, 0 ], [ 104250, - 2, + 1, 0 ], [ 104325, 3, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 104400, - 4, - 225 ], [ - 104700, + 103200, 5, - 225 + 0 ], [ - 105000, - 6, - 525 + 103350, + 7, + 0 ], [ - 104550, - 2, + 103500, + 6, 0 ], [ - 105075, - 2, + 103800, + 4, 0 ], + [ + 104100, + 7, + 225 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ 104400, - 0, + 1, 0 ], [ 104475, - 1, + 0, + 0 + ], + [ + 104550, + 3, + 0 + ], + [ + 104775, + 3, 0 ], [ @@ -4176,35 +3888,25 @@ 1, 0 ], - [ - 104775, - 3, - 0 - ], [ 104850, - 2, + 0, 0 ], [ 104925, - 1, + 3, 0 ], [ - 105000, + 105075, 3, 0 ], [ - 105300, + 105000, 0, - 225 - ], - [ - 105337.5, - 1, - 187.5 + 0 ], [ 105150, @@ -4213,40 +3915,63 @@ ], [ 105225, - 3, + 1, 0 + ], + [ + 105300, + 0, + 225 + ], + [ + 105300, + 2, + 225 + ], + [ + 104400, + 5, + 225 + ], + [ + 104700, + 4, + 225 + ], + [ + 105000, + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 105600, - 6, - 525, - "normal" + 0, + 0 ], [ - 106200, - 5, - 525, - "normal" + 105675, + 1, + 0 ], [ - 105600, - 2, + 105750, + 3, 0 ], [ - 105675, - 1, + 105825, + 2, 0 ], [ 105900, - 2, + 0, 0 ], [ @@ -4256,80 +3981,68 @@ ], [ 106050, - 2, - 0 - ], - [ - 105750, 3, 0 ], [ - 105825, - 0, + 106125, + 2, 0 ], [ - 106500, + 106200, 0, - 225 + 0 ], [ 106275, - 0, + 1, 0 ], [ - 106125, - 0, - 0 + 106500, + 2, + 225 ], [ - 106200, + 106350, 3, 0 ], [ - 106350, - 2, + 106425, + 0, 0 ], [ - 106425, - 3, - 0 + 105600, + 7, + 525 + ], + [ + 106200, + 4, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 106800, - 7, - 525, - "normal" - ], - [ - 107400, - 4, - 525, - "normal" - ], - [ - 106800, - 2, + 0, 0 ], [ 106875, - 3, + 1, 0 ], [ 106950, - 1, + 3, 0 ], [ @@ -4349,22 +4062,12 @@ ], [ 107250, - 2, - 0 - ], - [ - 107325, 3, 0 ], [ - 107700, + 107325, 2, - 225 - ], - [ - 107625, - 3, 0 ], [ @@ -4379,205 +4082,195 @@ ], [ 107550, + 3, + 0 + ], + [ + 107625, 0, 0 + ], + [ + 107700, + 3, + 225 + ], + [ + 106800, + 5, + 525 + ], + [ + 107400, + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 108300, - 5, - 0, - 0 - ], [ 108000, - 5, 0, 0 ], [ - 108600, - 6, - 0, + 108075, + 1, 0 ], [ - 108900, - 6, - 0, + 108150, + 3, 0 ], [ - 108900, - 1, - 225 + 108225, + 2, + 0 ], [ - 108000, + 108300, 0, 0 ], [ - 108600, - 0, + 108375, + 1, 0 ], [ - 108675, - 1, + 108450, + 3, 0 ], [ - 108750, + 108525, 2, 0 ], [ - 108825, - 3, + 108600, + 0, 0 ], [ - 108375, + 108675, 1, 0 ], [ - 108075, + 108900, 2, - 0 + 225 ], [ - 108300, + 108750, 3, 0 ], [ - 108150, - 1, + 108825, + 0, 0 ], [ - 108225, - 0, + 108000, + 4, 0 ], [ - 108450, - 2, + 108300, + 5, 0 ], [ - 108525, - 3, + 108600, + 7, + 0 + ], + [ + 108900, + 6, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 109800, - 5, - 225, - 0 + 109200, + 3, + 225 ], [ - 109950, - 6, - 75, - 0 + 109500, + 0, + 225 ], [ - 110100, - 4, - 225, - 0 + 109800, + 2, + 525 ], [ - 110250, - 7, - 75, - 0 + 110100, + 1, + 225 ], [ 109200, - 7, - 0, - "normal" + 4, + 0 ], [ 109500, 7, - 0, 0 ], [ 109800, - 2, - 225 - ], - [ - 109950, - 1, - 75 + 6, + 525 ], [ 110100, - 3, + 5, 225 - ], - [ - 110250, - 0, - 75 - ], - [ - 109200, - 3, - 225 - ], - [ - 109500, - 0, - 225 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ 110400, - 6, - 525 + 0, + 0 ], [ - 111000, - 5, - 525 + 110475, + 1, + 0 ], [ - 110400, - 2, + 110550, + 3, 0 ], [ - 110475, - 1, + 110625, + 2, 0 ], [ 110700, - 2, + 0, 0 ], [ @@ -4587,78 +4280,68 @@ ], [ 110850, - 2, - 0 - ], - [ - 110550, 3, 0 ], [ - 110625, - 0, + 110925, + 2, 0 ], [ - 111300, - 0, - 225 - ], - [ - 111075, + 111000, 0, 0 ], [ - 110925, - 0, + 111075, + 1, 0 ], [ - 111000, - 3, - 0 + 111300, + 2, + 225 ], [ 111150, - 2, + 3, 0 ], [ 111225, - 3, + 0, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ + ], [ - 111600, + 110400, 7, 525 ], [ - 112200, + 111000, 4, 525 - ], + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ 111600, - 2, + 0, 0 ], [ 111675, - 3, + 1, 0 ], [ 111750, - 1, + 3, 0 ], [ @@ -4678,22 +4361,12 @@ ], [ 112050, - 2, - 0 - ], - [ - 112125, 3, 0 ], [ - 112500, + 112125, 2, - 225 - ], - [ - 112425, - 3, 0 ], [ @@ -4708,129 +4381,149 @@ ], [ 112350, + 3, + 0 + ], + [ + 112425, 0, 0 + ], + [ + 112500, + 3, + 225 + ], + [ + 111600, + 5, + 525 + ], + [ + 112200, + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 113100, - 5, - 0 - ], [ 112800, - 5, + 0, 0 ], [ - 113400, - 6, + 112875, + 1, 0 ], [ - 113700, - 6, + 112950, + 3, 0 ], [ - 113700, - 1, - 225 + 113025, + 2, + 0 ], [ - 112800, + 113100, 0, 0 ], [ - 113400, - 0, + 113175, + 1, 0 ], [ - 113475, - 1, + 113250, + 3, 0 ], [ - 113550, + 113325, 2, 0 ], [ - 113625, - 3, + 113400, + 0, 0 ], [ - 113175, + 113475, 1, 0 ], [ - 112875, + 113700, 2, - 0 + 225 ], [ - 113100, + 113550, 3, 0 ], [ - 112950, - 1, + 113625, + 0, 0 ], [ - 113025, - 0, + 112800, + 4, 0 ], [ - 113250, - 2, + 113100, + 5, 0 ], [ - 113325, - 3, + 113400, + 7, + 0 + ], + [ + 113700, + 6, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 114600, - 5, + 114000, + 3, 225 ], [ - 114750, - 6, - 75 + 114300, + 0, + 225 ], [ - 114900, - 4, - 225 + 114600, + 2, + 525 ], [ - 115050, - 7, - 75 + 114900, + 1, + 225 ], [ 114000, - 7, + 4, 0 ], [ @@ -4840,232 +4533,210 @@ ], [ 114600, - 2, - 225 - ], - [ - 114750, - 1, - 75 + 6, + 525 ], [ 114900, - 3, - 225 - ], - [ - 115050, - 0, - 75 - ], - [ - 114000, - 3, - 225 - ], - [ - 114300, - 0, + 5, 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 115200, - 2, - 2325, - "normal" + 0, + 2325 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 116400, 3, - 1125, - "normal" + 1125 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 153600, - 3, + 0, 0 ], [ 153675, - 2, + 1, 0 ], [ 153750, - 1, + 2, 0 ], [ 153825, - 0, + 3, 0 ], [ @@ -5075,12 +4746,12 @@ ], [ 153975, - 3, + 0, 0 ], [ 154050, - 1, + 2, 0 ], [ @@ -5090,210 +4761,193 @@ ], [ 154200, - 2, + 1, 0 ], [ 154350, - 2, + 3, 0 ], [ 154500, - 1, + 0, 0 ], [ 154650, - 1, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 154800, - 3, + 1, 0 ], [ - 154950, + 154875, 3, 0 ], [ - 154875, - 0, + 154950, + 1, 0 ], [ 155025, - 0, - 0 - ], - [ - 155700, 3, 0 ], [ - 155850, + 155100, 0, 0 ], [ - 155100, + 155400, 2, - 0, 0 ], [ - 155400, - 1, + 155700, + 3, + 0 + ], + [ + 155812.5, 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 156000, - 3, 0, 0 ], [ 156075, - 2, - 0, + 1, 0 ], [ 156150, - 1, - 0, + 2, 0 ], [ 156225, - 0, - 0, + 3, 0 ], [ 156300, 2, - 0, 0 ], [ 156375, - 3, 0, 0 ], [ 156450, - 1, - 0, + 2, 0 ], [ 156525, 0, - 0, 0 ], [ 156600, - 2, - 0, + 1, 0 ], [ 156750, - 2, - 0, + 3, 0 ], [ 156900, - 1, 0, - "normal" + 0 ], [ 157050, - 1, - 0, - "normal" + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 157200, - 3, - 0, + 1, 0 ], [ - 157350, + 157275, 3, - 0, 0 ], [ - 157275, - 0, - 0, + 157350, + 1, 0 ], [ 157425, - 0, - 0, + 3, 0 ], [ - 157500, - 2, - 225, + 158100, + 3, 0 ], [ - 157800, - 1, - 225, - "normal" + 157500, + 0, + 225 ], [ - 158100, - 3, - 0, - "normal" + 157800, + 2, + 225 ], [ 158250, 0, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 158400, + 3, + 0 + ], [ 158550, 2, @@ -5301,44 +4955,39 @@ ], [ 158700, - 3, + 0, 0 ], [ 158850, - 0, + 1, 0 ], [ 159000, - 1, + 2, 0 ], [ - 158400, - 0, + 159150, + 1, 0 ], [ 159300, - 1, + 2, 0 ], [ 159450, - 0, - 0 - ], - [ - 159150, - 3, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 159600, @@ -5372,151 +5021,135 @@ ], [ 160500, - 3, + 2, 0 ], [ 160650, - 0, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 160800, + 3, + 0 + ], [ 160950, 2, - 0, 0 ], [ 161100, - 3, 0, 0 ], [ 161250, - 0, - 0, + 1, 0 ], [ 161400, - 1, - 0, + 2, 0 ], [ - 160800, - 0, - 0, + 161550, + 1, 0 ], [ 161700, - 1, - 0, - "normal" + 2, + 0 ], [ 161850, - 0, - 0, + 1, 0 - ], - [ - 161550, - 3, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 162000, 3, - 0, 0 ], [ 162150, 2, - 0, 0 ], [ 162300, 0, - 0, 0 ], [ 162450, 3, - 0, 0 ], [ 162600, 2, - 0, 0 ], [ 162750, 0, - 0, 0 ], [ 162900, - 3, - 0, - "normal" + 2, + 0 ], [ 163050, - 0, - 0, - "normal" + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 163500, - 1, - 0 - ], [ 163200, 3, 0 ], [ - 163650, + 163350, 2, 0 ], [ - 163800, + 163500, 0, 0 ], [ - 163350, - 0, + 163650, + 2, + 0 + ], + [ + 163800, + 1, 0 ], [ @@ -5526,202 +5159,186 @@ ], [ 164100, - 2, + 0, 0 ], [ 164250, - 1, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 164400, - 3, + 1, 0 ], [ 164550, - 2, + 3, 0 ], [ - 165000, + 164700, + 0, + 0 + ], + [ + 164850, 3, 0 ], [ 165150, - 2, + 0, 0 ], [ 165300, - 1, + 3, 0 ], [ 165450, - 0, + 2, 0 ], [ - 164850, + 165000, 1, 0 - ], - [ - 164700, - 0, - 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 165900, - 1, - 0, - 0 - ], [ 165600, 3, - 0, 0 ], [ - 166050, + 165750, 2, - 0, 0 ], [ - 166200, - 0, + 165900, 0, 0 ], [ - 165750, - 0, - 0, + 166050, + 2, + 0 + ], + [ + 166200, + 1, 0 ], [ 166350, 3, - 0, 0 ], [ 166500, - 2, 0, 0 ], [ 166650, - 1, - 0, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 166800, - 3, - 0, + 1, 0 ], [ 166950, - 2, + 3, + 0 + ], + [ + 167100, 0, 0 ], [ - 167400, + 167250, 3, - 0, 0 ], [ 167550, - 2, 0, 0 ], [ 167700, - 1, - 0, + 3, 0 ], [ 167850, - 0, - 0, + 2, 0 ], [ - 167250, + 167400, 1, - 0, 0 - ], - [ - 167100, - 0, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 168150, - 2, + 168000, + 3, 0 ], [ - 168000, - 1, + 168075, + 2, 0 ], [ - 168075, + 168150, 0, 0 ], [ 168225, - 3, + 1, 0 ], [ 168300, - 1, + 3, 0 ], [ 168375, - 1, + 0, 0 ], [ @@ -5731,17 +5348,17 @@ ], [ 168525, - 2, + 1, 0 ], [ 168600, - 0, + 3, 0 ], [ 168675, - 1, + 2, 0 ], [ @@ -5761,320 +5378,283 @@ ], [ 168975, - 0, + 1, 0 ], [ 169050, - 3, + 0, 0 ], [ 169125, - 3, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 169950, - 1, + 169200, + 3, 0 ], [ - 169800, - 3, + 169275, + 2, 0 ], [ - 169875, - 3, + 169350, + 0, 0 ], [ - 170100, - 0, + 169425, + 1, 0 ], [ - 170175, - 0, + 169500, + 3, 0 ], [ - 170250, - 2, + 169575, + 0, 0 ], [ - 170025, + 169650, 2, 0 ], [ - 170325, + 169725, 1, 0 ], [ - 169500, - 3, + 169950, + 1, 0 ], [ - 169575, + 170025, 2, 0 ], [ - 169650, - 1, + 169800, + 0, 0 ], [ - 169725, - 0, + 169875, + 3, 0 ], [ - 169200, - 1, + 170100, + 0, 0 ], [ - 169275, - 0, + 170175, + 1, 0 ], [ - 169350, - 2, + 170250, + 3, 0 ], [ - 169425, - 1, + 170325, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 170550, - 2, - 0, + 170400, + 3, 0 ], [ - 170400, - 1, - 0, + 170475, + 2, 0 ], [ - 170475, - 0, + 170550, 0, 0 ], [ 170625, - 3, - 0, + 1, 0 ], [ 170700, - 1, - 0, + 3, 0 ], [ 170775, - 1, 0, 0 ], [ 170850, 2, - 0, 0 ], [ 170925, - 2, - 0, + 1, 0 ], [ 171000, - 0, - 0, + 3, 0 ], [ 171075, - 1, - 0, + 2, 0 ], [ 171150, 3, - 0, 0 ], [ 171225, 2, - 0, 0 ], [ 171300, 0, - 0, 0 ], [ 171375, - 0, - 0, + 1, 0 ], [ 171450, - 3, 0, - "normal" + 0 ], [ 171525, - 3, - 0, - "normal" + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 172350, - 1, - 0, + 171600, + 3, 0 ], [ - 172200, - 3, - 0, + 171675, + 2, 0 ], [ - 172500, - 0, + 171750, 0, 0 ], [ - 172650, - 2, - 0, + 171825, + 1, 0 ], [ - 172425, - 2, - 0, + 171900, + 3, 0 ], [ - 172725, - 1, + 171975, 0, 0 ], [ - 171900, - 3, - 0, + 172050, + 2, 0 ], [ - 171975, - 2, - 0, + 172125, + 1, 0 ], [ - 172050, + 172350, 1, - 0, 0 ], [ - 172125, - 0, - 0, + 172425, + 2, 0 ], [ - 171600, - 1, + 172200, 0, 0 ], [ - 171675, - 0, - 0, + 172275, + 3, 0 ], [ - 171750, - 2, + 172500, 0, 0 ], [ - 171825, + 172575, 1, - 0, 0 ], [ - 172275, + 172650, 3, - 0, - "normal" + 0 ], [ - 172575, - 0, - 0, - "normal" + 172725, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 173250, - 3, - 0 - ], [ 172800, 0, @@ -6086,452 +5666,421 @@ 0 ], [ - 173025, - 1, + 172950, + 2, 0 ], [ - 172950, - 0, + 173025, + 3, 0 ], [ 173100, - 3, + 2, 0 ], [ 173175, + 0, + 0 + ], + [ + 173250, 2, 0 ], [ 173325, - 2, + 0, 0 ], [ 173400, - 0, + 1, 0 ], [ 173550, - 0, + 3, 0 ], [ 173700, - 3, + 0, 0 ], [ 173850, - 3, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 174000, - 2, + 1, 0 ], [ 174075, - 1, + 3, 0 ], [ 174150, - 2, + 1, 0 ], [ 174225, - 1, + 3, 0 ], [ 174300, - 3, - 225 - ], - [ - 174900, - 1, + 0, 0 ], [ 174600, 2, - 225 + 0 + ], + [ + 174900, + 3, + 0 ], [ - 175050, + 175012.5, 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 175650, - 3, - 0, - 0 - ], [ 175200, 0, - 0, 0 ], [ 175275, 1, - 0, 0 ], [ - 175425, - 1, - 0, + 175350, + 2, 0 ], [ - 175350, - 0, - 0, + 175425, + 3, 0 ], [ 175500, - 3, - 0, + 2, 0 ], [ 175575, - 2, 0, 0 ], [ - 175725, + 175650, 2, + 0 + ], + [ + 175725, 0, 0 ], [ 175800, - 0, - 0, + 1, 0 ], [ 175950, - 0, - 0, + 3, 0 ], [ 176100, - 3, 0, - "normal" + 0 ], [ 176250, - 3, - 0, - "normal" + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 176400, - 2, - 0, + 1, 0 ], [ 176475, - 1, - 0, + 3, 0 ], [ 176550, - 2, - 0, + 1, 0 ], [ 176625, - 1, - 0, + 3, 0 ], [ - 176700, + 177300, 3, - 225, 0 ], [ - 177300, - 1, + 176700, 0, - 0 + 225 ], [ 177000, 2, - 225, - 0 + 225 ], [ 177450, 0, - 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 177750, - 2, + 177600, + 3, 0 ], [ - 178350, - 1, + 177750, + 2, 0 ], [ - 178500, + 177900, 0, 0 ], [ - 177600, - 3, + 178050, + 1, 0 ], [ - 177900, - 0, + 178200, + 2, 0 ], [ - 178050, - 3, + 178350, + 1, 0 ], [ - 178200, + 178500, 2, 0 ], [ 178650, - 3, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 178800, - 1, + 3, 0 ], [ 178950, - 0, + 2, 0 ], [ 179100, - 2, + 0, 0 ], [ 179250, - 1, + 3, 0 ], [ 179400, - 0, + 2, 0 ], [ 179550, - 2, + 0, 0 ], [ - 179850, - 3, + 179700, + 2, 0 ], [ - 179700, - 0, + 179850, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 180150, - 2, - 0, + 180000, + 3, 0 ], [ - 180750, - 1, - 0, + 180150, + 2, 0 ], [ - 180900, - 0, + 180300, 0, 0 ], [ - 180000, - 3, - 0, + 180450, + 1, 0 ], [ - 180300, - 0, - 0, + 180600, + 2, 0 ], [ - 180450, - 3, - 0, + 180750, + 1, 0 ], [ - 180600, + 180900, 2, - 0, 0 ], [ 181050, - 3, - 0, - "normal" + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 181200, - 1, - 0, + 3, 0 ], [ 181350, - 0, - 0, + 2, 0 ], [ 181500, - 2, 0, 0 ], [ 181650, - 1, - 0, + 3, 0 ], [ 181800, - 0, - 0, + 2, 0 ], [ 181950, - 2, 0, 0 ], [ - 182250, - 3, - 0, + 182100, + 2, 0 ], [ - 182100, - 0, - 0, - "normal" + 182250, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 182550, - 2, + 182400, + 3, 0 ], [ - 182700, - 1, + 182550, + 2, 0 ], [ - 182850, + 182700, 0, 0 ], [ - 183300, - 1, + 182850, + 2, 0 ], [ @@ -6545,571 +6094,521 @@ 0 ], [ - 183450, + 183300, 0, 0 ], [ - 182400, - 1, + 183450, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 184500, + 183600, 1, 0 ], [ - 184650, + 183750, 3, 0 ], [ - 183600, - 3, + 183900, + 0, 0 ], [ - 183750, - 2, + 184050, + 3, 0 ], [ - 183900, - 1, + 184350, + 0, 0 ], [ - 184050, - 0, + 184500, + 3, 0 ], [ - 184350, - 0, + 184650, + 2, 0 ], [ 184200, - 2, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 184800, + 3, + 0 + ], [ 184950, 2, - 0, 0 ], [ 185100, - 1, 0, 0 ], [ 185250, - 0, - 0, - 0 - ], - [ - 185700, - 1, - 0, + 2, 0 ], [ 185400, 1, - 0, 0 ], [ 185550, 3, - 0, 0 ], [ - 185850, - 0, + 185700, 0, 0 ], [ - 184800, - 1, - 0, - "normal" + 185850, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 186900, + 186000, 1, - 0, 0 ], [ - 187050, + 186150, 3, - 0, 0 ], [ - 186000, - 3, + 186300, 0, 0 ], [ - 186150, - 2, - 0, + 186450, + 3, 0 ], [ - 186300, - 1, + 186750, 0, 0 ], [ - 186450, - 0, - 0, + 186900, + 3, 0 ], [ - 186750, - 0, - 0, + 187050, + 2, 0 ], [ 186600, - 2, - 0, - "normal" + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 188025, + 187200, 3, 0 ], [ - 187800, - 0, + 187275, + 2, 0 ], [ - 187875, - 1, + 187350, + 0, 0 ], [ - 187950, - 2, + 187425, + 1, 0 ], [ - 187425, + 187500, 3, 0 ], [ - 188100, - 1, + 187575, + 0, 0 ], [ - 188175, - 0, + 187650, + 2, 0 ], [ - 188250, - 2, + 187725, + 1, 0 ], [ - 188325, + 187800, 3, 0 ], [ - 187725, + 187875, 2, 0 ], [ - 187200, - 0, + 187950, + 3, 0 ], [ - 187275, + 188025, 2, 0 ], [ - 187350, - 1, + 188100, + 0, 0 ], [ - 187500, - 0, + 188175, + 1, 0 ], [ - 187575, - 1, + 188250, + 0, 0 ], [ - 187650, - 3, + 188325, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 188850, - 0, + 188400, + 3, 0 ], [ - 188925, - 1, + 188475, + 2, 0 ], [ - 189000, - 2, + 188550, + 0, 0 ], [ - 189075, + 188625, 1, 0 ], [ - 189150, - 2, + 188700, + 3, 0 ], [ - 189225, - 3, + 188775, + 0, 0 ], [ - 189375, - 0, + 188850, + 2, 0 ], [ - 189300, - 0, + 188925, + 1, 0 ], [ - 189450, - 3, + 189150, + 1, 0 ], [ - 189525, - 3, + 189225, + 2, 0 ], [ - 188400, + 189000, 0, 0 ], [ - 188475, - 1, + 189075, + 3, 0 ], [ - 188550, + 189300, 0, 0 ], [ - 188625, - 3, + 189375, + 1, 0 ], [ - 188700, - 2, + 189450, + 3, 0 ], [ - 188775, - 3, + 189525, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 190425, + 189600, 3, - 0, 0 ], [ - 190200, - 0, - 0, + 189675, + 2, 0 ], [ - 190275, - 1, + 189750, 0, 0 ], [ - 190350, - 2, - 0, + 189825, + 1, 0 ], [ - 189825, + 189900, 3, - 0, 0 ], [ - 190500, - 1, + 189975, 0, 0 ], [ - 190575, - 0, - 0, + 190050, + 2, 0 ], [ - 190650, - 2, - 0, + 190125, + 1, 0 ], [ - 190725, + 190200, 3, - 0, 0 ], [ - 190125, + 190275, 2, - 0, 0 ], [ - 189600, - 0, - 0, + 190350, + 3, 0 ], [ - 189675, + 190425, 2, - 0, 0 ], [ - 189750, - 1, + 190500, 0, 0 ], [ - 189900, - 0, - 0, + 190575, + 1, 0 ], [ - 189975, - 1, + 190650, 0, 0 ], [ - 190050, - 3, - 0, - "normal" + 190725, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 191250, - 0, - 0, + 190800, + 3, 0 ], [ - 191325, - 1, - 0, + 190875, + 2, 0 ], [ - 191400, - 2, + 190950, 0, 0 ], [ - 191475, + 191025, 1, - 0, 0 ], [ - 191550, - 2, - 0, + 191100, + 3, 0 ], [ - 191625, - 3, + 191175, 0, 0 ], [ - 191775, - 0, - 0, + 191250, + 2, 0 ], [ - 191700, - 0, - 0, + 191325, + 1, 0 ], [ - 191850, - 3, - 0, + 191550, + 1, 0 ], [ - 191925, - 3, - 0, + 191625, + 2, 0 ], [ - 190800, - 0, + 191400, 0, 0 ], [ - 190875, - 1, - 0, + 191475, + 3, 0 ], [ - 190950, - 0, + 191700, 0, 0 ], [ - 191025, - 3, - 0, + 191775, + 1, 0 ], [ - 191100, - 2, - 0, + 191850, + 3, 0 ], [ - 191175, - 3, - 0, - "normal" + 191925, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 192000, - 5, - 525, - "normal" + 4, + 525 ], [ 192600, 7, - 525, - "normal" + 525 ], [ 192000, - 3, + 1, 0 ], [ 192075, - 2, + 3, 0 ], [ @@ -7119,135 +6618,133 @@ ], [ 192225, - 0, + 3, 0 ], [ 192300, - 3, + 2, 0 ], [ 192375, - 2, + 0, 0 ], [ - 192450, - 3, + 192525, + 0, 0 ], [ - 192525, + 192450, 2, 0 ], [ 192600, - 0, + 1, 0 ], [ 192675, - 1, + 2, 0 ], [ 192750, - 2, + 1, 0 ], [ 192825, - 3, + 2, 0 ], [ 192900, - 0, + 3, 0 ], [ - 192975, - 1, + 193050, + 3, 0 ], [ - 193050, + 192975, 0, 0 ], [ 193125, - 1, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 193200, 6, - 525, - "normal" + 525 ], [ 193800, 4, - 525, - "normal" + 525 ], [ - 193500, - 0, + 193200, + 3, 0 ], [ - 193575, + 193275, 1, 0 ], [ - 193650, - 2, + 193350, + 3, 0 ], [ - 193725, + 193425, 1, 0 ], [ - 193200, - 3, + 193500, + 0, 0 ], [ - 193275, + 193575, 2, 0 ], [ - 193350, - 1, + 193650, + 0, 0 ], [ - 193425, + 193725, 2, 0 ], [ 193800, - 3, + 1, 0 ], [ 193875, - 2, + 3, 0 ], [ @@ -7257,7 +6754,7 @@ ], [ 194025, - 0, + 3, 0 ], [ @@ -7267,33 +6764,33 @@ ], [ 194175, - 3, + 0, 0 ], [ - 194250, - 1, + 194325, + 0, 0 ], [ - 194325, - 0, + 194250, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 194400, - 3, + 1, 0 ], [ 194475, - 2, + 3, 0 ], [ @@ -7303,135 +6800,133 @@ ], [ 194625, - 0, + 3, 0 ], [ 194700, - 3, + 2, 0 ], [ 194775, - 2, + 0, 0 ], [ - 194850, - 3, + 194925, + 0, 0 ], [ - 194925, + 194850, 2, 0 ], [ 195000, - 0, + 1, 0 ], [ 195075, - 1, + 2, 0 ], [ 195150, - 2, + 1, 0 ], [ 195225, - 3, + 2, 0 ], [ 195300, - 0, + 3, 0 ], [ - 195375, - 1, + 195450, + 3, 0 ], [ - 195450, + 195375, 0, 0 ], [ 195525, - 1, + 0, 0 ], [ 194400, - 5, - 0, + 4, 0 ], [ 195000, 7, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 195900, - 0, + 195600, + 3, 0 ], [ - 195975, + 195675, 1, 0 ], [ - 196050, - 2, + 195750, + 3, 0 ], [ - 196125, + 195825, 1, 0 ], [ - 195600, - 3, + 195900, + 0, 0 ], [ - 195675, + 195975, 2, 0 ], [ - 195750, - 1, + 196050, + 0, 0 ], [ - 195825, + 196125, 2, 0 ], [ 196200, - 3, + 1, 0 ], [ 196275, - 2, + 3, 0 ], [ @@ -7441,7 +6936,7 @@ ], [ 196425, - 0, + 3, 0 ], [ @@ -7451,63 +6946,58 @@ ], [ 196575, - 3, + 0, 0 ], [ - 196650, - 1, + 196725, + 0, 0 ], [ - 196725, - 0, + 196650, + 2, 0 ], [ 195600, 6, - 0, 0 ], [ 196200, 4, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 196800, 6, - 525, - 0 + 525 ], [ 197400, - 4, - 225, - 0 + 7, + 225 ], [ 197700, - 5, - 225, - 0 + 4, + 225 ], [ 196800, - 2, + 3, 0 ], [ 196950, - 3, + 2, 0 ], [ @@ -7522,7 +7012,7 @@ ], [ 197400, - 2, + 0, 0 ], [ @@ -7532,85 +7022,86 @@ ], [ 197700, - 0, - 0, - "normal" + 2, + 0 ], [ 197850, - 0, - 0, - "normal" + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 198000, - 7, - 525, - "normal" + 5, + 525 ], [ 198600, - 4, - 525, - "normal" + 7, + 525 ], [ 198000, - 3, + 0, 0 ], [ 198150, - 1, + 2, 0 ], [ 198300, - 0, + 3, 0 ], [ - 198450, - 1, + 198600, + 0, 0 ], [ - 198900, - 2, + 198750, + 3, 0 ], [ - 199050, + 198900, 0, 0 ], [ - 198750, - 0, + 199050, + 1, 0 ], [ - 198600, - 3, + 198450, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 199350, + 199200, 3, 0 ], + [ + 199350, + 2, + 0 + ], [ 199500, 0, @@ -7623,7 +7114,7 @@ ], [ 199800, - 2, + 0, 0 ], [ @@ -7632,426 +7123,380 @@ 0 ], [ - 199200, - 6, - 0, + 200100, + 2, 0 ], [ - 199200, - 2, - 0, + 200250, + 3, 0 ], [ - 199800, - 4, - 0, + 199200, + 6, 0 ], [ - 200100, - 5, - 0, + 199800, + 7, 0 ], [ 200100, - 0, - 0, - "normal" - ], - [ - 200250, - 0, - 0, - "normal" + 4, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 200400, + 0, + 0 + ], [ 200550, - 1, + 2, 0 ], [ 200700, - 0, + 3, 0 ], [ - 200850, - 1, + 201000, + 0, 0 ], [ - 201300, - 2, + 201150, + 3, 0 ], [ - 201450, + 201300, 0, 0 ], [ - 201150, - 0, + 201450, + 1, 0 ], [ - 201000, - 3, + 200850, + 2, 0 ], [ - 200400, + 201000, 7, - 0, 0 ], [ 200400, - 3, - 0, + 5, 0 - ], - [ - 201000, - 4, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 201600, - 5, - 225, - "normal" - ], - [ - 201900, - 4, - 225, - "normal" + 0, + 0 ], [ - 202200, - 5, - 225, - "normal" + 201675, + 1, + 0 ], [ - 202500, - 7, - 225, - "normal" + 201750, + 0, + 0 ], [ - 201600, + 201825, 1, 0 ], [ - 201675, - 2, + 201900, + 3, 0 ], [ - 201750, - 1, - 0 + 201600, + 4, + 225 ], [ - 201825, - 2, - 0 + 201900, + 7, + 225 ], [ 202200, - 2, - 0 + 5, + 225 ], [ - 202275, - 1, + 202500, + 4, + 225 + ], + [ + 202050, + 3, 0 ], [ - 202350, - 2, + 202200, + 1, 0 ], [ - 202425, + 202350, 1, 0 ], [ 202500, - 3, + 0, 0 ], [ 202650, - 3, + 0, 0 ], [ - 202050, - 0, + 202425, + 2, 0 ], [ - 201900, - 0, - 0 + 202275, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 202800, - 4, - 225, - 0 + 5, + 225 ], [ 203100, - 5, - 225, - 0 + 7, + 225 ], [ 203400, 4, - 225, - 0 + 225 + ], + [ + 203700, + 7, + 225 ], [ 202800, - 2, - 0, + 1, 0 ], [ 203100, - 0, - 0, + 3, 0 ], [ 203400, - 2, 0, 0 ], [ 203700, 3, - 0, - "normal" - ], - [ - 203700, - 7, - 225, - "normal" + 0 ], [ 203850, 3, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 204000, + 0, + 0 + ], [ 204075, - 2, + 1, 0 ], [ 204150, - 1, + 0, 0 ], [ 204225, - 2, + 1, 0 ], [ - 204600, - 2, + 204300, + 3, 0 ], [ - 204675, - 1, + 204450, + 3, 0 ], [ - 204750, - 2, + 204600, + 1, 0 ], [ - 204825, + 204750, 1, 0 ], [ - 205050, - 3, + 204900, + 0, 0 ], [ - 204450, + 205050, 0, 0 ], [ - 204000, - 5, - 0, + 204825, + 2, 0 ], [ - 204000, - 1, - 0, + 204675, + 2, 0 ], [ - 204300, + 204000, 4, - 0, 0 ], [ 204300, - 0, - 0, + 7, 0 ], [ 204600, 5, - 0, 0 ], [ 204900, - 7, - 0, - "normal" - ], - [ - 204900, - 3, - 0, - "normal" + 4, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 205200, - 2, - 225, + 1, 0 ], [ 205500, - 0, - 225, + 3, 0 ], [ 205800, - 2, - 225, + 0, 0 ], [ - 205200, - 4, - 0, + 206100, + 3, 0 ], [ - 205500, - 5, - 0, + 206250, + 3, 0 ], [ - 205800, - 4, - 0, + 205200, + 5, 0 ], [ - 206100, - 3, - 0, + 205500, + 7, 0 ], [ - 206250, - 3, - 0, + 205800, + 4, 0 ], [ 206100, 7, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 207000, + 206400, 4, - 225, - 0 + 525 ], [ - 207300, - 6, - 225, - 0 + 207000, + 7, + 225 ], [ - 206400, + 207300, 5, - 525, - "normal" + 225 ], [ 206400, @@ -8060,108 +7505,105 @@ ], [ 206550, - 2, + 1, 0 ], [ 206700, - 1, + 3, 0 ], [ 206850, - 0, + 1, 0 ], [ 207000, - 3, + 0, 0 ], [ 207150, - 1, + 2, 0 ], [ 207300, - 2, + 3, 0 ], [ 207450, - 3, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 207600, - 7, - 525, - 0 + 4, + 525 ], [ 208200, 6, - 225, - "normal" + 225 ], [ 208500, - 5, - 225, - "normal" + 7, + 225 ], [ 207600, - 1, + 0, 0 ], [ 207750, - 0, + 3, 0 ], [ 207900, - 2, + 0, 0 ], [ 208050, - 3, + 2, 0 ], [ 208200, - 1, + 0, 0 ], [ 208350, - 2, + 1, 0 ], [ 208500, - 0, + 3, 0 ], [ 208650, - 3, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 208800, @@ -8170,241 +7612,230 @@ ], [ 208950, - 2, + 1, 0 ], [ 209100, - 1, + 3, 0 ], [ 209250, - 0, + 1, 0 ], [ 209400, - 3, + 0, 0 ], [ 209550, - 1, + 2, 0 ], [ - 209850, + 209700, 3, 0 ], [ - 208800, - 5, - 0, + 209850, + 2, 0 ], [ - 209400, + 208800, 4, - 0, 0 ], [ - 209700, - 6, - 0, - "normal" + 209400, + 7, + 0 ], [ 209700, - 2, - 0, - "normal" + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 210000, - 1, + 0, 0 ], [ 210150, - 0, + 3, 0 ], [ 210300, - 2, + 0, 0 ], [ 210450, - 3, + 2, 0 ], [ 210600, - 1, + 0, 0 ], [ 210750, - 2, + 1, 0 ], [ 210900, - 0, + 3, 0 ], [ 211050, - 3, + 1, 0 ], [ 210000, - 7, - 0, + 4, 0 ], [ 210600, 6, - 0, 0 ], [ 210900, - 5, - 0, - "normal" + 7, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 211200, 4, - 525, - 0 + 525 ], [ 211800, - 6, - 525, - "normal" + 7, + 525 ], [ - 211350, + 211200, 1, 0 ], [ - 211725, + 211275, 3, 0 ], [ - 211275, - 2, - 0 + 211350, + 1, + 0 ], [ 211425, - 0, + 3, 0 ], [ - 211575, - 1, + 211500, + 2, 0 ], [ - 211650, - 2, + 211575, + 0, 0 ], [ - 211875, - 1, + 211725, + 0, 0 ], [ - 211950, + 211650, 2, 0 ], [ 211800, - 0, + 1, 0 ], [ - 212025, - 0, + 211875, + 2, 0 ], [ - 212100, - 3, + 211950, + 1, 0 ], [ - 212175, + 212025, 2, 0 ], [ - 212250, - 1, + 212100, + 3, 0 ], [ - 212325, + 212250, 3, 0 ], [ - 211200, + 212175, 0, 0 ], [ - 211500, - 3, + 212325, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 212400, - 7, - 525, - "normal" + 6, + 525 ], [ 213000, - 5, - 525, - "normal" + 4, + 525 ], [ 212400, - 0, + 3, 0 ], [ @@ -8414,61 +7845,66 @@ ], [ 212550, - 2, + 3, 0 ], [ 212625, - 3, + 1, 0 ], [ - 213000, + 212700, 0, 0 ], [ - 213075, - 1, + 212775, + 2, 0 ], [ - 213150, + 212850, + 0, + 0 + ], + [ + 212925, 2, 0 ], [ - 213225, - 3, + 213000, + 1, 0 ], [ - 212700, - 0, + 213075, + 3, 0 ], [ - 212775, + 213150, 1, 0 ], [ - 212850, + 213225, 3, 0 ], [ - 212925, + 213300, 2, 0 ], [ - 213300, - 1, + 213375, + 0, 0 ], [ - 213375, + 213525, 0, 0 ], @@ -8476,41 +7912,46 @@ 213450, 2, 0 - ], - [ - 213525, - 3, - 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 213600, + 1, + 0 + ], + [ + 213675, + 3, + 0 + ], [ 213750, 1, 0 ], [ - 214125, + 213825, 3, 0 ], [ - 213675, + 213900, 2, 0 ], [ - 213825, + 213975, 0, 0 ], [ - 213975, - 1, + 214125, + 0, 0 ], [ @@ -8519,23 +7960,23 @@ 0 ], [ - 214275, + 214200, 1, 0 ], [ - 214350, + 214275, 2, 0 ], [ - 214200, - 0, + 214350, + 1, 0 ], [ 214425, - 0, + 2, 0 ], [ @@ -8543,242 +7984,203 @@ 3, 0 ], - [ - 214575, - 2, - 0 - ], [ 214650, - 1, - 0 - ], - [ - 214725, 3, 0 ], [ - 213900, - 3, + 214575, + 0, 0 ], [ - 213600, - 4, + 214725, 0, 0 ], [ 213600, - 0, - 0, + 4, 0 ], [ 214200, - 6, - 0, - "normal" + 7, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 214800, - 0, - 0, + 3, 0 ], [ 214875, 1, - 0, 0 ], [ 214950, - 2, - 0, + 3, 0 ], [ 215025, - 3, - 0, + 1, 0 ], [ - 215400, - 0, + 215100, 0, 0 ], [ - 215475, - 1, + 215175, + 2, + 0 + ], + [ + 215250, 0, 0 ], [ - 215550, + 215325, 2, - 0, 0 ], [ - 215625, - 3, - 0, + 215400, + 1, 0 ], [ - 215100, - 0, - 0, + 215475, + 3, 0 ], [ - 215175, + 215550, 1, - 0, 0 ], [ - 215250, + 215625, 3, - 0, 0 ], [ - 215325, + 215700, 2, - 0, 0 ], [ - 215700, - 1, + 215775, 0, 0 ], [ - 215775, - 0, + 215925, 0, 0 ], [ 215850, 2, - 0, - 0 - ], - [ - 215925, - 3, - 0, 0 ], [ 214800, - 7, - 0, - "normal" + 6, + 0 ], [ 215400, - 5, - 0, - "normal" + 4, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 216600, + 216000, 6, - 225, - 0 + 525 ], [ - 216900, + 216600, 7, - 225, - 0 + 225 ], [ - 216450, - 1, - 0 + 216900, + 4, + 225 ], [ - 216600, - 0, + 216000, + 3, 0 ], [ - 216750, + 216150, 2, 0 ], [ - 216900, - 3, + 216300, + 0, 0 ], [ - 217050, - 3, + 216450, + 1, 0 ], [ - 216000, - 3, + 216600, 0, 0 ], [ - 216000, - 4, - 525, + 216750, + 3, 0 ], [ - 216150, - 0, - 0, + 216900, + 2, 0 ], [ - 216300, - 2, - 0, - "normal" + 217050, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 217200, 5, - 525, - 0 + 525 ], [ 217800, - 4, - 525, - "normal" + 7, + 525 ], [ 217200, @@ -8787,27 +8189,22 @@ ], [ 217350, - 1, + 2, 0 ], [ 217500, - 0, - 0 - ], - [ - 217650, - 2, + 3, 0 ], [ 217800, - 3, + 0, 0 ], [ 217950, - 2, + 3, 0 ], [ @@ -8817,494 +8214,439 @@ ], [ 218250, + 1, + 0 + ], + [ + 217650, 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 218850, - 1, - 0, + 218400, + 3, 0 ], [ - 219000, - 0, - 0, + 218550, + 2, 0 ], [ - 219150, - 2, + 218700, 0, 0 ], [ - 219300, - 3, - 0, + 218850, + 1, 0 ], [ - 219450, - 3, + 219000, 0, 0 ], [ - 219000, - 6, - 0, + 219150, + 3, 0 ], [ 219300, - 7, - 0, + 2, 0 ], [ - 218400, + 219450, 3, - 0, 0 ], [ 218400, - 4, - 0, + 6, 0 ], [ - 218550, - 0, - 0, + 219000, + 7, 0 ], [ - 218700, - 2, - 0, - "normal" + 219300, + 4, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 219600, 0, - 0, - "normal" + 0 ], [ 219750, - 1, - 0, - "normal" + 2, + 0 ], [ 219900, - 0, - 0, - "normal" - ], - [ - 220050, - 2, - 0, - "normal" + 3, + 0 ], [ 220200, - 3, 0, - "normal" + 0 ], [ 220350, - 2, - 0, - "normal" + 3, + 0 ], [ 220500, 0, - 0, - "normal" + 0 ], [ 220650, - 2, - 0, - "normal" + 1, + 0 ], [ - 219600, - 5, - 0, - "normal" + 220050, + 2, + 0 ], [ 220200, - 4, - 0, - "normal" + 7, + 0 + ], + [ + 219600, + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 220800, - 6, - 225, + 0, 0 ], [ - 221100, - 7, - 225, + 220875, + 1, 0 ], [ - 221400, - 5, - 225, - "normal" - ], - [ - 221700, - 4, - 225, - "normal" - ], - [ - 220800, + 220950, 0, 0 ], [ - 220875, + 221025, 1, 0 ], [ - 221400, + 221100, 3, 0 ], [ - 221475, - 2, - 0 + 220800, + 4, + 225 ], [ - 221025, - 3, - 0 + 221100, + 7, + 225 ], [ - 220950, - 2, + 221400, + 5, + 225 + ], + [ + 221700, + 4, + 225 + ], + [ + 221250, + 3, 0 ], [ - 221550, + 221400, 1, 0 ], [ - 221625, - 0, + 221550, + 1, 0 ], [ 221700, - 2, + 0, 0 ], [ 221850, - 2, + 0, 0 ], [ - 221100, - 1, + 221625, + 2, 0 ], [ - 221250, - 1, + 221475, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 222000, + 5, + 225 + ], [ 222300, - 6, - 225, - 0 + 7, + 225 ], [ 222600, 4, - 225, - 0 + 225 ], [ 222900, 7, - 225, - 0 + 225 ], [ - 222900, - 3, + 222000, + 1, 0 ], [ - 223050, + 222300, 3, 0 ], [ - 222000, - 1, + 222600, 0, 0 ], [ - 222000, - 5, - 225, + 222900, + 3, 0 ], [ - 222300, - 0, - 0, + 223050, + 3, 0 - ], - [ - 222600, - 2, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 223200, 0, - 0, 0 ], [ 223275, 1, - 0, 0 ], [ - 223800, - 3, + 223350, 0, 0 ], [ - 223875, - 2, - 0, + 223425, + 1, 0 ], [ - 223425, + 223500, 3, - 0, 0 ], [ - 223350, - 2, - 0, + 223650, + 3, + 0 + ], + [ + 223800, + 1, 0 ], [ 223950, 1, - 0, - 0 - ], - [ - 224025, - 0, - 0, 0 ], [ 224100, - 2, 0, 0 ], [ 224250, - 2, 0, 0 ], [ - 223500, - 1, - 0, + 224025, + 2, 0 ], [ - 223650, - 1, - 0, - "normal" + 223875, + 2, + 0 ], [ 223200, - 6, - 0, - "normal" + 4, + 0 ], [ 223500, 7, - 0, - "normal" + 0 ], [ 223800, 5, - 0, - "normal" + 0 ], [ 224100, 4, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 224400, 1, - 225, 0 ], [ 224700, - 0, - 225, + 3, 0 ], [ 225000, - 2, - 225, + 0, 0 ], [ 225300, 3, - 0, 0 ], [ 225450, 3, - 0, 0 ], [ 224400, 5, - 0, 0 ], [ 224700, - 6, - 0, + 7, 0 ], [ 225000, 4, - 0, - "normal" + 0 ], [ 225300, 7, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 225600, - 6, - 525, - "normal" + 4, + 525 ], [ 226200, 7, - 225, - "normal" + 225 ], [ 226500, 5, - 225, - "normal" + 225 ], [ 225600, - 1, + 0, 0 ], [ 225750, - 3, + 1, 0 ], [ 225900, - 2, + 3, 0 ], [ @@ -9329,223 +8671,197 @@ ], [ 226650, - 1, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 226800, 4, - 525, - 0 + 525 ], [ 227400, - 7, - 225, - 0 + 6, + 225 ], [ - 226950, - 2, - 0 + 227700, + 7, + 225 ], [ - 227100, + 226800, 0, 0 ], [ - 226800, + 226950, 3, 0 ], [ - 227250, - 1, + 227100, + 0, 0 ], [ - 227400, + 227250, 2, 0 ], [ - 227550, - 3, + 227400, + 0, 0 ], [ - 227850, + 227550, 1, 0 ], [ 227700, - 6, - 225, + 3, 0 ], [ - 227700, - 0, - 0, - "normal" + 227850, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 228000, - 1, 0, 0 ], [ 228150, - 3, - 0, + 1, 0 ], [ 228300, - 2, - 0, + 3, 0 ], [ 228450, 1, - 0, 0 ], [ 228600, 0, - 0, 0 ], [ 228750, 2, - 0, 0 ], [ 228900, 3, - 0, 0 ], [ 229050, - 1, - 0, + 2, 0 ], [ 228000, - 6, - 0, - "normal" + 4, + 0 ], [ 228600, 7, - 0, - "normal" + 0 ], [ 228900, 5, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 229350, - 2, + 229200, 0, 0 ], [ - 229500, - 0, - 0, + 229350, + 3, 0 ], [ - 229200, - 3, + 229500, 0, 0 ], [ 229650, - 1, - 0, + 2, 0 ], [ 229800, - 2, 0, 0 ], [ 229950, + 1, + 0 + ], + [ + 230100, 3, - 0, 0 ], [ 230250, 1, - 0, 0 ], [ 229200, 4, - 0, 0 ], [ 229800, - 7, - 0, - 0 - ], - [ - 230100, 6, - 0, - "normal" + 0 ], [ 230100, - 0, - 0, - "normal" + 7, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 230400, @@ -9558,36 +8874,35 @@ 0 ], [ - 231000, - 0, + 230700, + 3, 0 ], [ - 231150, + 231000, 2, 0 ], [ - 231300, - 1, + 231150, + 0, 0 ], [ - 231450, + 231300, 3, 0 ], [ - 230700, - 2, - 0, - "normal" + 231450, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 231600, @@ -9596,26 +8911,24 @@ ], [ 231750, - 2, - 0 - ], - [ - 232200, 1, - 0, 0 ], [ 231900, 3, - 0, - "normal" + 0 + ], + [ + 232200, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 232800, @@ -9624,17 +8937,22 @@ ], [ 232950, + 1, + 0 + ], + [ + 233100, 3, 0 ], [ 233400, - 1, + 2, 0 ], [ 233550, - 2, + 0, 0 ], [ @@ -9644,29 +8962,23 @@ ], [ 233850, - 0, + 1, 0 - ], - [ - 233100, - 0, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 234000, - 1, + 0, 0 ], [ 234150, - 2, + 1, 0 ], [ @@ -9676,306 +8988,276 @@ ], [ 234450, - 0, + 2, 0 ], [ 234600, - 2, 0, 0 ], [ 234900, 3, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 235200, 0, - 0, 0 ], [ 235350, 1, - 0, 0 ], [ - 235500, + 235800, 2, - 225, 0 ], [ - 235800, - 0, + 235950, 0, 0 ], [ - 235950, - 2, - 0, + 236100, + 3, 0 ], [ - 236100, + 236250, 1, - 0, - "normal" + 0 ], [ - 236250, + 235500, 3, - 0, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 236400, 0, - 0, + 0 + ], + [ + 236550, + 1, 0 ], [ 236700, 3, - 225, - 0 + 225 ], [ 237000, - 1, - 525, - 0 - ], - [ - 236550, 2, - 0, - "normal" + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 237600, 0, - 0, 0 ], [ 237750, - 3, - 0, + 1, 0 ], [ 237900, - 0, - 225, - 0 + 3, + 225 ], [ 238200, - 1, - 0, + 2, 0 ], [ 238350, - 2, 0, - "normal" + 0 ], [ 238500, 3, - 0, - "normal" + 0 ], [ 238650, - 0, - 0, - "normal" + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 238800, - 1, 0, 0 ], [ 238950, - 2, - 0, + 1, 0 ], [ 239100, 3, - 0, 0 ], [ - 239400, + 239250, 2, - 225, - "normal" - ], - [ - 239700, - 3, - 225, 0 ], [ - 239250, - 0, + 239400, 0, - "normal" + 225 + ], + [ + 239700, + 3, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 240000, + 0, + 0 + ], [ 240150, 1, 0 ], [ - 240000, - 2, + 240300, + 3, 0 ], [ 240600, - 3, + 2, 0 ], [ 240750, - 2, + 0, 0 ], [ 240900, - 1, + 3, 0 ], [ 241050, - 0, + 1, 0 - ], - [ - 240300, - 0, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 241350, - 1, + 241200, + 0, 0 ], [ - 241200, - 3, + 241350, + 1, 0 ], [ 241500, - 0, - 0, - "normal" + 3, + 0 ], [ 241800, 2, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 242400, - 3, + 0, 0 ], [ 242550, - 2, + 1, 0 ], [ - 243000, - 1, + 242700, + 3, 0 ], [ - 243300, - 1, + 243000, + 2, 0 ], [ - 243450, - 3, + 243150, + 0, 0 ], [ - 243150, - 2, + 243300, + 3, 0 ], [ - 242700, - 0, - 0, - "normal" + 243450, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 243600, @@ -9989,385 +9271,358 @@ ], [ 243900, - 2, + 3, 0 ], [ 244050, - 1, + 2, 0 ], [ 244200, - 2, 0, - "normal" + 0 ], [ 244500, 3, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 244950, - 1, - 0, - 0 - ], [ 244800, - 2, 0, 0 ], [ - 245100, - 0, - 225, + 244950, + 1, 0 ], [ 245400, - 3, - 0, + 2, 0 ], [ 245550, - 2, 0, 0 ], [ 245700, - 1, - 0, + 3, 0 ], [ 245850, - 0, - 0, - "normal" + 1, + 0 + ], + [ + 245100, + 3, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 246150, - 1, + 246000, 0, 0 ], [ - 246000, - 3, - 0, + 246150, + 1, 0 ], [ 246300, - 0, - 225, - 0 + 3, + 225 ], [ 246600, 2, - 525, - "normal" + 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 247200, - 3, 0, 0 ], [ 247350, - 2, - 0, + 1, 0 ], [ 247500, - 0, - 225, - 0 + 3, + 225 ], [ 247800, - 1, - 0, + 2, 0 ], [ - 248100, - 1, + 247950, 0, 0 ], [ - 248250, + 248100, 3, - 0, 0 ], [ - 247950, - 2, - 0, - "normal" + 248250, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 248400, 0, - 0, 0 ], [ 248550, 1, - 0, 0 ], [ 248700, - 2, - 0, + 3, 0 ], [ 248850, - 1, - 0, + 2, 0 ], [ 249000, - 2, - 225, - 0 + 0, + 225 ], [ 249300, 3, - 225, - 0 + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 249600, 0, - 2325, - "normal" + 2325 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 288000, - 1, + 2, 0 ], [ 288150, - 2, + 1, 0 ], [ 288300, - 1, + 2, 0 ], [ 288450, - 2, + 1, 0 ], [ @@ -10375,92 +9630,132 @@ 0, 0 ], + [ + 288600, + 1, + 0 + ], [ 288750, 3, 0 ], + [ + 288750, + 2, + 0 + ], [ 288900, + 1, + 0 + ], + [ + 288900, + 2, + 0 + ], + [ + 289050, 0, 0 ], [ 289050, - 3, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 289200, - 1, + 3, 0 ], [ 289275, - 0, + 2, 0 ], [ 289350, - 1, + 0, 0 ], [ 289425, - 0, + 1, 0 ], [ 289500, - 2, + 3, 0 ], [ 289575, - 3, + 0, 0 ], [ 289650, - 2, + 3, 0 ], [ 289725, - 3, + 0, 0 ], [ 289800, - 0, + 2, 0 ], [ - 289875, + 289800, 1, 0 ], + [ + 289875, + 3, + 0 + ], + [ + 289875, + 0, + 0 + ], [ 289950, 2, 0 ], + [ + 289950, + 0, + 0 + ], [ 290025, 1, 0 ], [ - 290100, + 290025, 2, 0 ], + [ + 290100, + 0, + 0 + ], [ 290175, 3, @@ -10473,604 +9768,574 @@ ], [ 290325, - 1, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 290400, - 1, - 0, + 2, 0 ], [ 290550, - 2, - 0, + 1, 0 ], [ 290700, - 1, - 0, + 2, 0 ], [ 290850, - 2, - 0, + 1, 0 ], [ 291000, 0, - 0, 0 ], [ - 291150, - 3, + 291300, 0, 0 ], [ - 291300, - 0, - 0, + 291450, + 3, 0 ], [ - 291450, + 291150, 3, - 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 291600, - 1, - 0, - 0 - ], - [ - 291675, - 0, - 0, + 2, 0 ], [ - 291750, + 291900, 1, - 0, 0 ], [ - 291825, - 0, + 292200, 0, 0 ], [ - 291900, + 292275, 2, - 0, 0 ], [ - 291975, - 3, + 292350, 0, 0 ], [ - 292050, + 292425, 2, - 0, 0 ], [ - 292125, - 3, - 0, + 292500, + 1, 0 ], [ - 292200, - 0, - 0, + 292650, + 1, 0 ], [ - 292275, - 1, - 0, + 291675, + 3, 0 ], [ - 292350, + 291750, 2, - 0, 0 ], [ - 292425, + 291825, + 3, + 0 + ], + [ + 292050, 1, - 0, 0 ], [ - 292500, - 2, - 0, + 291975, + 3, 0 ], [ - 292575, + 292125, 3, - 0, 0 ], [ - 292650, - 0, - 0, - "normal" + 292575, + 2, + 0 ], [ 292725, - 1, - 0, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 293550, - 2, - 0 + 292800, + 3, + 225 ], [ - 293400, - 1, - 0 + 292800, + 0, + 225 ], [ 293100, 0, - 0, 0 ], [ 293250, - 3, - 0, + 1, 0 ], [ - 293700, - 3, + 293400, 0, 0 ], [ - 292800, - 2, - 0, + 293550, + 1, + 0 + ], + [ + 293700, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 294000, - 1, - 0 + 294900, + 3, + 225 ], [ - 294300, + 294900, + 0, + 225 + ], + [ + 294600, 2, - 0 + 225 ], [ - 294000, - 0, - 0, - 0 + 294600, + 1, + 225 ], [ 294300, 1, - 0, - 0 + 225 ], [ - 294600, - 1, + 294300, 0, - 0 + 225 ], [ - 294600, - 0, + 294000, 0, - 0 + 225 ], [ - 294900, + 294000, 2, - 0, - 0 - ], - [ - 294900, - 3, - 0, - 0 + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 295200, - 0, - 0, - 0 - ], - [ - 295275, - 1, - 0, - 0 + 3, + 225 ], [ - 295350, - 2, + 295800, 0, 0 ], [ - 295425, - 3, - 0, + 295950, + 1, 0 ], [ - 295950, - 2, - 0, - 0 + 295500, + 1, + 225 ], [ 296100, 3, - 225, - 0 + 225 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 296700, + 3, + 225 ], [ - 295500, + 296400, 0, - 225, - "normal" + 225 ], [ - 295800, - 1, + 297000, 0, - "normal" + 225 + ], + [ + 297300, + 3, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 296400, - 0, - 225, + 297600, + 2, 0 ], [ - 296400, - 1, + 297750, 0, 0 ], [ - 296700, + 297900, 1, - 225, - 0 - ], - [ - 296700, - 2, - 0, 0 ], [ - 297300, + 298050, 3, - 225, 0 ], [ - 297000, - 0, - 225, + 297900, + 2, 0 ], [ - 297300, - 2, + 298050, 0, 0 ], [ - 297000, - 1, - 0, - "normal" - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 297600, + 298200, 1, 0 ], [ - 297750, + 298200, 2, 0 ], [ - 297900, - 0, + 298350, + 3, 0 ], [ - 298050, - 3, + 298350, + 2, 0 ], [ - 298200, + 298500, 0, 0 ], [ - 298350, + 298500, 1, 0 ], [ 298650, - 3, + 2, 0 ], [ - 298500, - 2, + 298650, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 299400, + 298800, + 1, + 0 + ], + [ + 298875, + 3, + 0 + ], + [ + 299100, 2, + 225 + ], + [ + 299400, + 0, + 0 + ], + [ + 299400, + 1, + 0 + ], + [ + 299475, + 1, 0 ], [ 299475, + 2, + 0 + ], + [ + 299550, 3, 0 ], [ 299550, - 1, + 0, 0 ], [ - 299775, + 299625, 2, 0 ], [ 299625, + 1, + 0 + ], + [ + 299700, 0, 0 ], [ 299700, + 1, + 0 + ], + [ + 299775, 3, 0 ], [ - 299850, - 1, + 299775, + 2, 0 ], [ - 299925, + 299850, 0, 0 ], [ - 298800, - 1, + 299850, + 2, 0 ], [ - 298950, + 299925, 1, 0 ], [ - 299100, - 0, - 0, - "normal" + 299925, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 300000, - 1, - 0, - 0 - ], - [ - 300150, 2, - 0, 0 ], [ - 300300, - 0, + 300150, 0, 0 ], [ 300450, 3, - 0, 0 ], [ 300600, - 0, - 0, + 2, 0 ], [ - 300750, + 300900, 1, - 0, 0 ], [ 301050, - 3, 0, - "normal" + 0 ], [ - 300900, - 2, - 0, - "normal" + 300300, + 1, + 0 + ], + [ + 300750, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 301500, - 0, - 225, + 301200, + 1, 0 ], [ - 301800, + 301500, 2, + 225 + ], + [ + 301800, 0, 0 ], [ 301875, - 3, - 0, + 1, 0 ], [ 301950, - 1, - 0, + 3, 0 ], [ - 302175, + 302025, 2, - 0, 0 ], [ - 302025, - 0, + 302100, 0, 0 ], [ - 302100, + 302175, 3, - 0, 0 ], [ 302250, - 1, - 0, + 2, 0 ], [ 302325, - 0, - 0, - 0 - ], - [ - 301200, - 1, - 0, + 1, 0 ], [ 301350, - 1, - 0, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 302400, @@ -11084,9 +10349,29 @@ ], [ 302550, + 1, + 0 + ], + [ + 302625, + 2, + 0 + ], + [ + 302400, 2, 0 ], + [ + 302475, + 3, + 0 + ], + [ + 302550, + 0, + 0 + ], [ 302625, 3, @@ -11098,10 +10383,20 @@ 0 ], [ - 302775, + 302700, 2, 0 ], + [ + 302775, + 0, + 0 + ], + [ + 302850, + 0, + 0 + ], [ 302850, 1, @@ -11109,7 +10404,7 @@ ], [ 302925, - 0, + 3, 0 ], [ @@ -11117,6 +10412,16 @@ 1, 0 ], + [ + 303000, + 2, + 0 + ], + [ + 303075, + 0, + 0 + ], [ 303075, 3, @@ -11124,12 +10429,22 @@ ], [ 303150, + 1, + 0 + ], + [ + 303150, + 0, + 0 + ], + [ + 303225, 2, 0 ], [ 303225, - 0, + 3, 0 ], [ @@ -11138,29 +10453,59 @@ 0 ], [ - 303375, + 303300, 2, 0 ], [ - 303450, + 303375, + 0, + 0 + ], + [ + 303375, 3, 0 ], [ - 303525, + 303450, 0, 0 + ], + [ + 303450, + 1, + 0 + ], + [ + 303525, + 2, + 0 + ], + [ + 303525, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 303600, - 2, + 0, + 0 + ], + [ + 303600, + 1, + 0 + ], + [ + 303750, + 3, 0 ], [ @@ -11170,7 +10515,12 @@ ], [ 303900, - 1, + 0, + 0 + ], + [ + 303900, + 2, 0 ], [ @@ -11178,6 +10528,21 @@ 1, 0 ], + [ + 304050, + 3, + 0 + ], + [ + 304200, + 0, + 0 + ], + [ + 304200, + 2, + 0 + ], [ 304200, 3, @@ -11187,655 +10552,613 @@ 304500, 0, 0 + ], + [ + 304500, + 1, + 0 + ], + [ + 304500, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 304800, 1, - 0, 0 ], [ 304875, 0, - 0, 0 ], [ 304950, - 2, - 0, + 1, 0 ], [ 305025, 3, - 0, 0 ], [ 305100, - 1, - 0, + 2, 0 ], [ 305175, - 2, 0, 0 ], [ 305250, 1, - 0, 0 ], [ 305325, - 0, - 0, - 0 - ], - [ - 305400, - 1, - 0, + 3, 0 ], [ 305475, - 3, 0, 0 ], [ 305550, - 2, - 0, + 1, 0 ], [ 305625, - 0, - 0, + 3, 0 ], [ 305700, - 1, - 0, + 2, 0 ], [ 305775, - 2, 0, - "normal" + 0 ], [ 305850, - 3, - 0, - "normal" + 1, + 0 ], [ 305925, - 0, - 0, - "normal" + 3, + 0 + ], + [ + 305400, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 306000, - 2, 0, 0 ], [ 306150, - 2, - 0, + 3, 0 ], [ - 306300, - 1, + 306600, 0, 0 ], [ - 306450, - 1, - 0, + 306900, + 3, 0 ], [ - 306600, - 3, - 0, - "normal" + 306300, + 1, + 0 ], [ - 306900, - 0, - 0, - "normal" + 306450, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 307350, + 307200, 2, 0 ], [ - 307950, + 307350, 1, 0 ], - [ - 307200, - 0, - 0 - ], [ 307500, - 0, + 2, 0 ], [ 307650, - 2, + 1, 0 ], [ 307800, - 3, + 0, 0 ], [ - 308100, - 3, + 307800, + 1, 0 ], [ - 308250, - 1, + 307950, + 3, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ + ], [ - 308700, + 307950, 2, 0 ], [ - 308775, + 308100, 1, 0 ], [ - 308850, + 308100, 2, 0 ], [ - 308925, - 1, + 308250, + 0, 0 ], [ - 308400, - 3, - 0 + 308250, + 2, + 0 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 308400, + 3, + 0 ], [ 308475, + 2, + 0 + ], + [ + 308550, 0, 0 ], [ 308625, + 1, + 0 + ], + [ + 308700, + 3, + 0 + ], + [ + 308775, 0, 0 ], [ - 308550, + 308850, 3, 0 ], + [ + 308925, + 0, + 0 + ], + [ + 309000, + 2, + 0 + ], [ 309000, + 1, + 0 + ], + [ + 309075, 3, 0 ], [ 309075, + 0, + 0 + ], + [ + 309150, 2, 0 ], [ 309150, + 0, + 0 + ], + [ + 309225, 1, 0 ], [ 309225, - 0, + 2, 0 ], [ 309300, - 3, + 0, 0 ], [ 309375, - 1, + 3, 0 ], [ 309450, - 2, + 0, 0 ], [ 309525, - 0, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 309750, + 309600, 2, - 0, 0 ], [ - 310350, + 309750, 1, - 0, - 0 - ], - [ - 309600, - 0, - 0, 0 ], [ 309900, - 0, - 0, + 2, 0 ], [ 310050, - 2, - 0, + 1, 0 ], [ 310200, - 3, 0, 0 ], [ 310500, - 3, 0, 0 ], [ 310650, - 1, - 0, + 3, + 0 + ], + [ + 310350, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 311100, + 310800, 2, - 0, 0 ], [ - 311175, + 311100, 1, - 0, 0 ], [ - 311250, - 2, + 311400, 0, 0 ], [ - 311325, - 1, - 0, + 311475, + 2, 0 ], [ - 310800, - 3, + 311550, 0, 0 ], [ - 310875, - 0, - 0, + 311625, + 2, 0 ], [ - 311025, - 0, - 0, + 311700, + 1, 0 ], [ - 310950, - 3, - 0, + 311850, + 1, 0 ], [ - 311400, + 310875, 3, - 0, 0 ], [ - 311475, + 310950, 2, - 0, 0 ], [ - 311550, - 1, - 0, - "normal" + 311025, + 3, + 0 ], [ - 311625, - 0, - 0, - "normal" + 311250, + 1, + 0 ], [ - 311700, + 311175, 3, - 0, - "normal" + 0 ], [ - 311775, - 1, - 0, - "normal" + 311325, + 3, + 0 ], [ - 311850, + 311775, 2, - 0, - "normal" + 0 ], [ 311925, - 0, - 0, - "normal" + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 312000, + 3, + 225 + ], + [ + 312000, + 0, + 225 + ], [ 312300, - 1, 0, 0 ], [ 312450, - 0, - 0, + 1, 0 ], [ 312600, - 2, 0, 0 ], [ 312750, 1, - 0, 0 ], [ 312900, 3, - 0, 0 - ], - [ - 312000, - 2, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 313200, - 1, - 0 + 314100, + 3, + 225 ], [ - 313500, - 2, - 0 + 314100, + 0, + 225 ], [ 313800, - 3, - 0 + 2, + 225 ], [ - 314100, + 313800, 1, - 0 + 225 ], [ - 313200, - 0, - 0, - 0 + 313500, + 1, + 225 ], [ 313500, - 1, 0, - 0 + 225 ], [ - 313800, - 2, + 313200, 0, - 0 + 225 ], [ - 314100, - 0, - 0, - "normal" + 313200, + 2, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 314400, - 1, - 0, - 0 - ], - [ - 314475, - 2, - 0, - 0 + 3, + 225 ], [ - 314550, - 3, + 315000, 0, 0 ], [ - 314625, - 0, - 0, + 315150, + 1, 0 ], [ 314700, 1, - 225, - 0 + 225 ], [ 315300, 3, - 225, - 0 - ], - [ - 315000, - 2, - 0, - "normal" - ], - [ - 315150, - 1, - 0, - "normal" + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 315600, - 0, - 225, - "normal" - ], - [ - 315600, - 1, - 0, - "normal" - ], [ 315900, - 1, - 225, - "normal" + 3, + 225 ], [ - 315900, - 2, + 315600, 0, - "normal" - ], - [ - 316200, - 2, - 225, - "normal" + 225 ], [ 316200, - 3, - 0, - "normal" - ], - [ - 316500, 0, - 225, - "normal" + 225 ], [ 316500, - 1, - 0, - "normal" + 3, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 316800, - 0, + 2, 0 ], [ 316950, + 0, + 0 + ], + [ + 317100, 1, 0 ], + [ + 317250, + 3, + 0 + ], [ 317100, 2, @@ -11843,12 +11166,22 @@ ], [ 317250, - 3, + 0, 0 ], [ 317400, - 0, + 1, + 0 + ], + [ + 317400, + 2, + 0 + ], + [ + 317550, + 3, 0 ], [ @@ -11856,6 +11189,11 @@ 2, 0 ], + [ + 317700, + 0, + 0 + ], [ 317700, 1, @@ -11863,14 +11201,19 @@ ], [ 317850, - 3, + 2, + 0 + ], + [ + 317850, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 318000, @@ -11878,23 +11221,28 @@ 0 ], [ - 318150, - 1, + 318075, + 3, 0 ], + [ + 318300, + 2, + 225 + ], [ 318600, 0, 0 ], [ - 318750, - 3, + 318600, + 1, 0 ], [ - 318900, - 0, + 318675, + 1, 0 ], [ @@ -11903,12 +11251,12 @@ 0 ], [ - 318975, + 318750, 3, 0 ], [ - 319125, + 318750, 0, 0 ], @@ -11918,147 +11266,162 @@ 0 ], [ - 319050, + 318825, 1, 0 ], [ - 318300, + 318900, + 0, + 0 + ], + [ + 318900, + 1, + 0 + ], + [ + 318975, + 3, + 0 + ], + [ + 318975, 2, + 0 + ], + [ + 319050, 0, - "normal" + 0 + ], + [ + 319050, + 2, + 0 + ], + [ + 319125, + 1, + 0 + ], + [ + 319125, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 319200, - 0, - 0, + 2, 0 ], [ 319350, - 1, - 0, - 0 - ], - [ - 319500, - 2, 0, 0 ], [ 319650, 3, - 0, 0 ], [ 319800, - 0, - 0, + 2, 0 ], [ - 319950, - 2, + 320100, + 1, + 0 + ], + [ + 320250, 0, - "normal" + 0 ], [ - 320100, + 319500, 1, - 0, - "normal" + 0 ], [ - 320250, + 319950, 3, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 320400, 1, - 0, - 0 - ], - [ - 320550, - 1, - 0, 0 ], [ 320700, 2, - 225, - 0 + 225 ], [ 321000, 0, - 0, + 0 + ], + [ + 321075, + 1, 0 ], [ 321150, 3, - 0, 0 ], [ - 321300, - 0, - 0, + 321225, + 2, 0 ], [ - 321075, - 2, + 321300, 0, 0 ], [ 321375, 3, - 0, 0 ], [ - 321525, - 0, - 0, + 321450, + 2, 0 ], [ - 321225, - 2, - 0, + 321525, + 1, 0 ], [ - 321450, - 1, - 0, - "normal" + 320550, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 321600, @@ -12066,67 +11429,132 @@ 0 ], [ - 321675, + 321675, + 0, + 0 + ], + [ + 321750, + 1, + 0 + ], + [ + 321825, + 2, + 0 + ], + [ + 321600, + 2, + 0 + ], + [ + 321675, + 3, + 0 + ], + [ + 321750, + 0, + 0 + ], + [ + 321825, + 3, + 0 + ], + [ + 321900, + 1, + 0 + ], + [ + 321900, + 2, + 0 + ], + [ + 321975, 0, 0 ], [ - 321750, - 2, + 322050, + 0, 0 ], [ - 321825, + 322050, 1, 0 ], [ - 321900, + 322125, 3, 0 ], [ - 321975, + 322200, + 1, + 0 + ], + [ + 322200, 2, 0 ], [ - 322050, + 322275, 0, 0 ], [ - 322125, + 322275, + 3, + 0 + ], + [ + 322350, 1, 0 ], [ - 322200, + 322350, 0, 0 ], [ - 322275, + 322425, 2, 0 ], [ - 322350, + 322425, 3, 0 ], [ - 322425, - 0, + 322500, + 1, 0 ], [ 322500, - 1, + 2, 0 ], [ - 322725, + 322575, + 0, + 0 + ], + [ + 322575, + 3, + 0 + ], + [ + 322650, 0, 0 ], @@ -12136,19 +11564,29 @@ 0 ], [ - 322575, + 322725, + 2, + 0 + ], + [ + 322725, 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 322800, - 3, + 0, + 0 + ], + [ + 322800, + 1, 0 ], [ @@ -12157,12 +11595,32 @@ 0 ], [ - 323250, + 322950, + 2, + 0 + ], + [ + 323100, 0, 0 ], [ 323100, + 2, + 0 + ], + [ + 323250, + 1, + 0 + ], + [ + 323250, + 3, + 0 + ], + [ + 323400, 0, 0 ], @@ -12171,230 +11629,214 @@ 2, 0 ], + [ + 323400, + 3, + 0 + ], + [ + 323700, + 0, + 0 + ], [ 323700, 1, 0 + ], + [ + 323700, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 324000, 1, - 0, 0 ], [ 324075, 0, - 0, 0 ], [ 324150, - 2, - 0, + 1, 0 ], [ 324225, - 1, - 0, + 3, 0 ], [ 324300, - 3, - 0, + 2, 0 ], [ 324375, - 2, 0, 0 ], [ 324450, - 0, - 0, - 0 - ], - [ - 324525, 1, - 0, 0 ], [ - 324600, - 0, - 0, + 324525, + 3, 0 ], [ 324675, - 2, 0, 0 ], [ 324750, - 3, - 0, + 1, 0 ], [ 324825, - 0, - 0, + 3, 0 ], [ 324900, - 1, - 0, + 2, 0 ], [ - 325125, - 0, + 324975, 0, 0 ], [ 325050, 1, - 0, 0 ], [ - 324975, + 325125, 3, - 0, - "normal" + 0 + ], + [ + 324600, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 325200, - 3, 0, 0 ], [ 325350, 3, - 0, 0 ], [ - 325650, - 0, + 325800, 0, 0 ], [ - 325500, - 0, - 0, + 326100, + 3, 0 ], [ - 325800, - 2, - 0, + 325500, + 1, 0 ], [ - 326100, - 1, - 0, + 325650, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 326700, - 4, - 525, - "normal" - ], - [ - 327300, - 6, - 225, - "normal" + 326400, + 0, + 0 ], [ - 326400, + 326550, 1, 0 ], [ 326700, - 2, + 3, 0 ], [ 326850, - 1, + 0, 0 ], [ 327000, - 3, + 2, 0 ], [ 327150, - 2, + 1, 0 ], [ 327300, - 0, + 3, 0 ], [ 327450, - 2, + 0, 0 ], [ - 326550, - 0, - 0 + 326700, + 6, + 525 + ], + [ + 327300, + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 327600, - 5, - 525, - "normal" - ], - [ - 328200, - 7, - 525, - "normal" + 2, + 0 ], [ 327600, @@ -12403,12 +11845,12 @@ ], [ 327750, - 3, + 1, 0 ], [ - 328050, - 0, + 327750, + 2, 0 ], [ @@ -12416,186 +11858,212 @@ 0, 0 ], + [ + 328050, + 1, + 0 + ], [ 328200, - 2, + 3, 0 ], [ 328350, - 2, + 0, 0 ], [ 328500, - 1, + 2, 0 ], [ 328650, - 1, + 2, 0 + ], + [ + 327600, + 5, + 525 + ], + [ + 328200, + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 328800, + 328800, + 0, + 0 + ], + [ + 328950, 1, 0 ], [ 329100, - 2, + 3, 0 ], [ 329250, - 1, + 0, 0 ], [ 329400, - 3, + 2, 0 ], [ 329550, - 2, + 1, 0 ], [ 329700, - 0, + 3, 0 ], [ 329850, - 2, - 0 - ], - [ - 328950, 0, 0 ], [ - 329100, + 329700, 4, - 0, - 0 + 225 ], [ - 329700, + 329100, 6, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 330000, 3, - 0, 0 ], [ 330150, - 3, - 0, + 1, 0 ], [ - 330450, - 0, + 330300, 0, 0 ], [ - 330300, - 0, - 0, + 330450, + 1, 0 ], [ 330600, - 2, - 0, + 3, 0 ], [ 330750, - 2, 0, 0 ], [ 330900, - 1, - 0, + 2, 0 ], [ 331050, 1, - 0, - "normal" + 0 ], [ 330000, 5, - 0, - "normal" + 0 + ], + [ + 330900, + 4, + 0 ], [ 330600, 7, - 0, - "normal" + 225 + ], + [ + 330937.5, + 5, + 0 + ], + [ + 330975, + 6, + 0 + ], + [ + 331012.5, + 7, + 0 + ], + [ + 331050, + 6, + 0 + ], + [ + 331087.5, + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 331200, - 7, - 525, - 0 - ], - [ - 331800, - 6, - 225, + 0, 0 ], [ 331200, - 3, + 1, 0 ], [ 331350, - 1, + 3, 0 ], [ 331500, - 0, + 2, 0 ], [ 331650, - 2, + 0, 0 ], [ @@ -12610,7 +12078,7 @@ ], [ 332100, - 2, + 3, 0 ], [ @@ -12618,59 +12086,65 @@ 1, 0 ], + [ + 331200, + 4, + 525 + ], + [ + 331800, + 7, + 225 + ], [ 332100, - 5, - 225, - "normal" + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 332400, - 4, - 225, + 3, 0 ], [ - 333000, - 4, - 225, + 332550, + 2, 0 ], [ - 333300, - 5, - 225, + 332700, + 0, 0 ], [ - 332400, - 3, + 332700, + 1, 0 ], [ - 332550, - 2, + 332850, + 0, 0 ], [ - 332700, + 332850, 1, 0 ], [ - 332850, + 333000, 2, 0 ], [ 333000, - 1, + 3, 0 ], [ @@ -12678,41 +12152,75 @@ 0, 0 ], + [ + 333150, + 1, + 0 + ], [ 333300, 2, 0 ], [ - 333450, + 333300, 1, 0 ], + [ + 333450, + 3, + 0 + ], + [ + 333450, + 0, + 0 + ], [ 332700, 6, - 225, - "normal" + 225 + ], + [ + 332400, + 7, + 225 + ], + [ + 333000, + 7, + 225 + ], + [ + 333300, + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 333750, + 333600, 1, 0 ], + [ + 333750, + 3, + 0 + ], [ 333900, - 0, + 2, 0 ], [ 334050, - 2, + 0, 0 ], [ @@ -12727,7 +12235,7 @@ ], [ 334500, - 2, + 3, 0 ], [ @@ -12737,33 +12245,59 @@ ], [ 333600, + 4, + 225 + ], + [ + 333900, + 4, + 0 + ], + [ + 333937.5, + 5, + 0 + ], + [ + 334012.5, 7, - 0, 0 ], [ - 333600, - 3, - 0, + 333975, + 6, 0 ], [ - 334200, + 334050, 6, - 0, + 0 + ], + [ + 334087.5, + 5, + 0 + ], + [ + 334200, + 7, + 0 + ], + [ + 334500, + 4, 0 ], [ 334500, 5, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 334800, @@ -12777,17 +12311,17 @@ ], [ 335100, - 1, + 0, 0 ], [ 335250, - 2, + 1, 0 ], [ 335400, - 1, + 3, 0 ], [ @@ -12796,82 +12330,79 @@ 0 ], [ - 335700, - 2, + 335850, + 0, 0 ], [ - 335850, - 1, + 335700, + 4, + 225 + ], + [ + 335700, + 3, 0 ], [ 334800, - 4, - 0, + 7, 0 ], [ 335100, 6, - 0, + 0 + ], + [ + 335100, + 5, 0 ], [ 335400, - 4, - 0, + 7, 0 - ], - [ - 335700, - 5, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 336000, - 4, - 0, + 6, 0 ], [ 336300, - 5, - 0, + 7, 0 ], [ 336450, 6, - 0, 0 ], [ 336750, 7, - 0, - "normal" + 0 ], [ 336000, - 0, + 3, 0 ], [ 336150, - 1, + 2, 0 ], [ 336300, - 2, + 0, 0 ], [ @@ -12880,60 +12411,85 @@ 0 ], [ - 336600, + 336000, 2, 0 ], [ - 336750, + 336600, 3, 0 ], [ - 336900, + 336750, + 0, + 0 + ], + [ + 336750, 1, 0 ], + [ + 336900, + 2, + 0 + ], [ 337050, - 0, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 337500, - 6, - 0, + 7, + 0 + ], + [ + 337650, + 4, 0 ], [ 337800, 5, - 0, 0 ], [ 338100, 5, - 0, 0 ], [ 337200, 4, + 0 + ], + [ + 337200, + 3, + 0 + ], + [ + 337350, 0, 0 ], + [ + 337500, + 3, + 0 + ], [ 337650, - 7, 0, - "normal" + 0 ], [ 337200, @@ -12947,219 +12503,186 @@ ], [ 337800, - 0, - 0 - ], - [ - 337950, 1, 0 ], [ - 338100, - 3, - 0 - ], - [ - 337350, + 337950, 3, 0 ], [ - 337650, - 3, + 338100, + 1, 0 ], [ 338250, - 1, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 338400, - 0, - 0, + 6, 0 ], [ - 338550, - 1, - 0, + 338700, + 7, 0 ], [ - 338700, - 2, - 0, + 338850, + 6, 0 ], [ - 338850, - 1, - 0, + 339150, + 7, 0 ], [ - 339000, + 338400, + 3, + 0 + ], + [ + 338550, 2, - 0, 0 ], [ - 339150, - 3, + 338700, 0, 0 ], [ - 339300, + 338850, 1, - 0, 0 ], [ - 339450, - 0, - 0, - "normal" + 339000, + 3, + 0 ], [ - 338400, - 4, + 339150, 0, - "normal" + 0 ], [ - 338700, - 5, - 0, - "normal" + 339300, + 2, + 0 ], [ - 338850, - 6, - 0, - "normal" + 339450, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 339600, - 2, - 0, - 0 - ], [ 339900, - 2, - 0, + 7, 0 ], [ - 340200, - 0, - 0, + 340050, + 4, 0 ], [ - 340350, - 1, - 0, + 340200, + 5, 0 ], [ 340500, - 3, - 0, + 5, 0 ], [ - 339750, - 3, - 0, + 339600, + 4, 0 ], [ - 340050, + 339600, 3, - 0, 0 ], [ - 340650, - 1, - 0, - "normal" - ], - [ - 339600, - 4, + 339750, 0, - "normal" + 0 ], [ 339900, - 6, - 0, - "normal" + 3, + 0 ], [ 340050, - 7, 0, - "normal" + 0 ], [ 340200, - 5, - 0, - "normal" + 1, + 0 + ], + [ + 340350, + 3, + 0 ], [ 340500, - 5, - 0, - "normal" + 1, + 0 + ], + [ + 340650, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 340800, 4, - 225, - "normal" + 225 ], [ 341100, 6, - 225, - "normal" + 225 ], [ 341400, 5, - 225, - "normal" + 225 ], [ 341700, 7, - 225, - "normal" + 225 ], [ 340800, @@ -13172,12 +12695,12 @@ 0 ], [ - 340950, + 341025, 2, 0 ], [ - 341025, + 340950, 3, 0 ], @@ -13187,23 +12710,18 @@ 0 ], [ - 341325, - 2, - 0 - ], - [ - 341475, + 341175, 1, 0 ], [ - 341175, + 341250, 3, 0 ], [ - 341250, - 1, + 341325, + 2, 0 ], [ @@ -13211,6 +12729,11 @@ 0, 0 ], + [ + 341475, + 1, + 0 + ], [ 341550, 3, @@ -13218,6 +12741,11 @@ ], [ 341625, + 1, + 0 + ], + [ + 341700, 2, 0 ], @@ -13228,50 +12756,49 @@ ], [ 341850, - 3, + 1, + 0 + ], + [ + 341850, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 342000, 4, - 0, 0 ], [ 342150, - 4, - 0, + 7, 0 ], [ - 342300, - 7, - 0, + 342300, + 6, 0 ], [ 342450, - 7, - 0, + 4, 0 ], [ 342600, 5, - 525, - 0 + 525 ], [ - 342900, - 6, - 225, - "normal" + 342600, + 7, + 525 ], [ 342000, @@ -13294,380 +12821,357 @@ 0 ], [ - 342900, - 1, + 342300, + 0, 0 ], [ - 343050, + 342375, 1, 0 ], [ - 342750, - 2, + 342450, + 3, 0 ], [ - 342825, - 3, + 342525, + 2, 0 ], [ - 342525, + 342600, 0, 0 ], [ - 342600, + 342675, 1, 0 ], [ - 342675, - 0, + 342750, + 3, 0 ], [ - 342300, - 0, + 342825, + 1, 0 ], [ - 342450, - 3, + 342900, + 0, 0 ], [ - 342375, - 2, + 343050, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 344100, + 7, + 225 + ], [ 343200, 0, - 0, 0 ], [ 343275, 1, - 0, 0 ], [ - 343350, + 343425, 2, - 0, 0 ], [ - 343425, + 343350, 3, - 0, 0 ], [ 343500, 0, - 0, - 0 - ], - [ - 343725, - 2, - 0, 0 ], [ - 343875, + 343575, 1, - 0, 0 ], [ - 343575, + 343650, 3, - 0, 0 ], [ - 343650, - 1, - 0, + 343725, + 2, 0 ], [ 343800, 0, - 0, + 0 + ], + [ + 343875, + 1, 0 ], [ 343950, 3, - 0, 0 ], [ 344025, - 2, - 0, + 1, 0 ], [ 344100, 0, - 0, 0 ], [ 344250, - 3, - 0, - "normal" + 2, + 0 ], [ 343200, 4, - 0, - "normal" + 0 ], [ 343500, 6, - 0, - "normal" + 0 ], [ - 343800, - 5, - 0, - "normal" + 343500, + 7, + 0 ], [ - 344100, - 7, - 0, - "normal" + 343800, + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 344400, - 0, - 0, + 4, 0 ], [ - 344475, - 1, - 0, + 344550, + 7, 0 ], [ - 344550, - 3, - 0, + 344700, + 6, 0 ], [ - 344625, - 2, - 0, + 344850, + 4, 0 ], [ - 345300, - 1, - 0, - 0 + 345000, + 5, + 525 ], [ - 345450, - 1, - 0, - 0 + 345000, + 7, + 525 ], [ - 345150, - 2, + 344400, 0, 0 ], [ - 345225, - 3, - 0, + 344475, + 1, 0 ], [ - 344925, - 0, - 0, + 344550, + 3, 0 ], [ - 345000, - 1, - 0, + 344625, + 2, 0 ], [ - 345075, - 0, + 344700, 0, 0 ], [ - 344700, - 0, - 0, + 344775, + 1, 0 ], [ 344850, 3, - 0, 0 ], [ - 344775, + 344925, 2, - 0, 0 ], [ - 344400, - 4, + 345000, 0, 0 ], [ - 344550, - 4, - 0, + 345075, + 1, 0 ], [ - 344700, - 7, - 0, + 345150, + 3, 0 ], [ - 344850, - 7, - 0, + 345225, + 1, 0 ], [ - 345075, - 5, + 345300, 0, - "normal" + 0 ], [ - 345300, - 6, - 0, - "normal" + 345450, + 3, + 0 ], [ - 345075, - 4, - 0, - "normal" + 344700, + 5, + 0 ], [ - 345300, - 7, - 0, - "normal" + 344850, + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 345600, + 0, + 0 + ], [ 345750, - 3, + 1, 0 ], [ 345900, - 2, + 3, 0 ], [ 346050, - 1, + 0, 0 ], [ 346200, - 0, + 2, + 0 + ], + [ + 346350, + 1, 0 ], [ 346500, - 0, + 3, 0 ], [ 346650, + 0, + 0 + ], + [ + 345900, + 6, + 525 + ], + [ + 346500, + 4, + 225 + ] + ], + "mustHitSection": false + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 346800, 2, 0 ], [ - 346350, + 346800, 3, 0 ], [ - 345900, - 7, - 525, - 0 - ], - [ - 346500, - 6, - 225, + 346950, + 1, 0 ], - [ - 345600, - 1, - 0, - "normal" - ] - ], - "lengthInSteps": 16, - "mustHitSection": false - }, - { - "sectionNotes": [ [ 346950, - 0, + 2, 0 ], [ 347100, - 2, + 0, 0 ], [ @@ -13682,174 +13186,176 @@ ], [ 347550, - 2, + 0, 0 ], [ 347700, - 0, + 2, 0 ], [ 347850, - 3, - 0 - ], - [ - 346800, - 1, - 0, + 2, 0 ], [ 346800, 5, - 525, - 0 + 525 ], [ 347400, - 4, - 525, - "normal" + 7, + 525 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 348150, - 3, - 0, - 0 - ], - [ - 348300, - 2, + 348000, 0, 0 ], [ - 348450, + 348150, 1, - 0, 0 ], [ - 348600, - 0, - 0, + 348300, + 3, 0 ], [ - 348900, - 0, + 348450, 0, 0 ], [ - 349050, + 348600, 2, - 0, 0 ], [ 348750, + 1, + 0 + ], + [ + 348900, 3, - 0, 0 ], [ - 348300, - 7, + 349050, 0, 0 ], [ 348900, - 6, - 0, - 0 + 4, + 225 ], [ - 348000, - 1, - 0, + 348300, + 6, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 349200, - 1, - 0, + 3, 0 ], [ 349350, - 0, - 0, + 1, 0 ], [ 349500, - 2, 0, 0 ], [ 349650, 1, - 0, 0 ], [ 349800, 3, - 0, 0 ], [ 349950, - 2, 0, 0 ], [ 350100, - 0, - 0, + 2, 0 ], [ 350250, - 3, - 0, + 1, 0 ], [ 349200, 5, - 0, - "normal" + 0 ], [ - 349800, + 350100, 4, - 0, - "normal" + 0 + ], + [ + 349800, + 7, + 225 + ], + [ + 350137.5, + 5, + 0 + ], + [ + 350175, + 6, + 0 + ], + [ + 350212.5, + 7, + 0 + ], + [ + 350250, + 6, + 0 + ], + [ + 350287.5, + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 350400, @@ -13857,10 +13363,15 @@ 0 ], [ - 350550, + 350400, 1, 0 ], + [ + 350550, + 3, + 0 + ], [ 350700, 2, @@ -13868,7 +13379,7 @@ ], [ 350850, - 3, + 0, 0 ], [ @@ -13882,39 +13393,35 @@ 0 ], [ - 351450, - 0, + 351300, + 3, 0 ], [ - 351300, + 351450, 1, - 0, 0 ], [ 350400, - 5, - 525, - 0 + 4, + 525 ], [ 351000, 7, - 225, - 0 + 225 ], [ 351300, - 5, - 225, - "normal" + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 351600, @@ -13926,6 +13433,11 @@ 2, 0 ], + [ + 351900, + 0, + 0 + ], [ 351900, 1, @@ -13936,232 +13448,272 @@ 0, 0 ], + [ + 352050, + 1, + 0 + ], [ 352200, 2, 0 ], [ - 352350, + 352200, 3, 0 ], + [ + 352350, + 0, + 0 + ], + [ + 352350, + 1, + 0 + ], [ 352500, 2, 0 ], + [ + 352500, + 1, + 0 + ], [ 352650, 3, 0 ], [ - 351600, - 4, - 225, - "normal" + 352650, + 0, + 0 ], [ 351900, 6, - 225, - 0 + 225 + ], + [ + 351600, + 7, + 225 ], [ 352200, 7, - 225, - 0 + 225 ], [ 352500, - 5, - 225, - "normal" + 4, + 225 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 352800, - 0, - 0, + 1, 0 ], [ 352950, - 1, - 0, + 3, 0 ], [ 353100, 2, - 0, 0 ], [ 353250, - 3, 0, 0 ], [ 353400, 1, - 0, 0 ], [ 353550, 0, - 0, 0 ], [ 353700, - 1, - 0, + 3, 0 ], [ 353850, - 0, - 0, + 1, + 0 + ], + [ + 352800, + 4, + 225 + ], + [ + 353100, + 4, + 0 + ], + [ + 353137.5, + 5, + 0 + ], + [ + 353212.5, + 7, + 0 + ], + [ + 353175, + 6, + 0 + ], + [ + 353250, + 6, 0 ], [ - 352800, + 353287.5, 5, - 0, 0 ], [ 353400, 7, - 0, - "normal" + 0 + ], + [ + 353700, + 4, + 0 ], [ 353700, 5, - 0, - "normal" + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 354000, 3, - 0, 0 ], [ 354150, 2, - 0, 0 ], [ 354300, - 1, 0, 0 ], [ 354450, - 0, - 0, + 1, 0 ], [ 354600, - 2, - 0, + 3, 0 ], [ 354750, - 3, 0, 0 ], [ - 354900, - 2, + 355050, 0, 0 ], [ - 355050, + 354900, + 4, + 225 + ], + [ + 354900, 3, - 0, 0 ], [ - 354300, - 6, - 0, - "normal" + 354000, + 7, + 0 ], [ - 354600, - 7, - 0, + 354300, + 6, 0 ], [ - 354900, + 354300, 5, - 0, 0 ], [ - 354000, - 4, - 0, - "normal" + 354600, + 7, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 355200, + 6, + 0 + ], [ 355500, - 4, - 0, - "normal" + 7, + 0 ], [ 355650, - 4, - 0, + 6, 0 ], [ 355950, - 4, - 0, + 7, 0 ], [ 355200, - 2, + 3, 0 ], [ 355350, - 1, + 2, 0 ], [ @@ -14170,311 +13722,302 @@ 0 ], [ - 356250, - 0, + 355650, + 1, 0 ], [ - 355650, - 3, + 355200, + 2, 0 ], [ 355800, - 1, + 3, 0 ], [ 355950, - 2, + 0, + 0 + ], + [ + 355950, + 1, 0 ], [ 356100, - 3, + 2, 0 ], [ - 355200, - 4, - 0, - "normal" + 356250, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 356400, - 7, - 0, - "normal" - ], [ 356700, 7, - 0, - "normal" + 0 ], [ 356850, - 7, - 0, - "normal" + 4, + 0 ], [ 357000, 5, - 0, - "normal" + 0 ], [ 357300, 5, - 0, - "normal" + 0 ], [ 356400, - 2, + 4, + 0 + ], + [ + 356400, + 3, 0 ], [ 356550, - 1, + 0, 0 ], [ 356700, - 2, + 3, 0 ], [ 356850, - 1, + 0, + 0 + ], + [ + 356400, + 2, + 0 + ], + [ + 356700, + 2, 0 ], [ 357000, - 3, + 1, 0 ], [ 357150, - 0, + 3, 0 ], [ 357300, - 3, + 1, 0 ], [ 357450, - 0, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 357600, - 2, - 0, + 6, 0 ], [ - 357750, - 1, - 0, + 357900, + 7, 0 ], [ - 357900, - 0, - 0, + 358050, + 6, 0 ], [ - 358650, - 0, - 0, + 358350, + 7, 0 ], [ - 358050, + 357600, 3, - 0, 0 ], [ - 358200, - 1, - 0, + 357750, + 2, 0 ], [ - 358350, - 2, + 357900, 0, 0 ], [ - 358500, - 3, - 0, - "normal" + 358050, + 1, + 0 ], [ - 357600, - 4, - 0, - "normal" + 358200, + 3, + 0 ], [ - 357900, - 4, + 358350, 0, - "normal" + 0 ], [ - 358050, - 4, - 0, - "normal" + 358500, + 2, + 0 ], [ - 358350, - 4, - 0, - "normal" + 358650, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 358800, - 2, - 0, - "normal" - ], - [ - 358950, - 1, - 0, - "normal" - ], [ 359100, - 2, - 0, - "normal" + 7, + 0 ], [ 359250, - 1, - 0, - "normal" + 4, + 0 ], [ 359400, - 3, - 0, - "normal" - ], - [ - 359550, - 0, - 0, - "normal" + 5, + 0 ], [ 359700, - 3, - 0, - "normal" + 5, + 0 ], [ - 359850, - 0, - 0, - "normal" + 358800, + 4, + 0 ], [ 358800, - 7, - 0, - "normal" + 3, + 0 ], [ - 359100, - 7, + 358950, 0, - "normal" + 0 + ], + [ + 359100, + 3, + 0 ], [ 359250, - 7, 0, - "normal" + 0 ], [ 359400, - 5, - 0, - "normal" + 1, + 0 + ], + [ + 359550, + 3, + 0 ], [ 359700, - 5, - 0, - "normal" + 1, + 0 + ], + [ + 359850, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 360000, - 7, - 225, - 0 + 4, + 225 ], [ 360300, 6, - 225, - 0 + 225 + ], + [ + 360600, + 5, + 225 ], [ 360900, - 4, - 225, - "normal" + 7, + 225 ], [ 360000, - 3, + 0, 0 ], [ 360075, + 1, + 0 + ], + [ + 360225, 2, 0 ], [ 360150, - 1, + 3, 0 ], [ @@ -14489,603 +14032,574 @@ ], [ 360450, - 2, + 3, 0 ], [ - 360225, - 3, + 360525, + 2, 0 ], [ - 360525, + 360600, 0, 0 ], [ - 360900, - 3, + 360675, + 1, 0 ], [ - 361050, + 360750, 3, 0 ], [ - 360600, - 3, + 360825, + 1, 0 ], [ - 360825, + 360900, + 2, + 0 + ], + [ + 360900, 0, 0 ], [ - 360675, + 361050, 1, 0 ], [ - 360750, + 361050, 2, 0 - ], - [ - 360600, - 5, - 225, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 361200, - 7, - 0, - "normal" + 4, + 0 ], [ 361350, 7, - 0, 0 ], [ 361500, 6, - 0, - "normal" + 0 ], [ 361650, - 6, - 0, - "normal" + 4, + 0 ], [ 361800, 5, - 525, - "normal" + 525 ], [ - 362100, - 4, - 225, - "normal" + 361800, + 7, + 525 ], [ - 362100, - 1, + 361200, + 0, 0 ], [ - 362250, + 361275, 1, 0 ], [ - 361200, - 0, + 361350, + 3, 0 ], [ - 362025, - 3, + 361425, + 2, 0 ], [ - 361950, - 2, + 361500, + 0, 0 ], [ - 361275, - 2, + 361575, + 1, 0 ], [ - 361350, + 361650, 3, 0 ], [ - 361425, + 361725, 2, 0 ], [ - 361500, + 361800, 0, 0 ], [ - 361650, - 2, + 361875, + 1, 0 ], [ - 361575, + 361950, 3, 0 ], [ - 361725, - 3, + 362025, + 1, 0 ], [ - 361800, + 362100, 0, 0 ], [ - 361875, - 1, + 362250, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ + [ + 363300, + 7, + 225 + ], [ 362400, - 3, 0, 0 ], [ 362475, + 1, + 0 + ], + [ + 362625, 2, - 0, 0 ], [ 362550, - 1, - 0, + 3, 0 ], [ 362700, 0, - 0, 0 ], [ 362775, 1, - 0, 0 ], [ 362850, - 2, - 0, - 0 - ], - [ - 362625, 3, - 0, 0 ], [ 362925, - 0, - 0, + 2, 0 ], [ - 363300, - 3, + 363000, 0, 0 ], [ - 363450, - 3, - 0, + 363075, + 1, 0 ], [ - 363000, + 363150, 3, - 0, 0 ], [ 363225, - 0, - 0, + 1, 0 ], [ - 363075, - 1, + 363300, 0, 0 ], [ - 363150, + 363450, 2, - 0, 0 ], [ 362400, - 7, - 0, + 4, 0 ], [ 362700, 6, - 0, - "normal" + 0 ], [ - 363000, - 5, - 0, - "normal" + 362700, + 7, + 0 ], [ - 363300, - 4, - 0, - "normal" + 363000, + 5, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 364650, - 1, - 0, + 363600, + 4, 0 ], [ - 363600, - 0, - 0, + 363750, + 7, 0 ], [ - 364425, - 3, - 0, + 363900, + 6, 0 ], [ - 364350, - 2, + 364050, + 4, + 0 + ], + [ + 364200, + 5, + 525 + ], + [ + 364200, + 7, + 525 + ], + [ + 363600, 0, 0 ], [ 363675, - 2, - 0, + 1, 0 ], [ 363750, 3, - 0, 0 ], [ 363825, 2, - 0, 0 ], [ 363900, 0, - 0, 0 ], [ - 364050, - 2, - 0, + 363975, + 1, 0 ], [ - 363975, + 364050, 3, - 0, 0 ], [ 364125, - 3, - 0, + 2, 0 ], [ 364200, 0, - 0, 0 ], [ 364275, 1, - 0, 0 ], [ - 363600, - 7, - 0, + 364350, + 3, 0 ], [ - 363750, - 7, - 0, + 364425, + 1, 0 ], [ - 363900, - 6, + 364500, 0, 0 ], [ - 364050, - 6, - 0, + 364650, + 3, 0 ], [ - 364200, + 363900, 5, - 0, 0 ], [ - 364200, - 4, - 0, + 364050, + 5, 0 - ], - [ - 364500, - 6, - 0, - "normal" - ], - [ - 364500, - 4, - 0, - "normal" - ], - [ - 364500, - 1, - 0, - "normal" ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 364800, - 1, - 2325, - "normal" + 0, + 2325 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [ + [ + 366600, + 2, + 525 + ] + ], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "lengthInSteps": 16, + "sectionNotes": [], "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 200 + }, + { "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 200, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 200 }, { "lengthInSteps": 16, @@ -15105,6 +14619,15 @@ "changeBPM": false, "bpm": 200 }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 200 + }, { "lengthInSteps": 16, "typeOfSection": 0, @@ -15115,41 +14638,133 @@ "mustHitSection": true }, { + "sectionNotes": [], + "typeOfSection": 0, "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 200 + }, + { "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, + "gfSection": false, "bpm": 200, "changeBPM": false, "mustHitSection": true }, { + "sectionBeats": 4, "sectionNotes": [], "typeOfSection": 0, - "lengthInSteps": 16, + "gfSection": false, "altAnim": false, "mustHitSection": true, "changeBPM": false, "bpm": 200 }, { - "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, "typeOfSection": 0, "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], "bpm": 200, + "sectionBeats": 4, "changeBPM": false, "mustHitSection": true }, { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, + "typeOfSection": 0, "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { + "gfSection": false, + "altAnim": false, "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, + "changeBPM": false, + "mustHitSection": true + }, + { "gfSection": false, "altAnim": false, - "mustHitSection": true, + "typeOfSection": 0, + "sectionNotes": [], + "bpm": 200, + "sectionBeats": 4, "changeBPM": false, - "bpm": 200 + "mustHitSection": true }, { "gfSection": false, @@ -15162,16 +14777,13 @@ "mustHitSection": true } ], - "player2": "algebratrix", - "gfVersion": "gf", - "events": [], "player3": null, "song": "Deformation", - "arrowSkin": "NOTE_assets_3D", - "needsVoices": true, - "validScore": true, "stage": "Cave", - "bpm": 200, - "speed": 3.5 + "validScore": true, + "needsVoices": true, + "arrowSkin": "NOTE_assets_3D", + "speed": 3.5, + "bpm": 200 } } \ No newline at end of file diff --git a/assets/preload/data/galactic/galactic.json b/assets/preload/data/galactic/galactic.json index b2d0baf..deecaed 100644 --- a/assets/preload/data/galactic/galactic.json +++ b/assets/preload/data/galactic/galactic.json @@ -1,30 +1,30 @@ { "song": { "player1": "bf", - "events": [], - "gfVersion": "gf", + "player2": "super", "notes": [ { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 6000, @@ -39,13 +39,13 @@ [ 6750, 2, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 7500, @@ -60,13 +60,13 @@ [ 8250, 3, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 9000, @@ -81,13 +81,13 @@ [ 9750, 1, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 10500, @@ -102,13 +102,13 @@ [ 11250, 0, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 12000, @@ -123,13 +123,13 @@ [ 12750, 2, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 13500, @@ -144,13 +144,13 @@ [ 14250, 3, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 15000, @@ -165,13 +165,13 @@ [ 15750, 1, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 16500, @@ -186,13 +186,13 @@ [ 17250, 0, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 18000, @@ -247,13 +247,13 @@ [ 19125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 19500, @@ -276,10 +276,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 21000, @@ -334,13 +334,13 @@ [ 22125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 22500, @@ -363,10 +363,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 24000, @@ -421,13 +421,13 @@ [ 25125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 25500, @@ -450,10 +450,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 27000, @@ -508,13 +508,13 @@ [ 28125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 28500, @@ -537,107 +537,102 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 30000, 3, 0 ], - [ - 30093.75, - 3, - 0 - ], [ 30187.5, 3, 0 ], - [ - 30281.25, - 3, - 0 - ], [ 30375, 2, 0 ], - [ - 30468.75, - 2, - 0 - ], [ 30562.5, 1, 0 ], [ - 30656.25, - 1, + 30750, + 3, 0 ], [ - 30750, - 3, + 30937.5, + 0, 0 ], [ - 30843.75, + 31125, 3, 0 ], [ - 30937.5, + 31312.5, 0, 0 ], [ - 31031.25, + 30093.75, 0, 0 ], [ - 31125, - 3, + 30281.25, + 0, 0 ], [ - 31218.75, + 30468.75, 3, 0 ], [ - 31312.5, + 30656.25, 0, 0 ], + [ + 30843.75, + 2, + 0 + ], + [ + 31031.25, + 1, + 0 + ], + [ + 31218.75, + 1, + 0 + ], [ 31406.25, - 0, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 31500, 1, 0 ], - [ - 31593.75, - 1, - 0 - ], [ 31687.5, 0, @@ -648,11 +643,6 @@ 1, 0 ], - [ - 31875, - 1, - 0 - ], [ 31968.75, 2, @@ -692,12 +682,22 @@ 32625, 0, 281.25 + ], + [ + 31593.75, + 3, + 0 + ], + [ + 31875, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 33000, @@ -745,10 +745,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 34500, @@ -771,107 +771,102 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 36000, 3, 0 ], - [ - 36093.75, - 3, - 0 - ], [ 36187.5, 3, 0 ], - [ - 36281.25, - 3, - 0 - ], [ 36375, 2, 0 ], - [ - 36468.75, - 2, - 0 - ], [ 36562.5, 1, 0 ], [ - 36656.25, - 1, + 36750, + 3, 0 ], [ - 36750, - 3, + 36937.5, + 0, 0 ], [ - 36843.75, + 37125, 3, 0 ], [ - 36937.5, + 37312.5, 0, 0 ], [ - 37031.25, + 36093.75, 0, 0 ], [ - 37125, - 3, + 36281.25, + 0, 0 ], [ - 37218.75, + 36468.75, 3, 0 ], [ - 37312.5, + 36656.25, 0, 0 ], + [ + 36843.75, + 2, + 0 + ], + [ + 37031.25, + 1, + 0 + ], + [ + 37218.75, + 1, + 0 + ], [ 37406.25, - 0, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 37500, 1, 0 ], - [ - 37593.75, - 1, - 0 - ], [ 37687.5, 0, @@ -882,11 +877,6 @@ 1, 0 ], - [ - 37875, - 1, - 0 - ], [ 37968.75, 2, @@ -926,12 +916,22 @@ 38625, 0, 281.25 + ], + [ + 37593.75, + 3, + 0 + ], + [ + 37875, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 39000, @@ -979,10 +979,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 40500, @@ -1005,10 +1005,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 42000, @@ -1031,10 +1031,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 43500, @@ -1062,10 +1062,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 45000, @@ -1088,16 +1088,11 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 46500, - 1, - 281.25 - ], [ 46875, 2, @@ -1109,15 +1104,20 @@ 281.25 ], [ - 47625, + 46500, 3, 281.25 + ], + [ + 47625, + 1, + 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 48000, @@ -1140,10 +1140,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 49500, @@ -1171,10 +1171,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 51000, @@ -1197,16 +1197,11 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 52500, - 1, - 281.25 - ], [ 52875, 2, @@ -1218,41 +1213,46 @@ 281.25 ], [ - 53625, + 52500, 3, 281.25 + ], + [ + 53625, + 1, + 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 54000, - 5, - 1500 + 4, + 1406.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": false }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 60000, @@ -1290,10 +1290,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 61500, @@ -1331,10 +1331,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 63000, @@ -1382,10 +1382,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 64500, @@ -1409,14 +1409,14 @@ ], [ 65250, - 3, + 2, 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 66000, @@ -1454,10 +1454,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 67500, @@ -1495,10 +1495,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 69000, @@ -1546,10 +1546,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 70500, @@ -1573,14 +1573,14 @@ ], [ 71250, - 3, + 2, 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 72000, @@ -1635,13 +1635,13 @@ [ 73125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 73500, @@ -1664,10 +1664,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 75000, @@ -1722,13 +1722,13 @@ [ 76125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 76500, @@ -1751,10 +1751,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 78000, @@ -1809,13 +1809,13 @@ [ 79125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 79500, @@ -1838,10 +1838,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 81000, @@ -1896,13 +1896,13 @@ [ 82125, 1, - 281.25 + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 82500, @@ -1925,10 +1925,10 @@ 281.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 84000, @@ -1966,10 +1966,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 85500, @@ -2007,10 +2007,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 87000, @@ -2058,10 +2058,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 88500, @@ -2085,14 +2085,14 @@ ], [ 89250, - 3, + 2, 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 90000, @@ -2130,10 +2130,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 91500, @@ -2171,10 +2171,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 93000, @@ -2222,10 +2222,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 94500, @@ -2249,14 +2249,14 @@ ], [ 95250, - 3, + 2, 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 96000, @@ -2271,13 +2271,13 @@ [ 96750, 2, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 97500, @@ -2292,13 +2292,13 @@ [ 98250, 3, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 99000, @@ -2313,13 +2313,13 @@ [ 99750, 1, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 100500, @@ -2334,13 +2334,13 @@ [ 101250, 0, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": false }, { + "lengthInSteps": 16, "sectionNotes": [ [ 102000, @@ -2355,13 +2355,13 @@ [ 102750, 2, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 103500, @@ -2376,13 +2376,13 @@ [ 104250, 3, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 105000, @@ -2397,13 +2397,13 @@ [ 105750, 1, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 106500, @@ -2418,23 +2418,32 @@ [ 107250, 0, - 750 + 656.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 108000, 1, - 1500 + 1406.25 ] ], - "lengthInSteps": 16, "mustHitSection": true }, + { + "sectionBeats": 4, + "sectionNotes": [], + "typeOfSection": 0, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 160 + }, { "gfSection": false, "altAnim": false, @@ -2446,13 +2455,14 @@ "mustHitSection": true } ], - "player2": "super", + "gfVersion": "gf", + "events": [], "player3": null, "song": "Galactic", - "stage": "Galaxy", - "needsVoices": true, "validScore": true, - "bpm": 160, - "speed": 1.75 + "needsVoices": true, + "stage": "Galaxy", + "speed": 1.75, + "bpm": 160 } } \ No newline at end of file diff --git a/assets/preload/data/ready-loud/ready-loud.json b/assets/preload/data/ready-loud/ready-loud.json index da49b93..d8a1854 100644 --- a/assets/preload/data/ready-loud/ready-loud.json +++ b/assets/preload/data/ready-loud/ready-loud.json @@ -1,33 +1,88 @@ { "song": { "player1": "bandu-live", + "events": [ + [ + 17400, + [ + [ + "Play Animation", + "scream", + "bf" + ] + ] + ], + [ + 36000, + [ + [ + "Play Animation", + "scream", + "bf" + ] + ] + ], + [ + 46500, + [ + [ + "Play Animation", + "scream", + "bf" + ] + ] + ], + [ + 68100, + [ + [ + "Play Animation", + "scream", + "bf" + ] + ] + ], + [ + 76800, + [ + [ + "Play Animation", + "scream", + "bf" + ] + ] + ] + ], + "gfVersion": "gf", + "player2": "flumpty", "notes": [ { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 75, + 150, 0, 225 ], [ - 675, - 3, - 750 + 450, + 2, + 0 ], [ - 375, - 2, - 150 + 750, + 3, + 375 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 1800, + 1875, 1, 0 ], @@ -42,230 +97,225 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 2475, 2, - 0 + 225 ], [ - 2625, - 3, + 3075, + 1, 0 ], [ - 3000, - 0, - 150 - ], - [ - 3225, - 2, - 150 + 3300, + 3, + 0 ], [ 3450, - 3, - 150 + 0, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 4125, + 3600, + 2, + 0 + ], + [ + 3937.5, 3, 0 ], [ - 3675, + 4050, 2, - 150 + 0 ], [ - 3900, + 4050, 0, - 150 + 0 ], [ 4575, - 2, - 150 + 0, + 0 + ], + [ + 4762.5, + 1, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 5175, - 1, - 0 - ], - [ - 5475, - 2, - 225 - ], - [ - 5775, + 4950, 3, 0 ], [ - 4800, - 1, + 5137.5, + 2, 0 ], [ - 4950, + 5400, 0, 150 + ], + [ + 5812.5, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 6000, - 1, + 0, 0 ], [ - 6150, - 0, + 6187.5, + 1, 0 ], [ - 7050, + 6637.5, 3, 0 ], [ - 6375, - 2, - 150 - ], - [ - 6600, + 6750, 0, 0 ], [ - 6750, - 1, - 225 + 7012.5, + 2, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 7275, - 1, + 7312.5, + 3, 0 ], [ 7500, - 0, + 1, 525 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 8775, - 1, - 0 - ], - [ - 8925, - 2, + 8400, + 0, 0 ], [ - 9000, + 8550, 0, 0 ], [ - 9075, - 1, + 8700, + 3, 0 ], [ - 9150, + 8775, 2, 0 ], [ - 9225, - 3, + 8850, + 0, 0 ], [ - 9300, + 8925, 1, 0 ], [ - 9375, + 9000, + 3, + 0 + ], + [ + 9075, 0, 0 ], [ 9450, - 2, + 1, 0 ], [ 9525, - 3, + 2, 0 ], [ - 8400, - 3, + 9150, + 2, 0 ], [ - 8550, - 3, + 9225, + 1, 0 ], [ - 8700, + 9300, 0, 0 ], [ - 8850, + 9375, 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 9600, - 0, + 3, 0 ], [ @@ -275,7 +325,7 @@ ], [ 9900, - 2, + 0, 0 ], [ @@ -285,27 +335,27 @@ ], [ 10200, - 0, + 2, 0 ], [ 10275, - 3, + 0, 0 ], [ 10350, - 1, + 2, 0 ], [ 10425, - 1, + 3, 0 ], [ 10500, - 3, + 1, 0 ], [ @@ -315,19 +365,19 @@ ], [ 10650, - 2, + 1, 0 ], [ 10725, - 2, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 10800, @@ -346,52 +396,52 @@ ], [ 11175, - 1, + 3, 0 ], [ 11250, - 2, + 1, 0 ], [ 11325, - 2, + 0, 0 ], [ 11400, - 0, + 2, 0 ], [ 11475, - 1, + 3, 0 ], [ 11550, - 2, + 0, 0 ], [ 11625, - 3, + 1, 0 ], [ - 11775, - 0, + 11700, + 3, 0 ], [ - 11700, + 11775, 0, 0 ], [ 11850, - 3, + 2, 0 ], [ @@ -400,10 +450,10 @@ 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 12000, @@ -416,49 +466,49 @@ 0 ], [ - 12900, - 3, + 12300, + 0, 0 ], [ - 13050, - 3, + 12450, + 0, 0 ], [ - 12300, - 0, + 12600, + 3, 0 ], [ - 12450, - 0, + 12750, + 3, 0 ], [ - 12600, + 12900, 2, 0 ], [ - 12750, + 13050, 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 13200, - 0, + 1, 0 ], [ 13350, - 2, + 0, 0 ], [ @@ -468,43 +518,43 @@ ], [ 13650, - 1, + 2, 0 ], [ - 13800, - 3, + 14250, + 2, 0 ], [ - 13950, - 2, + 14100, + 1, 0 ], [ - 14100, - 0, + 13950, + 3, 0 ], [ - 14250, - 2, + 13800, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 14400, - 0, + 3, 0 ], [ 14475, - 1, + 2, 0 ], [ @@ -514,37 +564,37 @@ ], [ 14625, - 2, + 3, 0 ], [ 14700, - 1, + 0, 0 ], [ 14775, - 3, + 1, 0 ], [ - 14850, - 2, + 14925, + 0, 0 ], [ - 14925, + 14850, 3, 0 ], [ 15000, - 1, + 2, 0 ], [ 15075, - 2, + 3, 0 ], [ @@ -554,17 +604,12 @@ ], [ 15225, - 1, - 0 - ], - [ - 15450, 2, 0 ], [ - 15525, - 3, + 15300, + 1, 0 ], [ @@ -573,34 +618,39 @@ 0 ], [ - 15300, - 3, + 15450, + 2, + 0 + ], + [ + 15525, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 15600, - 0, + 3, 0 ], [ 15675, - 1, + 2, 0 ], [ 15750, - 2, + 3, 0 ], [ 15900, - 3, + 0, 0 ], [ @@ -610,193 +660,63 @@ ], [ 16050, - 1, + 3, 0 ], [ 16200, - 0, + 1, 0 ], [ 16275, - 1, + 0, 0 ], [ 16350, - 3, + 1, 0 ], [ 16425, - 2, + 3, 0 ], [ 16500, - 1, + 2, 0 ], [ 16575, - 0, + 3, 0 ], [ 16650, - 2, + 0, 0 ], [ 16725, - 3, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ - [ - 17400, - 4, - 525 - ], - [ - 17475, - 4, - 0 - ], - [ - 17550, - 5, - 0 - ], - [ - 17625, - 6, - 0 - ], - [ - 17775, - 6, - 0 - ], - [ - 17850, - 5, - 0 - ], - [ - 17925, - 4, - 0 - ], - [ - 17625, - 5, - 0 - ], - [ - 17700, - 4, - 0 - ], - [ - 17775, - 5, - 0 - ], - [ - 17850, - 6, - 0 - ], - [ - 17925, - 7, - 0 - ], - [ - 17550, - 4, - 0 - ], - [ - 17625, - 4, - 0 - ], - [ - 17700, - 5, - 0 - ], - [ - 17700, - 6, - 0 - ], - [ - 17775, - 4, - 0 - ], - [ - 17850, - 4, - 0 - ], - [ - 17925, - 5, - 0 - ], - [ - 17925, - 6, - 0 - ], - [ - 17850, - 7, - 0 - ], - [ - 17475, - 5, - 450 - ], - [ - 17550, - 6, - 375 - ], - [ - 17775, - 7, - 0 - ], - [ - 17625, - 7, - 300 - ], - [ - 17700, - 7, - 0 - ], [ 16800, - 1, + 3, 0 ], [ 16950, - 1, + 0, 0 ], [ @@ -806,14 +726,14 @@ ], [ 17250, - 2, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 18000, @@ -832,17 +752,17 @@ ], [ 18225, - 1, + 3, 0 ], [ 18300, - 3, + 2, 0 ], [ 18375, - 2, + 0, 0 ], [ @@ -852,17 +772,17 @@ ], [ 18525, - 2, + 3, 0 ], [ 18600, - 0, + 2, 0 ], [ 18675, - 1, + 0, 0 ], [ @@ -872,54 +792,53 @@ ], [ 18825, - 3, + 1, 0 ], [ - 18975, - 1, + 18900, + 3, 0 ], [ - 18900, - 0, + 18975, + 2, 0 ], [ 19050, - 3, + 0, 0 ], [ 19125, - 2, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ 19200, - 0, + 3, 0 ], [ 19350, - 0, + 3, 0 ], [ 19500, - 1, + 0, 0 ], [ 19650, - 1, + 0, 0 ], [ @@ -939,81 +858,81 @@ ], [ 20100, - 1, + 0, 0 ], [ 20175, - 0, + 3, 0 ], [ 20250, - 1, + 0, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 21450, - 2, + 20400, + 1, 0 ], [ - 21525, + 20550, 3, 0 ], [ - 20850, + 20700, 0, 0 ], [ - 20400, - 3, + 20850, + 1, 0 ], [ - 20550, - 1, + 21000, + 3, 0 ], [ - 20700, - 2, + 21150, + 0, 0 ], [ - 21000, - 3, + 21300, + 2, 0 ], [ - 21150, + 21450, 1, 0 ], [ - 21300, - 0, + 21525, + 2, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ 21600, - 1, + 3, 0 ], [ @@ -1023,135 +942,111 @@ ], [ 21750, - 3, + 1, 0 ], [ 21825, - 2, + 3, 0 ], [ 22050, - 2, + 0, 0 ], [ 22125, - 3, + 2, 0 ], [ 22200, - 0, + 1, 0 ], [ 22275, - 1, + 3, 0 ], [ 22500, - 1, + 0, 0 ], [ 22575, - 0, + 1, 0 ], [ 22650, 3, 0 - ], - [ - 22725, - 2, - 0 - ], - [ - 22350, - 3, - 0 - ], - [ - 22425, - 2, - 0 - ], - [ - 21900, - 1, - 0 - ], - [ - 21975, - 0, - 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ 22800, - 0, + 2, 0 ], [ 22950, - 1, + 0, 0 ], [ 23100, - 2, + 3, 0 ], [ 23250, - 3, + 2, 0 ], [ 23400, - 1, + 0, 0 ], [ 23550, - 0, + 1, 0 ], [ 23700, - 2, + 3, 0 ], [ 23850, - 3, + 0, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 24000, - 0, + 2, 0 ], [ 24150, - 0, + 2, 0 ], [ @@ -1171,28 +1066,28 @@ ], [ 24750, - 2, + 3, 0 ], [ 24900, - 3, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 25200, - 1, + 0, 0 ], [ 25350, - 0, + 3, 0 ], [ @@ -1202,48 +1097,48 @@ ], [ 25650, - 1, + 0, 0 ], [ 25800, - 3, + 1, 0 ], [ 25950, - 2, + 0, 0 ], [ 26100, - 1, + 3, 0 ], [ 26250, - 0, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 26400, - 3, + 0, 0 ], [ 26550, - 0, + 3, 0 ], [ 26700, - 1, + 0, 0 ], [ @@ -1263,144 +1158,133 @@ ], [ 27300, - 2, + 1, 0 ], [ 27450, - 1, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ 27600, - 3, + 2, 0 ], [ 27750, - 2, + 3, 0 ], [ - 27825, - 1, + 27900, + 0, 0 ], [ - 27900, + 28050, 0, 0 ], [ 28200, - 2, + 3, 0 ], [ 28350, - 3, + 2, 0 ], [ 28500, - 1, - 0 - ], - [ - 28650, 0, 0 ], [ - 28050, + 28650, 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "altAnim": false, - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ 30000, - 0, + 2, 0 ], [ 30150, - 1, - 0 - ], - [ - 30225, - 2, + 3, 0 ], [ 30300, - 3, + 1, 0 ], [ - 30900, - 2, + 30450, + 0, 0 ], [ - 31050, + 30600, 3, 0 ], [ - 30450, - 1, + 30750, + 3, 0 ], [ - 30600, - 0, + 30900, + 2, 0 ], [ - 30750, + 31050, 0, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, - "sectionNotes": [], "lengthInSteps": 16, + "sectionNotes": [], + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ 32400, - 2, + 3, 0 ], [ 32550, - 1, + 2, 0 ], [ @@ -1409,55 +1293,60 @@ 0 ], [ - 33150, + 32850, 1, 0 ], [ - 32850, - 3, + 32925, + 0, 0 ], [ - 32925, - 2, + 33000, + 3, 0 ], [ - 33000, - 0, + 33150, + 2, 0 ], [ 33300, - 2, + 0, 0 ], [ 33450, - 0, + 1, 0 ], [ 33525, - 1, + 2, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 34500, + 33600, 3, 0 ], [ - 33600, - 2, + 33750, + 0, + 0 + ], + [ + 33900, + 1, 0 ], [ @@ -1471,3446 +1360,3609 @@ 0 ], [ - 33750, - 1, - 0 - ], - [ - 33900, + 34200, 0, 0 ], [ - 34650, + 34350, 0, 0 ], [ - 34725, + 34500, 1, 0 ], [ - 34200, - 1, + 34650, + 2, 0 ], [ - 34350, - 2, + 34725, + 3, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 35850, + 34875, 0, 0 ], [ - 35925, - 1, - 0 - ], - [ - 35775, + 35025, 1, 0 ], [ - 35700, - 0, + 35100, + 3, 0 ], [ - 35625, + 35175, 2, 0 ], [ - 35550, - 3, + 35325, + 0, 0 ], [ - 35475, - 2, + 35250, + 3, 0 ], [ 35400, - 3, + 1, 0 ], [ - 34875, + 35437.5, 2, 0 ], [ - 35175, + 35475, 1, 0 ], [ - 34800, - 3, + 35512.5, + 2, 0 ], [ - 34950, - 1, - 0 + 35550, + 0, + 0 ], [ - 35025, - 3, + 35587.5, + 1, 0 ], [ - 35100, + 35625, 0, 0 ], [ - 35250, - 2, + 35662.5, + 1, 0 ], [ - 35325, - 0, + 35700, + 3, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 36000, - 4, - 1125 ], [ - 36075, - 5, - 1050 + 35737.5, + 2, + 0 ], [ - 36150, - 6, - 975 + 35775, + 3, + 0 ], [ - 36225, - 7, - 900 + 35812.5, + 2, + 0 ], [ - 36075, - 4, + 35850, + 1, 0 ], [ - 36150, - 4, + 35887.5, + 0, 0 ], [ - 36225, - 4, + 35925, + 1, 0 ], [ - 36150, - 5, + 35962.5, + 0, 0 - ], + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ - 36225, - 6, + 37200, + 2, 0 ], [ - 36225, - 5, + 37275, + 3, 0 ], [ - 36300, - 5, + 37350, + 2, 0 ], [ - 36300, - 6, + 37425, + 3, 0 ], [ - 36300, - 7, + 37500, + 0, 0 ], [ - 36300, - 4, + 37650, + 0, 0 ], [ - 36375, - 4, + 37800, + 1, 0 ], [ - 36450, - 5, + 37950, + 1, 0 ], [ - 36525, - 6, + 38100, + 3, 0 ], [ - 36600, - 7, + 38250, + 3, 0 - ], + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ - 36675, - 6, + 38400, + 2, 0 ], [ - 36750, - 5, + 38475, + 0, 0 ], [ - 36825, - 4, + 38550, + 1, 0 ], [ - 36900, - 5, + 38625, + 3, 0 ], [ - 36975, - 6, + 38700, + 0, 0 ], [ - 37050, - 7, + 38775, + 1, 0 ], [ - 37125, - 6, + 38850, + 2, 0 ], [ - 37125, - 5, + 38925, + 3, 0 ], [ - 37050, - 6, + 39000, + 2, 0 ], [ - 36975, - 7, + 39075, + 0, 0 ], [ - 36900, - 6, + 39150, + 2, 0 ], [ - 36825, - 5, + 39225, + 0, 0 ], [ - 36750, - 4, + 39300, + 1, 0 ], [ - 36675, - 5, + 39375, + 3, 0 ], [ - 36600, - 6, + 39450, + 1, 0 ], [ - 36525, - 7, + 39525, + 3, 0 - ], + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ - 36450, - 6, + 39600, + 2, 0 ], [ - 36375, - 5, + 39750, + 0, 0 ], [ - 36375, - 6, + 39900, + 1, 0 ], [ - 36450, - 7, + 40050, + 3, 0 ], [ - 36525, - 5, + 40200, + 0, 0 ], [ - 36600, - 4, + 40500, + 2, 0 ], [ - 36750, - 6, + 40350, + 3, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 40800, + 1, 0 ], [ - 36825, - 7, + 40950, + 1, 0 ], [ - 36975, - 5, + 41100, + 0, 0 ], [ - 37050, - 4, + 41250, + 0, 0 ], [ - 37125, - 7, + 41400, + 3, 0 ], [ - 37125, - 4, + 41550, + 3, 0 ], [ - 37050, - 5, + 41700, + 2, 0 ], [ - 36975, - 4, + 41850, + 2, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 42000, + 0, 0 ], [ - 36900, - 4, + 42075, + 1, 0 ], [ - 36900, - 7, + 42150, + 0, 0 ], [ - 36825, - 6, + 42300, + 3, 0 ], [ - 36750, - 7, + 42450, + 2, 0 ], [ - 36675, - 7, + 42600, + 0, 0 ], [ - 36675, - 4, + 42750, + 3, 0 ], [ - 36600, - 5, + 42900, + 2, 0 ], [ - 36525, - 4, + 42975, + 0, 0 ], [ - 36450, - 4, + 43050, + 1, 0 ], [ - 36375, - 7, + 43125, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 37200, - 0, - 0 - ], - [ - 37275, - 1, + 43200, + 3, 0 ], [ - 37350, + 43350, 2, 0 ], [ - 37425, - 3, - 0 - ], - [ - 37500, + 43500, 1, 0 ], [ - 37650, - 1, + 43650, + 2, 0 ], [ - 37800, - 2, + 43800, + 3, 0 ], [ - 37950, - 2, + 43950, + 0, 0 ], [ - 38100, - 3, + 44100, + 1, 0 ], [ - 38250, - 3, + 44250, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 38400, - 0, - 0 - ], - [ - 38475, - 1, + 44400, + 3, 0 ], [ - 38925, - 1, + 44550, + 0, 0 ], [ - 39075, + 44700, 2, 0 ], [ - 38550, + 44850, 2, 0 ], [ - 38625, - 0, + 45000, + 1, 0 ], [ - 38700, + 45150, 1, 0 ], [ - 38775, - 2, + 45300, + 0, 0 ], [ - 38850, + 45450, 0, 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 45600, + 3, + 0 ], [ - 39000, + 45750, 3, 0 ], [ - 39150, - 1, + 45900, + 2, 0 ], [ - 39225, - 3, + 45975, + 0, 0 ], [ - 39300, + 46050, 2, 0 ], [ - 39375, + 46125, + 0, + 0 + ], + [ + 46200, 1, 0 ], [ - 39450, + 46275, 3, 0 ], [ - 39525, - 2, + 46350, + 1, + 0 + ], + [ + 46425, + 3, + 0 + ], + [ + 46500, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 39600, + 46800, 0, 0 ], [ - 39750, - 1, + 46950, + 0, 0 ], [ - 39900, - 2, + 47100, + 3, 0 ], [ - 40050, - 3, + 47175, + 2, 0 ], [ - 40200, - 1, + 47250, + 0, 0 ], [ - 40500, - 2, + 47325, + 1, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ + ], [ - 40800, - 0, + 47400, + 3, 0 ], [ - 41100, + 47475, 0, 0 ], [ - 40950, - 3, + 47850, + 1, 0 ], [ - 41250, - 3, + 47925, + 2, 0 ], [ - 41400, - 1, + 47550, + 2, 0 ], [ - 41550, + 47625, 1, 0 ], [ - 41700, - 2, + 47700, + 0, 0 ], [ - 41850, - 2, + 47775, + 3, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 42000, - 0, + 48000, + 3, 0 ], [ - 42300, - 3, + 48150, + 1, 0 ], [ - 42450, - 2, + 48300, + 0, 0 ], [ - 42600, + 48450, 3, 0 ], [ - 42750, + 48600, 2, 0 ], [ - 42900, + 48675, 0, 0 ], [ - 42975, - 1, - 0 - ], - [ - 43050, + 48750, 2, 0 ], [ - 43125, + 48825, 3, 0 ], [ - 42075, + 48900, 1, 0 ], [ - 42150, + 48975, 0, 0 + ], + [ + 49050, + 1, + 0 + ], + [ + 49125, + 3, + 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 43650, + 49200, 0, 0 ], [ - 43200, + 49350, 0, 0 ], [ - 43350, + 49500, 1, 0 ], [ - 43500, + 49575, 3, 0 ], [ - 43950, - 3, + 49650, + 1, 0 ], [ - 44100, - 2, + 49725, + 0, 0 ], [ - 44250, + 49800, 2, 0 ], [ - 43800, + 49875, + 3, + 0 + ], + [ + 49950, + 0, + 0 + ], + [ + 50025, 1, 0 + ], + [ + 50100, + 3, + 0 + ], + [ + 50175, + 0, + 0 + ], + [ + 50250, + 2, + 0 + ], + [ + 50325, + 3, + 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 44400, + 50400, 1, 0 ], [ - 44550, + 50550, 1, 0 ], [ - 44700, + 50700, 0, 0 ], [ - 44850, + 50850, 0, 0 ], [ - 45000, + 51000, 3, 0 ], [ - 45150, + 51150, 3, 0 ], [ - 45300, + 51300, 2, 0 ], [ - 45450, + 51450, 2, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 45600, - 1, - 0 - ], - [ - 45750, + 51600, 1, 0 ], [ - 45900, + 51750, 0, 0 ], [ - 45975, - 1, + 51900, + 3, 0 ], [ - 46050, + 52050, 2, 0 ], [ - 46125, - 3, + 52650, + 2, 0 ], [ - 46200, + 52500, 1, 0 ], [ - 46275, - 0, + 52350, + 3, 0 ], [ - 46350, - 2, + 52200, + 0, 0 - ], - [ - 46425, - 3, - 0 - ], - [ - 46500, - 4, - 225 - ], - [ - 46575, - 5, - 150 - ], - [ - 46650, - 6, - 75 - ], - [ - 46725, - 7, - 0 - ], + ] + ], + "altAnim": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ - 46575, - 4, + 52800, + 3, 0 ], [ - 46650, - 5, + 52875, + 2, 0 ], [ - 46725, - 5, + 52950, + 0, 0 ], [ - 46650, - 4, + 53025, + 3, 0 ], [ - 46725, - 4, + 53100, + 0, 0 ], [ - 46725, - 6, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 46800, - 0, + 53175, + 1, 0 ], [ - 46950, + 53325, 0, 0 ], [ - 47100, + 53250, 3, 0 ], [ - 47175, - 3, + 53400, + 2, 0 ], [ - 47250, - 0, + 53475, + 3, 0 ], [ - 47325, + 53550, 0, 0 ], [ - 47400, + 53625, 2, 0 ], [ - 47475, - 3, - 0 - ], - [ - 47550, + 53700, 1, 0 ], [ - 47625, + 53775, 0, 0 ], [ - 47700, - 3, - 0 - ], - [ - 47775, + 53850, 2, 0 ], [ - 47850, + 53925, 1, 0 - ], - [ - 47925, - 0, - 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 48000, - 2, + 54000, + 3, 0 ], [ - 48150, - 1, + 54075, + 2, 0 ], [ - 48300, + 54150, 3, 0 ], [ - 48450, + 54300, 0, 0 ], [ - 48600, + 54375, 2, 0 ], [ - 48825, + 54450, 3, 0 ], [ - 48750, - 3, + 54600, + 1, 0 ], [ - 48900, + 54675, + 0, + 0 + ], + [ + 54750, 1, 0 ], [ - 49050, - 0, + 54825, + 3, 0 ], [ - 49125, - 0, + 54900, + 2, 0 ], [ - 48675, - 1, + 54975, + 3, 0 ], [ - 48975, - 2, + 55050, + 0, + 0 + ], + [ + 55125, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 49200, + 55200, 3, 0 ], [ - 49500, - 2, - 0 - ], - [ - 49575, - 1, + 55350, + 0, 0 ], [ - 49650, + 55500, 2, 0 ], [ - 49725, + 55650, 1, 0 ], [ - 49800, - 3, - 0 - ], - [ - 49875, + 55800, 0, 0 ], [ - 49950, + 55875, 3, 0 ], [ - 50025, - 0, + 55950, + 2, 0 ], [ - 50100, - 2, + 56025, + 0, 0 ], [ - 50175, + 56100, 1, 0 ], [ - 50250, + 56175, 3, 0 ], [ - 50325, - 0, + 56250, + 1, 0 ], [ - 49350, + 56325, 0, 0 ] ], + "mustHitSection": true + }, + { "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 57900, + 0, + 225 + ], + [ + 58200, + 2, + 150 + ] + ], "altAnim": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, "sectionNotes": [ [ - 50400, - 1, + 58800, + 0, 0 ], [ - 50550, + 58875, 1, 0 ], [ - 50700, - 2, + 58950, + 3, 0 ], [ - 50850, + 59025, 2, 0 ], [ - 51000, - 3, + 59100, + 0, 0 ], [ - 51150, + 59175, 3, 0 ], [ - 51300, + 59250, 0, 0 ], [ - 51450, - 0, - 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "altAnim": false, - "sectionNotes": [ - [ - 51600, + 59325, 3, 0 ], [ - 51750, + 59400, 2, 0 ], [ - 51900, + 59475, + 0, + 0 + ], + [ + 59550, 1, 0 ], [ - 52050, + 59625, 0, 0 ], [ - 52200, + 59700, 2, 0 ], [ - 52350, - 1, + 59775, + 3, 0 ], [ - 52650, - 0, - 0 + 59850, + 2, + 0 ], [ - 52500, + 59925, 3, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 52800, - 3, + 60000, + 0, 0 ], [ - 52875, - 2, + 60150, + 1, 0 ], [ - 53025, + 60300, + 0, + 0 + ], + [ + 60450, 3, 0 ], [ - 53100, + 60600, 2, 0 ], [ - 53250, + 60750, + 0, + 0 + ], + [ + 60900, 3, 0 ], [ - 53325, + 61050, + 0, + 0 + ] + ], + "altAnim": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 61200, 2, 0 ], [ - 53400, - 0, + 61275, + 3, 0 ], [ - 53475, - 1, + 61350, + 2, 0 ], [ - 53625, + 61500, 0, 0 ], [ - 53700, + 61575, 1, 0 ], [ - 53850, - 0, + 61650, + 3, 0 ], [ - 53925, - 1, + 61800, + 2, 0 ], [ - 52950, + 61875, 0, 0 ], [ - 53175, - 0, + 61950, + 1, 0 ], [ - 53550, + 62100, 3, 0 ], [ - 53775, + 62175, + 0, + 0 + ], + [ + 62250, 3, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 54600, - 3, + 62400, + 1, 0 ], [ - 54675, - 2, + 62475, + 0, 0 ], [ - 54750, + 62550, 1, 0 ], [ - 54825, + 62625, + 2, + 0 + ], + [ + 62850, + 2, + 0 + ], + [ + 62700, + 0, + 0 + ], + [ + 62775, 3, 0 ], [ - 54900, + 62925, + 3, + 0 + ], + [ + 63000, + 1, + 0 + ], + [ + 63150, 0, 0 ], [ - 54975, + 63300, 1, 0 ], [ - 55050, + 63450, + 3, + 0 + ] + ], + "altAnim": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 63600, 2, 0 ], [ - 55125, + 63750, 0, 0 ], [ - 54000, - 3, + 63900, + 1, 0 ], [ - 54075, - 2, + 64050, + 0, 0 ], [ - 54150, + 64200, 3, 0 ], [ - 54300, - 0, + 64350, + 2, 0 ], [ - 54375, - 1, + 64500, + 0, 0 ], [ - 54450, - 0, + 64650, + 1, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 55800, - 1, + 64800, + 3, 0 ], [ - 55875, + 64875, + 2, + 0 + ], + [ + 64950, 0, 0 ], [ - 55950, - 1, + 65025, + 3, 0 ], [ - 56025, + 65100, 2, 0 ], [ - 56100, + 65175, 1, 0 ], [ - 56175, - 2, + 65250, + 0, 0 ], [ - 56250, + 65325, 3, 0 ], [ - 56325, - 2, + 65400, + 1, 0 ], [ - 55350, - 3, + 65550, + 0, 0 ], [ - 55200, + 65700, 3, 0 ], [ - 55500, - 2, - 0 - ], - [ - 55650, + 65850, 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { - "sectionNotes": [], "lengthInSteps": 16, - "mustHitSection": true - }, - { - "altAnim": false, "sectionNotes": [ [ - 58125, + 66000, 0, - 525 + 0 ], [ - 58125, + 66075, 1, - 525 + 0 ], [ - 58125, + 66150, 2, - 525 + 0 ], [ - 58125, + 66300, 3, - 525 + 0 ], [ - 57675, + 66375, 0, - 150 - ], - [ - 57675, - 1, - 150 + 0 ], [ - 57900, + 66450, 2, - 150 + 0 ], [ - 57900, - 3, - 150 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "altAnim": false, - "sectionNotes": [ - [ - 58800, - 2, + 66600, + 1, 0 ], [ - 58875, + 66675, 3, 0 ], [ - 58950, + 66750, 1, 0 ], [ - 59025, + 66825, 0, 0 ], [ - 59100, + 66900, 2, 0 ], [ - 59175, - 1, - 0 - ], - [ - 59250, + 66975, 3, 0 ], [ - 59325, + 67050, 0, 0 ], [ - 59475, - 2, + 67125, + 1, 0 - ], + ] + ], + "mustHitSection": true + }, + { + "altAnim": false, + "lengthInSteps": 16, + "sectionNotes": [ [ - 59400, + 67200, 3, 0 ], [ - 59550, - 0, + 67350, + 3, 0 ], [ - 59625, - 1, + 67500, + 0, 0 ], [ - 59850, + 67650, 0, 0 ], [ - 59925, + 67800, 1, 0 ], [ - 59700, - 2, + 67950, + 1, 0 ], [ - 59775, - 3, + 68100, + 2, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 60000, - 3, + 68400, + 2, 0 ], [ - 60150, + 68550, 3, 0 ], [ - 60300, - 2, + 68700, + 0, 0 ], [ - 60450, - 1, + 68850, + 0, 0 ], [ - 60600, - 0, + 69000, + 3, 0 ], [ - 60750, - 0, + 69150, + 2, 0 ], [ - 60900, - 3, + 69300, + 0, 0 ], [ - 61050, - 3, + 69450, + 1, 0 ] ], + "mustHitSection": true + }, + { + "altAnim": false, "lengthInSteps": 16, + "sectionNotes": [], "mustHitSection": true }, { "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 61200, + 70800, 2, 0 ], [ - 61275, - 1, - 0 - ], - [ - 61350, - 0, - 0 - ], - [ - 61500, - 1, - 0 - ], - [ - 61650, + 70950, 3, 0 ], [ - 61575, - 2, + 71100, + 1, 0 ], [ - 61800, + 71250, 0, 0 ], [ - 61875, - 1, + 71400, + 3, 0 ], [ - 62100, + 71550, 3, 0 ], [ - 62175, + 71700, 2, 0 ], [ - 62250, - 1, - 0 - ], - [ - 61950, - 2, + 71850, + 0, 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "lengthInSteps": 16, + "sectionNotes": [], "altAnim": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, "sectionNotes": [ [ - 62400, + 73200, 3, 0 ], [ - 62475, + 73350, 2, 0 ], [ - 62550, - 1, - 0 - ], - [ - 62625, - 2, + 73500, + 0, 0 ], [ - 62700, + 73650, 1, 0 ], [ - 62775, + 73725, 0, 0 ], [ - 62850, + 73800, 3, 0 ], [ - 62925, + 73950, 2, 0 ], [ - 63000, - 0, - 0 - ], - [ - 63150, + 74100, 0, 0 ], [ - 63300, + 74250, 1, 0 ], [ - 63450, - 3, + 74325, + 2, 0 ] ], - "lengthInSteps": 16, + "altAnim": false, "mustHitSection": true }, { + "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 63600, - 2, + 74400, + 3, 0 ], [ - 63750, + 74550, 0, 0 ], [ - 63900, + 74700, 1, 0 ], [ - 64050, + 74850, 3, 0 ], [ - 64200, + 74925, 2, 0 ], [ - 64350, - 1, + 75000, + 0, 0 ], [ - 64500, + 75150, 0, 0 ], [ - 64650, + 75300, + 1, + 0 + ], + [ + 75450, 2, 0 + ], + [ + 75525, + 3, + 0 ] ], - "lengthInSteps": 16, "mustHitSection": true }, { + "altAnim": false, + "lengthInSteps": 16, "sectionNotes": [ [ - 64800, + 75675, + 0, + 0 + ], + [ + 75825, + 1, + 0 + ], + [ + 75900, 3, 0 ], [ - 64875, + 75975, 2, 0 ], [ - 64950, + 76125, 0, 0 ], [ - 65025, + 76050, + 3, + 0 + ], + [ + 76200, 1, 0 ], [ - 65100, + 76237.5, 2, 0 ], [ - 65175, - 3, + 76275, + 1, 0 ], [ - 65250, - 1, + 76312.5, + 2, 0 ], [ - 65325, + 76350, 0, 0 ], [ - 65400, - 2, + 76387.5, + 1, 0 ], [ - 65550, + 76425, + 0, + 0 + ], + [ + 76462.5, 1, 0 ], [ - 65700, + 76500, 3, 0 ], [ - 65850, - 0, + 76537.5, + 2, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ + ], [ - 66000, + 76575, 3, 0 ], [ - 66075, + 76612.5, 2, 0 ], [ - 66150, - 3, + 76650, + 1, 0 ], [ - 66300, + 76687.5, 0, 0 ], [ - 66375, + 76725, 1, 0 ], [ - 66450, + 76762.5, 0, 0 - ], + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ [ - 66600, - 3, + 78000, + 2, 0 ], [ - 66675, + 78150, 2, 0 ], [ - 66825, - 2, + 78300, + 0, 0 ], [ - 66750, - 3, + 78375, + 1, 0 ], [ - 66900, - 0, + 78450, + 3, 0 ], [ - 66975, - 1, + 78525, + 2, 0 ], [ - 67050, - 2, + 78600, + 0, 0 ], [ - 67125, + 78675, 3, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 68100, - 4, - 225 ], [ - 68175, - 5, - 150 + 78750, + 0, + 0 ], [ - 68250, - 6, - 75 + 78825, + 1, + 0 ], [ - 68325, - 7, + 78900, + 3, 0 ], [ - 68175, - 4, + 78975, + 2, 0 ], [ - 68250, - 4, + 79050, + 1, 0 ], [ - 68250, - 5, + 79125, + 0, + 0 + ] + ], + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "sectionNotes": [ + [ + 79200, + 1, 0 ], [ - 68325, - 5, + 79275, + 3, 0 ], [ - 68325, - 6, + 79425, + 3, 0 ], [ - 68325, - 4, + 79500, + 0, 0 ], [ - 67200, + 79575, 1, 0 ], [ - 67350, - 1, + 79650, + 3, 0 ], [ - 67500, + 79725, + 2, + 0 + ], + [ + 79800, 0, 0 ], [ - 67650, + 79950, 0, 0 ], [ - 67800, - 2, + 80100, + 1, 0 ], [ - 67950, - 2, + 80250, + 1, 0 ] ], - "lengthInSteps": 16, - "altAnim": false, "mustHitSection": true }, { + "lengthInSteps": 16, "sectionNotes": [ [ - 68400, + 80400, 3, 0 ], [ - 68550, + 80700, 0, 0 ], [ - 68625, + 80775, 1, 0 ], [ - 68700, - 3, - 0 - ], - [ - 68850, + 80850, 3, 0 ], [ - 69000, + 81150, 2, 0 ], [ - 69150, - 0, - 0 - ], - [ - 69300, - 1, + 81300, + 3, 0 ], [ - 69450, - 3, + 81450, + 2, 0 ] ], - "lengthInSteps": 16, - "altAnim": false, "mustHitSection": true }, { - "sectionNotes": [], - "lengthInSteps": 16, "altAnim": false, - "mustHitSection": true - }, - { + "lengthInSteps": 16, "sectionNotes": [ [ - 70800, + 81600, 0, 0 ], [ - 70950, - 3, - 0 - ], - [ - 71025, - 2, + 81750, + 0, 0 ], [ - 71100, - 0, + 81900, + 3, 0 ], [ - 71250, + 82050, 3, 0 ], [ - 71400, - 2, + 82200, + 1, 0 ], [ - 71550, - 2, + 82350, + 1, 0 ], [ - 71700, - 1, + 82500, + 0, 0 ], [ - 71850, + 82650, 0, 0 ] ], - "lengthInSteps": 16, - "altAnim": false, "mustHitSection": true }, { - "altAnim": false, - "sectionNotes": [], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "altAnim": false, "sectionNotes": [ [ - 73200, + 82800, 3, 0 ], [ - 73350, - 2, + 83100, + 3, 0 ], [ - 73500, + 82950, 0, 0 ], [ - 73650, - 3, - 0 - ], - [ - 73725, + 83400, 2, 0 ], [ - 73800, + 83550, 0, 0 ], [ - 73950, - 1, - 0 - ], - [ - 74100, + 83700, 3, 0 ], [ - 74250, - 0, - 0 - ], - [ - 74325, + 83850, 1, 0 ] ], + "typeOfSection": 0, "lengthInSteps": 16, - "mustHitSection": true + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 }, { "sectionNotes": [ [ - 74400, + 84000, + 0, + 0 + ], + [ + 84150, 3, 0 ], [ - 74550, + 84300, 2, 0 ], [ - 74700, + 84450, + 0, + 0 + ], + [ + 84600, 1, 0 ], [ - 74850, + 84750, 3, 0 ], [ - 74925, + 84900, 2, 0 ], [ - 75000, + 85050, 0, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 75150, + 85200, 1, 0 ], [ - 75300, + 85350, 2, 0 ], [ - 75450, + 85500, + 1, + 0 + ], + [ + 85650, 0, 0 ], [ - 75525, + 85800, + 3, + 0 + ], + [ + 85950, + 0, + 0 + ], + [ + 86100, + 2, + 0 + ], + [ + 86250, 1, 0 ] ], + "typeOfSection": 0, "lengthInSteps": 16, "altAnim": false, - "mustHitSection": true + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 }, { "sectionNotes": [ [ - 75600, + 86400, 3, 0 ], [ - 75675, - 2, + 86550, + 0, 0 ], [ - 75750, + 86625, 1, 0 ], [ - 75825, - 0, - 0 - ], - [ - 75900, - 1, + 86700, + 3, 0 ], [ - 75975, + 86775, 2, 0 ], [ - 76050, - 3, + 86850, + 0, 0 ], [ - 76125, - 2, + 86925, + 1, 0 ], [ - 76200, - 0, + 87000, + 3, 0 ], [ - 76275, + 87075, 1, 0 ], [ - 76350, + 87150, 0, 0 ], [ - 76425, - 1, + 87225, + 2, 0 ], [ - 76500, + 87300, 3, 0 ], [ - 76575, - 2, + 87375, + 1, 0 ], [ - 76650, - 3, + 87450, + 0, 0 ], [ - 76725, - 2, + 87525, + 3, 0 ] ], + "typeOfSection": 0, "lengthInSteps": 16, "altAnim": false, - "mustHitSection": true + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 }, { "sectionNotes": [ [ - 76800, - 4, - 1125 - ], - [ - 76875, - 5, - 1050 - ], - [ - 76950, - 6, - 975 - ], - [ - 77025, - 7, - 900 - ], - [ - 76875, - 4, - 0 - ], - [ - 77025, - 4, - 0 - ], - [ - 76950, - 5, - 0 - ], - [ - 76950, - 4, + 87600, + 2, 0 ], [ - 77100, - 6, + 87750, + 0, 0 ], [ - 77025, - 6, + 87900, + 1, 0 ], [ - 77025, - 5, + 88050, + 0, 0 ], [ - 77100, - 5, + 88200, + 3, 0 ], [ - 77100, - 7, + 88350, + 2, 0 ], [ - 77175, - 7, + 88500, + 0, 0 ], [ - 77175, - 6, + 88650, + 0, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 77175, - 5, + 88800, + 1, 0 ], [ - 77100, - 4, + 88950, + 1, 0 ], [ - 77175, - 4, + 89100, + 3, 0 ], [ - 77250, - 4, + 89250, + 3, 0 ], [ - 77250, - 5, + 89400, + 2, 0 ], [ - 77400, - 6, + 89550, + 2, 0 ], [ - 77550, - 6, + 89700, + 0, 0 ], [ - 77625, - 5, + 89850, + 0, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 77700, - 4, + 90000, + 3, 0 ], [ - 77775, - 5, + 90150, + 2, 0 ], [ - 77850, - 6, + 90300, + 0, 0 ], [ - 77925, - 5, + 90375, + 1, 0 ], [ - 77925, - 7, + 90450, + 0, 0 ], [ - 77925, - 6, + 90600, + 3, 0 ], [ - 77925, - 4, + 90675, + 2, 0 ], [ - 77850, - 4, + 90750, + 0, 0 ], [ - 77850, - 5, + 90900, + 1, 0 ], [ - 77850, - 7, + 90975, + 3, 0 ], [ - 77775, - 6, + 91050, + 1, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 77775, - 7, + 91200, + 2, 0 ], [ - 77775, - 4, + 91350, + 3, 0 ], [ - 77700, - 5, + 91500, + 0, 0 ], [ - 77700, - 6, + 91650, + 1, 0 ], [ - 77700, - 7, + 91800, + 3, 0 ], [ - 77625, - 7, + 91950, + 0, 0 ], [ - 77625, - 6, + 92100, + 2, 0 ], [ - 77625, - 4, + 92250, + 1, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 77550, - 4, + 92400, + 3, 0 ], [ - 77550, - 5, + 92625, + 3, 0 ], [ - 77475, - 5, + 92850, + 3, 0 ], [ - 77325, - 5, + 93000, + 0, 0 ], [ - 77325, - 6, + 93075, + 1, 0 ], [ - 77250, - 6, + 93150, + 0, 0 ], [ - 77250, - 7, + 93225, + 1, 0 ], [ - 77325, - 7, + 93300, + 2, 0 ], [ - 77400, - 7, + 93450, + 2, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ + [ + 93600, + 3, + 0 + ], [ - 77400, - 4, + 93825, + 3, + 0 + ], + [ + 94050, + 3, 0 ], [ - 77325, - 4, + 94200, + 0, 0 ], [ - 77400, - 5, + 94275, + 1, 0 ], [ - 77475, - 4, + 94350, + 0, 0 ], [ - 77475, - 6, + 94425, + 1, 0 ], [ - 77550, - 7, + 94500, + 2, 0 ], [ - 77475, - 7, + 94650, + 2, 0 ] ], + "typeOfSection": 0, "lengthInSteps": 16, - "mustHitSection": true + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 }, { "sectionNotes": [ [ - 78300, + 94800, 3, 0 ], [ - 78000, - 1, + 94875, + 0, 0 ], [ - 78150, + 94950, + 3, + 0 + ], + [ + 95025, 1, 0 ], [ - 78375, + 95100, 2, 0 ], [ - 78450, - 1, + 95175, + 0, 0 ], [ - 78525, - 0, + 95250, + 1, 0 ], [ - 78600, + 95325, 3, 0 ], [ - 78675, + 95400, + 0, + 0 + ], + [ + 95475, 2, 0 ], [ - 78750, - 1, + 95550, + 3, 0 ], [ - 78825, + 95625, 2, 0 ], [ - 78900, - 1, + 95700, + 0, 0 ], [ - 78975, - 0, + 95775, + 3, 0 ], [ - 79050, - 2, + 95850, + 1, 0 ], [ - 79125, - 3, + 95925, + 2, 0 ] ], + "typeOfSection": 0, "lengthInSteps": 16, - "mustHitSection": true + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 }, { "sectionNotes": [ [ - 79875, - 0, + 96000, + 3, 0 ], [ - 80025, - 2, + 96300, + 3, 0 ], [ - 79200, - 1, + 96150, + 0, 0 ], [ - 79275, - 2, + 96450, + 0, 0 ], [ - 79425, - 0, + 96600, + 2, 0 ], [ - 79500, + 96900, 1, 0 + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ + [ + 97200, + 2, + 0 ], [ - 79575, + 97275, + 3, + 0 + ], + [ + 97350, 2, 0 ], [ - 79650, + 97425, 3, 0 ], [ - 79725, - 1, + 97500, + 0, 0 ], [ - 79800, - 2, + 97650, + 0, 0 ], [ - 79950, + 97800, 1, 0 ], [ - 80100, + 97950, + 1, + 0 + ], + [ + 98100, 3, 0 ], [ - 80250, + 98250, 3, 0 ] ], + "typeOfSection": 0, "lengthInSteps": 16, - "mustHitSection": true + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 }, { + "lengthInSteps": 16, + "typeOfSection": 0, "sectionNotes": [ [ - 80400, + 98400, 2, 0 ], [ - 80700, + 98475, 0, 0 ], [ - 80775, + 98550, 1, 0 ], [ - 80850, - 2, + 98625, + 3, 0 ], [ - 81450, - 2, + 98700, + 0, 0 ], [ - 81150, - 2, + 98775, + 1, 0 ], [ - 81300, - 1, + 98850, + 2, 0 - ] - ], - "lengthInSteps": 16, - "mustHitSection": true - }, - { - "sectionNotes": [ + ], [ - 81600, + 98925, 3, 0 ], [ - 82200, + 99000, 2, 0 ], [ - 82350, + 99075, + 0, + 0 + ], + [ + 99150, 2, 0 ], [ - 82500, + 99225, 0, 0 ], [ - 82650, - 0, + 99300, + 1, 0 ], [ - 81750, + 99375, 3, 0 ], [ - 82050, - 3, + 99450, + 1, 0 ], [ - 81900, + 99525, 3, 0 ] ], - "lengthInSteps": 16, "altAnim": false, + "bpm": 140, + "changeBPM": false, "mustHitSection": true }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 82800, + 99600, 2, 0 ], [ - 82950, - 2, + 99750, + 0, 0 ], [ - 83100, - 2, + 99900, + 1, 0 ], [ - 83400, + 100050, 3, 0 ], [ - 83850, - 2, + 100200, + 0, 0 ], [ - 83700, + 100500, 2, 0 + ], + [ + 100350, + 3, + 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 84000, - 0, + 100800, + 1, 0 ], [ - 84150, + 100950, 1, 0 ], [ - 84300, - 2, + 101100, + 0, 0 ], [ - 84450, - 3, + 101250, + 0, 0 ], [ - 84600, - 1, + 101400, + 3, 0 ], [ - 84750, - 0, + 101550, + 3, 0 ], [ - 84900, + 101700, 2, 0 ], [ - 85050, - 3, + 101850, + 2, 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 85200, - 1, - 0 - ], - [ - 85350, + 102000, 0, 0 ], [ - 85500, + 102075, 1, 0 ], [ - 85650, - 3, + 102150, + 0, 0 ], [ - 85800, - 2, + 102300, + 3, 0 ], [ - 85950, - 1, + 102450, + 2, 0 ], [ - 86100, + 102600, 0, 0 ], [ - 86250, - 2, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 86400, + 102750, 3, 0 ], [ - 86550, - 1, + 102900, + 2, 0 ], [ - 86625, + 102975, 0, 0 ], [ - 86700, - 2, - 0 - ], - [ - 86775, - 3, + 103050, + 1, 0 ], [ - 86850, + 103125, 0, 0 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 86925, - 1, + 103200, + 3, 0 ], [ - 87000, + 103350, 2, 0 ], [ - 87075, - 3, + 103500, + 1, 0 ], [ - 87300, + 103650, 2, 0 ], [ - 87375, - 1, - 0 - ], - [ - 87450, + 103800, 3, 0 ], [ - 87525, - 2, + 103950, + 0, 0 ], [ - 87225, - 0, + 104100, + 1, 0 ], [ - 87150, + 104250, 1, 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 87600, - 1, + 104400, + 3, 0 ], [ - 87750, + 104550, 0, 0 ], [ - 87900, - 1, + 104700, + 2, 0 ], [ - 88050, - 3, + 104850, + 2, 0 ], [ - 88200, - 2, + 105000, + 1, 0 ], [ - 88350, - 0, + 105150, + 1, 0 ], [ - 88500, - 1, + 105300, + 0, 0 ], [ - 88650, - 1, + 105450, + 0, 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 88800, + 105600, 3, 0 ], [ - 88950, + 105750, 3, 0 ], [ - 89100, + 105900, 2, 0 ], [ - 89250, - 2, + 105975, + 0, 0 ], [ - 89400, - 0, + 106050, + 2, 0 ], [ - 89550, + 106125, 0, 0 ], [ - 89700, + 106200, 1, 0 ], [ - 89850, + 106275, + 3, + 0 + ], + [ + 106350, 1, 0 + ], + [ + 106425, + 3, + 0 + ], + [ + 106500, + 0, + 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 90000, - 3, + 106800, + 0, 0 ], [ - 90150, - 2, + 106950, + 0, 0 ], [ - 90300, - 0, + 107100, + 3, 0 ], [ - 90375, - 1, + 107175, + 2, 0 ], [ - 90450, + 107250, 0, 0 ], [ - 90525, + 107325, 1, 0 ], [ - 90600, + 107400, 3, 0 ], [ - 90675, - 2, + 107475, + 0, 0 ], [ - 90750, - 3, + 107850, + 1, 0 ], [ - 90825, + 107925, 2, 0 ], [ - 90900, - 0, + 107550, + 2, 0 ], [ - 90975, + 107625, 1, 0 ], [ - 91125, - 3, + 107700, + 0, 0 ], [ - 91050, - 2, + 107775, + 3, 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 91350, - 0, + 108000, + 3, 0 ], [ - 91950, + 108150, + 1, + 0 + ], + [ + 108300, 0, 0 ], [ - 91500, + 108450, 3, 0 ], [ - 91650, + 108600, 2, 0 ], [ - 91800, + 108675, + 0, + 0 + ], + [ + 108750, + 2, + 0 + ], + [ + 108825, 3, 0 ], [ - 91200, + 108900, 1, 0 ], [ - 92100, - 2, + 108975, + 0, 0 ], [ - 92250, + 109050, + 1, + 0 + ], + [ + 109125, 3, 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [ [ - 92400, - 1, + 109200, + 0, 0 ], [ - 92625, - 1, + 109350, + 0, 0 ], [ - 92850, + 109500, 1, 0 ], [ - 93000, + 109575, 3, 0 ], [ - 93075, - 2, - 0 - ], - [ - 93150, + 109650, 1, 0 ], [ - 93225, + 109725, 0, 0 ], [ - 93300, - 3, - 0 - ], - [ - 93450, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 93600, - 2, - 0 - ], - [ - 93825, + 109800, 2, 0 ], [ - 94050, - 2, + 109875, + 3, 0 ], [ - 94200, + 109950, 0, 0 ], [ - 94275, + 110025, 1, 0 ], [ - 94350, - 2, + 110100, + 3, 0 ], [ - 94425, - 3, + 110175, + 0, 0 ], [ - 94500, - 0, + 110250, + 2, 0 ], [ - 94650, - 0, + 110325, + 3, 0 ] ], @@ -4924,72 +4976,42 @@ "typeOfSection": 0, "sectionNotes": [ [ - 94800, - 3, - 0 - ], - [ - 94950, - 3, - 0 - ], - [ - 95175, + 110400, 1, 0 ], [ - 95925, - 3, + 110550, + 1, 0 ], [ - 95100, + 110700, 0, 0 ], [ - 95250, - 2, - 0 - ], - [ - 95325, - 1, + 110850, + 0, 0 ], [ - 95400, + 111000, 3, 0 ], [ - 95475, - 2, - 0 - ], - [ - 95550, - 1, + 111150, + 3, 0 ], [ - 95625, + 111300, 2, 0 ], [ - 95700, - 0, - 0 - ], - [ - 95775, - 1, - 0 - ], - [ - 95850, + 111450, 2, 0 ] @@ -5000,910 +5022,107 @@ "mustHitSection": true }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 96150, - 0, + 111600, + 1, 0 ], [ - 96000, + 111750, 0, 0 ], [ - 96300, + 111900, + 3, + 0 + ], + [ + 112050, 2, 0 ], [ - 96450, + 112650, 2, 0 ], [ - 96600, - 3, + 112500, + 1, 0 ], [ - 96900, + 112350, 3, 0 + ], + [ + 112200, + 0, + 0 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, "altAnim": false, - "bpm": 140, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [ [ - 97200, - 1, + 112800, + 3, 0 ], [ - 97275, - 0, + 112875, + 2, 0 ], [ - 97350, - 1, + 112950, + 0, 0 ], [ - 97425, - 0, + 113025, + 3, 0 ], [ - 97500, - 2, + 113100, + 0, 0 ], [ - 97650, - 2, + 113175, + 1, 0 ], [ - 97800, - 3, + 113325, + 0, 0 ], [ - 97950, + 113250, 3, 0 ], - [ - 98100, - 0, - 0 - ], - [ - 98250, - 0, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 98400, - 3, - 0 - ], - [ - 98475, - 1, - 0 - ], - [ - 98550, - 2, - 0 - ], - [ - 98625, - 0, - 0 - ], - [ - 98700, - 3, - 0 - ], - [ - 98775, - 2, - 0 - ], - [ - 98850, - 1, - 0 - ], - [ - 98925, - 0, - 0 - ], - [ - 99000, - 2, - 0 - ], - [ - 99075, - 3, - 0 - ], - [ - 99150, - 1, - 0 - ], - [ - 99225, - 0, - 0 - ], - [ - 99300, - 2, - 0 - ], - [ - 99375, - 3, - 0 - ], - [ - 99450, - 2, - 0 - ], - [ - 99525, - 3, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 140 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 99600, - 1, - 0 - ], - [ - 99750, - 0, - 0 - ], - [ - 99900, - 2, - 0 - ], - [ - 100050, - 3, - 0 - ], - [ - 100200, - 0, - 0 - ], - [ - 100500, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 100800, - 2, - 0 - ], - [ - 100950, - 2, - 0 - ], - [ - 101100, - 2, - 0 - ], - [ - 101250, - 2, - 0 - ], - [ - 101400, - 1, - 0 - ], - [ - 101550, - 1, - 0 - ], - [ - 101700, - 0, - 0 - ], - [ - 101850, - 0, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 102150, - 3, - 0 - ], - [ - 102000, - 3, - 0 - ], - [ - 102075, - 0, - 0 - ], - [ - 102300, - 1, - 0 - ], - [ - 102450, - 2, - 0 - ], - [ - 102600, - 1, - 0 - ], - [ - 102750, - 3, - 0 - ], - [ - 102825, - 2, - 0 - ], - [ - 102900, - 1, - 0 - ], - [ - 102975, - 0, - 0 - ], - [ - 103050, - 2, - 0 - ], - [ - 103125, - 1, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 103200, - 3, - 0 - ], - [ - 103350, - 2, - 0 - ], - [ - 103500, - 1, - 0 - ], - [ - 103650, - 0, - 0 - ], - [ - 103800, - 2, - 0 - ], - [ - 103950, - 1, - 0 - ], - [ - 104100, - 3, - 0 - ], - [ - 104250, - 0, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 104400, - 1, - 0 - ], - [ - 104550, - 1, - 0 - ], - [ - 104700, - 2, - 0 - ], - [ - 104850, - 2, - 0 - ], - [ - 105000, - 3, - 0 - ], - [ - 105150, - 3, - 0 - ], - [ - 105300, - 0, - 0 - ], - [ - 105450, - 0, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 105600, - 1, - 0 - ], - [ - 105750, - 1, - 0 - ], - [ - 105900, - 3, - 0 - ], - [ - 105975, - 2, - 0 - ], - [ - 106050, - 3, - 0 - ], - [ - 106125, - 2, - 0 - ], - [ - 106200, - 0, - 0 - ], - [ - 106275, - 1, - 0 - ], - [ - 106350, - 0, - 0 - ], - [ - 106425, - 1, - 0 - ], - [ - 106500, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 106800, - 0, - 0 - ], - [ - 106950, - 0, - 0 - ], - [ - 107100, - 2, - 0 - ], - [ - 107400, - 0, - 0 - ], - [ - 107475, - 1, - 0 - ], - [ - 107325, - 3, - 0 - ], - [ - 107175, - 2, - 0 - ], - [ - 107250, - 3, - 0 - ], - [ - 107550, - 2, - 0 - ], - [ - 107625, - 3, - 0 - ], - [ - 107700, - 1, - 0 - ], - [ - 107775, - 0, - 0 - ], - [ - 107850, - 2, - 0 - ], - [ - 107925, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 108000, - 0, - 0 - ], - [ - 108150, - 1, - 0 - ], - [ - 108300, - 2, - 0 - ], - [ - 108450, - 3, - 0 - ], - [ - 108600, - 0, - 0 - ], - [ - 108675, - 0, - 0 - ], - [ - 108750, - 2, - 0 - ], - [ - 108825, - 1, - 0 - ], - [ - 108900, - 3, - 0 - ], - [ - 108975, - 3, - 0 - ], - [ - 109050, - 1, - 0 - ], - [ - 109125, - 2, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 109200, - 0, - 0 - ], - [ - 109275, - 1, - 0 - ], - [ - 109350, - 2, - 0 - ], - [ - 109425, - 0, - 0 - ], - [ - 109500, - 3, - 0 - ], - [ - 109575, - 2, - 0 - ], - [ - 109650, - 1, - 0 - ], - [ - 109725, - 3, - 0 - ], - [ - 109800, - 0, - 0 - ], - [ - 109875, - 1, - 0 - ], - [ - 109950, - 2, - 0 - ], - [ - 110025, - 3, - 0 - ], - [ - 110100, - 2, - 0 - ], - [ - 110175, - 1, - 0 - ], - [ - 110325, - 1, - 0 - ], - [ - 110250, - 0, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 140 - }, - { - "sectionNotes": [ - [ - 110400, - 3, - 0 - ], - [ - 110550, - 3, - 0 - ], - [ - 110850, - 0, - 0 - ], - [ - 111000, - 1, - 0 - ], - [ - 111150, - 1, - 0 - ], - [ - 111300, - 3, - 0 - ], - [ - 111450, - 3, - 0 - ], - [ - 110700, - 2, - 0 - ] - ], - "typeOfSection": 0, - "lengthInSteps": 16, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 140 - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ - [ - 111600, - 2, - 0 - ], - [ - 111750, - 0, - 0 - ], - [ - 111900, - 2, - 0 - ], - [ - 112050, - 3, - 0 - ], - [ - 112200, - 1, - 0 - ], - [ - 112500, - 1, - 0 - ], - [ - 112350, - 0, - 0 - ], - [ - 112650, - 3, - 0 - ] - ], - "altAnim": false, - "bpm": 140, - "changeBPM": false, - "mustHitSection": true - }, - { - "sectionNotes": [ - [ - 112800, - 0, - 0 - ], - [ - 112875, - 1, - 0 - ], - [ - 112950, - 2, - 0 - ], - [ - 113025, - 1, - 0 - ], - [ - 113100, - 2, - 0 - ], - [ - 113175, - 3, - 0 - ], - [ - 113250, - 0, - 0 - ], - [ - 113325, - 1, - 0 - ], [ 113400, - 3, + 2, 0 ], [ 113475, - 2, + 3, 0 ], [ @@ -5913,7 +5132,7 @@ ], [ 113625, - 3, + 2, 0 ], [ @@ -5937,15 +5156,15 @@ 0 ] ], - "typeOfSection": 0, - "lengthInSteps": 16, - "gfSection": false, "altAnim": false, - "mustHitSection": true, + "gfSection": false, + "bpm": 140, "changeBPM": false, - "bpm": 140 + "mustHitSection": true }, { + "lengthInSteps": 16, + "typeOfSection": 0, "sectionNotes": [ [ 114000, @@ -5959,7 +5178,7 @@ ], [ 114150, - 0, + 3, 0 ], [ @@ -5979,12 +5198,12 @@ ], [ 114600, - 0, + 1, 0 ], [ 114675, - 2, + 0, 0 ], [ @@ -5993,46 +5212,42 @@ 0 ], [ - 114900, + 114825, 3, 0 ], + [ + 114900, + 2, + 0 + ], [ 114975, - 1, + 3, 0 ], [ 115050, - 2, - 0 - ], - [ - 114825, 0, 0 ], [ 115125, - 3, + 1, 0 ] ], - "typeOfSection": 0, - "lengthInSteps": 16, - "gfSection": false, "altAnim": false, - "mustHitSection": true, + "gfSection": false, + "bpm": 140, "changeBPM": false, - "bpm": 140 + "mustHitSection": true }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 115200, - 0, + 3, 0 ], [ @@ -6042,7 +5257,7 @@ ], [ 115500, - 1, + 2, 0 ], [ @@ -6052,7 +5267,7 @@ ], [ 115800, - 2, + 0, 0 ], [ @@ -6067,7 +5282,7 @@ ], [ 116025, - 3, + 0, 0 ], [ @@ -6077,7 +5292,7 @@ ], [ 116175, - 0, + 3, 0 ], [ @@ -6091,19 +5306,19 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 140, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 116850, - 2, + 0, 225 ], [ @@ -6112,26 +5327,70 @@ 225 ], [ - 116850, + 117150, 3, 225 - ], + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 140 + }, + { + "sectionNotes": [ [ - 117150, + 119175, 0, 225 + ], + [ + 119175, + 2, + 225 + ], + [ + 119475, + 1, + 675 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 140, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { "lengthInSteps": 16, "typeOfSection": 0, - "sectionNotes": [], + "sectionNotes": [ + [ + 120825, + 3, + 0 + ], + [ + 120937.5, + 0, + 0 + ] + ], "altAnim": false, "gfSection": false, "bpm": 140, @@ -6139,42 +5398,62 @@ "mustHitSection": true }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 119175, - 3, + 121200, + 2, 225 ], [ - 119475, + 121500, + 3, + 150 + ], + [ + 122100, 0, - 750 + 0 ], [ - 118950, - 2, + 122287.5, + 1, 150 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 140, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 140 }, { "sectionNotes": [ [ - 120825, - 2, + 122625, + 3, + 0 + ], + [ + 123150, + 0, 0 ], [ - 120975, + 123150, 1, 0 + ], + [ + 123375, + 1, + 225 + ], + [ + 123375, + 2, + 225 ] ], "typeOfSection": 0, @@ -6186,161 +5465,190 @@ "bpm": 140 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 121200, + 123675, + 3, + 0 + ], + [ + 123675, 0, + 0 + ], + [ + 124050, + 1, 225 ], [ - 121500, + 124050, 3, 225 ], [ - 122100, + 124350, + 2, + 0 + ], + [ + 124350, + 0, + 0 + ], + [ + 124575, 0, 0 ], [ - 122325, + 124575, 1, - 225 + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 140, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 160 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 123075, + 124950, 0, - 750 + 0 ], [ - 123225, + 124950, 1, - 600 + 0 ], [ - 123375, + 125100, 2, - 450 + 0 ], [ - 122625, - 2, + 125100, + 3, + 0 + ], + [ + 125175, + 0, + 0 + ], + [ + 125250, + 1, 0 ], [ - 123525, + 125475, + 0, + 225 + ], + [ + 125475, + 3, + 225 + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 160 + }, + { + "sectionNotes": [ + [ + 126000, + 2, + 600 + ], + [ + 126000, + 0, + 600 + ], + [ + 126000, 3, - 300 + 600 ] ], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 160 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 160 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 160 + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], + "altAnim": false, + "gfSection": false, + "bpm": 160, + "changeBPM": false, + "mustHitSection": true + }, + { + "lengthInSteps": 16, + "typeOfSection": 0, + "sectionNotes": [], "altAnim": false, "gfSection": false, - "bpm": 140, + "bpm": 200, "changeBPM": false, "mustHitSection": true }, { "lengthInSteps": 16, "typeOfSection": 0, - "sectionNotes": [ - [ - 124050, - 1, - 150 - ], - [ - 124050, - 0, - 150 - ], - [ - 124275, - 3, - 450 - ], - [ - 124425, - 2, - 300 - ], - [ - 124575, - 1, - 150 - ], - [ - 124725, - 0, - 0 - ] - ], + "sectionNotes": [], "altAnim": false, "gfSection": false, - "bpm": 160, + "bpm": 200, "changeBPM": false, "mustHitSection": true }, { "lengthInSteps": 16, "typeOfSection": 0, - "sectionNotes": [ - [ - 125550, - 0, - 0 - ], - [ - 125550, - 1, - 0 - ], - [ - 125550, - 3, - 0 - ], - [ - 125550, - 2, - 0 - ], - [ - 125925, - 0, - 2400 - ], - [ - 125925, - 1, - 2400 - ], - [ - 125925, - 2, - 2400 - ], - [ - 125925, - 3, - 2400 - ] - ], + "sectionNotes": [], "altAnim": false, "gfSection": false, - "bpm": 160, + "bpm": 200, "changeBPM": false, "mustHitSection": true }, @@ -6350,7 +5658,7 @@ "sectionNotes": [], "altAnim": false, "gfSection": false, - "bpm": 160, + "bpm": 200, "changeBPM": false, "mustHitSection": true }, @@ -6360,7 +5668,7 @@ "sectionNotes": [], "altAnim": false, "gfSection": false, - "bpm": 160, + "bpm": 200, "changeBPM": false, "mustHitSection": true }, @@ -6370,19 +5678,19 @@ "sectionNotes": [], "altAnim": false, "gfSection": false, - "bpm": 160, + "bpm": 200, "changeBPM": false, "mustHitSection": true }, { - "sectionNotes": [], - "typeOfSection": 0, "lengthInSteps": 16, - "gfSection": false, + "typeOfSection": 0, + "sectionNotes": [], "altAnim": false, - "mustHitSection": true, + "gfSection": false, + "bpm": 200, "changeBPM": false, - "bpm": 160 + "mustHitSection": true }, { "sectionNotes": [], @@ -6425,19 +5733,18 @@ "bpm": 200 }, { - "sectionNotes": [], - "typeOfSection": 0, "lengthInSteps": 16, - "gfSection": false, + "typeOfSection": 0, + "sectionNotes": [], "altAnim": false, - "mustHitSection": true, + "bpm": 200, "changeBPM": false, - "bpm": 200 + "mustHitSection": true }, { + "sectionBeats": 4, "sectionNotes": [], "typeOfSection": 0, - "lengthInSteps": 16, "gfSection": false, "altAnim": false, "mustHitSection": true, @@ -6445,9 +5752,9 @@ "bpm": 200 }, { + "sectionBeats": 4, "sectionNotes": [], "typeOfSection": 0, - "lengthInSteps": 16, "gfSection": false, "altAnim": false, "mustHitSection": true, @@ -6455,9 +5762,9 @@ "bpm": 200 }, { - "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, "gfSection": false, "bpm": 200, @@ -6465,9 +5772,9 @@ "mustHitSection": true }, { - "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, "gfSection": false, "bpm": 200, @@ -6475,9 +5782,9 @@ "mustHitSection": true }, { - "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, "gfSection": false, "bpm": 200, @@ -6485,9 +5792,9 @@ "mustHitSection": true }, { - "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, "gfSection": false, "bpm": 200, @@ -6495,13 +5802,14 @@ "mustHitSection": true }, { - "sectionNotes": [], "typeOfSection": 0, - "lengthInSteps": 16, + "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, - "mustHitSection": true, + "gfSection": false, + "bpm": 200, "changeBPM": false, - "bpm": 200 + "mustHitSection": true }, { "typeOfSection": 0, @@ -6524,94 +5832,34 @@ "mustHitSection": true }, { - "sectionBeats": 4, - "sectionNotes": [], "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 200 - }, - { - "sectionBeats": 4, "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 200 - }, - { "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 200 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, "gfSection": false, - "altAnim": false, - "mustHitSection": true, + "bpm": 200, "changeBPM": false, - "bpm": 200 + "mustHitSection": true }, { - "sectionBeats": 4, - "sectionNotes": [], "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 200 - }, - { - "sectionBeats": 4, "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, - "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 200 - }, - { "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, - "gfSection": false, "altAnim": false, - "mustHitSection": true, - "changeBPM": false, - "bpm": 200 - }, - { - "sectionBeats": 4, - "sectionNotes": [], - "typeOfSection": 0, "gfSection": false, - "altAnim": false, - "mustHitSection": true, + "bpm": 200, "changeBPM": false, - "bpm": 200 + "mustHitSection": true }, { - "sectionBeats": 4, - "sectionNotes": [], "typeOfSection": 0, - "gfSection": false, + "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, - "mustHitSection": true, + "gfSection": false, + "bpm": 200, "changeBPM": false, - "bpm": 200 + "mustHitSection": true }, { "sectionBeats": 4, @@ -6634,67 +5882,13 @@ "mustHitSection": true } ], - "player2": "flumpty", - "gfVersion": "gf", - "events": [ - [ - 17400, - [ - [ - "Play Animation", - "scream", - "bf" - ] - ] - ], - [ - 36000, - [ - [ - "Play Animation", - "scream", - "bf" - ] - ] - ], - [ - 46500, - [ - [ - "Play Animation", - "scream", - "bf" - ] - ] - ], - [ - 68100, - [ - [ - "Play Animation", - "scream", - "bf" - ] - ] - ], - [ - 76800, - [ - [ - "Play Animation", - "scream", - "bf" - ] - ] - ] - ], "player3": null, "song": "Ready-Loud", - "arrowSkin": "NOTE_assets_3D", - "stage": "onaf", - "needsVoices": true, "validScore": true, - "bpm": 200, - "speed": 3 + "needsVoices": true, + "stage": "onaf", + "arrowSkin": "NOTE_assets_3D", + "speed": 3, + "bpm": 200 } } \ No newline at end of file diff --git a/assets/preload/data/tantalum/follow.lua b/assets/preload/data/tantalum/follow.lua deleted file mode 100644 index 3a7c7a8..0000000 --- a/assets/preload/data/tantalum/follow.lua +++ /dev/null @@ -1,91 +0,0 @@ ---[[ setting stuffs ]] -local following = true -local offsets = { - ["dad"] = 38, - ["boyfriend"] = 38} -local manual = { - ["dad"] = {0, 0}, - ["boyfriend"] = {0, 0}, - - ["enabled"] = false -} - ---[[ internal stuffs ]] -local anims = { - ["singL"] = true, - ["singD"] = false, - ["singU"] = false, - ["singR"] = true -} -local singing = { - ["dad"] = false, - ["boyfriend"] = false -} -local function get_pos(char) - if manual["enabled"] then - return manual[char] - else - local mid, pos = {getMidpointX(char), getMidpointY(char)}, getProperty(char .. ".cameraPosition") - local offset = getProperty((mustHitSection and char or "opponent") .. "CameraOffset") - return { - mid[1] + (mustHitSection and -100 or 150) + (mustHitSection and -pos[1] or pos[1]) + offset[1], - mid[2] - 100 + pos[2] + offset[2] - } - end -end -local function follow(char) - local anim, pos, offset = getProperty(char .. ".animation.curAnim.name"):sub(1, 5), get_pos(char), offsets[char] - local pos_clone, horizontal = {pos[1], pos[2]}, anims[anim] - if following then - if horizontal then - pos_clone[1] = pos_clone[1] + (anim == "singL" and -offset or offset) - elseif horizontal == false then - pos_clone[2] = pos_clone[2] + (anim == "singU" and -offset or offset) - end - end - setProperty("camFollow.x", pos_clone[1]) - setProperty("camFollow.y", pos_clone[2]) -end -function onStartCountdown() - setProperty("isCameraOnForcedPos", true) - follow("dad") -end -function onBeatHit() - if curBeat % 4 == 0 then - follow(mustHitSection and "boyfriend" or "dad") - end -end -local function check_idle(char) - local anim = getProperty(char .. ".animation.curAnim.name") - if anim == "idle" then - if singing[char] then - follow(char) - end - singing[char] = false - end -end -function onTimerCompleted(tag) - if mustHitSection then - if tag == "follow_boyfriend_idle" then - check_idle("boyfriend") - end - elseif tag == "follow_dad_idle" then - check_idle("dad") - end -end -local function follow_note(note_type, sustained) - if note_type ~= "No Animation" then - local char = mustHitSection and "boyfriend" or "dad" - if not sustained then - follow(char) - end - singing[char] = true - runTimer("follow_" .. char .. "_idle", (stepCrochet * getProperty(char .. ".singDuration") + 30) / 1000) - end -end -function goodNoteHit(id, direction, note_type, sustained) - follow_note(note_type, sustained) -end -function opponentNoteHit(id, direction, note_type, sustained) - follow_note(note_type, sustained) -end diff --git a/assets/preload/data/theft/theft.json b/assets/preload/data/theft/theft.json index f4b97bf..622e67a 100644 --- a/assets/preload/data/theft/theft.json +++ b/assets/preload/data/theft/theft.json @@ -1,92 +1,89 @@ { "song": { "player1": "bf-3d", - "player2": "garrett", - "events": [], + "gfVersion": "gf", "notes": [ { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 150, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 150 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 150, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 150 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 16250, @@ -124,15 +121,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 18000, @@ -160,15 +157,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 20000, @@ -221,15 +218,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 22000, @@ -262,15 +259,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 24250, @@ -308,15 +305,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 26000, @@ -344,15 +341,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 28250, @@ -395,15 +392,15 @@ 375 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 30000, @@ -436,15 +433,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 32250, @@ -487,15 +484,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 34000, @@ -528,15 +525,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 36250, @@ -579,15 +576,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 38000, @@ -620,15 +617,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 40250, @@ -671,15 +668,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 42000, @@ -712,15 +709,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 44250, @@ -763,15 +760,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 46000, @@ -804,15 +801,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 48000, @@ -829,16 +826,6 @@ 1, 0 ], - [ - 48750, - 2, - 0 - ], - [ - 49000, - 3, - 0 - ], [ 49125, 0, @@ -848,17 +835,22 @@ 49500, 1, 375 + ], + [ + 48750, + 3, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 50000, @@ -911,15 +903,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 52250, @@ -941,16 +933,6 @@ 2, 0 ], - [ - 53000, - 2, - 0 - ], - [ - 52875, - 1, - 0 - ], [ 53125, 3, @@ -975,17 +957,22 @@ 52000, 2, 125 + ], + [ + 52875, + 1, + 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 54000, @@ -1038,15 +1025,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 56000, @@ -1063,16 +1050,6 @@ 1, 125 ], - [ - 56750, - 0, - 125 - ], - [ - 57000, - 1, - 0 - ], [ 57125, 2, @@ -1082,17 +1059,22 @@ 57500, 3, 375 + ], + [ + 56750, + 0, + 375 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 58250, @@ -1145,31 +1127,16 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 60250, - 3, - 0 - ], - [ - 60750, - 0, - 0 - ], - [ - 61000, - 3, - 0 - ], [ 61125, 1, @@ -1199,17 +1166,27 @@ 60500, 2, 125 + ], + [ + 60250, + 3, + 125 + ], + [ + 60750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 62000, @@ -1242,15 +1219,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 64000, @@ -1267,16 +1244,6 @@ 1, 0 ], - [ - 64750, - 2, - 0 - ], - [ - 65000, - 3, - 0 - ], [ 65125, 0, @@ -1286,17 +1253,22 @@ 65500, 1, 375 + ], + [ + 64750, + 3, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 66000, @@ -1349,15 +1321,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 68250, @@ -1379,16 +1351,6 @@ 2, 0 ], - [ - 69000, - 2, - 0 - ], - [ - 68875, - 1, - 0 - ], [ 69125, 3, @@ -1413,17 +1375,22 @@ 68000, 2, 125 + ], + [ + 68875, + 1, + 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 70000, @@ -1476,15 +1443,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 72000, @@ -1501,16 +1468,6 @@ 1, 125 ], - [ - 72750, - 0, - 125 - ], - [ - 73000, - 1, - 0 - ], [ 73125, 2, @@ -1520,17 +1477,22 @@ 73500, 3, 375 + ], + [ + 72750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 74250, @@ -1583,31 +1545,21 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 76250, 3, 0 ], - [ - 76750, - 0, - 0 - ], - [ - 77000, - 3, - 0 - ], [ 77125, 1, @@ -1637,17 +1589,22 @@ 76500, 2, 125 + ], + [ + 76750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 78000, @@ -1690,26 +1647,16 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 80000, - 3, - 250 - ], - [ - 81000, - 0, - 250 - ], [ 80375, 2, @@ -1729,28 +1676,48 @@ 81750, 1, 125 - ] - ], - "altAnim": false, - "gfSection": false, - "bpm": 120, - "changeBPM": false, - "mustHitSection": true - }, - { - "lengthInSteps": 16, - "typeOfSection": 0, - "sectionNotes": [ + ], [ - 82000, + 80000, 3, - 250 + 125 ], [ - 83000, + 80250, 0, - 250 + 0 ], + [ + 80625, + 1, + 0 + ], + [ + 81250, + 3, + 0 + ], + [ + 81000, + 0, + 125 + ], + [ + 81625, + 2, + 0 + ] + ], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 120 + }, + { + "sectionNotes": [ [ 82375, 1, @@ -1770,28 +1737,48 @@ 83750, 2, 125 + ], + [ + 82000, + 3, + 125 + ], + [ + 82250, + 0, + 0 + ], + [ + 82625, + 2, + 0 + ], + [ + 83000, + 0, + 125 + ], + [ + 83250, + 3, + 0 + ], + [ + 83625, + 0, + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 84000, - 3, - 250 - ], - [ - 85000, - 0, - 250 - ], [ 84375, 2, @@ -1811,28 +1798,48 @@ 85750, 1, 125 + ], + [ + 84250, + 0, + 0 + ], + [ + 84000, + 3, + 125 + ], + [ + 84625, + 1, + 0 + ], + [ + 85000, + 0, + 125 + ], + [ + 85250, + 3, + 0 + ], + [ + 85625, + 2, + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 86000, - 3, - 250 - ], - [ - 87000, - 0, - 250 - ], [ 86375, 1, @@ -1852,28 +1859,48 @@ 87750, 2, 125 + ], + [ + 86000, + 3, + 125 + ], + [ + 86250, + 0, + 0 + ], + [ + 86625, + 2, + 0 + ], + [ + 87250, + 3, + 0 + ], + [ + 87625, + 0, + 0 + ], + [ + 87000, + 0, + 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 88000, - 3, - 250 - ], - [ - 89000, - 0, - 250 - ], [ 88375, 2, @@ -1894,16 +1921,6 @@ 1, 125 ], - [ - 88000, - 7, - 250 - ], - [ - 89000, - 4, - 250 - ], [ 88375, 6, @@ -1923,28 +1940,78 @@ 89750, 5, 125 + ], + [ + 88000, + 7, + 125 + ], + [ + 88250, + 4, + 0 + ], + [ + 88000, + 3, + 125 + ], + [ + 88250, + 0, + 0 + ], + [ + 88625, + 1, + 0 + ], + [ + 89000, + 0, + 125 + ], + [ + 89250, + 3, + 0 + ], + [ + 89625, + 2, + 0 + ], + [ + 89625, + 6, + 0 + ], + [ + 89250, + 7, + 0 + ], + [ + 89000, + 4, + 125 + ], + [ + 88625, + 5, + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 90000, - 3, - 250 - ], - [ - 91000, - 0, - 250 - ], [ 90375, 1, @@ -1965,16 +2032,6 @@ 2, 125 ], - [ - 90000, - 7, - 250 - ], - [ - 91000, - 4, - 250 - ], [ 90375, 5, @@ -1994,28 +2051,78 @@ 91750, 6, 125 + ], + [ + 90000, + 3, + 125 + ], + [ + 90000, + 7, + 125 + ], + [ + 91000, + 0, + 125 + ], + [ + 91000, + 4, + 125 + ], + [ + 90250, + 0, + 0 + ], + [ + 90625, + 2, + 0 + ], + [ + 91250, + 3, + 0 + ], + [ + 91625, + 0, + 0 + ], + [ + 91625, + 4, + 0 + ], + [ + 91250, + 7, + 0 + ], + [ + 90625, + 6, + 0 + ], + [ + 90250, + 4, + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ - [ - 92000, - 3, - 250 - ], - [ - 93000, - 0, - 250 - ], [ 92375, 2, @@ -2036,16 +2143,6 @@ 1, 125 ], - [ - 92000, - 7, - 250 - ], - [ - 93000, - 4, - 250 - ], [ 92375, 6, @@ -2065,88 +2162,188 @@ 93750, 5, 125 + ], + [ + 92000, + 3, + 125 + ], + [ + 92250, + 0, + 0 + ], + [ + 92000, + 7, + 125 + ], + [ + 92250, + 4, + 0 + ], + [ + 92625, + 5, + 0 + ], + [ + 92625, + 1, + 0 + ], + [ + 93000, + 0, + 125 + ], + [ + 93000, + 4, + 125 + ], + [ + 93250, + 3, + 0 + ], + [ + 93625, + 2, + 0 + ], + [ + 93625, + 6, + 0 + ], + [ + 93250, + 7, + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ - 94000, - 3, - 250 + 94375, + 1, + 125 ], [ - 95000, - 0, - 250 + 94750, + 1, + 125 + ], + [ + 95375, + 2, + 125 + ], + [ + 95750, + 2, + 125 ], [ 94375, - 1, + 5, + 125 + ], + [ + 94750, + 5, + 125 + ], + [ + 95375, + 6, + 125 + ], + [ + 95750, + 6, + 125 + ], + [ + 94000, + 3, + 125 + ], + [ + 94000, + 7, 125 ], [ - 94750, - 1, - 125 + 94250, + 0, + 0 ], [ - 95375, + 94625, 2, - 125 + 0 ], [ - 95750, - 2, - 125 + 94625, + 6, + 0 ], [ - 94000, - 7, - 250 + 94250, + 4, + 0 ], [ 95000, 4, - 250 + 125 ], [ - 94375, - 5, - 125 + 95250, + 7, + 0 ], [ - 94750, - 5, + 95000, + 0, 125 ], [ - 95375, - 6, - 125 + 95250, + 3, + 0 ], [ - 95750, - 6, - 125 + 95625, + 1, + 0 + ], + [ + 95625, + 5, + 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 96250, @@ -2184,15 +2381,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 98000, @@ -2220,15 +2417,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 100000, @@ -2281,15 +2478,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 102000, @@ -2322,15 +2519,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 104250, @@ -2368,15 +2565,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 106000, @@ -2404,15 +2601,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 108250, @@ -2455,15 +2652,15 @@ 375 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 110000, @@ -2496,15 +2693,15 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 112250, @@ -2547,15 +2744,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 114000, @@ -2588,15 +2785,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 116250, @@ -2639,15 +2836,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 118000, @@ -2680,15 +2877,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 120250, @@ -2731,15 +2928,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 122000, @@ -2772,15 +2969,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 124250, @@ -2823,15 +3020,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 126000, @@ -2864,15 +3061,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 128000, @@ -2889,16 +3086,6 @@ 1, 0 ], - [ - 128750, - 2, - 0 - ], - [ - 129000, - 3, - 0 - ], [ 129125, 0, @@ -2908,17 +3095,22 @@ 129500, 1, 375 + ], + [ + 128750, + 3, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 130000, @@ -2971,15 +3163,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 132250, @@ -2996,16 +3188,6 @@ 2, 0 ], - [ - 133000, - 2, - 0 - ], - [ - 132875, - 1, - 0 - ], [ 133125, 3, @@ -3035,17 +3217,22 @@ 132500, 1, 125 + ], + [ + 132875, + 1, + 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 134000, @@ -3098,15 +3285,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 136000, @@ -3123,16 +3310,6 @@ 1, 125 ], - [ - 136750, - 0, - 125 - ], - [ - 137000, - 1, - 0 - ], [ 137125, 2, @@ -3142,17 +3319,22 @@ 137500, 3, 375 + ], + [ + 136750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 138250, @@ -3205,15 +3387,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 140000, @@ -3230,16 +3412,6 @@ 2, 0 ], - [ - 140750, - 0, - 0 - ], - [ - 141000, - 3, - 0 - ], [ 141125, 1, @@ -3259,17 +3431,22 @@ 141250, 2, 125 + ], + [ + 140750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 142000, @@ -3302,15 +3479,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": false, "changeBPM": false, - "mustHitSection": false + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 144000, @@ -3327,16 +3504,6 @@ 1, 0 ], - [ - 144750, - 2, - 0 - ], - [ - 145000, - 3, - 0 - ], [ 145125, 0, @@ -3346,17 +3513,22 @@ 145500, 1, 375 + ], + [ + 144750, + 3, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 146000, @@ -3409,15 +3581,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 148250, @@ -3434,16 +3606,6 @@ 2, 0 ], - [ - 149000, - 2, - 0 - ], - [ - 148875, - 1, - 0 - ], [ 149125, 3, @@ -3473,17 +3635,22 @@ 148500, 1, 125 + ], + [ + 148875, + 1, + 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 150000, @@ -3536,15 +3703,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 152000, @@ -3561,16 +3728,6 @@ 1, 125 ], - [ - 152750, - 0, - 125 - ], - [ - 153000, - 1, - 0 - ], [ 153125, 2, @@ -3580,17 +3737,22 @@ 153500, 3, 375 + ], + [ + 152750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 154250, @@ -3643,15 +3805,15 @@ 125 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 156000, @@ -3668,16 +3830,6 @@ 2, 0 ], - [ - 156750, - 0, - 0 - ], - [ - 157000, - 3, - 0 - ], [ 157125, 1, @@ -3697,17 +3849,22 @@ 157250, 2, 125 + ], + [ + 156750, + 0, + 250 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [ [ 158000, @@ -3750,36 +3907,58 @@ 0 ] ], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], - "altAnim": false, + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { - "lengthInSteps": 16, - "typeOfSection": 0, "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, + "gfSection": false, "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 120 + }, + { + "sectionNotes": [], + "typeOfSection": 0, + "lengthInSteps": 16, "gfSection": false, - "bpm": 120, + "altAnim": false, + "mustHitSection": true, "changeBPM": false, - "mustHitSection": true + "bpm": 120 }, { + "sectionNotes": [], + "typeOfSection": 0, "lengthInSteps": 16, + "gfSection": false, + "altAnim": false, + "mustHitSection": true, + "changeBPM": false, + "bpm": 120 + }, + { "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, "gfSection": false, "bpm": 120, @@ -3787,9 +3966,9 @@ "mustHitSection": true }, { - "lengthInSteps": 16, "typeOfSection": 0, "sectionNotes": [], + "sectionBeats": 4, "altAnim": false, "gfSection": false, "bpm": 120, @@ -3816,16 +3995,6 @@ "changeBPM": false, "bpm": 120 }, - { - "gfSection": false, - "altAnim": false, - "typeOfSection": 0, - "sectionNotes": [], - "bpm": 120, - "sectionBeats": 4, - "changeBPM": false, - "mustHitSection": true - }, { "gfSection": false, "altAnim": false, @@ -3837,15 +4006,16 @@ "mustHitSection": true } ], - "gfVersion": "gf", + "events": [], + "player2": "garrett", "player3": null, "splashSkin": "noteSplashes", "song": "Theft", - "stage": "Dave School Lunch Room", - "validScore": true, - "arrowSkin": "NOTE_assets_3D", "needsVoices": true, - "speed": 2.9, - "bpm": 120 + "arrowSkin": "NOTE_assets_3D", + "validScore": true, + "stage": "Dave School Lunch Room", + "bpm": 120, + "speed": 2.9 } } \ No newline at end of file