This commit is contained in:
tls 2022-06-29 02:04:31 +08:00
parent 5e816a3720
commit 5573db23c2
1 changed files with 166 additions and 24 deletions

View File

@ -48,8 +48,10 @@
"events":
[
{ "bar": 1, "beat": 1, "y": 0, "type": "SetTheme", "rooms": [0], "preset": "OrientalTechno" },
{ "bar": 1, "beat": 1, "y": 0, "type": "PlaySong", "filename": "toby fox - UNDERTALE Soundtrack - 71 Undertale.mp3", "volume": 100, "pitch": 100, "pan": 0, "offset": 60, "bpm": 203.85, "loop": false },
{ "bar": 1, "beat": 1, "y": 0, "type": "PlaySong", "filename": "toby fox - UNDERTALE Soundtrack - 71 Undertale.mp3", "volume": 100, "pitch": 100, "pan": 0, "offset": 60, "bpm": 203.805, "loop": false },
{ "bar": 1, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 1, "beat": 1, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["CPU", "NoChange", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 1, "beat": 1, "y": 2, "type": "ShowStatusSign", "text": "现在是自动", "duration": 8, "useBeats": true, "narrate": true },
{ "bar": 1, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 1, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 1, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -105,6 +107,8 @@
{ "bar": 8, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 8, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 8, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 8, "beat": 8, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["P1", "NoChange", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 8, "beat": 8, "y": 0, "type": "FloatingText", "rooms": [0], "id": 0, "text": "该你了", "times": "", "textPosition": [50, 50], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 9, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 9, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 9, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -159,6 +163,7 @@
{ "bar": 15, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 16, "beat": 1, "y": 3, "type": "SetTheme", "rooms": [3], "preset": "GirlWard" },
{ "bar": 16, "beat": 1, "y": 0, "type": "ShowRooms", "rooms": [0, 2, 3], "transitionTime": 8, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
{ "bar": 16, "beat": 1, "y": 2, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["NoChange", "NoChange", "NoChange", "CPU", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 16, "beat": 2, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 1 },
{ "bar": 16, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 16, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -239,6 +244,8 @@
{ "bar": 25, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 25, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 25, "beat": 1, "y": 2, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
{ "bar": 25, "beat": 1, "y": 2, "type": "FloatingText", "rooms": [4], "id": 1, "text": "该你了", "times": "", "textPosition": [50, 50], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 25, "beat": 1.25, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["CPU", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 25, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 25, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 25, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -274,14 +281,17 @@
{ "bar": 29, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 29, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 29, "beat": 1, "y": 2, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
{ "bar": 29, "beat": 1, "y": 3, "type": "FloatingText", "rooms": [3], "id": 2, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [50, 50], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 29, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 29, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 29, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 29, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 29, "beat": 5, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 29, "beat": 5, "y": 3, "type": "AdvanceText", "id": 2 },
{ "bar": 29, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 29, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 30, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 30, "beat": 1, "y": 3, "type": "AdvanceText", "id": 2 },
{ "bar": 30, "beat": 2, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 30, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 30, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -289,15 +299,18 @@
{ "bar": 30, "beat": 6, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 30, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 30, "beat": 7, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 30, "beat": 7, "y": 3, "type": "AdvanceText", "id": 2 },
{ "bar": 30, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 31, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 31, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 1, "y": 3, "type": "AdvanceText", "id": 2 },
{ "bar": 31, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 5, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 5, "y": 3, "type": "AdvanceText", "id": 2 },
{ "bar": 31, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 31, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 32, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -345,14 +358,17 @@
{ "bar": 37, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 37, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 37, "beat": 1, "y": 2, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
{ "bar": 37, "beat": 1, "y": 3, "type": "FloatingText", "rooms": [3], "id": 9, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [50, 50], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 37, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 37, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 37, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 37, "beat": 4.75, "y": 3, "type": "AdvanceText", "id": 9 },
{ "bar": 37, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 37, "beat": 5, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 37, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 37, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 38, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 38, "beat": 1, "y": 3, "type": "AdvanceText", "id": 9 },
{ "bar": 38, "beat": 2, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 38, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 38, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -360,10 +376,12 @@
{ "bar": 38, "beat": 6, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 38, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 38, "beat": 7, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 38, "beat": 7, "y": 3, "type": "AdvanceText", "id": 9 },
{ "bar": 38, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 1, "y": 1, "type": "AddFreeTimeBeat", "row": 2, "hold": 0, "pulse": 0 },
{ "bar": 39, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 39, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 1, "y": 3, "type": "AdvanceText", "id": 9 },
{ "bar": 39, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 3, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -371,13 +389,20 @@
{ "bar": 39, "beat": 5, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 5, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 5, "y": 3, "type": "AdvanceText", "id": 9 },
{ "bar": 39, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 7, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 39, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 40, "beat": 1, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 40, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 40, "beat": 2, "y": 2, "type": "AddClassicBeat", "row": 3, "tick": 1, "swing": 0, "hold": 0 },
{ "bar": 40, "beat": 2, "y": 3, "type": "FloatingText", "rooms": [3], "id": 3, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [50, 50], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 40, "beat": 3, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 40, "beat": 3, "y": 3, "type": "AdvanceText", "id": 3 },
{ "bar": 40, "beat": 4, "y": 3, "type": "AdvanceText", "id": 3 },
{ "bar": 40, "beat": 5, "y": 3, "type": "AdvanceText", "id": 3 },
{ "bar": 40, "beat": 6, "y": 3, "type": "AdvanceText", "id": 3 },
{ "bar": 40, "beat": 7, "y": 3, "type": "AdvanceText", "id": 3 },
{ "bar": 41, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 41, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 41, "beat": 1, "y": 2, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
@ -519,20 +544,28 @@
{ "bar": 56, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 56, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 56, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 56, "beat": 7, "y": 2, "type": "FloatingText", "rooms": [2], "id": 5, "text": "来试试中间的", "times": "", "textPosition": [50, 36.44781], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 8, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 56, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 56, "beat": 8, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["NoChange", "NoChange", "P1", "CPU", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 57, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 57, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 57, "beat": 1, "y": 2, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
{ "bar": 57, "beat": 1, "y": 3, "type": "FloatingText", "rooms": [2], "id": 6, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [50, 62.87879], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "UpperCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 57, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 57, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 57, "beat": 3, "y": 3, "type": "AdvanceText", "id": 6 },
{ "bar": 57, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 57, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 57, "beat": 5, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Custom", "customPulse": 3 },
{ "bar": 57, "beat": 5, "y": 3, "type": "AdvanceText", "id": 6 },
{ "bar": 57, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 57, "beat": 7, "y": 3, "type": "AdvanceText", "id": 6 },
{ "bar": 57, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 58, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Custom", "customPulse": 2 },
{ "bar": 58, "beat": 1, "y": 3, "type": "AdvanceText", "id": 6 },
{ "bar": 58, "beat": 2, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 58, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 58, "beat": 3, "y": 3, "type": "AdvanceText", "id": 6 },
{ "bar": 58, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 58, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 58, "beat": 6, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -541,16 +574,22 @@
{ "bar": 59, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 59, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 59, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Custom", "customPulse": 1 },
{ "bar": 59, "beat": 1, "y": 3, "type": "FloatingText", "rooms": [2], "id": 11, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [50, 62.87879], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "UpperCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 59, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 59, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 59, "beat": 3, "y": 3, "type": "AdvanceText", "id": 11 },
{ "bar": 59, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 59, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 59, "beat": 5, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Custom", "customPulse": 3 },
{ "bar": 59, "beat": 5, "y": 3, "type": "AdvanceText", "id": 11 },
{ "bar": 59, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 59, "beat": 7, "y": 3, "type": "AdvanceText", "id": 11 },
{ "bar": 59, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 60, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Custom", "customPulse": 0 },
{ "bar": 60, "beat": 1, "y": 3, "type": "AdvanceText", "id": 11 },
{ "bar": 60, "beat": 2, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 1 },
{ "bar": 60, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 60, "beat": 3, "y": 3, "type": "AdvanceText", "id": 11 },
{ "bar": 60, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 60, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 60, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -574,6 +613,7 @@
{ "bar": 62, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 62, "beat": 7, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 62, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 63, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 203.984 },
{ "bar": 63, "beat": 1, "y": 1, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 63, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 63, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -644,12 +684,13 @@
{ "bar": 70, "beat": 6, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 70, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 70, "beat": 7, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 70, "beat": 7, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["NoChange", "NoChange", "CPU", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Ian", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 70, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 71, "beat": 1, "y": 1, "type": "SetTheme", "rooms": [1], "preset": "BoyWard" },
{ "bar": 71, "beat": 1, "y": 1, "type": "AddFreeTimeBeat", "row": 2, "hold": 0, "pulse": 0 },
{ "bar": 71, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 71, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 71, "beat": 1, "y": 1, "type": "ShowRooms", "rooms": [0, 1, 3], "transitionTime": 8, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
{ "bar": 71, "beat": 1, "y": 1, "type": "ShowRooms", "rooms": [1], "transitionTime": 8, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
{ "bar": 71, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 71, "beat": 3, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 71, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -662,42 +703,92 @@
{ "bar": 71, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 72, "beat": 1, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 72, "beat": 1, "y": 2, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 72, "beat": 1, "y": 3, "type": "FloatingText", "rooms": [1], "id": 4, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [41.95075, 63.21549], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 72, "beat": 2, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 202.3121 },
{ "bar": 72, "beat": 2, "y": 3, "type": "AddClassicBeat", "row": 1, "tick": 1, "swing": 0, "hold": 0 },
{ "bar": 72, "beat": 2, "y": 3, "type": "AdvanceText", "id": 4 },
{ "bar": 72, "beat": 3, "y": 1, "type": "PulseFreeTimeBeat", "row": 2, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 72, "beat": 3, "y": 3, "type": "AdvanceText", "id": 4 },
{ "bar": 72, "beat": 4, "y": 3, "type": "AdvanceText", "id": 4 },
{ "bar": 72, "beat": 5, "y": 3, "type": "AdvanceText", "id": 4 },
{ "bar": 72, "beat": 6, "y": 3, "type": "AdvanceText", "id": 4 },
{ "bar": 73, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 202.7027 },
{ "bar": 73, "beat": 1, "y": 3, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 1 },
{ "bar": 73, "beat": 1, "y": 2, "type": "ShowRooms", "rooms": [1], "transitionTime": 8, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
{ "bar": 73, "beat": 3, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 73, "beat": 5.25, "y": 3, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 73, "beat": 5, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 204.1395 },
{ "bar": 73, "beat": 5, "y": 3, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 73, "beat": 5, "y": 3, "type": "FloatingText", "rooms": [1], "id": 7, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [41.95075, 63.21549], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 73, "beat": 7, "y": 3, "type": "AdvanceText", "id": 7 },
{ "bar": 74, "beat": 1, "y": 3, "type": "AdvanceText", "id": 7 },
{ "bar": 74, "beat": 3, "y": 3, "type": "AdvanceText", "id": 7 },
{ "bar": 74, "beat": 5, "y": 3, "type": "AdvanceText", "id": 7 },
{ "bar": 74, "beat": 7, "y": 3, "type": "AdvanceText", "id": 7 },
{ "bar": 75, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 204 },
{ "bar": 75, "beat": 3, "y": 3, "type": "SetRowXs", "row": 1, "pattern": "-xxx--" },
{ "bar": 75, "beat": 5.25, "y": 3, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 0 },
{ "bar": 75, "beat": 6.25, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 75, "beat": 8.25, "y": 3, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 4 },
{ "bar": 75, "beat": 8.75, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 76, "beat": 1.25, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 75, "beat": 3, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["NoChange", "CPU", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 75, "beat": 5, "y": 3, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 0 },
{ "bar": 75, "beat": 5, "y": 3, "type": "FloatingText", "rooms": [1], "id": 8, "text": "1...\n1.\n1.2.\n1.2.3.", "times": "", "textPosition": [50, 60], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 75, "beat": 6, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 75, "beat": 8, "y": 3, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 4 },
{ "bar": 75, "beat": 8, "y": 3, "type": "AdvanceText", "id": 8 },
{ "bar": 75, "beat": 8.5, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 75, "beat": 8.5, "y": 3, "type": "AdvanceText", "id": 8 },
{ "bar": 76, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 204.6036 },
{ "bar": 76, "beat": 1, "y": 3, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 76, "beat": 1, "y": 3, "type": "AdvanceText", "id": 8 },
{ "bar": 76, "beat": 5, "y": 0, "type": "SetRowXs", "row": 1, "pattern": "------" },
{ "bar": 77, "beat": 1.25, "y": 0, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 1 },
{ "bar": 77, "beat": 3.25, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 77, "beat": 5.25, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 76, "beat": 6, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["NoChange", "P1", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 77, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 201.5113 },
{ "bar": 77, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 1 },
{ "bar": 77, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 77, "beat": 5, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 205.0698 },
{ "bar": 77, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 77, "beat": 5, "y": 1, "type": "FloatingText", "rooms": [1], "id": 10, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [50, 58.50168], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 77, "beat": 7, "y": 1, "type": "AdvanceText", "id": 10 },
{ "bar": 78, "beat": 1, "y": 1, "type": "AdvanceText", "id": 10 },
{ "bar": 78, "beat": 3, "y": 1, "type": "AdvanceText", "id": 10 },
{ "bar": 78, "beat": 5, "y": 1, "type": "AdvanceText", "id": 10 },
{ "bar": 78, "beat": 7, "y": 1, "type": "AdvanceText", "id": 10 },
{ "bar": 79, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 200.5013 },
{ "bar": 79, "beat": 3, "y": 0, "type": "SetRowXs", "row": 1, "pattern": "-x----" },
{ "bar": 79, "beat": 5.25, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 79, "beat": 5, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 202.3609 },
{ "bar": 79, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 79, "beat": 5, "y": 1, "type": "FloatingText", "rooms": [1], "id": 12, "text": "1./../3./4./5./6.", "times": "", "textPosition": [48.48485, 71.2963], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 79, "beat": 7, "y": 1, "type": "AdvanceText", "id": 12 },
{ "bar": 80, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 196 },
{ "bar": 80, "beat": 1, "y": 0, "type": "ShowRooms", "rooms": [1, 2], "transitionTime": 8, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
{ "bar": 81, "beat": 1.25, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 80, "beat": 1, "y": 1, "type": "AdvanceText", "id": 12 },
{ "bar": 80, "beat": 3, "y": 1, "type": "AdvanceText", "id": 12 },
{ "bar": 80, "beat": 5, "y": 1, "type": "AdvanceText", "id": 12 },
{ "bar": 80, "beat": 7, "y": 1, "type": "AdvanceText", "id": 12 },
{ "bar": 81, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 204.103 },
{ "bar": 81, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 81, "beat": 3, "y": 0, "type": "SetRowXs", "row": 1, "pattern": "------" },
{ "bar": 81, "beat": 5.25, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 83, "beat": 1.25, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 81, "beat": 5, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 83, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 83, "beat": 3, "y": 0, "type": "SetRowXs", "row": 1, "pattern": "-xxx--" },
{ "bar": 83, "beat": 5.25, "y": 0, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 0 },
{ "bar": 83, "beat": 6.875, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 83, "beat": 8.25, "y": 0, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 4 },
{ "bar": 83, "beat": 8.75, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 84, "beat": 1.25, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 83, "beat": 5, "y": 0, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 0 },
{ "bar": 83, "beat": 6.625, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 83, "beat": 8, "y": 0, "type": "AddFreeTimeBeat", "row": 1, "hold": 0, "pulse": 4 },
{ "bar": 83, "beat": 8.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 84, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 1, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 84, "beat": 3, "y": 0, "type": "SetRowXs", "row": 1, "pattern": "------" },
{ "bar": 85, "beat": 1.25, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 85, "beat": 1.25, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 87, "beat": 1.25, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 87, "beat": 1.25, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 85, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 204.7782 },
{ "bar": 85, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 85, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 85, "beat": 5, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 204.6036 },
{ "bar": 87, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 199.3355 },
{ "bar": 87, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 2, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 87, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 1, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 87, "beat": 3, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["NoChange", "CPU", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 87, "beat": 5, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 206.3629 },
{ "bar": 88, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 205.5674 },
{ "bar": 88, "beat": 1, "y": 2, "type": "ShowRooms", "rooms": [0, 3], "transitionTime": 8, "ease": "InOutSine", "heights": [0, 0, 0, 0] },
{ "bar": 88, "beat": 5, "y": 0, "type": "SetRowXs", "row": 3, "pattern": "---x--" },
{ "bar": 88, "beat": 7, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 245 },
{ "bar": 88, "beat": 8, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["P1", "NoChange", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 89, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 203.8866 },
{ "bar": 89, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 4, "swing": 0, "hold": 0 },
{ "bar": 89, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 89, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -864,30 +955,56 @@
{ "bar": 112, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 112, "beat": 2, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 1, "swing": 0, "hold": 0 },
{ "bar": 112, "beat": 7, "y": 0, "type": "SetRowXs", "row": 0, "pattern": "---x--" },
{ "bar": 112, "beat": 8.5, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["CPU", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 113, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 113, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 4, "swing": 0, "hold": 0 },
{ "bar": 113, "beat": 1, "y": 2, "type": "FloatingText", "rooms": [3], "id": 13, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [43.5606, 39.14141], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 113, "beat": 3, "y": 2, "type": "AdvanceText", "id": 13 },
{ "bar": 113, "beat": 5, "y": 2, "type": "AdvanceText", "id": 13 },
{ "bar": 113, "beat": 7, "y": 2, "type": "AdvanceText", "id": 13 },
{ "bar": 114, "beat": 1, "y": 2, "type": "AdvanceText", "id": 13 },
{ "bar": 114, "beat": 3, "y": 2, "type": "AdvanceText", "id": 13 },
{ "bar": 115, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
{ "bar": 115, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 115, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 115, "beat": 7, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Decrement", "customPulse": 0 },
{ "bar": 115, "beat": 8.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Remove", "customPulse": 0 },
{ "bar": 116, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 1, "swing": 0, "hold": 0 },
{ "bar": 116, "beat": 1, "y": 2, "type": "FloatingText", "rooms": [3], "id": 14, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [44.22348, 39.14141], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 116, "beat": 2, "y": 2, "type": "AdvanceText", "id": 14 },
{ "bar": 116, "beat": 3, "y": 2, "type": "AdvanceText", "id": 14 },
{ "bar": 116, "beat": 4, "y": 2, "type": "AdvanceText", "id": 14 },
{ "bar": 116, "beat": 5, "y": 2, "type": "AdvanceText", "id": 14 },
{ "bar": 116, "beat": 6, "y": 2, "type": "AdvanceText", "id": 14 },
{ "bar": 116, "beat": 7, "y": 0, "type": "SetRowXs", "row": 0, "pattern": "------" },
{ "bar": 117, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 0 },
{ "bar": 117, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 117, "beat": 1, "y": 2, "type": "FloatingText", "rooms": [3], "id": 15, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [44.79166, 36.78451], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 117, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 117, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 117, "beat": 5, "y": 2, "type": "AdvanceText", "id": 15 },
{ "bar": 118, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 118, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 118, "beat": 1, "y": 2, "type": "AdvanceText", "id": 15 },
{ "bar": 118, "beat": 7, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 118, "beat": 7, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 118, "beat": 7, "y": 2, "type": "AdvanceText", "id": 15 },
{ "bar": 119, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 119, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 119, "beat": 1, "y": 2, "type": "AdvanceText", "id": 15 },
{ "bar": 119, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 119, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 119, "beat": 5, "y": 2, "type": "AdvanceText", "id": 15 },
{ "bar": 120, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 120, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 1, "swing": 0, "hold": 0 },
{ "bar": 120, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 120, "beat": 1, "y": 2, "type": "FloatingText", "rooms": [3], "id": 16, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [47.72727, 38.63636], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 120, "beat": 2, "y": 2, "type": "AdvanceText", "id": 16 },
{ "bar": 120, "beat": 3, "y": 2, "type": "AdvanceText", "id": 16 },
{ "bar": 120, "beat": 4, "y": 2, "type": "AdvanceText", "id": 16 },
{ "bar": 120, "beat": 5, "y": 2, "type": "AdvanceText", "id": 16 },
{ "bar": 120, "beat": 6, "y": 2, "type": "AdvanceText", "id": 16 },
{ "bar": 120, "beat": 8, "y": 1, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["P1", "NoChange", "NoChange", "CPU", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 121, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 121, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 1 },
{ "bar": 121, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -959,6 +1076,7 @@
{ "bar": 128, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 128, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 128, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 129, "beat": 1, "y": 1, "type": "SetBeatsPerMinute", "beatsPerMinute": 203.85 },
{ "bar": 129, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 129, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 1 },
{ "bar": 129, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
@ -1030,6 +1148,7 @@
{ "bar": 136, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 136, "beat": 6.5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 136, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 136, "beat": 8, "y": 0, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["CPU", "NoChange", "NoChange", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 136, "beat": 8.5, "y": 0, "type": "SetRowXs", "row": 0, "pattern": "---x--" },
{ "bar": 137, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 2, "swing": 0, "hold": 0 },
{ "bar": 137, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 4, "swing": 0, "hold": 0 },
@ -1041,28 +1160,49 @@
{ "bar": 140, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Decrement", "customPulse": 0 },
{ "bar": 140, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Decrement", "customPulse": 0 },
{ "bar": 140, "beat": 2, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 1, "swing": 0, "hold": 0 },
{ "bar": 140, "beat": 2, "y": 2, "type": "FloatingText", "rooms": [3], "id": 18, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [49.9053, 34.25926], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 140, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 140, "beat": 3, "y": 2, "type": "AdvanceText", "id": 18 },
{ "bar": 140, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 140, "beat": 4, "y": 2, "type": "AdvanceText", "id": 18 },
{ "bar": 140, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 140, "beat": 5, "y": 2, "type": "AdvanceText", "id": 18 },
{ "bar": 140, "beat": 6, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 140, "beat": 6, "y": 2, "type": "AdvanceText", "id": 18 },
{ "bar": 140, "beat": 7, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 140, "beat": 7, "y": 2, "type": "AdvanceText", "id": 18 },
{ "bar": 140, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 141, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 3, "tick": 4, "swing": 0, "hold": 0 },
{ "bar": 141, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 0, "hold": 0, "pulse": 0 },
{ "bar": 141, "beat": 1, "y": 2, "type": "FloatingText", "rooms": [3], "id": 19, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [49.33712, 36.78451], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 141, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 141, "beat": 5, "y": 2, "type": "AdvanceText", "id": 19 },
{ "bar": 142, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 142, "beat": 1, "y": 2, "type": "AdvanceText", "id": 19 },
{ "bar": 142, "beat": 5, "y": 2, "type": "AdvanceText", "id": 19 },
{ "bar": 142, "beat": 7, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 143, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 143, "beat": 1, "y": 2, "type": "AdvanceText", "id": 19 },
{ "bar": 143, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 143, "beat": 5, "y": 2, "type": "AdvanceText", "id": 19 },
{ "bar": 144, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 1 },
{ "bar": 144, "beat": 1, "y": 0, "type": "PulseFreeTimeBeat", "row": 0, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 2, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Decrement", "customPulse": 0 },
{ "bar": 144, "beat": 2, "y": 2, "type": "FloatingText", "rooms": [3], "id": 17, "text": "1./2./3./4./5./6.", "times": "", "textPosition": [47.06439, 39.14141], "size": 8, "angle": 0, "mode": "FadeOut", "showChildren": true, "color": "ffffff", "outlineColor": "000000ff", "anchor": "MiddleCenter", "fadeOutRate": 3, "narrate": true, "narrationCategory": "Instruction" },
{ "bar": 144, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 3, "y": 2, "type": "AdvanceText", "id": 17 },
{ "bar": 144, "beat": 4, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 4, "y": 2, "type": "AdvanceText", "id": 17 },
{ "bar": 144, "beat": 5, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 5, "y": 2, "type": "AdvanceText", "id": 17 },
{ "bar": 144, "beat": 6, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 6, "y": 2, "type": "AdvanceText", "id": 17 },
{ "bar": 144, "beat": 7, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 7, "y": 2, "type": "AdvanceText", "id": 17 },
{ "bar": 144, "beat": 8, "y": 0, "type": "SetBeatsPerMinute", "beatsPerMinute": 180 },
{ "bar": 144, "beat": 8, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Increment", "customPulse": 0 },
{ "bar": 144, "beat": 8, "y": 0, "type": "ChangePlayersRows", "playerMode": "OnePlayer", "players": ["P1", "NoChange", "NoChange", "CPU", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1", "P1"], "cpuMarkers": ["Otto", "Otto", "Otto", "Otto", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai", "Samurai"] },
{ "bar": 145, "beat": 1, "y": 0, "type": "SetBeatsPerMinute", "beatsPerMinute": 203.8 },
{ "bar": 145, "beat": 1, "y": 0, "type": "AddFreeTimeBeat", "row": 3, "hold": 0, "pulse": 1 },
{ "bar": 145, "beat": 1, "y": 0, "type": "AddClassicBeat", "row": 0, "tick": 4, "swing": 0, "hold": 0 },
{ "bar": 145, "beat": 3, "y": 0, "type": "PulseFreeTimeBeat", "row": 3, "hold": 0, "action": "Decrement", "customPulse": 0 },
@ -1166,5 +1306,7 @@
],
"conditionals":
[
{ "id": 1, "type": "TimesExecuted", "tag": "1", "name": "至多运行 1 次", "maxTimes": 1},
{ "id": 2, "type": "LastHit", "tag": "2", "name": "单人", "row": -1, "result": "Perfect"},
]
}