From 4eb70b0ac9635cf1d07926ae19edcdf184ca193c Mon Sep 17 00:00:00 2001 From: FloatGaming <3118444022@qq.com> Date: Fri, 24 Jul 2026 04:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E5=89=8D=E5=86=92=E6=AD=BB=E9=87=8D?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/AddressableAssetsData/link.xml | 24 - Assets/Prefabs/UI/Panel/UI_Panel_Mail.prefab | 6 +- .../song_songIndex/1002002_arcstar.asset | 4 +- .../song_songIndex/1002003_spectrum.asset | 2 +- .../song_songIndex/1002004_smile.asset | 2 +- Assets/Scenes/UI_UI.unity | 20 +- Assets/Scenes/gamePlay_gamePlay.unity | 299 +- .../A Lake With Endless Stars (1).json | 27970 +++++++++++++++ .../A Lake With Endless Stars (1).json.meta} | 2 +- .../A Lake With Endless Stars (2).json | 29143 ++++++++++++++++ .../A Lake With Endless Stars (2).json.meta | 7 + .../アトロポスと最果の探求者.json | 15084 ++++++++ .../アトロポスと最果の探求者.json.meta | 7 + .../judgeLevelPrefabs/track_skill_prefab.meta | 8 + .../track_skill_prefab/trackSkillPrefab.cs | 8 + .../trackSkillPrefab.cs.meta | 2 + .../trackSkillPrefab.prefab | 301 + .../trackSkillPrefab.prefab.meta | 7 + .../notes/emptyNotes/note_empty_blue.prefab | 2 +- .../notes/emptyNotes/note_empty_green.prefab | 4 +- .../notes/emptyNotes/note_empty_purple.prefab | 2 +- .../notes/emptyNotes/note_empty_red.prefab | 2 +- .../notes/emptyNotes/note_empty_yellow.prefab | 2 +- Assets/delayTapperPrefab/Ease Out延迟 (1).mp3 | Bin 0 -> 939898 bytes .../Ease Out延迟 (1).mp3.meta | 23 + .../delayTapperPrefab.prefab | 2 +- Assets/idolsDisplay/UI_Idols.cs | 21 +- Assets/scripts/Combat/AllyCombatant.cs | 1 + Assets/scripts/Combat/EnemyCombatant.cs | 70 +- Assets/scripts/Combat/SkillBuilder.cs | 25 +- Assets/scripts/Data/EnemyData_SO.cs | 20 + Assets/scripts/UI/UICanvasMatchFitter.cs | 22 +- Assets/scripts/UI/UIResolutionAutoFitter.cs | 14 + .../FirstRunFactoryResetService.cs | 1 + ...mation_GenerateJudgementSituationPrefab.cs | 304 +- .../CameraResolutionTuner.cs | 84 +- Assets/scripts/gamePlay_gameplay/HoldNote.cs | 88 +- .../Judge/NoteJudgeConfig.asset | 8 +- .../scripts/gamePlay_gameplay/LevelRules.meta | 8 + .../LevelRules/GameplayLevelRuleEventBus.cs | 65 + .../GameplayLevelRuleEventBus.cs.meta | 2 + .../LevelRules/LevelRuleConfig_SO.cs | 142 + .../LevelRules/LevelRuleConfig_SO.cs.meta | 2 + .../LevelRules/LevelRuleController.cs | 921 + .../LevelRules/LevelRuleController.cs.meta | 2 + Assets/scripts/gamePlay_gameplay/Note.cs | 85 +- .../scripts/gamePlay_gameplay/NoteSpawner.cs | 85 +- .../scripts/gamePlay_gameplay/TrackScaler.cs | 120 + .../gamePlay_gameplay/TrackScaler.cs.meta | 2 + .../TrackScreenRatioStabilizer.cs | 4 +- .../gamePlay_gameplay/TrackSkillPrefab.cs | 43 + .../TrackSkillPrefab.cs.meta | 2 + .../effectEventController.cs | 95 +- .../gamePlay_gameplay/globalNoteEffect.cs | 3 + .../groundParticularController.cs | 4 +- .../gamePlay_gameplay/settlementController.cs | 3 +- .../gameplay_teamUI/teamUIController.cs | 56 +- .../GlobalDistortionRuntimeController.cs | 5 + Assets/scripts/settings/controllerSettings.cs | 21 +- Assets/settingsPrefab/settings.prefab | 18 +- 新建 文本文档.txt | 0 61 files changed, 74951 insertions(+), 328 deletions(-) delete mode 100644 Assets/AddressableAssetsData/link.xml create mode 100644 Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json rename Assets/{AddressableAssetsData/link.xml.meta => __so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json.meta} (75%) create mode 100644 Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json create mode 100644 Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json.meta create mode 100644 Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json create mode 100644 Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json.meta create mode 100644 Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab.meta create mode 100644 Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs create mode 100644 Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs.meta create mode 100644 Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab create mode 100644 Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab.meta create mode 100644 Assets/delayTapperPrefab/Ease Out延迟 (1).mp3 create mode 100644 Assets/delayTapperPrefab/Ease Out延迟 (1).mp3.meta create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules.meta create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs.meta create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs.meta create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs create mode 100644 Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs.meta create mode 100644 Assets/scripts/gamePlay_gameplay/TrackScaler.cs create mode 100644 Assets/scripts/gamePlay_gameplay/TrackScaler.cs.meta create mode 100644 Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs create mode 100644 Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs.meta delete mode 100644 新建 文本文档.txt diff --git a/Assets/AddressableAssetsData/link.xml b/Assets/AddressableAssetsData/link.xml deleted file mode 100644 index 62ce7303..00000000 --- a/Assets/AddressableAssetsData/link.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Assets/Prefabs/UI/Panel/UI_Panel_Mail.prefab b/Assets/Prefabs/UI/Panel/UI_Panel_Mail.prefab index 77635ad7..14cd2d8b 100644 --- a/Assets/Prefabs/UI/Panel/UI_Panel_Mail.prefab +++ b/Assets/Prefabs/UI/Panel/UI_Panel_Mail.prefab @@ -721,7 +721,7 @@ MonoBehaviour: m_HandleRect: {fileID: 3809938165616928137} m_Direction: 0 m_Value: 1 - m_Size: 1 + m_Size: 0.9999999 m_NumberOfSteps: 0 m_OnValueChanged: m_PersistentCalls: @@ -3148,7 +3148,7 @@ RectTransform: m_Father: {fileID: 2889347862386961338} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 20, y: 20} m_Pivot: {x: 0.5, y: 0.5} @@ -4543,7 +4543,7 @@ MonoBehaviour: m_Top: 0 m_Bottom: 0 m_ChildAlignment: 3 - m_Spacing: 100 + m_Spacing: 15 m_ChildForceExpandWidth: 1 m_ChildForceExpandHeight: 1 m_ChildControlWidth: 0 diff --git a/Assets/Resources/song_songIndex/1002002_arcstar.asset b/Assets/Resources/song_songIndex/1002002_arcstar.asset index 7360510b..4a58d7cd 100644 --- a/Assets/Resources/song_songIndex/1002002_arcstar.asset +++ b/Assets/Resources/song_songIndex/1002002_arcstar.asset @@ -82,7 +82,7 @@ MonoBehaviour: levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 2 - difficultyLEVEL: 18 + difficultyLEVEL: 20 enemyTotalHP_Multiplier: 40 enemyConfigList: - enemyID: 31202 @@ -96,7 +96,7 @@ MonoBehaviour: - enemyID: 31202 hpPercentage: 29 difficultyName: - chartFile: {fileID: 4900000, guid: 1333012d19842c24c945e004b06c3be8, type: 3} + chartFile: {fileID: 4900000, guid: 9b669f41f328e6b43a6375f90b02cfed, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 diff --git a/Assets/Resources/song_songIndex/1002003_spectrum.asset b/Assets/Resources/song_songIndex/1002003_spectrum.asset index 5966a06b..1c28d50a 100644 --- a/Assets/Resources/song_songIndex/1002003_spectrum.asset +++ b/Assets/Resources/song_songIndex/1002003_spectrum.asset @@ -108,6 +108,6 @@ MonoBehaviour: current_levelProgress: 0 _if_level_is_EASE: 0 max_comboRecord: 0 - thisLevel_selectedDifficultyID: 2 + thisLevel_selectedDifficultyID: 0 thisLevel_addDateString: 2026-01-01 thisLevel_overallDescription: "\u201C\u54D7\u5566\u5566......\u201D\n\u7834\u788E\u7684\u955C\u9762\u6620\u51FA\u5979\u7684\u53CC\u76EE\uFF0C\u5728\u90A3\u4E00\u523B\uFF0C\u89C6\u91CE\u91CC\u51FA\u73B0\u4E86\u591A\u4E2A\u4EE5\u5979\u4E3A\u540D\u7684\u5076\u50CF......" diff --git a/Assets/Resources/song_songIndex/1002004_smile.asset b/Assets/Resources/song_songIndex/1002004_smile.asset index 70cd76e3..c99fd0fa 100644 --- a/Assets/Resources/song_songIndex/1002004_smile.asset +++ b/Assets/Resources/song_songIndex/1002004_smile.asset @@ -96,7 +96,7 @@ MonoBehaviour: - enemyID: 31202 hpPercentage: 40 difficultyName: - chartFile: {fileID: 4900000, guid: dc27d9d67f3698646b7b7c3d926eea3c, type: 3} + chartFile: {fileID: 4900000, guid: 8ab483e7c47c97b41b2fa048fa1d27f9, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 diff --git a/Assets/Scenes/UI_UI.unity b/Assets/Scenes/UI_UI.unity index 1799a7af..d8ff9994 100644 --- a/Assets/Scenes/UI_UI.unity +++ b/Assets/Scenes/UI_UI.unity @@ -2212,7 +2212,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 36708243816153243, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_IsActive - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3829753781754538968, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_AnchorMax.y @@ -17747,7 +17747,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 36708243816153243, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_IsActive - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3829753781754538968, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_AnchorMax.y @@ -18848,7 +18848,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 36708243816153243, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_IsActive - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3829753781754538968, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_AnchorMax.y @@ -23757,7 +23757,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 36708243816153243, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_IsActive - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3829753781754538968, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_AnchorMax.y @@ -25527,7 +25527,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!224 &887418840 RectTransform: m_ObjectHideFlags: 0 @@ -26344,7 +26344,7 @@ MonoBehaviour: m_HandleRect: {fileID: 1616564962} m_Direction: 0 m_Value: 0 - m_Size: 0.99999994 + m_Size: 1 m_NumberOfSteps: 0 m_OnValueChanged: m_PersistentCalls: @@ -52681,7 +52681,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: -200.95, y: 53.759} - m_SizeDelta: {x: 282, y: 40} + m_SizeDelta: {x: 279.75, y: 39.75} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1826730530 MonoBehaviour: @@ -54965,7 +54965,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: -0.000030517578} - m_SizeDelta: {x: 0, y: 330} + m_SizeDelta: {x: 0, y: 10} m_Pivot: {x: 0, y: 1} --- !u!114 &1887597342 MonoBehaviour: @@ -55294,7 +55294,7 @@ MonoBehaviour: m_TargetGraphic: {fileID: 1219932954} m_HandleRect: {fileID: 1219932953} m_Direction: 0 - m_Value: 1 + m_Value: 0 m_Size: 1 m_NumberOfSteps: 0 m_OnValueChanged: @@ -66242,7 +66242,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 36708243816153243, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_IsActive - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3829753781754538968, guid: f18dd7043de95ee4381aadceab744d50, type: 3} propertyPath: m_AnchorMax.y diff --git a/Assets/Scenes/gamePlay_gamePlay.unity b/Assets/Scenes/gamePlay_gamePlay.unity index fe1bc1a2..5fb2c47f 100644 --- a/Assets/Scenes/gamePlay_gamePlay.unity +++ b/Assets/Scenes/gamePlay_gamePlay.unity @@ -899,7 +899,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 2658d847700da0541942ef5fdcc378b5, type: 3} + m_Sprite: {fileID: 21300000, guid: 440e0141c6eb0144c9e9162f0f278d6b, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -2822,7 +2822,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: "\u7231\u7433\u8FBE\u96C5" + m_text: "\u9ECE\u5999\u5999" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 47babadf44fc728438ae9a924c42227e, type: 2} m_sharedMaterial: {fileID: 6312708493749940865, guid: 47babadf44fc728438ae9a924c42227e, type: 2} @@ -3772,7 +3772,7 @@ Transform: m_GameObject: {fileID: 154923898} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: -150, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -12828,7 +12828,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &278391251 Transform: m_ObjectHideFlags: 0 @@ -14063,6 +14063,7 @@ MonoBehaviour: great_judge_prefab: {fileID: 2415619590294459312, guid: 5464dbc0e44a5d94a88575c4f00d2977, type: 3} good_judge_prefab: {fileID: 9004018932644019605, guid: 5f0f778a23a4b7343a7cfc40a7d35fc7, type: 3} miss_judge_prefab: {fileID: 2647521509301950334, guid: 448c2d848f56b6f42bb169f0be36fd65, type: 3} + trackSkill_prefab: {fileID: 4447276195903411839, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} baseScale: 0.5 useRandomScale: 0 minScaleMultiplier: 0.5 @@ -14076,6 +14077,8 @@ MonoBehaviour: fadeInTime: 0.25 fadeOutStartTime: 0.25 fadeOutDuration: 0.25 + trackSkillUiScaleMultiplier: 0.01 + trackSkillSortingOrder: 9000 --- !u!114 &312501159 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15799,11 +15802,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 96.525 + value: 95.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 95.85 + value: 96.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -15819,7 +15822,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -15919,11 +15922,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 8.1 + value: 8 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -17548,7 +17551,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 590/590 + m_text: 1630/1630 m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} m_sharedMaterial: {fileID: -346136068272202111, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} @@ -18208,6 +18211,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!114 &397604453 MonoBehaviour: @@ -18401,6 +18407,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 826006369} pausePanel: {fileID: 146358648} animations: {fileID: 1397448124} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 1 judgeConfig: {fileID: 11400000, guid: f870aa419242e72438b57ac9659f61e9, type: 2} --- !u!1 &400656413 GameObject: @@ -18729,6 +18738,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &411632596 BoxCollider2D: @@ -19115,7 +19127,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: c8f373c5ea610a345a513f33ba768314, type: 3} + m_Sprite: {fileID: 21300000, guid: 7df561841c29f7c4495809fa26c0fd87, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -19377,7 +19389,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 1482ec2642664674f9ec31a7cb9fec90, type: 3} + m_Sprite: {fileID: 21300000, guid: 2658d847700da0541942ef5fdcc378b5, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -19730,7 +19742,7 @@ Transform: m_GameObject: {fileID: 424277304} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: -150, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -20285,7 +20297,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1500/1500 + m_text: 590/590 m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} m_sharedMaterial: {fileID: -346136068272202111, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} @@ -21012,7 +21024,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &480679343 Transform: m_ObjectHideFlags: 0 @@ -21140,7 +21152,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: "\u6E29\u59AE" + m_text: "\u8DC3\u6843" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 47babadf44fc728438ae9a924c42227e, type: 2} m_sharedMaterial: {fileID: 6312708493749940865, guid: 47babadf44fc728438ae9a924c42227e, type: 2} @@ -23762,7 +23774,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &614786766 Transform: m_ObjectHideFlags: 0 @@ -32337,11 +32349,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 96.525 + value: 95.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 95.85 + value: 96.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -32357,7 +32369,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -32457,11 +32469,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 8.1 + value: 8 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -33430,7 +33442,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &766553121 Transform: m_ObjectHideFlags: 0 @@ -37044,7 +37056,7 @@ Transform: m_GameObject: {fileID: 825327586} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: -150, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -38142,7 +38154,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &856873761 Transform: m_ObjectHideFlags: 0 @@ -38884,7 +38896,7 @@ Transform: m_GameObject: {fileID: 882707961} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: -150, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -39698,7 +39710,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &919628105 Transform: m_ObjectHideFlags: 0 @@ -41190,7 +41202,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 7df561841c29f7c4495809fa26c0fd87, type: 3} + m_Sprite: {fileID: 21300000, guid: 1482ec2642664674f9ec31a7cb9fec90, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -41370,8 +41382,8 @@ MonoBehaviour: m_TargetGraphic: {fileID: 1501988772} m_HandleRect: {fileID: 1501988771} m_Direction: 0 - m_Value: -0.11386139 - m_Size: 0.9999692 + m_Value: -0.109836064 + m_Size: 0.99996895 m_NumberOfSteps: 0 m_OnValueChanged: m_PersistentCalls: @@ -41571,7 +41583,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &997867646 Transform: m_ObjectHideFlags: 0 @@ -43469,6 +43481,11 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1044607013} m_CullTransparentMesh: 1 +--- !u!224 &1052701310 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + m_PrefabInstance: {fileID: 4536750610831610918} + m_PrefabAsset: {fileID: 0} --- !u!1 &1054652914 stripped GameObject: m_CorrespondingSourceObject: {fileID: 3022102558446658867, guid: cd3d579a2d65b3241a1812f639db37ec, type: 3} @@ -44815,6 +44832,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &1090508772 BoxCollider2D: @@ -47153,6 +47173,7 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 865113943} + - {fileID: 1052701310} m_Father: {fileID: 1989375500} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} @@ -47280,7 +47301,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 620/620 + m_text: 570/570 m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} m_sharedMaterial: {fileID: -346136068272202111, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} @@ -47377,11 +47398,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 96.525 + value: 95.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 95.85 + value: 96.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -47397,7 +47418,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -47497,11 +47518,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 8.1 + value: 8 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -48824,7 +48845,7 @@ Transform: m_GameObject: {fileID: 1204483344} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: -150, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -50438,7 +50459,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &1269063488 Transform: m_ObjectHideFlags: 0 @@ -52482,14 +52503,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: slotIndex: 3 - maxHP: 1500 - currentHP: 1500 - maxMana: 300 + maxHP: 590 + currentHP: 590 + maxMana: 400 currentMana: 0 damageResistance: 0 - scoreEfficiency: 0.09 + scoreEfficiency: 0.01 bmm: {fileID: 1261342020} - attack: 38 + attack: 9 baseTrackScore: 1000 perfectRatio: 1 greatRatio: 0.75 @@ -53788,6 +53809,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &1370459979 BoxCollider2D: @@ -57078,6 +57102,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &1486355885 BoxCollider2D: @@ -57409,14 +57436,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: slotIndex: 2 - maxHP: 620 - currentHP: 620 + maxHP: 570 + currentHP: 570 maxMana: 200 currentMana: 0 damageResistance: 0 - scoreEfficiency: 0.04 + scoreEfficiency: 0.02 bmm: {fileID: 1261342020} - attack: 7 + attack: 8 baseTrackScore: 1000 perfectRatio: 1 greatRatio: 0.75 @@ -59395,11 +59422,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 96.525 + value: 95.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 95.85 + value: 96.5 objectReference: {fileID: 0} - target: {fileID: 682261594771255014, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -59415,7 +59442,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 4266895856353985475, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -59515,11 +59542,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_SizeDelta.x - value: 8.1 + value: 8 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.x - value: 87.75 + value: 88.5 objectReference: {fileID: 0} - target: {fileID: 6759631360171910247, guid: 7e80d4de8ab2ff04a9bf1c54e5a064b1, type: 3} propertyPath: m_AnchoredPosition.y @@ -59646,6 +59673,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &1572820069 BoxCollider2D: @@ -60620,14 +60650,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: slotIndex: 1 - maxHP: 1630 - currentHP: 1630 - maxMana: 300 + maxHP: 620 + currentHP: 620 + maxMana: 200 currentMana: 0 damageResistance: 0 - scoreEfficiency: 0.09 + scoreEfficiency: 0.04 bmm: {fileID: 1261342020} - attack: 38 + attack: 7 baseTrackScore: 1000 perfectRatio: 1 greatRatio: 0.75 @@ -62780,7 +62810,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: "\u9ECE\u5999\u5999" + m_text: "\u6E29\u59AE" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 47babadf44fc728438ae9a924c42227e, type: 2} m_sharedMaterial: {fileID: 6312708493749940865, guid: 47babadf44fc728438ae9a924c42227e, type: 2} @@ -65367,7 +65397,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &1814450260 Transform: m_ObjectHideFlags: 0 @@ -66739,7 +66769,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 1630/1630 + m_text: 620/620 m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} m_sharedMaterial: {fileID: -346136068272202111, guid: 7cad3f54ac7b53d4885f00c16f1a6929, type: 2} @@ -67386,14 +67416,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: slotIndex: 4 - maxHP: 590 - currentHP: 590 - maxMana: 400 + maxHP: 1630 + currentHP: 1630 + maxMana: 300 currentMana: 0 damageResistance: 0 - scoreEfficiency: 0.01 + scoreEfficiency: 0.09 bmm: {fileID: 1261342020} - attack: 9 + attack: 38 baseTrackScore: 1000 perfectRatio: 1 greatRatio: 0.75 @@ -67791,7 +67821,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &1899720854 Transform: m_ObjectHideFlags: 0 @@ -69106,6 +69136,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &1938112567 BoxCollider2D: @@ -70307,7 +70340,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: "\u8DC3\u6843" + m_text: "\u58A8\u5F69\u79BB" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 47babadf44fc728438ae9a924c42227e, type: 2} m_sharedMaterial: {fileID: 6312708493749940865, guid: 47babadf44fc728438ae9a924c42227e, type: 2} @@ -71051,8 +71084,9 @@ MonoBehaviour: m_PostInfinity: 2 m_RotationOrder: 4 cameraDashDuration: 0.075 - cameraWaveEnterDuration: 0.05 - cameraWaveRecoverDuration: 0.05 + cameraWaveIntensity: 1 + cameraWaveEnterDuration: 0.075 + cameraWaveRecoverDuration: 0.075 cameraGlitchEnterDuration: 0.05 cameraGlitchRecoverDuration: 0.05 cameraMonochromeEnterDuration: 0.1 @@ -72696,6 +72730,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &2072610047 BoxCollider2D: @@ -74077,6 +74114,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &2112693515 BoxCollider2D: @@ -75537,6 +75577,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!114 &176508373887267660 MonoBehaviour: @@ -76535,6 +76578,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!61 &2411783544221426195 BoxCollider2D: @@ -77344,6 +77390,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!114 &3721014538685850233 MonoBehaviour: @@ -77979,6 +78028,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!114 &4363530835118640843 MonoBehaviour: @@ -78247,6 +78299,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!114 &4387330747821330999 MonoBehaviour: @@ -78335,6 +78390,107 @@ RectTransform: m_AnchoredPosition: {x: -154.3, y: 0} m_SizeDelta: {x: 29, y: 29} m_Pivot: {x: 0.5, y: 0.5} +--- !u!1001 &4536750610831610918 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1159013136} + m_Modifications: + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_SizeDelta.y + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2454380874622603429, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4447276195903411839, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_Name + value: trackSkillPrefab + objectReference: {fileID: 0} + - target: {fileID: 4447276195903411839, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 023b66fc78c17124d9840cf8d728b0c7, type: 3} --- !u!1001 &4666275742349675508 PrefabInstance: m_ObjectHideFlags: 0 @@ -80587,6 +80743,9 @@ MonoBehaviour: immediateSettlementButton: {fileID: 0} pausePanel: {fileID: 0} animations: {fileID: 0} + useBpmForSpeed: 0 + referenceBpm: 120 + useMultiSegmentFill: 0 judgeConfig: {fileID: 0} --- !u!114 &9221553951272782130 MonoBehaviour: diff --git a/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json new file mode 100644 index 00000000..fd9754f5 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json @@ -0,0 +1,27970 @@ +{ + "version": "2.0.2", + "title": "A Lake With Endless Stars", + "composer": "t404:null", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 171, + "bpm": 220, + "difficulty": 18, + "difficultyName": "Incredible", + "createdDate": "2026-07-24 00:24:30", + "lastSavedTime": "2026-07-24 03:15:59", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "", + "noteAmount": 1639, + "globalDelaySeconds": 0.003, + "globalGuidelinesAmount": 16, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 298 + }, + { + "colorType": "red_hold", + "count": 54 + }, + { + "colorType": "green_tap", + "count": 332 + }, + { + "colorType": "green_hold", + "count": 65 + }, + { + "colorType": "yellow_tap", + "count": 84 + }, + { + "colorType": "yellow_hold", + "count": 27 + }, + { + "colorType": "purple_tap", + "count": 357 + }, + { + "colorType": "purple_hold", + "count": 61 + }, + { + "colorType": "blue_tap", + "count": 314 + }, + { + "colorType": "blue_hold", + "count": 47 + } + ], + "trackStates": { + "trackFading_active": false, + "red": { + "isOn": false, + "fadeTime": 0.0 + }, + "green": { + "isOn": false, + "fadeTime": 0.0 + }, + "yellow": { + "isOn": false, + "fadeTime": 0.0 + }, + "purple": { + "isOn": false, + "fadeTime": 0.0 + }, + "blue": { + "isOn": false, + "fadeTime": 0.0 + } + }, + "tracks": [ + { + "color": "red" + }, + { + "color": "green" + }, + { + "color": "yellow" + }, + { + "color": "purple" + }, + { + "color": "blue" + } + ], + "notes": [ + { + "time": 1.6363636363636362, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e92c07c-dc8d-437f-9779-b51cec01a27b", + "newLocation": { + "bar": 2, + "guidelineIndex": 8, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.7045454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "16603f4e-2fe3-4ab0-afe4-d719e1df17fd", + "newLocation": { + "bar": 2, + "guidelineIndex": 9, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.7727272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8116c45d-7b55-4b7d-bcf6-77ae4c6eaeb0", + "newLocation": { + "bar": 2, + "guidelineIndex": 10, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.8409090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "23e014ca-389d-4ee4-9db3-be8020e941e2", + "newLocation": { + "bar": 2, + "guidelineIndex": 11, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.909090909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "49347add-b2e0-46d5-a337-ed90c39225ff", + "newLocation": { + "bar": 2, + "guidelineIndex": 12, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "396519c7-93ec-4697-a50f-600256876804", + "newLocation": { + "bar": 2, + "guidelineIndex": 13, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 2.0454545454545454, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 201.375, + "noteFunction": "", + "noteid": "474d0b2d-cf8c-4b1a-9802-9f987d5381d9", + "newLocation": { + "bar": 2, + "guidelineIndex": 14, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 2.1136363636363633, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c725b8f8-5619-4833-84c3-c2ae52f8043a", + "newLocation": { + "bar": 2, + "guidelineIndex": 15, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 2.1818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "CameraShakeEvent", + "noteid": "0f102496-1231-4315-bad1-5344a3959a10", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 10, + "isFree": false + } + }, + { + "time": 2.8636363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.125, + "noteFunction": "", + "noteid": "433ca1a1-4e85-4212-b5e6-38c75f79ada1", + "newLocation": { + "bar": 3, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e35c4bf5-028d-42e0-86a8-dc61a6d29759", + "newLocation": { + "bar": 3, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.1363636363636362, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.409, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "53f7a53c-4e03-4ac6-aee4-66276791c859", + "newLocation": { + "bar": 3, + "guidelineIndex": 14, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 3.1363636363636362, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5f6b24ca-0dac-4b16-a334-ef21587e2164", + "newLocation": { + "bar": 3, + "guidelineIndex": 14, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 3.6818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "45d2f5b1-fb4f-4ff2-ae97-6599c2c6663b", + "newLocation": { + "bar": 4, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.6818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7a54be1f-5977-4836-af8e-6cf761e6cd5a", + "newLocation": { + "bar": 4, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.818181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "035bee1d-cbba-4329-90a6-508c75898c10", + "newLocation": { + "bar": 4, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 3.818181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7546cbee-43b1-4f45-b82d-26a9599081d6", + "newLocation": { + "bar": 4, + "guidelineIndex": 8, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 4.363636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7006714d-3ffc-4f7e-a82d-a7fdbdb6241e", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4de3c8c2-ae1f-48fe-8e88-bde4793008bd", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d7ced29a-63d4-4446-9101-fb37fbc90d8e", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.636363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52747fd3-dab5-43c0-94f4-e5533c1683d9", + "newLocation": { + "bar": 5, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.7727272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bcac2a26-1ca4-4b3b-869e-46285a1ef6c2", + "newLocation": { + "bar": 5, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.7727272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -67.125, + "noteFunction": "", + "noteid": "51c497af-214a-4629-a007-92a022f546d2", + "newLocation": { + "bar": 5, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.181818181818182, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fbfb8812-336c-4df7-a470-5d68fbc37f0f", + "newLocation": { + "bar": 5, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.181818181818182, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "de089fa4-7630-4749-8240-2eba2745a3f1", + "newLocation": { + "bar": 5, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.454545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "303fd631-fb8a-48e6-8940-1a6ffa6f622e", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.5227272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "154ea663-750a-4be4-80bf-6e438d80e643", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.590909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -201.375, + "noteFunction": "", + "noteid": "74207bf2-5168-4ab1-ae54-0f93f742b944", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.659090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f917e8bb-1c7a-48f6-9893-ecfcc2798dcb", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "55935dc6-72b0-4d18-bd9b-7e7c0929004d", + "newLocation": { + "bar": 6, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -67.125, + "noteFunction": "", + "noteid": "10ee59a7-94d3-4ccf-8131-a0bbd90f31b9", + "newLocation": { + "bar": 6, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20fe65c7-972e-4bd8-b060-050567123ac8", + "newLocation": { + "bar": 6, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.136363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 67.125, + "noteFunction": "", + "noteid": "767dfddc-0828-4014-822d-270c4b4c9b44", + "newLocation": { + "bar": 6, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.2727272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4937f1ff-b0a8-462b-9d97-39d768970473", + "newLocation": { + "bar": 6, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.409090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 201.375, + "noteFunction": "", + "noteid": "533e2481-84b8-41e5-9883-0ba6c97c01bd", + "newLocation": { + "bar": 6, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.545454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "62d48654-4d61-4668-aaf6-a99dd3125deb", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 6.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2e1baee-cbf8-4f08-aad9-227d79256e6a", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 6.954545454545454, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9a0a45f3-05aa-4347-a624-3007d324a01c", + "newLocation": { + "bar": 7, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 6.954545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9e3545f8-3c14-44b5-9464-857a99bb6544", + "newLocation": { + "bar": 7, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 7.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c4c9f5a-d875-4b77-8780-a538687b492d", + "newLocation": { + "bar": 7, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.499999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "097e118a-dd42-4cef-a507-58ded18bdcf7", + "newLocation": { + "bar": 7, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 7.636363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e270206a-4670-4ca1-8550-e96944106e92", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 8.045454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2628f788-e683-4e4c-b197-2ba9d30b8bf3", + "newLocation": { + "bar": 8, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4847ccd-6268-4c37-8d10-7d6fb353ff7a", + "newLocation": { + "bar": 8, + "guidelineIndex": 8, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6b3ffe0c-86a8-4bae-9a15-6856eeb2db13", + "newLocation": { + "bar": 8, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2d18055e-c78d-4ad7-ab6e-404a346ce614", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1a72d05c-ee7e-42ba-89ae-e3a480437fa4", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "446592d7-e4db-4f92-af8b-2e701e2595c7", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5aa8532-ff05-410c-871e-47eb49a2dae5", + "newLocation": { + "bar": 9, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.136363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 9, + "yPos": -67.125, + "noteFunction": "", + "noteid": "73e56dc4-6448-4cb8-95fb-afd678e9f4b7", + "newLocation": { + "bar": 9, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 9.409090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8f3b88e-d822-4f11-956b-f7a569e3f1e4", + "newLocation": { + "bar": 9, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b0a2e8e1-921c-4070-9111-ab29735d3891", + "newLocation": { + "bar": 9, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 9.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "528647fc-6241-40b4-ba8b-0128a7878696", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 9.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7902a20c-a010-4ec2-82ec-2fbe2a23afc6", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c28b0a97-74f4-4ace-ae4a-44841aa5c52d", + "newLocation": { + "bar": 10, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6b08640d-a831-4928-a25f-a4cf45adfd43", + "newLocation": { + "bar": 10, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "38e2d943-9ea1-4e87-8661-e1b0121a6c20", + "newLocation": { + "bar": 10, + "guidelineIndex": 8, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.431818181818182, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d4e7fafa-49cc-4563-ba5f-fc30e1c8d846", + "newLocation": { + "bar": 10, + "guidelineIndex": 9, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b6f0ddd6-d1e1-4f7b-bca5-d568aa492841", + "newLocation": { + "bar": 10, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.568181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5fb57117-cc8d-4bca-a8ed-44aa2f1a24b6", + "newLocation": { + "bar": 10, + "guidelineIndex": 11, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.636363636363635, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "112054df-279a-4915-a2e2-da4f36f55020", + "newLocation": { + "bar": 10, + "guidelineIndex": 12, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.704545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "b8a52755-08a9-4d41-8e7d-601045867352", + "newLocation": { + "bar": 10, + "guidelineIndex": 13, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.772727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fc967508-9d3d-4472-9809-204bb6161450", + "newLocation": { + "bar": 10, + "guidelineIndex": 14, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.84090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1d4be4f7-34b7-4c67-8a37-c0b969865391", + "newLocation": { + "bar": 10, + "guidelineIndex": 15, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.909090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1b87d84e-2484-4300-94f2-1739a6338a12", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 10.909090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "557c4d88-ffb4-4d77-a24e-2a2a9d2bd076", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 11.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 67.125, + "noteFunction": "", + "noteid": "737d59da-aa1c-410f-80bb-fbaf5c5692c9", + "newLocation": { + "bar": 11, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "234212db-bd48-4937-a6a5-39d09b184465", + "newLocation": { + "bar": 11, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.863636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 11, + "yPos": 201.375, + "noteFunction": "", + "noteid": "41cc50c1-cdf1-4fbe-9ceb-5707767e33ab", + "newLocation": { + "bar": 11, + "guidelineIndex": 14, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 12.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0ec55c1-14a3-40ff-a29f-de8a353b2580", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.409090909090908, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 12, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f7ff6272-c1f7-4bbf-ad9b-0e9f9604a4b8", + "newLocation": { + "bar": 12, + "guidelineIndex": 6, + "lengthGuidelines": 10, + "isFree": false + } + }, + { + "time": 12.545454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ba7a8415-6332-423c-828d-c13994dde609", + "newLocation": { + "bar": 12, + "guidelineIndex": 8, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 13.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "46c4abae-2302-47b2-b6c8-534a365df7b6", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7d97c3e3-1f4a-4fa3-891b-f4fad3e88c75", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.363636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0a22026c-4a3f-43f0-8c71-1b7726d30375", + "newLocation": { + "bar": 13, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.499999999999998, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 13, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fe67dc6e-44b0-4397-b79b-fbf04e102571", + "newLocation": { + "bar": 13, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 13.772727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bf8aa0f3-d606-4e23-9af2-02f90256d787", + "newLocation": { + "bar": 13, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.909090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1da5f83f-5721-4ee0-9ce2-b46da40b2e87", + "newLocation": { + "bar": 13, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 14.318181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fab7fa44-4a9b-46d4-82c7-6e2e9d076ef9", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "06b72c81-8832-47e6-af46-677b508af526", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f1528ae-0ba0-4f6a-936c-92353a669d82", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d01e1e81-5838-410c-9dcb-46157027d20e", + "newLocation": { + "bar": 14, + "guidelineIndex": 8, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "320e3b46-9f5a-49da-9d5c-5b033e7e5b6b", + "newLocation": { + "bar": 14, + "guidelineIndex": 8, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.999999999999998, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "011728b1-53bf-4fa9-82da-6a386228d8cd", + "newLocation": { + "bar": 14, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.999999999999998, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0bbe09c5-6686-447a-b03c-c8e6db58991e", + "newLocation": { + "bar": 14, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 15.272727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2f3c33f4-86ca-4da9-86cd-24e7097220b4", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.272727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "21ea164b-77e6-4caa-a923-5cc9c11eda33", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 15.545454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3f13f5d6-d879-4888-b3f1-209c7c1a4a0c", + "newLocation": { + "bar": 15, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "18ec0db4-5384-435d-9f21-a96a45970db3", + "newLocation": { + "bar": 15, + "guidelineIndex": 6, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 15.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d92ec8b4-1c98-4489-9c8c-3ded72d91e48", + "newLocation": { + "bar": 15, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "de42e773-e02c-481c-b00d-695636efe767", + "newLocation": { + "bar": 15, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.227272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b116f3f3-242a-45ef-8747-3335d26f71f7", + "newLocation": { + "bar": 15, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "99890b5c-fe67-46f8-8b6b-e842edf91559", + "newLocation": { + "bar": 15, + "guidelineIndex": 14, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 16.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3850f42d-3299-4f53-9fb5-13d0c9053c3c", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.636363636363637, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2ef0b874-53a8-428b-8c5d-7ae63957028a", + "newLocation": { + "bar": 16, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -67.125, + "noteFunction": "", + "noteid": "868b969a-eefb-415b-a604-d99d116d7f33", + "newLocation": { + "bar": 16, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 16, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0d880759-39ec-4e23-98ad-25e1b8356a5b", + "newLocation": { + "bar": 16, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 16.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "94b0a32b-1f62-423d-aeff-d30b81dd4330", + "newLocation": { + "bar": 16, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d6f1cc14-26e1-4d5a-9698-5fb65677bf98", + "newLocation": { + "bar": 16, + "guidelineIndex": 8, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 17.045454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f58beed8-1ef9-42db-9634-1834d03bff87", + "newLocation": { + "bar": 16, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "09caba7f-53e1-4e18-92c3-3b79a23d9483", + "newLocation": { + "bar": 16, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2e7f85c6-532f-4eda-9282-c465b4addc43", + "newLocation": { + "bar": 16, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.375, + "noteFunction": "", + "noteid": "925c6141-3543-4eb0-b4dd-73cea6910ca0", + "newLocation": { + "bar": 16, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc26228e-1aa9-44d4-aebc-fdcac00c87e1", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4db6a12-f314-443c-a68b-9d398de22aec", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7539b0d7-d4d4-4316-a6bf-14b18ec94f98", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49ab64e2-17ff-4d1f-803c-b9409fd77285", + "newLocation": { + "bar": 17, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.863636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5438ab04-db26-453d-93ca-130ead00d84e", + "newLocation": { + "bar": 17, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b742cfd4-c138-4950-91b5-3aa4ca96269f", + "newLocation": { + "bar": 17, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06ff8361-945f-4788-ad2e-190c2a84b84a", + "newLocation": { + "bar": 17, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.136363636363637, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f826c6f2-9819-4076-b4e5-343e97461800", + "newLocation": { + "bar": 17, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bb5b6ddd-0596-4abc-bc76-61e32e72e6d2", + "newLocation": { + "bar": 17, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.409090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "85a62640-96f0-41f5-a81a-cc1c64968fc7", + "newLocation": { + "bar": 17, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5b664c26-c1f1-4f48-8b8b-a2aeee22fc3d", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2553db30-219a-4dba-a50d-984604373958", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "347663b3-11b3-4895-a0ed-f860b84b4830", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9016a962-294b-4e47-b59a-df067a3003d8", + "newLocation": { + "bar": 18, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "85a61705-30d2-4a94-9a0e-7770b8d70870", + "newLocation": { + "bar": 18, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.954545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3559c104-0844-4a3f-875c-3523f45d79fb", + "newLocation": { + "bar": 18, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "399d6e8a-93b3-44d5-80ac-d2ee63c15859", + "newLocation": { + "bar": 18, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.159090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "9f74c29f-e5bd-4fd2-bd3c-422f668cecd6", + "newLocation": { + "bar": 18, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8fffa5ad-1452-42cb-b5e1-b92e2ba50092", + "newLocation": { + "bar": 18, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.295454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "cf99b9bb-1c43-4ce9-9d05-e2f69a4fc271", + "newLocation": { + "bar": 18, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8f6c07aa-445b-4847-968b-27b90009286f", + "newLocation": { + "bar": 18, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.43181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c60a21d9-0c98-4894-8db5-db4e140e52f1", + "newLocation": { + "bar": 18, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7d2d4c0d-938a-4c0b-8881-623c08ae62f6", + "newLocation": { + "bar": 18, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.568181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "47a26b80-d039-42e1-ae71-78ff51a550af", + "newLocation": { + "bar": 18, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea21cb3c-d0e6-4979-b2ac-4efe724caada", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5fc369bc-f339-4935-8e06-940e12ed5a9b", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d4bf470e-3fcf-41e5-acc0-ab9659b824f2", + "newLocation": { + "bar": 19, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "456e97aa-58d6-4eee-a07f-5ee1f314e5c3", + "newLocation": { + "bar": 19, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "47b18b04-1f4f-4bf5-860b-d52e166bfbce", + "newLocation": { + "bar": 19, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.045454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cfcf3b5d-572b-46ff-9974-f0d7f31bbd93", + "newLocation": { + "bar": 19, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.113636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d87a1d75-25af-428e-b8a5-289605d58209", + "newLocation": { + "bar": 19, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c5d19be-8577-41fc-8452-f2997813383f", + "newLocation": { + "bar": 19, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.25, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c6b9bc68-8ee7-4c3f-96fe-21018fc743f3", + "newLocation": { + "bar": 19, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b9eb4c6f-0756-4492-a1fd-fa8f3d9c029a", + "newLocation": { + "bar": 19, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.386363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "36aa4e1e-1d27-4772-9950-e7e1dd42d080", + "newLocation": { + "bar": 19, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b1e2f967-3e8e-4792-a60c-e414fa79def4", + "newLocation": { + "bar": 19, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b6b2d2ff-bd2a-4ecd-888f-101bbfc1998a", + "newLocation": { + "bar": 19, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.52272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "2e5df1c5-4e3e-476d-9edc-bb5199043a4b", + "newLocation": { + "bar": 19, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "82cd8d16-9fdf-4dba-8a87-6f180cef7785", + "newLocation": { + "bar": 19, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.59090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2d5fc422-9ed4-44d5-baff-9a20a4d0c189", + "newLocation": { + "bar": 19, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.59090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3e4acad2-5152-468e-b1df-7f5b2a54ca17", + "newLocation": { + "bar": 19, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.659090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a6107e7e-60b2-4130-9564-9e60926a9a2e", + "newLocation": { + "bar": 19, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.659090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "d1e1662e-e56c-4845-b751-2c99ab879ccc", + "newLocation": { + "bar": 19, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cef07e76-4349-426e-8c31-773630b5cbaf", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23e776b8-64b0-4c0f-beb6-7ad5813c0a96", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.795454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "be015edd-8432-4093-9cd5-6b0b7a2f0c37", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8333e6c3-8e14-4809-adf8-6c6a78d43feb", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.93181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "713e7db2-07b8-470b-844a-8d250b04dba8", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d4e41a5e-b4e9-4eec-a6de-b378553a97a9", + "newLocation": { + "bar": 20, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.068181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0536042d-2f2e-4309-a105-89bff4287e9b", + "newLocation": { + "bar": 20, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -67.125, + "noteFunction": "", + "noteid": "99837881-d847-4fa4-b3f4-7c08d635ff9c", + "newLocation": { + "bar": 20, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.204545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8a031a24-2045-4fc7-8070-a78ad1166fbb", + "newLocation": { + "bar": 20, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1575f312-8ea8-4723-a682-7412d0c7d3cd", + "newLocation": { + "bar": 20, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.34090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "318c7e7b-e0cd-46b4-be56-e7f75f1b20d1", + "newLocation": { + "bar": 20, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.409090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6d6dca80-36dd-48da-aaa0-40800dacbfcb", + "newLocation": { + "bar": 20, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.477272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "cae27dae-166a-45a0-baab-51b1b482abab", + "newLocation": { + "bar": 20, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3400cf4-6c86-4571-aa52-26bfe1030bcc", + "newLocation": { + "bar": 20, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.613636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "66cb1380-f789-4963-a52f-c47435cae768", + "newLocation": { + "bar": 20, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c9c71913-aa9b-4e8d-a9f8-c4adda1977f4", + "newLocation": { + "bar": 20, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.75, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "8b543f3b-cec4-48a4-b932-28ed52f3323d", + "newLocation": { + "bar": 20, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6fc6b56d-a3dd-46b0-9bf5-f32fd945ea9e", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2525e23-d92a-425e-bc54-cf929eb7d08f", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9e30cb59-ae06-4d41-81f9-820e8c1c7fbe", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a54c5b37-a68e-4265-bd48-ef7a26982851", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0fa250a1-56c2-459b-a8b6-1bfd35465a76", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc806d05-95a9-4960-8fc8-ab1adacb3126", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.227272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -67.125, + "noteFunction": "", + "noteid": "60e2c7b9-908c-46c5-900a-e36fae636cf2", + "newLocation": { + "bar": 21, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "23f5e5b8-e8df-4fa4-bc55-a3615b98697c", + "newLocation": { + "bar": 21, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6de9d0ce-0794-4fcc-8d10-1ca23e9704b9", + "newLocation": { + "bar": 21, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 21, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f1420496-92fa-4e05-9296-0a122e7f9af7", + "newLocation": { + "bar": 21, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83befc67-b8ee-4c52-8933-78ab8d8b87f6", + "newLocation": { + "bar": 21, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "05bd6684-c084-49b8-9f90-36a22ab5bf7c", + "newLocation": { + "bar": 21, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 22.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a87292c-e0f9-4d59-a02b-13e9c82a3441", + "newLocation": { + "bar": 21, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 21, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5b841963-c804-485f-a259-8ba0e2c78584", + "newLocation": { + "bar": 21, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "956acd82-9710-4713-9c77-35cf26813975", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "277edb53-9e84-493c-8edb-80164e6d67c3", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.045454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a779996d-1584-4670-b1d8-7ff9ac874030", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "43b57250-79a7-490a-a64b-1ab01438f071", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "836c1680-493b-411f-b234-baaadd41718e", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bc9511d5-376b-4eab-9143-7a4767e8b8a1", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.318181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a3a94c8c-4c8f-4c05-805d-062f78204080", + "newLocation": { + "bar": 22, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.386363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5f0d4343-1042-4ebf-9094-09633c76af9a", + "newLocation": { + "bar": 22, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ddfe743-b7be-4ab4-8de8-6804d94861e7", + "newLocation": { + "bar": 22, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "78801111-1271-4ad9-bdab-a5ac2ae13110", + "newLocation": { + "bar": 22, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.59090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bcc2b3dc-5ece-47b2-a3f3-19c2dd52a8bd", + "newLocation": { + "bar": 22, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8d28b109-33be-4839-b989-0fb57ab8d65d", + "newLocation": { + "bar": 22, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "07be23ab-4335-407a-b6b1-c7606175f624", + "newLocation": { + "bar": 22, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a1753eab-0856-4728-ab28-bfcf766c08b0", + "newLocation": { + "bar": 22, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0eb2ed22-6a94-46ca-a09e-1ee25299b219", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71021deb-1793-4abf-bcfe-413c941d608c", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "616cd00e-c87a-45a9-b912-323540553efc", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.136363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e5f31fd6-f4b7-4f79-a721-c5ef4f015504", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0b34be00-7bc4-494e-8fdd-6dc4f12516c3", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75397b55-be0b-4e30-be60-55e14a340321", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.409090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -67.125, + "noteFunction": "", + "noteid": "83fd5e55-3788-46ab-91f6-a8f5fe4fc0d6", + "newLocation": { + "bar": 23, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e1b3cf9e-0b5f-4c4a-845c-9f752cabc885", + "newLocation": { + "bar": 23, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "51b5a102-6627-4322-aad9-f05dd32715ed", + "newLocation": { + "bar": 23, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6371d431-7323-49ed-a79a-c999d259300a", + "newLocation": { + "bar": 23, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e5b4d93a-57ff-462a-b868-716900c81e86", + "newLocation": { + "bar": 23, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5ef61905-683b-4a88-8e91-faa6f1db5d9a", + "newLocation": { + "bar": 23, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2190d412-3b84-48fc-be24-d92760ddb9bc", + "newLocation": { + "bar": 23, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5f8c50d9-99e7-4000-bf0c-f7d5dc301053", + "newLocation": { + "bar": 23, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 25.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d549e465-4020-417e-9169-967d45cf160f", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -201.375, + "noteFunction": "", + "noteid": "931d3bc6-fba8-47ac-9bbd-87f83f53dbeb", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9e35a713-0460-477d-a443-e924e928c8d2", + "newLocation": { + "bar": 24, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3941bc25-f1d5-4c1f-8b36-99f16374f0fb", + "newLocation": { + "bar": 24, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.499999999999996, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2c3b7f60-3246-41b4-b111-fa15c36152cb", + "newLocation": { + "bar": 24, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.568181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ec1f91e8-1ca1-4e42-a724-1ce0fb2a894a", + "newLocation": { + "bar": 24, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "705b1640-1fa5-4c1c-929f-bebfcbda563c", + "newLocation": { + "bar": 24, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5df399d3-bd59-4dbc-aed9-5fa348e84f2a", + "newLocation": { + "bar": 24, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "498bbb6f-25d5-4925-b25f-10692bea1f30", + "newLocation": { + "bar": 24, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "50e423bc-6901-4462-a640-56cdc645fae8", + "newLocation": { + "bar": 24, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7f679a62-7454-4a79-a3fc-59f1b19fd1ea", + "newLocation": { + "bar": 24, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.045454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f0407949-e340-498a-99ca-d01a72a77c58", + "newLocation": { + "bar": 24, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.045454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "019d609f-e241-4fee-be8b-f80a32f8f44b", + "newLocation": { + "bar": 24, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "983ca3ca-a6a7-4173-b6eb-827744a31078", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c59e8877-b7b9-42b1-b577-ea0f6de3de2c", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.318181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2c885739-a2b8-473b-9f14-cfc729888792", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f24c1558-3e61-4cfe-b507-b3a8b2f91bb7", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ab1c2011-b840-4a1e-a68a-a5d591677d38", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1db382ec-db71-4b48-9ef7-ff9cc5ddf0b1", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.59090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -67.125, + "noteFunction": "", + "noteid": "de638d0c-18b1-4b42-b141-aec6d6d61c8b", + "newLocation": { + "bar": 25, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cb921cfa-c91a-492b-ae7d-cf872749fc6e", + "newLocation": { + "bar": 25, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d7eb247-effa-4cc8-b8a3-3dedb6466e8d", + "newLocation": { + "bar": 25, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.863636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a5ad8141-efdf-49e0-8634-f3edeaf3f865", + "newLocation": { + "bar": 25, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1e3323af-d4d3-468d-b187-83157144773d", + "newLocation": { + "bar": 25, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e9f4018a-1098-4093-b8d0-0a4655fdd56f", + "newLocation": { + "bar": 25, + "guidelineIndex": 12, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 27.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0cbc1942-5e43-4a3c-ac11-29b37028a897", + "newLocation": { + "bar": 25, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.136363636363633, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c412129-3fa7-4b6f-bd21-aab9a677383b", + "newLocation": { + "bar": 25, + "guidelineIndex": 14, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27a1d78a-2058-48c3-b6ab-e6ed4d129a4e", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a8771841-99fb-4614-b597-1a44f4a5ad48", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.409090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0aabc581-310d-4a69-ab67-e93719156c45", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "34ba5d83-4fe9-4411-a4d5-368d8107619c", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8dd7f72b-3658-4a15-b498-600704adc965", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e2ee7fbf-5c31-418d-a0ee-b03a2882eb3b", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -67.125, + "noteFunction": "", + "noteid": "25911e0c-5a67-4c65-abaa-aa8af1f8b444", + "newLocation": { + "bar": 26, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.749999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2539f497-a01f-4005-9ead-e64fd61f8046", + "newLocation": { + "bar": 26, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4c59579f-7298-46eb-8474-0e8880c55499", + "newLocation": { + "bar": 26, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e42fde1-0861-4b58-943f-e50509f5d718", + "newLocation": { + "bar": 26, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d53583c2-7ecf-4ea2-913d-daf93b354211", + "newLocation": { + "bar": 26, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6b228f5e-971e-488b-bac9-710da574bdf0", + "newLocation": { + "bar": 26, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "214c7609-a2f0-48ab-b1b3-0a8c7c4ea9bb", + "newLocation": { + "bar": 26, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "84608eee-7c65-4847-8932-a0b7eceebb11", + "newLocation": { + "bar": 26, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c0b0acbb-88a0-4857-8564-6361aa98596d", + "newLocation": { + "bar": 26, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5105d959-c170-4bab-85be-0ee3ab116640", + "newLocation": { + "bar": 26, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.375, + "noteFunction": "", + "noteid": "45531aaa-bdac-4999-a1fd-97358de384dc", + "newLocation": { + "bar": 26, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "77885ead-ca95-405d-bbe6-068cdfcc8fad", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5daef94a-7bff-427b-b3b6-e914a586cc5c", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.499999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -201.375, + "noteFunction": "", + "noteid": "380c0c2f-a9dc-4dd9-9f1f-190abd4f1460", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.568181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4a295d3d-b3b3-4c50-9944-6930641e9ba0", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc42ca01-5e58-4482-a4e6-3ac46c0fbe00", + "newLocation": { + "bar": 27, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7118e7cd-4598-43e6-9f7e-fe5e778f0e0a", + "newLocation": { + "bar": 27, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "873d96b4-c3d1-43c2-b486-127ef4ee7000", + "newLocation": { + "bar": 27, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0bc87678-f9d8-4c5b-9622-3a6164f17a57", + "newLocation": { + "bar": 27, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "ee4ba0f0-a183-4f25-9560-df9992dcacf7", + "newLocation": { + "bar": 27, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.045454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 67.125, + "noteFunction": "", + "noteid": "dd53a750-81aa-4d02-8119-60bdbf4111cd", + "newLocation": { + "bar": 27, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "59beb6a8-01bb-4b4c-a958-f53659c147ed", + "newLocation": { + "bar": 27, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0d7603f-d278-45e9-a77f-b8c831d29e25", + "newLocation": { + "bar": 27, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f7fe0503-6154-42dc-a763-74a4dac1cc39", + "newLocation": { + "bar": 27, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.318181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e68a0507-3234-415f-a8ac-a8acb7ee3281", + "newLocation": { + "bar": 27, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5d9a7cfd-2ec2-4227-bc7f-4908bfd8ee23", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3a527a1f-52c5-4d50-a2c4-d7976deb64a6", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9d4e65f7-0e13-43b3-8817-c54aa7b28d23", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.659090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "3510e6c4-adbe-4439-852c-ee1698afee33", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f84a093f-1053-4c90-a2a9-1ff4c0cb3508", + "newLocation": { + "bar": 28, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59e9474f-18dd-4e74-bab2-cf14981f89c1", + "newLocation": { + "bar": 28, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -67.125, + "noteFunction": "", + "noteid": "eecc7d20-0b48-4c82-a295-011e57a07d93", + "newLocation": { + "bar": 28, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d9f0e8c7-d82f-4ade-8737-61ddd25e77fe", + "newLocation": { + "bar": 28, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "142a0bea-f3d1-425b-80b7-b340286067b8", + "newLocation": { + "bar": 28, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f69cdedd-2490-4952-9bb3-a86c1fee1683", + "newLocation": { + "bar": 28, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.136363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b6e9555a-e74f-4149-a41c-cd77b8639898", + "newLocation": { + "bar": 28, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 67.125, + "noteFunction": "", + "noteid": "95e3813d-14ba-471d-934c-7f21c0d95764", + "newLocation": { + "bar": 28, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ac7bb7a6-6b09-4f6b-90c4-00ea8231b884", + "newLocation": { + "bar": 28, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.34090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1741eca3-3c1e-4cf0-9ebd-169adcf8ff06", + "newLocation": { + "bar": 28, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.409090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e737824b-1229-45b9-9d71-d167a89d0d58", + "newLocation": { + "bar": 28, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.477272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "69d1b3e6-8d99-4a1c-bc1d-caa440e6e804", + "newLocation": { + "bar": 28, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ee05e1eb-55dc-44fa-b34c-633f4569878c", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e6c4ad5d-7d7f-4f05-8afe-81b9ff51086f", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "adb86520-94c0-47d9-8602-04134866f5df", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.749999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8bc4f9a2-2fb9-453a-9308-2705ca758dde", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "600c634f-0fda-482c-aa90-f56ab0232d37", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.10227272727272727, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd409a08-8b53-471a-ab4d-fb6a773a70bf", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9cbe0b5c-67fe-4d23-9933-0f1b52bc2f4b", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5d6e429-bab5-4eee-ae3e-abce70483503", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5c60015-cd1d-42c3-b183-e7af99e4790e", + "newLocation": { + "bar": 29, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.227272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "60d7e94f-b979-4e5e-bda6-159fbd75c7f5", + "newLocation": { + "bar": 29, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.227272727272727, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "74c4b97f-bd55-4d9e-af7c-b928fec7d5a8", + "newLocation": { + "bar": 29, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b2561e23-ed94-4dd2-9ce1-eae6bde4f5d5", + "newLocation": { + "bar": 29, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60af44ed-e272-4b84-825e-4808108c0fa3", + "newLocation": { + "bar": 29, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.499999999999996, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d5bd176a-f287-482a-92a3-9262549bf50f", + "newLocation": { + "bar": 29, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.499999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d599dc36-19d7-498d-aa42-a30637efdfb6", + "newLocation": { + "bar": 29, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2224dc61-b976-4205-9d71-dfb0721eaa5c", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -201.375, + "noteFunction": "", + "noteid": "da5b3cc2-b028-4547-a184-672ab198d402", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "654a21f8-02eb-490a-a8ba-4856554f4a1c", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a1265dd4-437f-46e0-9555-efc00de013a2", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "79c12569-da38-4723-9468-fa0ef83f51d7", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2f4483e0-e97b-441e-9b75-dd0aba497cd5", + "newLocation": { + "bar": 30, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "feeab237-67d3-4519-a69c-40a67c037f36", + "newLocation": { + "bar": 30, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e39f10dd-0513-4c0d-a93d-08084c1f3221", + "newLocation": { + "bar": 30, + "guidelineIndex": 8, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 67.125, + "noteFunction": "", + "noteid": "620bca93-751d-4ad4-994e-20af71554ec8", + "newLocation": { + "bar": 30, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4c875d5d-f379-4c62-997f-3dc22918df80", + "newLocation": { + "bar": 30, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "534e51d3-a108-42e8-b59b-1dfd21e4b7fb", + "newLocation": { + "bar": 30, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 201.375, + "noteFunction": "", + "noteid": "757c0388-4f90-4c12-9405-c8ce05df2c97", + "newLocation": { + "bar": 30, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d7d14a4-9971-4d39-8acd-d1312254d8a1", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e1f5451-e712-42a6-8cf1-2b81ab171650", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d014f1e6-a2be-43d2-9caa-7d76f7268894", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ce026ef9-3086-4b63-a2d1-a3d10f5824af", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9647586e-af21-480e-baf7-3caf01270227", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6218e091-28ec-4f6d-b97a-14f007c965a7", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "713ee191-4b74-4777-812e-04614fed7d9b", + "newLocation": { + "bar": 31, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "adc3544a-ae95-414d-893d-c3b0f881fb63", + "newLocation": { + "bar": 31, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.340909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "341c0212-80b1-4f1f-bb6d-0ad1be13b086", + "newLocation": { + "bar": 31, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.40909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1bd4aa32-e408-4350-be91-df068d7ff2d6", + "newLocation": { + "bar": 31, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9521b625-19d4-49b9-87af-367716dbf8a9", + "newLocation": { + "bar": 31, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66459cf6-bb0a-4796-8fe2-65313c5a10f6", + "newLocation": { + "bar": 31, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1078e6b3-da0c-4728-b744-b17e1ae228fa", + "newLocation": { + "bar": 31, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5462a83d-2863-4955-8eea-c642f6c75478", + "newLocation": { + "bar": 31, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 33.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "96e421a9-9eb3-4920-964d-b2d5b3f57da6", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d72342d8-cc59-44ae-bcfc-2f96d77e4c40", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a793a8e1-4d80-4ef8-849d-1eda2c70b66f", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "acf947ff-2fd6-4dd6-bcd5-a7f3f74cd109", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c830216a-a853-435a-b14a-46c73eb4aa05", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.22727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0a7d0b7a-ba7b-4812-9f69-587ac441d959", + "newLocation": { + "bar": 32, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.29545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a8a72ea5-b16c-46c6-b0d7-8e796b052b78", + "newLocation": { + "bar": 32, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f71722da-6db9-4c6d-9c9d-4d845bd0ddbe", + "newLocation": { + "bar": 32, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4b911035-135e-4b26-b267-de50e76b2764", + "newLocation": { + "bar": 32, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ab53ba1-875e-4453-822e-59a211817370", + "newLocation": { + "bar": 32, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "53d4d851-d80e-41b0-82dc-d563ea307804", + "newLocation": { + "bar": 32, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "900d90ad-c281-4835-a78e-337e5c9e4fce", + "newLocation": { + "bar": 32, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "020eadae-abdf-4f09-89be-9e5f78bccc6c", + "newLocation": { + "bar": 32, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.375, + "noteFunction": "", + "noteid": "704baa81-4414-4b09-a606-e5359a131ae2", + "newLocation": { + "bar": 32, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9e0a8b75-f862-4280-acfc-fc98922415bb", + "newLocation": { + "bar": 32, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71ac99ac-7ff0-4c5a-bf3e-eb12dcf52b89", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3ac78c15-ae52-4751-aa80-f7b11517095a", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d1b42a1c-25f2-4638-b42f-f48ca3c4070c", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 35.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b41eb192-b6a6-4d88-9316-96d99045bdf0", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "284fbcf4-f080-4582-8a60-92567051c751", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2470fe45-bea7-4273-8007-b62b549e4c8c", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "583dcd78-0463-4154-903a-283323269ee9", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f7f0c31c-6423-48e4-8be2-037bab9332b5", + "newLocation": { + "bar": 33, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c545f1d3-ee78-43c7-bad0-71bb6e3a30da", + "newLocation": { + "bar": 33, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "852d5986-dcde-4089-8750-1b21dc545065", + "newLocation": { + "bar": 33, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d0c881fd-af9b-4916-b2b6-1c36ef7bf9d3", + "newLocation": { + "bar": 33, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.590909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1e40a224-4b58-4675-ae17-7022ec1c3ebd", + "newLocation": { + "bar": 33, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7dd9d012-a1ea-4eeb-833a-f3ef147b576f", + "newLocation": { + "bar": 33, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "52bc5ba8-6b9f-4c21-bfbb-6d152ed45b6d", + "newLocation": { + "bar": 33, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8fd2ab6e-2dfd-469c-a0b0-ae5c6194d00c", + "newLocation": { + "bar": 33, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 35.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 33, + "yPos": 201.375, + "noteFunction": "", + "noteid": "246f1ca8-3a4f-48f8-9e85-74463e762ae4", + "newLocation": { + "bar": 33, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cb2dde93-555c-41a7-95c7-3d5f2d4239ab", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35493f85-1ce4-41a3-8b46-beafb07b80a8", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0a73aacc-d111-406d-a5d8-194e834ee07e", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5feb90c4-59d9-4d7d-994b-947c80a23464", + "newLocation": { + "bar": 34, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b0c95051-7568-495a-9cde-e8ad3574d34e", + "newLocation": { + "bar": 34, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a0ec793a-ef9f-43b6-8379-f6f209f182ac", + "newLocation": { + "bar": 34, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.47727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "59ccbe22-217a-4445-9ced-9576681172a9", + "newLocation": { + "bar": 34, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bd3ded98-1189-4442-8aee-04b59f5962c7", + "newLocation": { + "bar": 34, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "86711f6b-c458-4f43-822f-00319b319a74", + "newLocation": { + "bar": 34, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ce6c212-50ac-4065-aa60-1e4d4343627e", + "newLocation": { + "bar": 34, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cfc8b3b7-9927-434e-8fcf-da39d8200cd1", + "newLocation": { + "bar": 34, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7bca75fe-a098-46da-a509-9a3791e61576", + "newLocation": { + "bar": 34, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dfaba560-c9c8-421d-ac64-3366085ed64a", + "newLocation": { + "bar": 34, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a5361f4-7c14-4adb-92a0-f694bd531c2d", + "newLocation": { + "bar": 34, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e813646-8501-4d0c-95cf-596db7352ba6", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f1c8a62-849e-4aba-bd3a-6b9ab2bcc7b4", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c55ce16-f52a-49ae-a515-3d5fd37f971d", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.22727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a973711d-7737-4ab8-a4b3-b0e54510cacc", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "26f7a829-d1ff-4ec4-a195-a74dee3afc84", + "newLocation": { + "bar": 35, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c4afae5e-7074-4c19-bd1d-ab9de7fefb3b", + "newLocation": { + "bar": 35, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "08814cfc-9bb5-4b30-a2d4-1d2c3e813c7b", + "newLocation": { + "bar": 35, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e5a7571b-9398-4619-8812-094237f1d247", + "newLocation": { + "bar": 35, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bef3d0b2-ba2a-4212-b51a-4c546c640155", + "newLocation": { + "bar": 35, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5ee14db9-cc72-492c-afef-eaffbf85b4c2", + "newLocation": { + "bar": 35, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a669e7f9-6a10-42fb-a5dc-854804876e49", + "newLocation": { + "bar": 35, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f0e1eff1-7b75-4809-a0bb-7ad270de59ed", + "newLocation": { + "bar": 35, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "84e54923-34af-422b-b95f-d4fef1dfbdcf", + "newLocation": { + "bar": 35, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "aeafff4e-8de5-4670-96db-feb8902b9653", + "newLocation": { + "bar": 35, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7d75532e-9ec9-44db-90df-5d2dbad31dec", + "newLocation": { + "bar": 35, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef7c6422-f482-4aa7-b95a-f389b51e6004", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d3aadccb-d067-4f06-aa4c-a157c40f15eb", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "48a4a96a-5102-4511-aa88-e9d5808f1ad3", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c24b5ae9-a290-4e42-976d-058cf7c3a948", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.38636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "52939fdc-38ef-4fc7-aab8-67b2ccbd5cbb", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c8b9d742-b1bf-4b08-8132-2f5371ebef3a", + "newLocation": { + "bar": 36, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fcff4de2-9495-4d77-8fd8-9b1d6ccdced1", + "newLocation": { + "bar": 36, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "734249b6-3443-4edb-9e7d-7f3314cee7a4", + "newLocation": { + "bar": 36, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fbab63b1-97b7-45fe-851e-ba1531206f33", + "newLocation": { + "bar": 36, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "65eacdb0-1e0a-4ea7-ac41-cfed7fd59637", + "newLocation": { + "bar": 36, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ccaaf1a5-cab0-481b-94bb-6956943ad732", + "newLocation": { + "bar": 36, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f8244c29-9ed5-4314-9b33-c1aa9064b7ba", + "newLocation": { + "bar": 36, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1b5b1ee2-e320-4848-8a56-116a64cf26bf", + "newLocation": { + "bar": 36, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "605148dc-3f1b-4a5b-bd19-304aff66dd25", + "newLocation": { + "bar": 36, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21979244-cc3e-47b8-ae99-0a2397025aa9", + "newLocation": { + "bar": 36, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0315fdc0-324e-429a-9288-775106f9257a", + "newLocation": { + "bar": 36, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "29769fed-da39-4682-b4af-40cd4315094d", + "newLocation": { + "bar": 36, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97c4a275-2020-428d-abc1-e6260e080bbd", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35fccea2-2064-4e30-a6fe-0925d43ca3fd", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3d76e140-2e40-4360-bc7d-f98c0e6945b0", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 39.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ec5dcfea-27de-4702-9e60-6fd6a1c6ed97", + "newLocation": { + "bar": 37, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 39.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e5112e5d-9537-4589-b771-519363f0a5c0", + "newLocation": { + "bar": 37, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 39.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d3e5e535-f071-4244-96de-1b840a2446f0", + "newLocation": { + "bar": 37, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b9486413-63d6-478c-b3ca-f882abc64d3f", + "newLocation": { + "bar": 37, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3edd0fc1-936b-4691-9cf2-3bad75783007", + "newLocation": { + "bar": 37, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5965739b-c769-45bc-b378-907f93511776", + "newLocation": { + "bar": 37, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.5, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "792d27e8-40c8-471b-ac56-f109ccd6dcc7", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5106c0f5-e199-423e-a360-1549d6451ce9", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1d19623e-ad47-4363-94e6-2f85be5f525a", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 40.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "af50278b-d4f9-42f5-97d8-4511e0b3d05f", + "newLocation": { + "bar": 38, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5439bbf8-ecbf-4d31-ac59-057890a2d00f", + "newLocation": { + "bar": 38, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 134.25, + "noteFunction": "", + "noteid": "270770ac-66d2-4807-a660-3572d1fcba77", + "newLocation": { + "bar": 38, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b928e26c-e8ee-436a-8f14-ea89ab82b416", + "newLocation": { + "bar": 38, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "712f580a-b578-4ec5-ada6-eec314cd1519", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dda45734-96e9-4d3e-8af1-8c81f4503ae9", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "afe4b743-3915-4aea-b7f5-0338a56799a8", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc820e0c-6fb0-451d-8f29-885f790d1a8b", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "372542b1-0735-4682-9e37-d8827ca641fd", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a69857d2-6414-4e84-93b5-1175e9e72813", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b71b3cda-4c9c-4a7d-b9b9-3b0760206e68", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ac549cb1-301d-4a22-8c30-d27958ce46f0", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0eb2fc4-fbcf-4070-8a5b-0bacdbd976ab", + "newLocation": { + "bar": 39, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3ef23992-fff9-47d5-9b21-9ad1837c4481", + "newLocation": { + "bar": 39, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9e35bfc9-5e8d-4649-b735-0e37f53aa5de", + "newLocation": { + "bar": 39, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66bca8e3-58f9-4e11-af8e-05d19cf5afa1", + "newLocation": { + "bar": 39, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a3a4d19c-50cd-475b-841b-bc0d40a5233f", + "newLocation": { + "bar": 40, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b992a6f9-d15a-4f95-8b40-c2de35ab04df", + "newLocation": { + "bar": 40, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 42.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "be634837-b137-4a74-aa16-316443d82a9e", + "newLocation": { + "bar": 40, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 43.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a9b40e51-9cd1-4210-80a9-d49d9d74a40a", + "newLocation": { + "bar": 40, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.15909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "368e17a8-6d09-4915-a0c6-1619e8a0a35a", + "newLocation": { + "bar": 40, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.22727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6e3168a5-d477-4366-a1c9-f3a379df3a1b", + "newLocation": { + "bar": 40, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.29545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2755f604-b8b8-40c3-83ec-2f397fcf941d", + "newLocation": { + "bar": 40, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0797324f-e3af-4cfb-9c92-19651e0d27de", + "newLocation": { + "bar": 40, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.43181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "a4df7d8f-73a2-46b3-a8cc-ba445248dcca", + "newLocation": { + "bar": 40, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7514850e-8bac-4d32-8eb9-0e2f532a0e86", + "newLocation": { + "bar": 40, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "6c8c6e4a-8490-4846-a036-641613051a5c", + "newLocation": { + "bar": 40, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2fe2a9f9-c20d-4741-8a96-62ccb4dbf147", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfac2da5-4cfa-4284-b145-ba1b2094219f", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "248d9b45-06ec-4835-b308-a349dfece2fd", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b9166b2d-8ed5-4c1a-b4c6-19d1269f4a0d", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ec5bbab8-61fe-4f4f-9a72-60db3310a861", + "newLocation": { + "bar": 41, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2a6f11c7-c650-4209-a0b3-61dcefe5f6d2", + "newLocation": { + "bar": 41, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fcbc7a73-77d6-44a0-a486-9f3103bb3a3f", + "newLocation": { + "bar": 41, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1665e3af-cd9d-4db8-8b05-564b6d5206cc", + "newLocation": { + "bar": 41, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6585b764-47b7-4c2a-a543-8c42668eaafd", + "newLocation": { + "bar": 41, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d839ed20-d0af-4f98-a485-1d73d072d551", + "newLocation": { + "bar": 41, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "19116672-a9b7-4ee6-ae67-c5807cb06d9d", + "newLocation": { + "bar": 41, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d412c9dd-ce2c-4be7-a8cc-25184c121165", + "newLocation": { + "bar": 41, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a23cf28e-b28b-4ee6-b5ca-c559186e5b74", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "40e39f84-09f7-4847-a485-92f603711ead", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d3d367bb-e95b-4b45-b53e-2ac511fac6db", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4ccee266-75d2-4e68-963c-9fec8121d258", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a691dcfe-e817-4d78-b67e-76661f0d8f97", + "newLocation": { + "bar": 42, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a79b4bb1-1045-430d-8710-1dd64776bc5e", + "newLocation": { + "bar": 42, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2404a962-f4a1-4eff-866f-1f29f639c250", + "newLocation": { + "bar": 42, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "efe1d89a-b79b-489a-b0dc-25aa3b66fc05", + "newLocation": { + "bar": 42, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.340909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "bd4afd6f-a937-44ce-a41e-8227fcf97b0a", + "newLocation": { + "bar": 42, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.340909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d98b8036-e951-4e2f-b650-00b58a720e8b", + "newLocation": { + "bar": 42, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3b503742-8492-48ac-8b03-07c0c47bc2e8", + "newLocation": { + "bar": 42, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4ac0ebd9-b569-480d-9393-f0b1d73fe1b4", + "newLocation": { + "bar": 42, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.54545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c5157dae-8592-4e67-80d6-e9f137bc5ae4", + "newLocation": { + "bar": 42, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a27a7a0c-acf7-4e05-bb12-87411a7bbea8", + "newLocation": { + "bar": 42, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bf3fc00f-fe60-412e-9234-8c7ddadb08e3", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a6a34826-e7af-4184-855a-f871abb73504", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b5aad199-f773-426c-9f07-4633a3b672a7", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "df36085f-f1e9-4506-95d6-11fdeeb6b9fb", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "69c723e1-0f5c-4c0c-85c1-fc24cab8897f", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec7a43c3-75a6-4b0a-81c6-a7076f6b3c6d", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7bc4bc9f-3d21-4d04-9a2c-6e85282105bc", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "799770df-c1d5-43e5-b88c-652c556913c4", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.22727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5d644e62-33d1-42c1-9beb-fdb3af6d8e79", + "newLocation": { + "bar": 43, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8cc7a79d-6f98-441c-96ad-df546c6f5de6", + "newLocation": { + "bar": 43, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.43181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "03f870a8-bb0a-4ef8-b84b-ce9a7b35b0e8", + "newLocation": { + "bar": 43, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4102598b-f265-496b-a2b1-27f8db9111b3", + "newLocation": { + "bar": 43, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7abc0ccf-f245-4448-85a5-2cb26ededf32", + "newLocation": { + "bar": 43, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.03409090909090909, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f40bc717-e538-4132-b64d-ffacbeab447d", + "newLocation": { + "bar": 43, + "guidelineIndex": 12, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.70454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.03409090909090909, + "barNumber": 43, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9c6632a2-8df1-455a-aef0-c22d0f3b9ffc", + "newLocation": { + "bar": 43, + "guidelineIndex": 13, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.772727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fc2faae9-6664-46d5-be47-7ea3aedfa5b7", + "newLocation": { + "bar": 43, + "guidelineIndex": 14, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.840909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 43, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1b07a6de-0c5c-4375-8881-1b20ea00fda5", + "newLocation": { + "bar": 43, + "guidelineIndex": 15, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 47.11363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a154a28f-60c0-4a91-9903-3d888227ac97", + "newLocation": { + "bar": 44, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "afc072c8-3f98-480f-9249-526ebdb8e62a", + "newLocation": { + "bar": 44, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 47.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5697e836-2636-41df-96ff-2ef30091100f", + "newLocation": { + "bar": 44, + "guidelineIndex": 8, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 47.72727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e3c336bc-80ff-4809-8170-703a1c6fc06e", + "newLocation": { + "bar": 44, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "47008a13-3029-41d2-b70a-71c8ba85905f", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.20454545454545453, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "17fd0153-0b5d-4562-b393-4777f5ba4f72", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40ce0524-63de-4122-9100-af80973c8343", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "525af340-a91a-436e-a429-fbe63a185dce", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 48.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "708c9b20-b771-4d03-81d1-d6e6726e2148", + "newLocation": { + "bar": 45, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 48.47727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "1391d7b1-e16c-4789-b739-f25a7d2a1bec", + "newLocation": { + "bar": 45, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e569f20d-078d-4c98-8b8d-12128a31e8f3", + "newLocation": { + "bar": 45, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 48.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f9c702bf-b9ae-4614-b069-351edae81bb6", + "newLocation": { + "bar": 45, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 45, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ac7a9334-440f-47b4-883d-13c67b7ae435", + "newLocation": { + "bar": 45, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4914c76-db74-4ea9-8b6c-d4f3d0661849", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8a8e8322-f03c-4812-afc2-31cabde93cbc", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 49.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27dbe657-cfb8-49e2-ab1e-ea9945dcff28", + "newLocation": { + "bar": 46, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 49.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f09b49d9-0ff4-457b-9cd5-9ada1e1a971f", + "newLocation": { + "bar": 46, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 49.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c771cca2-e9b8-4530-a79e-712e4ce367a1", + "newLocation": { + "bar": 46, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "75a18169-d19f-45aa-8a3e-16742ef251da", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45c5b463-4bba-48bf-aadd-926c2c3dc76d", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "644631ec-90f4-4dff-ab08-4e2cb5cefa87", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "74794bdb-354d-4829-bf67-22069a916ef5", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "51dde809-0aef-4966-a7f8-2f734a611050", + "newLocation": { + "bar": 47, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0419935a-a1b6-4980-ac72-dd97375bc2e9", + "newLocation": { + "bar": 47, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "09ff5838-ae80-41de-90f6-ae9098c1a5aa", + "newLocation": { + "bar": 47, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 47, + "yPos": 201.375, + "noteFunction": "", + "noteid": "14b1af7d-2f88-44f7-9042-f5f6b94ca6ca", + "newLocation": { + "bar": 47, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "975aef31-2ea5-439a-b423-97a7d86985f6", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 51.40909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": -201.375, + "noteFunction": "", + "noteid": "078f0eed-00a8-4547-943c-21bdfa38ac54", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5568af25-0af7-47b6-887c-d517cf40828e", + "newLocation": { + "bar": 48, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 51.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": -67.125, + "noteFunction": "", + "noteid": "074b60b8-2b10-4997-ac42-0fb81f9880ba", + "newLocation": { + "bar": 48, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "24a9ed9e-e4fd-4cd9-8200-98d857962fb7", + "newLocation": { + "bar": 48, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5cd716b7-27e9-42ac-9643-041c73da074c", + "newLocation": { + "bar": 48, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "071bd936-d535-4fd1-a285-f3d7d44cdb1f", + "newLocation": { + "bar": 48, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.022727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "83b00378-18be-4f9c-9d8b-b96ad53c093b", + "newLocation": { + "bar": 48, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.022727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c7bb5418-7086-457f-be69-b91ba807d112", + "newLocation": { + "bar": 48, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.15909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "8cec9d33-6b20-478b-8674-a2f4b9d43c7f", + "newLocation": { + "bar": 48, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.22727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7209c98b-fa1d-4b58-8b39-19f2ca0a3867", + "newLocation": { + "bar": 48, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.22727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "59700874-4784-4bcb-9049-3b02a8da473c", + "newLocation": { + "bar": 48, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c2124668-97df-401f-a33d-0a6b3922fcdd", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7f6ecc4-8677-4bd4-b72f-35832085a9fe", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 52.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c5db381e-ab9b-4f66-aae3-2df9d21cdfe5", + "newLocation": { + "bar": 49, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 52.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4ceb0bbb-e0a6-4b43-935b-d02daed887a3", + "newLocation": { + "bar": 49, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 53.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6433f109-9f39-4996-aa77-e6b03552a948", + "newLocation": { + "bar": 49, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 53.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8033cf89-e04a-49ba-a4d4-250cc146b8d0", + "newLocation": { + "bar": 49, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "06ad747f-10c5-4143-a9f9-661451170b5f", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cc9eb82b-768e-4b59-a532-e36eda60b1ff", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 53.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd1d598c-ba32-411f-ac8b-bea18d57fbf3", + "newLocation": { + "bar": 50, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 53.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e32b5dfb-f90b-4b65-9d32-d0dfb5451385", + "newLocation": { + "bar": 50, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5a93f9df-3e58-454f-b768-42bdb337880e", + "newLocation": { + "bar": 50, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 54.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "61120724-dbcb-458a-8dd0-62ce2270db10", + "newLocation": { + "bar": 50, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.40909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 50, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f772c10e-0b36-4d29-b78c-c7b868d0b058", + "newLocation": { + "bar": 50, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "179553c3-fc01-438f-801a-1d4272e17d61", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8d9591b7-5bca-4799-ad20-327c6fc23c9a", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "88cf4327-d64e-483a-9750-dc6803b34aea", + "newLocation": { + "bar": 51, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -67.125, + "noteFunction": "", + "noteid": "03356924-cea8-4e6c-9d9b-253adacaf627", + "newLocation": { + "bar": 51, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5f1e0b80-85ab-49bf-9f86-e88ada36c32c", + "newLocation": { + "bar": 51, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6e3449c4-ff2e-4dcd-9797-00265bb2fee5", + "newLocation": { + "bar": 51, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0fe9538c-c108-4c82-95ea-56b0e159c191", + "newLocation": { + "bar": 51, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "359f500a-8b90-4417-99fb-fa22e15b3530", + "newLocation": { + "bar": 51, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "656ab5f4-3640-48ec-860b-de266f11d0a0", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4d4e08e0-1103-4778-8b82-0a9d3f15c76a", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 55.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "58ed0979-d9df-436b-aba0-76c1efa37f3c", + "newLocation": { + "bar": 52, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5c72fd15-afe7-4aa2-81cf-229969544118", + "newLocation": { + "bar": 52, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 56.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6b020f1e-60b1-4ca9-acd1-22d8f54d219b", + "newLocation": { + "bar": 52, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b5993db2-f9f1-49e4-8382-e782ebc82594", + "newLocation": { + "bar": 52, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 56.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b328a528-607d-4c7c-b7df-902891c4af66", + "newLocation": { + "bar": 52, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2f52b8bc-9b64-42e8-81c2-ed7845d428be", + "newLocation": { + "bar": 52, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 56.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5718725a-e98c-41d8-bd51-14af099fb329", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 56.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9aa08f26-ed78-4f83-82bd-e9b28700f90b", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 56.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "948dc8c6-2d86-43c4-8b31-a7f8738c032f", + "newLocation": { + "bar": 53, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac4272fb-6437-4d7f-afd5-610ed98ec9fc", + "newLocation": { + "bar": 53, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a285a558-3735-4549-b5d2-fc4abd0a267e", + "newLocation": { + "bar": 53, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de6f4fe0-efc9-442a-9e1c-d70a54899989", + "newLocation": { + "bar": 53, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f357b6b5-2ba4-40e6-9dcf-ad020ac4c5d4", + "newLocation": { + "bar": 53, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "50e2cb69-c9b5-43ab-8f60-749a3489bebc", + "newLocation": { + "bar": 53, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc02b489-b54b-4ba0-be10-ca864e2dd470", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c5a07b55-8550-455d-993a-2cddb195fbeb", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e6d354da-f619-4800-a39f-33d9bce4c342", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 58.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e88e1c47-38f2-4ad2-8b7b-a0f93de36d2c", + "newLocation": { + "bar": 54, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4a3f1829-143c-4d52-b794-709b3423f588", + "newLocation": { + "bar": 54, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3be19542-48ed-44a0-ba7a-2efb84f5e393", + "newLocation": { + "bar": 54, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e11f6bbd-6680-4414-93e1-4344909e8545", + "newLocation": { + "bar": 54, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a3517c00-2fab-4ef2-8de5-ac2affc9ec4d", + "newLocation": { + "bar": 54, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 58.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "14799312-7bce-4906-a846-5bb68dd53218", + "newLocation": { + "bar": 54, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b386f38a-cc2c-4197-8cde-bf33cae48200", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3bf46b58-7176-4d14-86b2-117aa9a8dc3e", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 59.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb92195e-39da-41a7-9c94-551914242769", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "614b8da0-2d66-4604-9789-8f6ce38c861b", + "newLocation": { + "bar": 55, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "473727f1-2b6a-4f5b-a22d-65dd2665432d", + "newLocation": { + "bar": 55, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "12333c7f-42a2-4886-8dc4-57284d6d0b95", + "newLocation": { + "bar": 55, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f45bf76d-6473-4516-ba2c-e3307c7a4aba", + "newLocation": { + "bar": 55, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2a2a2090-36dd-4c18-8434-2ca8a01f4e3f", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "24b12d1d-f8dd-4ba9-96e6-1adbd57d6d6f", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": -201.375, + "noteFunction": "", + "noteid": "635ceec1-dee7-42dd-b312-4070bad5525a", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 60.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bade5126-f187-4326-a36c-0b918be17dc5", + "newLocation": { + "bar": 56, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7d98b5b7-2942-45f1-9ed9-a36f4cc84cd0", + "newLocation": { + "bar": 56, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "799fcafb-6c83-45c0-9963-97f5ff554ff0", + "newLocation": { + "bar": 56, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "77c83321-efb5-441b-99c5-c2c57a4b38f8", + "newLocation": { + "bar": 56, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 67.125, + "noteFunction": "", + "noteid": "74b03e0c-0ce4-4f93-90bc-9c9e04d53a4c", + "newLocation": { + "bar": 56, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 60.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ff207588-d8bf-4da0-8dfa-f623aca73ab1", + "newLocation": { + "bar": 56, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6617beb7-31fc-4532-b76f-a80b55632bbf", + "newLocation": { + "bar": 56, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "812f142a-286e-4354-94a8-b3a510c94f5c", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b88d7cb5-cea0-4866-82ab-09975ee852b5", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 61.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3ef57217-e482-44b8-ba25-e6117b883644", + "newLocation": { + "bar": 57, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "590fee60-d76a-4433-8b8a-53d93fe03044", + "newLocation": { + "bar": 57, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5581e555-7dc9-4ad7-9908-545174588b5b", + "newLocation": { + "bar": 57, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.25, + "noteFunction": "", + "noteid": "690439ad-e1ac-4172-8215-c419462657a3", + "newLocation": { + "bar": 57, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4309b31a-9b51-4b39-ba2b-4a62ef4420a2", + "newLocation": { + "bar": 57, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "60f9cda5-a164-4382-bc7e-4c7a12c3de3b", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f41eec76-58e7-4826-ae2e-480ba70bce1b", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02f830b1-85e4-4bce-94be-3744d4c871d8", + "newLocation": { + "bar": 58, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -67.125, + "noteFunction": "", + "noteid": "30adb2a9-7be5-4d3c-b7f1-d47c55428d3b", + "newLocation": { + "bar": 58, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8c509830-7377-44c5-b6c4-0c5e66cd1a42", + "newLocation": { + "bar": 58, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3b63d54-105e-4b69-81bb-f44ea0383786", + "newLocation": { + "bar": 58, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 62.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd77cf5b-7ba5-4613-bb21-215d36eff0d4", + "newLocation": { + "bar": 58, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c870d85f-0117-46f6-b41a-232e02b4acde", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1395a905-fc94-466c-b783-6bae1e180aaa", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.40909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ba0a8921-3695-4d20-93fd-f326d65d0fbb", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6e10ba31-e850-434c-a5cb-cadcbe2b5be2", + "newLocation": { + "bar": 59, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd9ec528-f29f-4fec-831d-8a85aa76465f", + "newLocation": { + "bar": 59, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc361757-0e5b-4e1f-97aa-1d46538f6bbe", + "newLocation": { + "bar": 59, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 67.125, + "noteFunction": "", + "noteid": "21a63962-e947-4cce-b846-90655e658073", + "newLocation": { + "bar": 59, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f198a60-bdd5-4730-a594-9c51bfe47921", + "newLocation": { + "bar": 59, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e4ea17b9-557a-47d0-8e80-32e76f664c76", + "newLocation": { + "bar": 59, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "450416d9-0b58-4684-91ee-b3b205c7cd3b", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "65c25f5a-5823-4840-a701-6cc355049bb8", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.43181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f66e48a6-0b1a-42f5-8c57-dbbe7aee18eb", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cab571bf-9fb6-47d5-b927-498bdda8a295", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1149d536-8f61-4e0b-b372-6aa2aa726642", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "729a3582-f880-4644-8f89-a2475a2eb3e5", + "newLocation": { + "bar": 60, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.70454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "1d53f3b9-64e3-4e31-9a41-0ebbe00b4968", + "newLocation": { + "bar": 60, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1d845e64-73f1-4fc9-943f-218a11bcd2f1", + "newLocation": { + "bar": 60, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "07fb96ae-2a46-4860-8ecb-ae0eb7668f4b", + "newLocation": { + "bar": 60, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c6100f6-6472-409d-a99d-86d84af4e3dd", + "newLocation": { + "bar": 60, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "a62b9b17-78c4-4557-8073-b98c95e38985", + "newLocation": { + "bar": 60, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.04545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e0126e52-4125-4fb1-a843-22be9f811a7c", + "newLocation": { + "bar": 60, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ae6863d9-8b44-4fbd-b29b-ec4b63c2f654", + "newLocation": { + "bar": 60, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.25, + "noteFunction": "", + "noteid": "df79bc09-ba56-48d2-86d7-7c5123418abe", + "newLocation": { + "bar": 60, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "64eac21f-fad4-48b2-b5e2-fa5c5e6305f6", + "newLocation": { + "bar": 60, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 201.375, + "noteFunction": "", + "noteid": "34165357-3eec-4f33-8935-78cf4f2fbf3e", + "newLocation": { + "bar": 60, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "83c68523-da21-415e-b6a4-4ecb82022913", + "newLocation": { + "bar": 60, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e7e5dc5-e13f-4b40-b3c2-f59bd388c250", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1f3356f2-ec53-47d3-a11c-d7e55da7bd98", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5ce7bd33-4679-4cdc-bb9f-6a0c142c21fb", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 65.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "48171237-c999-4299-a5c5-3793eea6594f", + "newLocation": { + "bar": 61, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec8e20f5-62bf-45a2-bf66-cbb7f415523c", + "newLocation": { + "bar": 61, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": -67.125, + "noteFunction": "", + "noteid": "be111149-4cba-4115-9be9-dfc3f22ec0e5", + "newLocation": { + "bar": 61, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b6f961d7-0737-4318-9fcf-a05c0d84a507", + "newLocation": { + "bar": 61, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35e70233-2d87-429c-a546-718c0a8fc653", + "newLocation": { + "bar": 61, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ece40ac2-25d2-4e64-9980-f86d6b24fa26", + "newLocation": { + "bar": 61, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d52c7623-7a77-4a22-9ea3-77dffec5e42a", + "newLocation": { + "bar": 61, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e7247aba-f771-498f-895c-15ddd629817c", + "newLocation": { + "bar": 61, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c31bdbe7-9546-4bef-9fa4-36124957f6aa", + "newLocation": { + "bar": 61, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d9825e09-1cd3-47d0-9de0-1995202b76f3", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c57b705-7526-42e5-a064-28fc7d95a4b9", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fd61d232-bd3a-4945-b299-f868a3cce1fb", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "992c4661-2958-4548-81fb-ecb52168a205", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "addca22c-c63c-48b9-8a65-94916156a823", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0add81c3-a96c-4060-bc9a-f4f3d5823ea4", + "newLocation": { + "bar": 62, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f7bbed60-563a-42bb-8921-f56729d0759d", + "newLocation": { + "bar": 62, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d64664b8-c6ea-4eec-8b99-82d48f9c40ed", + "newLocation": { + "bar": 62, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b99610d6-8c64-4cb1-8434-8ebd90fa8c46", + "newLocation": { + "bar": 62, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 67.29545454545455, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 62, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9eff171b-def9-4ca2-b829-a337a9afab93", + "newLocation": { + "bar": 62, + "guidelineIndex": 11, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 67.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "216b7709-e5ec-4b91-acf9-32317def97db", + "newLocation": { + "bar": 62, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce9ef422-c3b1-4d45-9723-47425f3b29e3", + "newLocation": { + "bar": 62, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": 201.375, + "noteFunction": "", + "noteid": "efca6df5-2229-4f23-925e-de5b77cf6b5a", + "newLocation": { + "bar": 62, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ee6e5f8a-6143-4ea6-ae3d-bf09486c1c6b", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7a73316-9516-4bd2-8d35-071f9eb29c32", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c29ceb6e-f895-4d9f-9190-592abbf3ddc9", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c55938fa-b5f6-495c-aff4-97ce90762a8f", + "newLocation": { + "bar": 63, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27f3d843-d022-4bc7-86a0-dd3d1a61360c", + "newLocation": { + "bar": 63, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ed6d695e-9d11-46a6-8774-01cbbb294a4e", + "newLocation": { + "bar": 63, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45c30bf2-75f9-4ca5-ab44-65799a05e572", + "newLocation": { + "bar": 63, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ddd5a8d-ec60-4907-a33a-5c8d3a8651bf", + "newLocation": { + "bar": 63, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "192ac57e-dd10-41ce-975d-df0bd9355fa9", + "newLocation": { + "bar": 63, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ec26957f-706c-4089-8f64-cf238d8662e6", + "newLocation": { + "bar": 63, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f91aa3ee-524f-4f75-ba52-79c5e3bd0f19", + "newLocation": { + "bar": 63, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7ae77aea-b012-489c-81fe-9070a761856f", + "newLocation": { + "bar": 63, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "29304352-01e6-46fe-bb1b-0ca734ff2f71", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "392a19f1-eff7-4593-b4bb-ed01fb60bc3f", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.93181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "248f00f5-91c5-4ff9-9855-a33dbe7949c4", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.93181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 64, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2794702a-7ebf-4411-b0a6-3b0cbb0dfadd", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 69.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a4e90d93-ea71-4235-b8e8-88b02ff57c26", + "newLocation": { + "bar": 64, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 69.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2e0c60a6-efac-464f-bf65-2e0c7dbd3483", + "newLocation": { + "bar": 64, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3bcf831a-9f3b-45e5-adea-e47ca1da4141", + "newLocation": { + "bar": 64, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42fc320f-a36d-4046-b97b-31bd07bd3fd1", + "newLocation": { + "bar": 64, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6f59c064-f1a1-45f3-a474-e2136fdef2a1", + "newLocation": { + "bar": 64, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5209f122-271f-468a-a95f-253077fd9f9c", + "newLocation": { + "bar": 64, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "19e36ab1-c4d5-4fb9-855b-956756d1fbe4", + "newLocation": { + "bar": 64, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c371906d-da33-40b7-815a-966f3a6ae02b", + "newLocation": { + "bar": 64, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f606bbd4-9df3-40b8-8d3a-04346ea49745", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a420215c-acb7-43e2-8b9d-fd17de39be87", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 70.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "07603da5-8912-478f-91b8-384b646b272b", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 65, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "73592f15-36ea-43bf-bb62-8becd6a5621c", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 70.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5c2567bd-1cfd-4af0-b266-682eb1e1dec0", + "newLocation": { + "bar": 65, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 70.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c61ce875-1d4a-4c92-bece-5eaee78046d7", + "newLocation": { + "bar": 65, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35d95a8d-3240-4282-b459-39251b41b133", + "newLocation": { + "bar": 65, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54cd171a-653b-4f95-8459-8683e836df1f", + "newLocation": { + "bar": 65, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "36d058a1-147e-4fad-a00e-c5e2cc43c4c3", + "newLocation": { + "bar": 65, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "59c8e877-cf18-4275-954b-f6634574590d", + "newLocation": { + "bar": 65, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2779f783-49c9-46a8-936e-50db5809fbf2", + "newLocation": { + "bar": 65, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "64d25ae6-df59-41e6-896a-8a246f8b3234", + "newLocation": { + "bar": 65, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a9901dd5-598f-4373-b040-3f5255246584", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2c60f43b-bce1-41ef-8e8b-1a01acbf64f4", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "181b0bff-9dbe-4904-8397-8745ef934434", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 66, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "62c64a75-83a8-49a9-b453-08ee558226e0", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 71.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9ceb1173-c9d7-43eb-8c5f-3e71a8e744cb", + "newLocation": { + "bar": 66, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fe8fe6a7-a7ea-4f22-8216-db5cd359c991", + "newLocation": { + "bar": 66, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ea523b5-be96-4668-b5e5-50d7f357bb70", + "newLocation": { + "bar": 66, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "94d2cd7d-2007-4a61-864f-8e9c7e25991a", + "newLocation": { + "bar": 66, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bd45095b-203d-4cf2-aabe-a977425995fd", + "newLocation": { + "bar": 66, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.6590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "68a34430-3993-4ee8-afe0-a0e89f7b3d5b", + "newLocation": { + "bar": 66, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f03cf0f-3097-46ff-9161-57274186edac", + "newLocation": { + "bar": 66, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d68aac6b-7c1c-45a4-bc5b-22b0004cc0ae", + "newLocation": { + "bar": 66, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ab14f76-2f18-49cf-b1c0-402e24368349", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "86e49454-7c2e-4c2e-ac4e-278c0f67aabd", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 72.20454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ac7b3ed8-c4f0-4b2d-ad08-135db67452df", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.20454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 67, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8db2d1e8-f49b-412a-aa13-17410733741e", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 72.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "67e687ac-f775-4216-82ae-c37ec845ece1", + "newLocation": { + "bar": 67, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 72.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d853db8d-f867-4ed1-a80b-52fe4a4cc637", + "newLocation": { + "bar": 67, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c305bc32-5f8b-4214-bf6e-5df960db27c1", + "newLocation": { + "bar": 67, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "98a1fae0-e53b-49c9-b6ea-1f76a93aa29c", + "newLocation": { + "bar": 67, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "616749f0-84a5-4ba1-8eb3-394771fd34fc", + "newLocation": { + "bar": 67, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "10cd0ccd-5fce-45a1-a42e-94cf3b015bd8", + "newLocation": { + "bar": 67, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5fbadc2-d30c-42d9-9d94-e81009fedcaa", + "newLocation": { + "bar": 67, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b0cc56b8-4675-4112-9049-7d886a7097d1", + "newLocation": { + "bar": 67, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0bf2042-1bad-43de-9f39-99a5f147dc13", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e0654e8f-b711-42f2-8189-7835d2236ca8", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 73.29545454545455, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "cd742601-bca4-407a-8eb8-03a724388587", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 73.29545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d3f910ef-c1f5-4562-8a6f-f6719526fefe", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "34ca0309-902a-4070-aa90-ea5aceb3195f", + "newLocation": { + "bar": 68, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0c00b00a-fe34-4d1c-9e52-162b770e282c", + "newLocation": { + "bar": 68, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b5d0df3-fc70-4bce-9dfe-d1c78a5a76fb", + "newLocation": { + "bar": 68, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.70454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "25f4274f-cda0-4d28-80a8-063c316f15b4", + "newLocation": { + "bar": 68, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b2842bb9-2652-481b-a895-932235b7e405", + "newLocation": { + "bar": 68, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "284e0acf-ffcf-4f6e-bd87-36a1173a5957", + "newLocation": { + "bar": 68, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4cb311ed-183c-4854-8743-0bdcc6833bc0", + "newLocation": { + "bar": 68, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.04545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "79d515ed-be6b-453f-a740-662cb1a0933f", + "newLocation": { + "bar": 68, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "09ebc58f-df89-4209-a128-d8c2f0637d4f", + "newLocation": { + "bar": 68, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "052e9ec9-f858-48d4-b8cb-00f4a29678f2", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2ba4dbfc-9e9a-4cfc-ad2c-4199bfe2394d", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3b6d07d1-6127-41ab-8dc8-bed0ee210676", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9460878f-e104-4f6b-8c47-118ba022ad3e", + "newLocation": { + "bar": 69, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d39833d6-964b-4a51-a3bd-73fbbf08afd7", + "newLocation": { + "bar": 69, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -67.125, + "noteFunction": "", + "noteid": "65684f5f-ac4c-4bb2-a4d0-414a5984e99b", + "newLocation": { + "bar": 69, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c0c9f7cd-f36f-40a3-9812-8f30396207a5", + "newLocation": { + "bar": 69, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82f63fbd-eb42-4c09-8a4f-1f7e5fb654cd", + "newLocation": { + "bar": 69, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "acd53a3c-ed9e-4e2f-ad73-9568515f09ea", + "newLocation": { + "bar": 69, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e257bff2-6bb2-4379-9418-43a00e4570ba", + "newLocation": { + "bar": 69, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3e35e21-a420-4264-824e-ab8dab28644c", + "newLocation": { + "bar": 69, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "718c233c-cf8e-40de-a74c-fe1a851834d8", + "newLocation": { + "bar": 69, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "402a653c-ad06-492a-bb5f-d98eaa22b8ed", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b02a665-9625-429d-bb8f-4b5862c0e9c4", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cd8ffae2-7b5d-440e-803c-4d178aa413c0", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a1f12564-ceff-4251-b7b9-bf72eacafb94", + "newLocation": { + "bar": 70, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f4a835f-3dac-4ce7-b6c5-a93f39b805e3", + "newLocation": { + "bar": 70, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d5db52f0-2d5e-440a-acf7-87799712c7c4", + "newLocation": { + "bar": 70, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d71a6b40-68e9-4ca7-b7df-3eb578abbaf0", + "newLocation": { + "bar": 70, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f7387135-b2ae-4a91-b66a-abfa81e33c8b", + "newLocation": { + "bar": 70, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "294ef41b-18f1-4ff7-bd53-fa7fcba6812e", + "newLocation": { + "bar": 70, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.02272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "96478ce7-b067-4deb-b7c8-1421f0c77930", + "newLocation": { + "bar": 70, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7bc12488-735a-4baf-89b5-c6079182305a", + "newLocation": { + "bar": 70, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2456cb4c-d638-4be0-aa5a-df7c25489b23", + "newLocation": { + "bar": 70, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "52ad9c85-b1fa-4710-b0d4-009814602860", + "newLocation": { + "bar": 70, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c988fb88-2998-423d-a929-e90dd7be0b18", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6e0ab8e6-ef73-4007-8816-d521c9f3ef77", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3b3c959d-ec46-49d1-8ee8-6587eadd95f0", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c7df3dbc-7aa7-4c37-8369-ba1f62efaedb", + "newLocation": { + "bar": 71, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ddad8c37-e9e2-4a64-b903-a5b35b004e8e", + "newLocation": { + "bar": 71, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9af2ead6-6e44-46fa-8d01-45363d923259", + "newLocation": { + "bar": 71, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0e710b94-671e-4d41-825c-7dfd634e12ed", + "newLocation": { + "bar": 71, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "972fe57f-a7bd-4e58-876d-da49e6c99e31", + "newLocation": { + "bar": 71, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bed8f6ce-22b5-4b0c-8d13-a13be70ff931", + "newLocation": { + "bar": 71, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "954845f3-3846-49f5-85f3-f10c1657e829", + "newLocation": { + "bar": 71, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b2d477b7-1ce8-4b33-a26d-5736ce36ac80", + "newLocation": { + "bar": 71, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "96b4ed2c-da5e-4cf8-979b-82a743918ae0", + "newLocation": { + "bar": 71, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2dc1e5d-b3d7-494f-9c6c-2b8eaaf0edb7", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "896f5ad5-8bcc-48d0-b5c9-c6fe17ea3f3d", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d1be28b5-d028-49d8-b526-a097332f9e24", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0a67179a-8e8e-4ee0-a446-2ed631c09e44", + "newLocation": { + "bar": 72, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7967cc04-4c58-421e-896e-18146b616f68", + "newLocation": { + "bar": 72, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4441ebce-13cc-4475-ac67-5e1e1cbc6a06", + "newLocation": { + "bar": 72, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aabe0cc2-2699-4b45-8574-d375f5411040", + "newLocation": { + "bar": 72, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb122ee5-ad1e-4d24-b548-ffc19554b0e8", + "newLocation": { + "bar": 72, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9fa6c1b7-6a98-4ecb-8989-ecd329567314", + "newLocation": { + "bar": 72, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9fc94a19-9974-4f26-9d91-7e7df45ca26d", + "newLocation": { + "bar": 72, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "118dd09a-cffb-4d9a-b1f3-8df95b34c3c1", + "newLocation": { + "bar": 72, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6683e988-008e-40c4-9d58-7568f2c400a3", + "newLocation": { + "bar": 72, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "024a1de8-40b8-414d-ba58-c4cbc36801fb", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "39ca52ff-c126-4e6f-9786-4ed1401aa4b8", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 78.75, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "b8e2dae4-ed84-4497-b952-7ce9a0193c06", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.75, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 73, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "e7601572-153b-4122-bc4c-f580c3938fbd", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 78.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "64b6e136-015c-471a-bc18-a69bed298285", + "newLocation": { + "bar": 73, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 78.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd5c3ed5-d971-4b4c-b1f6-f8272613dfb4", + "newLocation": { + "bar": 73, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "56df1be2-b2aa-43db-b7f7-d35e75f9a99c", + "newLocation": { + "bar": 73, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b3358525-7cf6-49e8-b937-2b83f7f9a539", + "newLocation": { + "bar": 73, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6179d513-51e6-43e1-a11b-936d2c7816bf", + "newLocation": { + "bar": 73, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83d9cd5b-0ed0-4215-b595-2b87c8276266", + "newLocation": { + "bar": 73, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60273fb1-a422-4b36-95eb-9f1e8ce8fb15", + "newLocation": { + "bar": 73, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3a5caab5-bd01-4b9b-b44a-c93eb5a0a807", + "newLocation": { + "bar": 73, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e0bc9fbb-6c43-475d-93df-bd0ebf13ad8d", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8828782d-558c-4369-830f-e8684d7729f5", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 79.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "e894c5a3-b570-4123-826c-b069d415608a", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 79.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "3f4e39b5-690c-4bed-ab75-36ff37359bd3", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "85aebd95-24c6-4734-95ba-41d7cfad348d", + "newLocation": { + "bar": 74, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "aa6387df-20db-49e2-83dc-e6ea822e9868", + "newLocation": { + "bar": 74, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b9aee029-2347-4b70-9909-42386de843a8", + "newLocation": { + "bar": 74, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b4d6d6ca-5049-449e-97c2-8dbbb0428931", + "newLocation": { + "bar": 74, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4f6fff9f-efda-495e-a7a1-ee504c10da9a", + "newLocation": { + "bar": 74, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5f68a6d5-741f-4a6c-b0b3-a7c446fc6390", + "newLocation": { + "bar": 74, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "30ad7097-1a6e-479a-85e4-abc7256cbc35", + "newLocation": { + "bar": 74, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.59090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "69fcf8e8-eb5f-47e5-b4da-208b17d8d88b", + "newLocation": { + "bar": 74, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "41b5d5e1-8ce7-432b-b2ee-ee1d1f435ca4", + "newLocation": { + "bar": 74, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3fc4c468-9046-4436-aacd-a30a12863057", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "709b4161-1a18-4397-adb7-c8f011ff59e6", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "51a58b30-d0dd-4048-8236-1cab67e3d90a", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1f7d69cd-d3fe-45da-a75d-ddbd69b2c783", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7df90c10-da8b-43ee-8411-8472664c5be7", + "newLocation": { + "bar": 75, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3d1112b8-7e40-410f-a5da-47c047d92e69", + "newLocation": { + "bar": 75, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7c8c4aed-e5f5-440d-891f-9d2aaa6fd1bf", + "newLocation": { + "bar": 75, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ad4d653b-14d9-408b-b729-2362b1ff5dac", + "newLocation": { + "bar": 75, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "40394018-b3a4-4dd5-88f2-2519239c98a9", + "newLocation": { + "bar": 75, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "99bcf037-7210-4b58-b3d9-810774a902b5", + "newLocation": { + "bar": 75, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cd65f0a4-0c67-4541-99dd-da24ae62cc6c", + "newLocation": { + "bar": 75, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7d899df1-2209-4ccb-86af-ded8d94109c6", + "newLocation": { + "bar": 75, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8ca991ad-9bf2-46d1-b8e1-e7eff1bc543f", + "newLocation": { + "bar": 75, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f2dfca4a-6af3-4cad-8ecc-da190627a132", + "newLocation": { + "bar": 75, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "222c9bfc-1968-4e9b-b1a6-3c5a30ba3d43", + "newLocation": { + "bar": 75, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a6bd21b4-6ca2-462d-8d32-b0a1df849563", + "newLocation": { + "bar": 75, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "379c6033-cde4-499d-9435-3ccaf48f9f05", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.88636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "656300fd-4b45-469c-ad8d-82beedf51a75", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3f4500f3-aa41-4ca6-bb81-610499ee8c18", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1b7ada8f-c5c4-48d8-8a3f-d334390095ed", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fc9b6152-be70-4015-ac1c-1ac154b645d1", + "newLocation": { + "bar": 76, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 82.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b6cb7354-60f6-4417-bad4-d574b44cd1f5", + "newLocation": { + "bar": 76, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "df33b38d-594a-4797-a996-1528eb95fa7f", + "newLocation": { + "bar": 76, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5d62b929-170b-402a-99f9-f05b642872f1", + "newLocation": { + "bar": 76, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a71927ca-58b3-49d6-b054-3f621c00216d", + "newLocation": { + "bar": 76, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c858cb55-9a19-491f-8be4-cb47e0d74c5e", + "newLocation": { + "bar": 76, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99fb11ab-262f-4033-9ad5-e34d8f1238bb", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d5573264-ace0-4caf-923e-8e9cf7438e6b", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 83.59090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 67.125, + "noteFunction": "", + "noteid": "98890584-e5b3-43cb-89f6-b75e6f46cd77", + "newLocation": { + "bar": 77, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dedb0b35-9225-4f2e-bd73-77717add25f6", + "newLocation": { + "bar": 77, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.409, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d49a7361-a18c-4aa6-9e1a-9f618c9558e4", + "newLocation": { + "bar": 77, + "guidelineIndex": 14, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 84.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4c38cc63-ffe3-44eb-baee-f77b7ae74b66", + "newLocation": { + "bar": 78, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e47cb4ec-b643-48a0-a81e-fd07fc7c1ca4", + "newLocation": { + "bar": 78, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dae44a52-1b9a-4b9b-82de-5c794e393733", + "newLocation": { + "bar": 78, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 85.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a0a81922-a009-4b29-a678-0dc1ba47867b", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -201.375, + "noteFunction": "", + "noteid": "efb676de-30ed-4a52-a0f7-202eef0abdbb", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27960bdb-a69d-4c88-a737-86aad5a9fabe", + "newLocation": { + "bar": 79, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 79, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d7ec2797-c649-48d8-81dc-806adc7e60b6", + "newLocation": { + "bar": 79, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 85.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "493e4fe3-2c70-4802-8f39-2155a6521e52", + "newLocation": { + "bar": 79, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc7f3e16-88e8-43f1-84a1-731ef52fd6e2", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "96d6502d-0ed1-410f-9291-af1784fda76d", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2ff87487-aa41-4b32-921a-f9105c40be4f", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a8455e44-8336-44e9-871e-7240e40b925c", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1688be35-b21f-4acd-ac97-babecf7c8f22", + "newLocation": { + "bar": 80, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ad509a93-59a7-4d12-a867-c81a263351fa", + "newLocation": { + "bar": 80, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f1d14398-8c3b-4386-b1fc-4e5265130f3f", + "newLocation": { + "bar": 80, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "44a1e613-dd3d-40b2-b55e-40b9ef1c4364", + "newLocation": { + "bar": 80, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c6f81f99-b2b1-438b-a351-a2767fe00aef", + "newLocation": { + "bar": 80, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e2185913-6c20-466f-870f-35d20773bd46", + "newLocation": { + "bar": 80, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea90ba30-4b8c-4158-b188-242f1e7fed2f", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8720d03f-89ae-43a0-84b0-520870b17f89", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6fe7d650-fac7-4de2-b9ef-4b1019c71df2", + "newLocation": { + "bar": 81, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "45d366c0-0594-4e9c-9ca4-61e6e577ed8a", + "newLocation": { + "bar": 81, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dd7a96ea-58c7-4a75-8950-05b74e9009d3", + "newLocation": { + "bar": 81, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bac23166-c699-4260-ba24-cfe0d7aebc79", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 88.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8bf64210-4ad1-4142-964c-0e3d23def8cd", + "newLocation": { + "bar": 82, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "903e98c2-ce28-494a-ba6f-827dedab77ea", + "newLocation": { + "bar": 82, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 89.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b631510b-bd1b-4308-aaed-1d6803937336", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "22c6de0f-e35b-4e07-b686-63c28533b6ad", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cc67a88d-8663-44be-be2a-e0f4b5812f1c", + "newLocation": { + "bar": 83, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -67.125, + "noteFunction": "", + "noteid": "48214157-fe18-4a88-b567-47611e50915d", + "newLocation": { + "bar": 83, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "36d63aa8-f29c-412e-90a7-91985084c83e", + "newLocation": { + "bar": 83, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b9ee65ac-6291-4d33-9c01-8dc3ba99cb76", + "newLocation": { + "bar": 83, + "guidelineIndex": 12, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 90.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1a8dade3-5601-4000-9302-d4773424da7b", + "newLocation": { + "bar": 84, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": -67.125, + "noteFunction": "", + "noteid": "eb55ec33-ebfe-42cd-8a41-ce41724e93d8", + "newLocation": { + "bar": 84, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 91.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c94369ee-455f-4104-9516-2b6b7f6065cc", + "newLocation": { + "bar": 84, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1873e87b-553c-4582-8db8-63c968f401db", + "newLocation": { + "bar": 84, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 91.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bbbbb8e7-c146-46fc-ad40-770671183a37", + "newLocation": { + "bar": 84, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": 201.375, + "noteFunction": "", + "noteid": "83193db5-cb04-4dcf-9a09-277507a9d42b", + "newLocation": { + "bar": 84, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 91.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9a1726b7-1630-496f-98c0-be9ca09b454b", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 16, + "isFree": false + } + }, + { + "time": 92.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d244c267-bfe7-49c1-b6ef-519193cbe0f3", + "newLocation": { + "bar": 85, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5cbf0fba-e029-4efe-bdfc-c45b27a9d65c", + "newLocation": { + "bar": 85, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8eab81db-cfd1-470b-bd9a-8d5e5d397add", + "newLocation": { + "bar": 85, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54605807-f161-486c-950d-4de7807aeb8c", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 16, + "isFree": false + } + }, + { + "time": 93.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2a6ca936-8c8a-4862-ae5a-9526b1e67fcf", + "newLocation": { + "bar": 86, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8aa84003-8f33-44ef-945b-ce0ff6724036", + "newLocation": { + "bar": 86, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfb42527-38c3-412c-856f-b86b2f673830", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.1818181818181817, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d31ee89-7918-4d3d-aefe-09d6b49fea95", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 32, + "isFree": false + } + }, + { + "time": 94.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b27fce97-3126-4f41-b4e4-5d1784eb1300", + "newLocation": { + "bar": 87, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2e3cb309-0482-44d3-8b94-8b49e5fac319", + "newLocation": { + "bar": 87, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 67.125, + "noteFunction": "", + "noteid": "999fe83d-5598-4f43-9085-28b5b7a97724", + "newLocation": { + "bar": 87, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7920a839-da62-4624-be02-1c641e1c70af", + "newLocation": { + "bar": 87, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f3c130b3-2676-40d9-924e-a9f08826c24e", + "newLocation": { + "bar": 88, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cdd340a9-5a32-4005-b57f-839f3902275d", + "newLocation": { + "bar": 88, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42bb6f86-1854-4d25-ad8b-fc369ff38434", + "newLocation": { + "bar": 88, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 0.0, + "noteFunction": "", + "noteid": "df1314cc-c909-4fd5-a8f2-7edffbef8579", + "newLocation": { + "bar": 88, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "96a817a8-3827-4a24-9081-847c8bb844a9", + "newLocation": { + "bar": 88, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce6c669b-fa0f-47a0-bb65-51e08ed581e4", + "newLocation": { + "bar": 88, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2e7f30cc-a2ed-49aa-ad78-cf08bcbe6f2c", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 16, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cd24af67-237c-458c-bba5-26ff76e7ffdf", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e2a51c0-bec3-4c75-a488-b809bc8fc53e", + "newLocation": { + "bar": 89, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9e9d972e-843a-459f-99c1-006e47b81a02", + "newLocation": { + "bar": 89, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bfbf962b-dd89-41e3-af38-7552e90f46af", + "newLocation": { + "bar": 89, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d125d94e-44fa-4302-80bb-007eb86a671f", + "newLocation": { + "bar": 89, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 90, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed335ea3-4ad0-4c5f-bcf7-6d26e1e2ef85", + "newLocation": { + "bar": 90, + "guidelineIndex": 0, + "lengthGuidelines": 16, + "isFree": false + } + }, + { + "time": 97.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -201.375, + "noteFunction": "", + "noteid": "da469355-64b2-412d-a29b-01379254e71d", + "newLocation": { + "bar": 90, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1165a5ca-3c7b-4ab8-a43d-71fa49845111", + "newLocation": { + "bar": 90, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be4871c5-ca10-4574-81ba-980c4d699d5b", + "newLocation": { + "bar": 90, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 134.25, + "noteFunction": "", + "noteid": "64994056-734a-49c2-9175-e7e18fa1c250", + "newLocation": { + "bar": 90, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b3c8246b-f33b-4d03-9bdf-29218049eca9", + "newLocation": { + "bar": 90, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "54054f44-f246-4a9c-8ae6-8c2051bc3938", + "newLocation": { + "bar": 90, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2da492c-7927-4d62-a2cd-938210b9392c", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 98.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -201.375, + "noteFunction": "", + "noteid": "039e3992-2f83-4f38-b6d0-49d2702559a7", + "newLocation": { + "bar": 91, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d74e7e46-cc0f-4537-a405-7cddf83e2cff", + "newLocation": { + "bar": 91, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -67.125, + "noteFunction": "", + "noteid": "529fc96c-3457-4a98-9c87-0e90bfd75166", + "newLocation": { + "bar": 91, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f7f9fa2b-45c0-4f75-a012-3f05b8c03d31", + "newLocation": { + "bar": 91, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8df6cb1e-e80b-46e6-9a17-8f2fd425a87a", + "newLocation": { + "bar": 91, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 201.375, + "noteFunction": "", + "noteid": "da56eff1-9225-4565-86ed-5b6b7acd746c", + "newLocation": { + "bar": 91, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6b903531-ba43-46dc-963f-a39d5369203f", + "newLocation": { + "bar": 92, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f5038b2f-f0d1-4a98-a846-07bb5b2ad0ee", + "newLocation": { + "bar": 92, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f1b2af10-c104-4d61-baa9-34e8bbbede00", + "newLocation": { + "bar": 92, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1f04e1a3-5816-49c7-ad42-c22203367c38", + "newLocation": { + "bar": 92, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.02272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2361c006-854d-43ee-b412-def0d120a420", + "newLocation": { + "bar": 92, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8e5df00c-6687-47d3-a219-01c2814bf9e5", + "newLocation": { + "bar": 92, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c4f3df67-f471-4097-8c59-3ff6a5de720e", + "newLocation": { + "bar": 92, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5df7bc7b-b44a-4f2b-b57d-525f0464ed94", + "newLocation": { + "bar": 92, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "17ed6726-0254-4ba7-bd75-81138b157b0c", + "newLocation": { + "bar": 92, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.1818181818181817, + "barNumber": 93, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4eef3dbd-991f-45e1-b78a-400a3edd086d", + "newLocation": { + "bar": 93, + "guidelineIndex": 0, + "lengthGuidelines": 32, + "isFree": false + } + }, + { + "time": 103.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 95, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ef406a40-0417-499e-b8f8-2bb152f33ed6", + "newLocation": { + "bar": 95, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 103.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 95, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5e5cec24-6f36-476c-8f8c-ceac532423db", + "newLocation": { + "bar": 95, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 103.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbc265ef-b02e-41ff-a199-72ba2d668560", + "newLocation": { + "bar": 96, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 103.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2a9d6d6c-e8d2-4114-b37b-5daa87d01ba1", + "newLocation": { + "bar": 96, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 104.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3fced45-6396-4286-ae46-7aa1575f2dd2", + "newLocation": { + "bar": 96, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 104.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7d24e325-2289-4917-b214-a66a542cc480", + "newLocation": { + "bar": 96, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 104.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "57474bc1-79b4-4ece-9c07-a45c7019c876", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f610949c-8fa3-4534-98c6-f56959e3624f", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -201.375, + "noteFunction": "", + "noteid": "aab320c9-9e77-4058-a1fc-d9a8128fb7db", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e242936f-80d5-46dd-ada0-ebd0708fa024", + "newLocation": { + "bar": 97, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "09c4b117-0898-422a-a8c0-b911a5eefbaf", + "newLocation": { + "bar": 97, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b910c6b3-116f-4fe9-bf8e-809232aed800", + "newLocation": { + "bar": 97, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54561259-2bde-4a2d-a656-7b5848bb4b7b", + "newLocation": { + "bar": 97, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a40a6bb4-ee3f-4fb8-a415-fd275ccaf147", + "newLocation": { + "bar": 97, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 67.125, + "noteFunction": "", + "noteid": "952a26a6-2d1f-435e-a137-8fc1e8b4170e", + "newLocation": { + "bar": 97, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "826a06e9-3b48-47bd-bf6a-30a78f1e001e", + "newLocation": { + "bar": 97, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3d569cd7-cfef-4cb1-aac1-46e6b7775ee8", + "newLocation": { + "bar": 97, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6690452c-99ec-40fa-8f53-32c9dfd6b213", + "newLocation": { + "bar": 97, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "436cf155-2003-4d40-92de-1b2026523b14", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "457a6a67-5d66-49e4-834b-af740e1f26b8", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -201.375, + "noteFunction": "", + "noteid": "904eff78-4ce0-4aa2-b307-e8969607ac0c", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cbbabe9f-7863-45b1-a9ff-4945021a2834", + "newLocation": { + "bar": 98, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3b000ac-cfdc-4ea0-a9d6-75b9ffcb39f4", + "newLocation": { + "bar": 98, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -67.125, + "noteFunction": "", + "noteid": "06e5bd1e-0784-4887-bfee-cd5815edeee0", + "newLocation": { + "bar": 98, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "60448edf-964b-4243-8a47-94df04d505ed", + "newLocation": { + "bar": 98, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "55b9c9a8-d1a0-47d2-94e4-505f23a574d9", + "newLocation": { + "bar": 98, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.49999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 67.125, + "noteFunction": "", + "noteid": "adc8f204-4146-488a-9cab-c3f7d458b19c", + "newLocation": { + "bar": 98, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e9466cb3-0657-44c1-abf7-f926e9bcf1cb", + "newLocation": { + "bar": 98, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd527b57-0513-4c7d-b9f3-644badd8a5c6", + "newLocation": { + "bar": 98, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5e85e45a-e07d-4745-b72b-ab493c0eb02d", + "newLocation": { + "bar": 98, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5115e787-5714-49ee-8905-c58b239766fd", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f24c8497-2f44-468b-a7bc-46593bdb659e", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4af6f5ad-4908-45d6-b57a-bf3ba27aa91b", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5a7db70c-3a5c-4b45-b207-49cba748ccfd", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8004b501-43f6-4e8e-a558-f3f84cefad60", + "newLocation": { + "bar": 99, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "102247b7-a234-4b18-a0d5-666336c8da7e", + "newLocation": { + "bar": 99, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d22b6d48-8af2-4599-969e-46ae6685cd3a", + "newLocation": { + "bar": 99, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0902c6c1-b9ef-4021-98d2-c33dede1cd68", + "newLocation": { + "bar": 99, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4597c6b7-a3bf-4d9d-a373-c763ecd418ed", + "newLocation": { + "bar": 99, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7342aa1e-47c8-485d-a198-96f95b492fac", + "newLocation": { + "bar": 99, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.59090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 67.125, + "noteFunction": "", + "noteid": "55046c45-8586-4593-a400-c0fd61e453a1", + "newLocation": { + "bar": 99, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ba9895a0-0c36-4b93-93e0-1aa76fc528cc", + "newLocation": { + "bar": 99, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c1c5bdac-5e11-4d4a-b4f9-b85334a6d967", + "newLocation": { + "bar": 99, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8ee04dee-77b2-46b2-ab57-cad4e04e2919", + "newLocation": { + "bar": 99, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "367705e7-b20f-44cc-979f-320d7d4399d0", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "724d33b3-d280-46bb-97cb-76fb073b9e98", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.06818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c168b073-a634-467e-950b-efdb9fb373eb", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -201.375, + "noteFunction": "", + "noteid": "71b638d4-fb6e-4166-932b-2223c051b3b4", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.20454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "bb11e6a4-f074-460e-b76a-a6df7a6ccfa1", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ef55b29-59c7-4727-91da-11e47e50b2ea", + "newLocation": { + "bar": 100, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4b283b3e-0256-44c3-9093-a4b519c5ce0f", + "newLocation": { + "bar": 100, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -67.125, + "noteFunction": "", + "noteid": "35d0a61d-8d2d-4fb5-ae46-88103869797e", + "newLocation": { + "bar": 100, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d5fb8ba8-1609-4731-999b-5ccf63223bcd", + "newLocation": { + "bar": 100, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "51d905b0-0ed2-4edb-aaa0-0bd30f61a91e", + "newLocation": { + "bar": 100, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.61363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "1c766d14-8b23-4da1-9a3c-6f67d31baa01", + "newLocation": { + "bar": 100, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 67.125, + "noteFunction": "", + "noteid": "98a520f7-db09-472b-a33f-0be18971d844", + "newLocation": { + "bar": 100, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ce6f1a03-3bd3-4f1d-9b81-56ee94075245", + "newLocation": { + "bar": 100, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd3b58c5-86db-441a-847e-0feb9818a91f", + "newLocation": { + "bar": 100, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1ed6feb2-9ebf-48eb-a319-691ee8818aeb", + "newLocation": { + "bar": 100, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.88636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e904b00e-06fe-4766-ae05-4e1a4120ddcc", + "newLocation": { + "bar": 100, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4702119b-34d5-42e4-87ae-d3d1992fff2c", + "newLocation": { + "bar": 100, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.02272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "0a97f319-8ecc-4fff-a9f6-67416365df9c", + "newLocation": { + "bar": 100, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "562a9aa9-e8dc-4dd3-a2e7-8505f6009a83", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "93cd0296-a7d3-4572-be9a-f3067bf57390", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a591b365-9662-40cc-a88e-7fffad8b8cdd", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b52c80be-393b-4904-8b01-92da31adb173", + "newLocation": { + "bar": 101, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "da029b6b-ae30-41c6-84a6-eb0a4b8e0592", + "newLocation": { + "bar": 101, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.49999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d32a0496-3775-41f4-a40b-a711dc612919", + "newLocation": { + "bar": 101, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b6689c25-8957-4761-a724-5b39305ba5b5", + "newLocation": { + "bar": 101, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6700dd2c-e9f9-4b4b-b025-8cec383dca64", + "newLocation": { + "bar": 101, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0c2e26a6-8171-4e50-8e15-fc6b03c579d9", + "newLocation": { + "bar": 101, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a64e6aee-bcd9-481a-88eb-f230bf033edf", + "newLocation": { + "bar": 101, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4249247f-d3ed-44fa-843e-7ddd30855c90", + "newLocation": { + "bar": 101, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 201.375, + "noteFunction": "", + "noteid": "50b8ebf8-31f6-4e0c-9b91-cd041f1243b0", + "newLocation": { + "bar": 101, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -268.5, + "noteFunction": "", + "noteid": "847b6f58-8b3e-47ab-a1b2-c644768662a9", + "newLocation": { + "bar": 102, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97d98ea4-77d2-405e-8dde-5017dfa139f4", + "newLocation": { + "bar": 102, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.24999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "81210dda-f32a-4a70-b9ac-06aa68d26461", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -201.375, + "noteFunction": "", + "noteid": "485d51aa-0f3c-42be-baf6-e12e79be07c8", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f984b342-64ad-4e56-8873-ffbf47b732e9", + "newLocation": { + "bar": 102, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "09211378-04bd-4b25-b7b6-fb981a7f9eda", + "newLocation": { + "bar": 102, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "995fb582-c55e-49b2-96ed-24b8e51ac268", + "newLocation": { + "bar": 102, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.52272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "1735fad3-7e26-4241-a0de-3b13128b1ca2", + "newLocation": { + "bar": 102, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9dd03198-7bee-4441-b930-111f9e9f37c1", + "newLocation": { + "bar": 102, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.6590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "df332b32-5dab-4ba1-9d19-a2ec530f5e08", + "newLocation": { + "bar": 102, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bcd6e92f-86f5-4ce2-a676-5da9d8d332da", + "newLocation": { + "bar": 102, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 102, + "yPos": 67.125, + "noteFunction": "", + "noteid": "51c7f545-074d-4f03-bcba-b43aaeee2682", + "newLocation": { + "bar": 102, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 110.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 134.25, + "noteFunction": "", + "noteid": "47ae2f97-32b7-4509-92bd-ff8a27c072c2", + "newLocation": { + "bar": 102, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 102, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c83b8e57-7f68-40a1-811b-d17d3d5edcff", + "newLocation": { + "bar": 102, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 111.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "762662f2-d25d-4e87-a986-b16b7d3d3891", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "befffefc-f635-4fe6-8fdd-21ca9e70f373", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6f40e5a6-9534-422c-a176-d70b0b303886", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -201.375, + "noteFunction": "", + "noteid": "93730e97-9161-4f91-a8ec-f60c33f492e4", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49a8004c-9c1d-469f-8a97-f56b34d9e624", + "newLocation": { + "bar": 103, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e9c8c7a4-7a65-422f-9cbd-eef94d61bb36", + "newLocation": { + "bar": 103, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ad562d1f-a4ee-4b98-bbe9-5ed8629cd370", + "newLocation": { + "bar": 103, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e075c37c-4da7-42e1-ad3b-c3294e508458", + "newLocation": { + "bar": 103, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c546f38c-1b88-4855-ba30-e347296dc031", + "newLocation": { + "bar": 103, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bbecb258-97ed-4205-a1dc-f39597661e91", + "newLocation": { + "bar": 103, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f95c2c5b-9e95-4633-b063-0e7790c35a27", + "newLocation": { + "bar": 103, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 67.125, + "noteFunction": "", + "noteid": "68baee9f-381d-4ca5-aa6b-edc814550dcb", + "newLocation": { + "bar": 103, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2e1a334d-396b-427f-9f46-683db4b0a238", + "newLocation": { + "bar": 103, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c2eb80f8-3db9-4fe7-9416-f689f92706e2", + "newLocation": { + "bar": 103, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 201.375, + "noteFunction": "", + "noteid": "635fdadd-75e6-4479-9e55-fc0f027c8878", + "newLocation": { + "bar": 103, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a8f5f4f9-8bd0-40a1-89a7-e0dd9f1556c1", + "newLocation": { + "bar": 103, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "abfec95f-0e25-41e0-a763-c91ac99506c3", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "58d10f2a-a72b-490e-90cf-93084d7e21e9", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.43181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "df6586e4-8141-481c-af6d-cad0f106f0d9", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.49999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8c7a2f40-a238-4155-a2a9-6b9b808350d5", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "b2f60b7a-21e5-4e32-9050-50fc9ae48274", + "newLocation": { + "bar": 104, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b28d9f8b-eefa-4352-92b5-f9ef62e9f6d5", + "newLocation": { + "bar": 104, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b151cfd1-4fe5-4503-8664-822de9baae3f", + "newLocation": { + "bar": 104, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.70454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "6146ba94-9d2f-471c-a0a5-64f1a8bdff02", + "newLocation": { + "bar": 104, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bddd57b2-8c18-4cdd-b5f0-cc892639bf7e", + "newLocation": { + "bar": 104, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.84090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "3ab2a454-73f6-427f-9df5-c41e255a53fc", + "newLocation": { + "bar": 104, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b85365df-9c7c-442d-adda-d1775658000a", + "newLocation": { + "bar": 104, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "047e9895-0bb7-49ce-b578-d973e1b2a451", + "newLocation": { + "bar": 104, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "fbee47ec-2971-424e-902f-ba758cd367d2", + "newLocation": { + "bar": 104, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 67.125, + "noteFunction": "", + "noteid": "88535b5d-2cd6-4585-8c58-90145c7041bb", + "newLocation": { + "bar": 104, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "917b5c93-6912-4e56-9bdc-1a46e2978749", + "newLocation": { + "bar": 104, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 134.25, + "noteFunction": "", + "noteid": "001a95ca-487b-4bea-b77e-80eb9184b3dd", + "newLocation": { + "bar": 104, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c6ef576c-339c-41fa-8aee-70f32dedfa53", + "newLocation": { + "bar": 104, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.24999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e292ac63-b0ef-439f-a8c6-3ab9ec8903d9", + "newLocation": { + "bar": 104, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 201.375, + "noteFunction": "", + "noteid": "08bf6b6f-0a33-47e4-8d0e-e6d0877150dd", + "newLocation": { + "bar": 104, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a104991a-9e59-4fdd-a4a2-dab085e691c7", + "newLocation": { + "bar": 104, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "34251cfc-2cfb-44bf-859e-bb4d73b70688", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ce3a226b-d9c5-468b-b33b-252920a28cca", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -201.375, + "noteFunction": "", + "noteid": "89284e55-fa81-4c2d-9ee2-fa6b9a52070e", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "03a2534b-47c5-4773-9c2f-46048889fd17", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd25fe63-4ce0-48c3-aeef-2a9273954793", + "newLocation": { + "bar": 105, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9a3537a7-6525-40e1-b418-2d738a5acf01", + "newLocation": { + "bar": 105, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -67.125, + "noteFunction": "", + "noteid": "daa4b1b8-a5e3-429b-a83b-6590cef96840", + "newLocation": { + "bar": 105, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a4384976-7674-40bc-a5d7-07a694890ddd", + "newLocation": { + "bar": 105, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4fbfbff7-bcf7-4bf3-aa7b-fd6d95df122d", + "newLocation": { + "bar": 105, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 67.125, + "noteFunction": "", + "noteid": "19da5112-5ca6-4df2-b388-aa274255c72d", + "newLocation": { + "bar": 105, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.20454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ced56703-2e57-4d13-ab32-7614e00d11aa", + "newLocation": { + "bar": 105, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9d4f702a-6070-4503-8092-8d29d5fc56ed", + "newLocation": { + "bar": 105, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95856e8e-03c4-416b-a161-ed31f4944aeb", + "newLocation": { + "bar": 105, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 201.375, + "noteFunction": "", + "noteid": "47414e3d-2d06-46dc-b799-8df36dcb5c64", + "newLocation": { + "bar": 105, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8b43f014-4ca3-4973-ace6-64c85e7f7d13", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bb5160bc-ab7e-493b-88cf-c2aae35def02", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4be214c3-7105-48cd-b6b5-fb5883b95f05", + "newLocation": { + "bar": 106, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f26dd85c-a7fa-482b-b7fb-18a7d0e98a36", + "newLocation": { + "bar": 106, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d6d66543-8c63-4558-82fa-77f0516be3ac", + "newLocation": { + "bar": 106, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d1ba9df0-87f8-425b-b8b6-45fd5b532eec", + "newLocation": { + "bar": 106, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -67.125, + "noteFunction": "", + "noteid": "91e1ccee-353e-4449-821d-127ab5629096", + "newLocation": { + "bar": 106, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8d80276b-e72d-46c7-a1af-d5a1160c1dc0", + "newLocation": { + "bar": 106, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "285c5dfc-7b28-44fb-bb93-bd78e8747766", + "newLocation": { + "bar": 106, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e5050c5e-0f5a-4df8-8d37-a4182ddcc15b", + "newLocation": { + "bar": 106, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "3c0eb65a-6d5a-4e59-bc72-8f1184f62a62", + "newLocation": { + "bar": 106, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "583100a8-23da-453d-8371-7c06cff71d9b", + "newLocation": { + "bar": 106, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "90ff0cc4-d992-4159-a5fb-efa3f4156535", + "newLocation": { + "bar": 106, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.49999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 201.375, + "noteFunction": "", + "noteid": "838c2d83-b310-44db-af1c-6292ebbc58d5", + "newLocation": { + "bar": 106, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fb427815-1ea5-479a-80b0-82e756bb4f31", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4399e83a-836e-4e3d-9848-cbcbbec3b616", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -201.375, + "noteFunction": "", + "noteid": "24ca84da-c283-4687-a59b-4fc66dbcac45", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f5630ffd-3c12-4f87-836d-e8f874603adb", + "newLocation": { + "bar": 107, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "32e9648f-214f-4cac-86d8-04c1ae623f31", + "newLocation": { + "bar": 107, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dcbb4052-bd4e-4c11-a98a-5420101b9591", + "newLocation": { + "bar": 107, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.04545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cc9d1501-1f9f-4a47-a3c4-9de36a376a86", + "newLocation": { + "bar": 107, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eac0fecb-6e52-400a-8671-06f861a7ca63", + "newLocation": { + "bar": 107, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "492e107e-d774-41cc-8385-f4b54216f2c5", + "newLocation": { + "bar": 107, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 67.125, + "noteFunction": "", + "noteid": "991e384c-d133-4a9f-bfb5-9e0b3842ed1e", + "newLocation": { + "bar": 107, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "bdd6fbde-ed2c-409a-9cd2-295cf9901021", + "newLocation": { + "bar": 107, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f3779fa-978c-4b7e-be0a-a22bbd53bba6", + "newLocation": { + "bar": 107, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "da149c5e-d19f-461d-9b2d-06384b768df9", + "newLocation": { + "bar": 107, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.59090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 201.375, + "noteFunction": "", + "noteid": "aa7c7463-84f4-4308-88e4-50e0947c3e5b", + "newLocation": { + "bar": 107, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6ed5e925-c67e-4035-b86b-414eb1ae8481", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "46a25151-4f93-4395-9cc1-3be9dba98b58", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -201.375, + "noteFunction": "", + "noteid": "90cbaf1f-a2fd-4024-8890-331263a31683", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "260b2d78-e935-47eb-a3c1-c7bf66379d12", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "292926b3-721e-4137-bc9e-849761df057e", + "newLocation": { + "bar": 108, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00c30f32-1e43-4929-8693-f533f762a65d", + "newLocation": { + "bar": 108, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -67.125, + "noteFunction": "", + "noteid": "abaa83dd-4caa-47c2-9e44-a81b3d30ec2c", + "newLocation": { + "bar": 108, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "237dfeef-2d26-4e7b-bf47-103a4d897a8d", + "newLocation": { + "bar": 108, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a7ae137a-f129-481f-84e3-b948da9712af", + "newLocation": { + "bar": 108, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.34090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "4df89f7b-10cc-45df-99b1-1ebeafee0670", + "newLocation": { + "bar": 108, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4ffd0bf0-b6cd-4d35-acdc-545d6f9c2a31", + "newLocation": { + "bar": 108, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "74cce458-287a-4fda-8e79-35350fd68a49", + "newLocation": { + "bar": 108, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "68ba3a1a-3cad-40d4-889d-02871f71448e", + "newLocation": { + "bar": 108, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2060def3-d332-4857-9505-66ff2f84d959", + "newLocation": { + "bar": 108, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.61363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e773bede-63f2-4bc1-853e-419558cf55ab", + "newLocation": { + "bar": 108, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3f952170-4365-44de-bc10-f0876e4252ae", + "newLocation": { + "bar": 108, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.74999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "9dde5634-f349-4a8b-97dc-87ef2c3b10b8", + "newLocation": { + "bar": 108, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "52f5c189-5a5c-4221-9860-7a6fe0eac56c", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "70679ece-c911-4a88-bef6-2f2174b8b2c5", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a3f48328-60f9-4e9f-9416-bd7f087ef560", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "b7ce3f16-afec-45a6-b8f7-2a07a918f7b2", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a9cea25a-d023-48cf-a8bb-644dcbc83906", + "newLocation": { + "bar": 109, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "94801deb-7ed7-470a-9307-e8cf6cae79a3", + "newLocation": { + "bar": 109, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -67.125, + "noteFunction": "", + "noteid": "15079bdf-08a1-4f3c-bcd8-66890e3b1052", + "newLocation": { + "bar": 109, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fd31630a-d81b-4fba-8f99-89f4deb2c294", + "newLocation": { + "bar": 109, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ef5d1e5-f292-479e-ad1b-270ef4d9062e", + "newLocation": { + "bar": 109, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e75a9371-241d-49e5-931b-2baf04364d86", + "newLocation": { + "bar": 109, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1d9b5607-dee2-4bdf-93b1-790e4545c368", + "newLocation": { + "bar": 109, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "766ea655-cd89-43de-b9a1-18e90c9aea22", + "newLocation": { + "bar": 109, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "471a9c6d-928a-407a-b379-69756cb48d1c", + "newLocation": { + "bar": 109, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fdd9ecf3-e135-47de-a45f-efbc34912c1b", + "newLocation": { + "bar": 109, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "612b6e75-7049-418b-946a-34a7c620843f", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cc61a543-9fad-4438-bea9-49fd8fffe991", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "969b1cad-2058-4227-b10d-4c891d66afc2", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -201.375, + "noteFunction": "", + "noteid": "012a30cd-faa4-46b8-81f8-cebbae0a5743", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a2314aba-e563-436e-84e6-93e741be8caf", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4784f813-8ea2-40ea-a5e2-818bd040a26d", + "newLocation": { + "bar": 110, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a7d45458-b73b-4b8b-8613-93426959919c", + "newLocation": { + "bar": 110, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.24999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ed60103f-9306-4a97-ad47-82360f3ca331", + "newLocation": { + "bar": 110, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ef320cd5-de6f-4c6e-b880-ad2a3997b292", + "newLocation": { + "bar": 110, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "266be237-01c1-4c73-88f3-fdca1bce99aa", + "newLocation": { + "bar": 110, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5fef6666-f53a-4cf8-b6a4-0c964119764c", + "newLocation": { + "bar": 110, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e6e8109-2742-4b3d-bb00-456667606131", + "newLocation": { + "bar": 110, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.59090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0426407d-4624-4dd6-80d2-ac871dd301c7", + "newLocation": { + "bar": 110, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 110, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e0cd2717-1abd-4095-b721-ffca2eab0b7c", + "newLocation": { + "bar": 110, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 119.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95fbfc8c-cfe5-420c-8024-16d57b1b47ec", + "newLocation": { + "bar": 110, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7a0add64-c8f6-49e2-bd86-59d9f076c61c", + "newLocation": { + "bar": 110, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 110, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5bbe1751-bc61-45a4-9450-bf771cde37a4", + "newLocation": { + "bar": 110, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 119.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f7d8d74a-3053-4286-955c-71df9d67f462", + "newLocation": { + "bar": 110, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed99fc36-23bf-44d1-8699-43209e113757", + "newLocation": { + "bar": 111, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6a0d4ed-f4de-4de6-aede-d9b255a83a91", + "newLocation": { + "bar": 111, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.20454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ea7d5a5b-1d20-47e7-b527-931c4534437e", + "newLocation": { + "bar": 111, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.20454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "294f97f7-2d50-4aac-b42c-db7702887f07", + "newLocation": { + "bar": 111, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.20454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "e66cf5db-b295-4777-88c6-4cb955428456", + "newLocation": { + "bar": 111, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.20454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "fba0045f-0c56-44d0-8b13-e28f2faaa0e1", + "newLocation": { + "bar": 111, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4c0b98f4-a27e-4469-aa91-ba977e441657", + "newLocation": { + "bar": 111, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7c523f79-aa51-4552-9ff2-f9bdce2f31c2", + "newLocation": { + "bar": 111, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ac3e037-5652-4ade-8635-634e8efce0e9", + "newLocation": { + "bar": 111, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a2bab6bb-af11-4f3c-ad37-e54445a9cad8", + "newLocation": { + "bar": 111, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9e21893c-4ca0-4abf-8d27-e0b3f8f8b051", + "newLocation": { + "bar": 111, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6ec22fd5-9311-47b7-b026-6d19f4192cf3", + "newLocation": { + "bar": 111, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3e27311e-bc7a-4fd9-8171-84681846196b", + "newLocation": { + "bar": 111, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fb8385cc-47f3-4c55-96be-bc1f17c3959b", + "newLocation": { + "bar": 111, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9d1629af-dc13-498d-a5dc-ff09846ec844", + "newLocation": { + "bar": 111, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dfeb2bce-ef6e-4acd-9a94-0eaae4cc2d5a", + "newLocation": { + "bar": 111, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "825e4d37-c47a-4c20-b7f5-e1c2cd079b5d", + "newLocation": { + "bar": 111, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf5d4cdb-3b43-4fa8-9b77-3f30f4688dc6", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5452129c-c6e7-4f96-b978-3b0f350ba70c", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "0bb19c63-5b69-46e2-b4f6-eb19b12d61af", + "newLocation": { + "bar": 112, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5a5d1b23-60a0-4f81-a28c-e4003493b37f", + "newLocation": { + "bar": 112, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.49999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.125, + "noteFunction": "", + "noteid": "af565b1e-055a-4fe0-bddf-ee7d27f8ce19", + "newLocation": { + "bar": 112, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.125, + "noteFunction": "", + "noteid": "70ea8330-d47d-464c-98e1-3cbe134e2906", + "newLocation": { + "bar": 112, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b9ffad26-77b6-4658-86f1-da6c5939e460", + "newLocation": { + "bar": 112, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "872c1ecc-90b8-47dc-b412-8e05b0fa20e3", + "newLocation": { + "bar": 112, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.70454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "475e7c42-ce27-42e8-934a-078104957caf", + "newLocation": { + "bar": 112, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 67.125, + "noteFunction": "", + "noteid": "015e4968-c056-4227-bcda-a802bd2f634c", + "newLocation": { + "bar": 112, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "40b031cc-8fb3-4c8b-bcc1-3081c514a66b", + "newLocation": { + "bar": 112, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5aab1a13-9842-4998-9efc-e8dce93188e0", + "newLocation": { + "bar": 112, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9e3458c2-5b5f-483a-83d7-17ef2551eee8", + "newLocation": { + "bar": 112, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "efcb6d8d-4238-43d6-af09-2215326119f0", + "newLocation": { + "bar": 112, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ab2565c5-25d0-4758-a3db-3fe7e2bf1e5a", + "newLocation": { + "bar": 112, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "99aeb13d-d5bd-4f77-b5d3-5d5b7b9adb51", + "newLocation": { + "bar": 112, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "679862bd-5fdf-4b18-88bb-3ccfb9fb5879", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8022bd6d-3156-4f17-b853-3a3de06d35ea", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 113, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9b25f7f3-06ca-4069-9159-544d1766a5a9", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 122.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f0a92182-3b4c-4d96-9aed-fc72fda9998b", + "newLocation": { + "bar": 113, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.52272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0eaf0b7c-5667-4d03-b1e6-c4a5216e696c", + "newLocation": { + "bar": 113, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.59090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ded4007b-4231-474e-b350-94bc0802a34d", + "newLocation": { + "bar": 113, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "dd2ded6f-089d-48a0-af2b-d68d564bdb03", + "newLocation": { + "bar": 113, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c6921bb6-20e2-4bbf-9da9-a09d6454076b", + "newLocation": { + "bar": 113, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.79545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "9628bf1d-04b8-4744-8fc4-80cdcc380169", + "newLocation": { + "bar": 113, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c7ac4500-2285-49bb-837d-310c336ed187", + "newLocation": { + "bar": 113, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.93181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "16c09ef1-81bd-4710-9a42-2e25a8f0e45f", + "newLocation": { + "bar": 113, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0e68e13-cd93-4177-8135-53c6689f469c", + "newLocation": { + "bar": 113, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "502bc6b2-9998-4a5b-a2d3-0748deb6a423", + "newLocation": { + "bar": 113, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2d3a06ec-793b-46d7-85f0-0e6943f04c50", + "newLocation": { + "bar": 113, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.20454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a7b461c9-86d5-467b-a2a5-eab1f4901926", + "newLocation": { + "bar": 113, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -268.5, + "noteFunction": "", + "noteid": "94ccc32a-e09e-4d03-8cc3-e90678de4f25", + "newLocation": { + "bar": 114, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.34090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "3980bf74-8a87-4d5e-9bf5-1a5a7df95607", + "newLocation": { + "bar": 114, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -201.375, + "noteFunction": "", + "noteid": "aa738d84-8b65-486e-8317-8542a6c0de2a", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "7882a39e-c44e-4b3c-8d5f-234e0137777d", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f8f82943-ef8e-40cf-adf7-60b4b75cd64e", + "newLocation": { + "bar": 114, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.61363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "5a7146b9-c061-401d-80fc-cd54657b4a4d", + "newLocation": { + "bar": 114, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ba1b7c1b-21ca-4619-b4e3-4b58de1a91c4", + "newLocation": { + "bar": 114, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.74999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "edfbc939-6874-4c72-b81e-6334aa2cc8a6", + "newLocation": { + "bar": 114, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 0.0, + "noteFunction": "", + "noteid": "91f73ba5-80ed-4cbb-b6da-c0316e7af071", + "newLocation": { + "bar": 114, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.88636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "3d9f8dbf-847d-4d13-853c-47447f83d03f", + "newLocation": { + "bar": 114, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 67.125, + "noteFunction": "", + "noteid": "85a27b35-cdbb-4f79-a2d3-ac35ff36873f", + "newLocation": { + "bar": 114, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "705f63de-f3b5-4a5b-ba0a-0479b7386904", + "newLocation": { + "bar": 114, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 134.25, + "noteFunction": "", + "noteid": "750a6620-4631-42b2-8d40-a05b9f8f4243", + "newLocation": { + "bar": 114, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "385be50d-4505-478d-8e5c-4cc1c99f6565", + "newLocation": { + "bar": 114, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2715d018-9df6-470e-a1ae-54c2b46b640f", + "newLocation": { + "bar": 114, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "37cc11ac-a237-4fb1-bf5c-f24b374e508c", + "newLocation": { + "bar": 114, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea7ef5e1-cf43-4e84-9b51-8dc6af969392", + "newLocation": { + "bar": 115, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.43181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f9d44410-2dff-460e-91d1-215f30fadca1", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0311a4de-f833-4534-a56e-ab853dddb05c", + "newLocation": { + "bar": 115, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8b10cf4f-9433-4caf-a612-6f34a4f9fd9c", + "newLocation": { + "bar": 115, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02c98611-4e8c-4c9e-ae8e-93feb0c52e86", + "newLocation": { + "bar": 115, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.70454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "29ddd4f7-6088-428c-b4c5-4f312eca57c9", + "newLocation": { + "bar": 115, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1518f413-cd7f-4f13-ac7c-faa4f8bbbb18", + "newLocation": { + "bar": 115, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "0c9d8d1d-3732-42a3-a9e9-3f8b5a603746", + "newLocation": { + "bar": 115, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 0.0, + "noteFunction": "", + "noteid": "90653d3e-ef66-4eaa-aabb-8b4a424de811", + "newLocation": { + "bar": 115, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "8475d3c0-a236-4be7-8872-c83c67926a6e", + "newLocation": { + "bar": 115, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a1d6b729-1cc3-4b57-92fd-ac989b02f402", + "newLocation": { + "bar": 115, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ccc64e46-53ab-4a8b-89e6-f0a8189e4d51", + "newLocation": { + "bar": 115, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8a577ea1-8046-4928-8d7a-c37307f6bd1a", + "newLocation": { + "bar": 115, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.24999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9b865687-0c36-4f0b-8548-513326a2738f", + "newLocation": { + "bar": 115, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d9d24cb2-fd9d-4b38-a3f6-272cd41f1848", + "newLocation": { + "bar": 115, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "3870c8f1-2383-4c75-95b7-5a23ff6f9153", + "newLocation": { + "bar": 115, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b9ea5e86-7c42-4501-8d9e-1abfdd64a575", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.52272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "427ca465-f98a-4913-94a9-9bb59641f457", + "newLocation": { + "bar": 116, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e311e2ae-e450-4134-9114-cbfa0f0375cb", + "newLocation": { + "bar": 116, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "198ee8fd-f4c6-4ced-aa18-6fffe4c5efee", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f43c3a13-d5bd-41d1-b164-926b4897500e", + "newLocation": { + "bar": 116, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "59b2a79d-29f2-464e-bcf1-d42fc55bb1b1", + "newLocation": { + "bar": 116, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6650b3e5-a28c-45de-ae56-d48444482aeb", + "newLocation": { + "bar": 116, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2799de91-0b84-4c17-9e86-c5f48feeddba", + "newLocation": { + "bar": 116, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d10ab24-f884-464f-ad95-6a25117bc4a2", + "newLocation": { + "bar": 116, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 116, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bb29baa5-0242-4651-99e2-8a0a7a825eb3", + "newLocation": { + "bar": 116, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 126.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "923f0349-af71-49ae-abd1-4fc8a513ff91", + "newLocation": { + "bar": 116, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 116, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2256f7fd-5065-47aa-888d-a4e0663d28d7", + "newLocation": { + "bar": 116, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 126.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0026637e-8209-4ce0-a929-1ac689b45eec", + "newLocation": { + "bar": 117, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4202076c-c605-46b5-bed5-a9fbce628d7f", + "newLocation": { + "bar": 117, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.61363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d95fe8c8-1083-4c75-8b95-e9af761b78ad", + "newLocation": { + "bar": 117, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4f71a1ed-d143-4d47-89e3-8f488df29c39", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.74999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "aca7feef-8790-47a5-bbc5-d758840429b8", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9a46aecc-4b18-4a69-a492-f86d094bc0f4", + "newLocation": { + "bar": 117, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -134.25, + "noteFunction": "", + "noteid": "11749607-026d-4a5b-a541-4608a7f025ac", + "newLocation": { + "bar": 117, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -67.125, + "noteFunction": "", + "noteid": "74926e1d-d871-431f-8c6a-8058b30a8391", + "newLocation": { + "bar": 117, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "327c1ca2-f3c5-4c3e-8c44-d7218db965d8", + "newLocation": { + "bar": 117, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "614c6552-59e3-43bc-b847-8ca978f0b496", + "newLocation": { + "bar": 117, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c2aa7f7f-f8bf-4aea-923a-b25df15e3ac9", + "newLocation": { + "bar": 117, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3bda8116-81e2-4ee2-bd1d-b488cfbb7ec6", + "newLocation": { + "bar": 117, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4ee3a381-0769-4054-8608-c23ecb1c67d7", + "newLocation": { + "bar": 117, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "300e586e-5da7-47d3-a041-27233981c096", + "newLocation": { + "bar": 117, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f4e851fc-0ba3-41e4-b9af-af8764adccf2", + "newLocation": { + "bar": 117, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b390148b-b3dd-4e8b-9681-7cd4968b37ee", + "newLocation": { + "bar": 117, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab2d7c5b-5699-48be-8941-6207fd1a11e7", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b279164c-a235-4552-9d09-d5b824af1f96", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.70454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "ac183689-ac0c-4b86-bc7c-97efabec105a", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8479e8aa-21bd-424f-a52b-73395e817422", + "newLocation": { + "bar": 118, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "98f79bd4-1d8d-4754-beaa-9aa8fe35a579", + "newLocation": { + "bar": 118, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05d88604-8601-47c1-8000-bf653306eaaa", + "newLocation": { + "bar": 118, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "968f12bb-7ec0-496a-a76d-8d626c014134", + "newLocation": { + "bar": 118, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "c5df2985-d257-432e-a8b7-e4effcf6f460", + "newLocation": { + "bar": 118, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d3eb3c0d-b44c-4b65-9a15-0bc3bf17128b", + "newLocation": { + "bar": 118, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.11363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "4e93056b-e857-40f1-b7d9-dcfe51e14b57", + "newLocation": { + "bar": 118, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 0.0, + "noteFunction": "", + "noteid": "521bbfbe-9342-4815-b1e5-6f8e2ca842c7", + "newLocation": { + "bar": 118, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1418d72d-9b1d-439c-a174-c34ba62e3f39", + "newLocation": { + "bar": 118, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.3181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 118, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7953d5ab-d2c6-4bf2-947a-d092cfa621d9", + "newLocation": { + "bar": 118, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 128.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7104b19e-9ed8-432d-8420-111ec49b0b91", + "newLocation": { + "bar": 118, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 118, + "yPos": 201.375, + "noteFunction": "", + "noteid": "87114e2d-7206-4f3c-8820-ede1fd310c19", + "newLocation": { + "bar": 118, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 128.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef3894ea-503b-4b4d-9102-61f6e0eeed87", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f365db4-c772-485c-a9e8-4c2fbd2decb8", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.93181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "bf4b5626-f0a7-4696-992e-4f14ad94e85d", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.93181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "000e81c4-c7d5-457a-805c-f8ae37b39c9f", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a0cbc867-12f6-4b87-8157-43a5b6f1d321", + "newLocation": { + "bar": 119, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4605e5cd-5b93-4a3e-aab5-754d43fc1f4d", + "newLocation": { + "bar": 119, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c3f5d63f-9578-4a5f-bbf6-8be1c90d0d3f", + "newLocation": { + "bar": 119, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8f382a73-0243-4512-9acd-9ec74df6f592", + "newLocation": { + "bar": 119, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac79bbe9-6e29-4a2d-b905-1d5f36456f30", + "newLocation": { + "bar": 119, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7c878bc3-d82e-4a8f-a217-439739dcc11d", + "newLocation": { + "bar": 119, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c5f00522-b8c1-4dce-be0c-7ca6809922aa", + "newLocation": { + "bar": 119, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.47727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4ee54388-33bf-451e-b6ce-4133cddc773d", + "newLocation": { + "bar": 119, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.68181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cf65bc9a-e27d-4f43-8b04-5b2cc0d4ac0b", + "newLocation": { + "bar": 119, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b17e35ad-0d73-4f08-bd7e-283d0d1baf67", + "newLocation": { + "bar": 119, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e23c49f3-c3e8-404b-88a0-70371fcaca85", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8864a2cb-d40d-4799-9fd3-aeeec7cdfdb7", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d7ad5496-9000-469b-89ad-c135affa8e05", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1649464f-5c6d-44fb-8cff-d84a8aab3213", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6adff64b-be6b-4ca6-bd32-08d1a8254a6f", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f583f11b-039c-4873-b92a-408e68b0c8fa", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -134.25, + "noteFunction": "", + "noteid": "43472f55-8f10-4412-abb1-d12fde2767d4", + "newLocation": { + "bar": 120, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -134.25, + "noteFunction": "", + "noteid": "326dbc44-be0b-4e1e-85ac-2244f75b2a18", + "newLocation": { + "bar": 120, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7fa5610f-f776-4f72-aba8-c4fda48c915b", + "newLocation": { + "bar": 120, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f962729f-ef67-411e-904f-037588168243", + "newLocation": { + "bar": 120, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed559a01-c82a-4422-b9d7-0bd45177c803", + "newLocation": { + "bar": 120, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3408e9a5-07a9-4b5d-94cf-be449bdc8449", + "newLocation": { + "bar": 120, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.5681818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2553e451-8150-484f-b7bc-d8da47a54c8d", + "newLocation": { + "bar": 120, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.5681818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1863f3d0-60d2-4e58-8729-90085425fce0", + "newLocation": { + "bar": 120, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.5681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c6308207-b825-4c4d-9690-0a389255eb02", + "newLocation": { + "bar": 120, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.5681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d22b447c-77b4-4f5a-9685-ed96574890d1", + "newLocation": { + "bar": 120, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.77272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c035f754-3577-4839-a1a7-e580aee51ec3", + "newLocation": { + "bar": 120, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 201.375, + "noteFunction": "", + "noteid": "379d4600-9c5b-485c-89a1-a0528fb3d670", + "newLocation": { + "bar": 120, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f132570d-f82b-4b13-8e0f-9e824bddb9fb", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -201.375, + "noteFunction": "", + "noteid": "10edaf8e-31fc-4717-b456-9dfeb17b1131", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.11363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "13f92fc3-812e-4736-8560-1c8f60bc6e38", + "newLocation": { + "bar": 121, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "29791a96-fad7-49eb-b284-04cded52d114", + "newLocation": { + "bar": 121, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "15d8866a-f7ee-4312-b99c-57b397ad817b", + "newLocation": { + "bar": 121, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.3181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1705a754-db77-46f2-af1b-2f31f7f7810f", + "newLocation": { + "bar": 121, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ec418511-9694-4a7d-8b4e-485f6b5afbd4", + "newLocation": { + "bar": 121, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7df3dd2c-828d-4840-8910-41c3738d4d04", + "newLocation": { + "bar": 121, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.52272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6900ea92-e343-4b0c-98f3-6c4d22175d30", + "newLocation": { + "bar": 121, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.5909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 67.125, + "noteFunction": "", + "noteid": "21a0748d-cb71-4b1e-8c4b-d8afee193305", + "newLocation": { + "bar": 121, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f569884c-f641-46b2-a6ca-d4a1efa463cf", + "newLocation": { + "bar": 121, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 134.25, + "noteFunction": "", + "noteid": "620c8be9-4cb1-4980-b8a5-48199f2f4c84", + "newLocation": { + "bar": 121, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "fd5950cc-e068-4e15-a5fa-41659fd13026", + "newLocation": { + "bar": 121, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.86363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a3dfc73-f7ff-420e-b7e3-62963dd4541d", + "newLocation": { + "bar": 121, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.93181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "023538e3-d348-4af9-b13d-235172b37066", + "newLocation": { + "bar": 121, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6754a8a8-6380-46cc-a084-2e2a4b250d96", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fba9ca7f-99bc-4fd8-9979-9c1024acae28", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7cbace33-80fc-4497-99b2-6515a2175723", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c4b273ef-af75-4709-8b76-061c9b3185a9", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59541b8d-36b9-4ffb-8e71-bc9bc6ee4197", + "newLocation": { + "bar": 122, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1cccdfc3-c183-4ee6-bd92-a443d6c8525e", + "newLocation": { + "bar": 122, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4e7cf649-2f1e-4fc9-a6b2-2c027cf70f2b", + "newLocation": { + "bar": 122, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "20b7718c-b267-4125-8f08-c6f882d011b8", + "newLocation": { + "bar": 122, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0a86e413-eeea-46de-9f39-e082cd5bcb75", + "newLocation": { + "bar": 122, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "13bd7b95-2f8e-4d03-a1f4-401f21c1ed6d", + "newLocation": { + "bar": 122, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.61363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "91476c73-210e-4906-a060-0c21db29021b", + "newLocation": { + "bar": 122, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.68181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c4a8c486-e191-4c68-b262-bfb3b733d540", + "newLocation": { + "bar": 122, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.75, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d86f9bf0-cda6-4eec-b746-55d04b993d38", + "newLocation": { + "bar": 122, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c24b735c-5d97-4162-9d74-741eb18ea4b2", + "newLocation": { + "bar": 122, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c3c42f10-1d25-4e44-ae1b-8762dadfb80d", + "newLocation": { + "bar": 122, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.88636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9fd8e4aa-b5fb-4380-b79e-5132db784a46", + "newLocation": { + "bar": 122, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 201.375, + "noteFunction": "", + "noteid": "83908e26-6126-4e3a-9b1b-b7131385d8d8", + "newLocation": { + "bar": 122, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.02272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "70a41128-e317-4796-8aed-b236b590db57", + "newLocation": { + "bar": 122, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bad64189-1344-40af-8a31-b59e7499e3fb", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cca6a26d-68d9-4152-8c00-9c6e282a563f", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d477879f-7bd8-4514-b332-d0281434da8b", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6147783b-9ec1-438e-9f7d-b5d06ee1a489", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8fb11864-7499-4f20-a0dc-279fc98f3848", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c73b5906-f701-43ca-9355-08d9d82008c4", + "newLocation": { + "bar": 123, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.43181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "4b5e1942-4bf3-435f-8e37-7e1eec959bc5", + "newLocation": { + "bar": 123, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f043d4f5-395e-4000-b282-363a2d360563", + "newLocation": { + "bar": 123, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.5681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "21e41f92-7e3a-4bf7-acab-78c3b420c4fd", + "newLocation": { + "bar": 123, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa372ee5-b859-4d79-bb1d-edfc457253a4", + "newLocation": { + "bar": 123, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.70454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "182988fe-2d10-411f-be5e-aa3cfa44cbc4", + "newLocation": { + "bar": 123, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9117a077-f810-45f1-8605-1ca1650903dd", + "newLocation": { + "bar": 123, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.8409090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "50fa3907-5026-416b-bf64-2be09c8c86cd", + "newLocation": { + "bar": 123, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a55c07a4-e720-4e31-9dfc-2131521c222d", + "newLocation": { + "bar": 123, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e9d25f4b-6d6f-4825-b567-f92d5351153d", + "newLocation": { + "bar": 123, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3ecc4f40-5db8-4bc6-93df-403f7bfa04e5", + "newLocation": { + "bar": 123, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.11363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "e62ba8e7-14cf-4518-9633-aa5a161f59b3", + "newLocation": { + "bar": 123, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c5682845-de46-4d76-904a-3f94cc6abe06", + "newLocation": { + "bar": 124, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.25, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a2d7d005-b64d-4828-a564-c314959af08e", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.3181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f92e2d48-fbb3-4d69-93ff-f89127b71100", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f5dcae3d-49c0-43b4-b63c-85d03fd18d80", + "newLocation": { + "bar": 124, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e1de4956-f4ca-499c-9a93-852388b31b45", + "newLocation": { + "bar": 124, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.52272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "d3a0ef7d-8ec8-4698-9090-57965d03f860", + "newLocation": { + "bar": 124, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -67.125, + "noteFunction": "", + "noteid": "614c7ff6-f33c-41cf-9a63-7991e7e79b24", + "newLocation": { + "bar": 124, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.6590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f0d42cc0-4919-487d-b99e-49f19e93d6e6", + "newLocation": { + "bar": 124, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e85bfced-1ec6-4003-8630-19773cc0e4d5", + "newLocation": { + "bar": 124, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.86363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 67.125, + "noteFunction": "", + "noteid": "83733768-53ec-40e1-a218-b1b7c33f929d", + "newLocation": { + "bar": 124, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0f3c1d98-250c-46ee-a997-f1ff2a597063", + "newLocation": { + "bar": 124, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 124, + "yPos": 201.375, + "noteFunction": "", + "noteid": "861b3918-0fb2-4535-8849-b737f7a29642", + "newLocation": { + "bar": 124, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 135.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc37637a-f209-4703-9c63-0444e09b49f0", + "newLocation": { + "bar": 125, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.3409090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "80f1644a-6aae-434a-9169-2b96c99cd2d7", + "newLocation": { + "bar": 125, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -201.375, + "noteFunction": "", + "noteid": "86db0b6c-980f-43e2-a0b4-9faf89c8b178", + "newLocation": { + "bar": 125, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "25669a95-4463-4ce9-b8fd-cb219435c4ec", + "newLocation": { + "bar": 125, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -134.25, + "noteFunction": "", + "noteid": "62d882c1-e3b9-4b31-8b62-4f823df33ac4", + "newLocation": { + "bar": 125, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.61363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "9fbdbe6c-0af0-457b-b535-5d9969d01c06", + "newLocation": { + "bar": 125, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -67.125, + "noteFunction": "", + "noteid": "af8db50d-4951-4d12-a54f-8e1cec4bba60", + "newLocation": { + "bar": 125, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "424a28bf-ee73-4b9d-a2f9-8bf964aed968", + "newLocation": { + "bar": 125, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a84a2a24-8dce-4129-adb6-b3f8762aac8b", + "newLocation": { + "bar": 125, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c567fa70-e0e4-4708-a157-490f86271585", + "newLocation": { + "bar": 125, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c65d009b-9bc8-4a8c-98fe-0ae77c2736c2", + "newLocation": { + "bar": 125, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.02272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "69949cb1-e04d-4863-a0ea-7b249911281a", + "newLocation": { + "bar": 125, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5aa859bb-f690-4374-a83f-31257ee0365c", + "newLocation": { + "bar": 125, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "2cfa0b10-914f-4fcc-8adf-61cab4f02c8f", + "newLocation": { + "bar": 125, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2080fd55-9f24-4d9e-b9fa-ed94b75eb331", + "newLocation": { + "bar": 125, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "24f94c08-f0e5-4c7f-b20e-306614b79b64", + "newLocation": { + "bar": 125, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8381e598-cdeb-442f-9305-01c45effd751", + "newLocation": { + "bar": 126, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.43181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "1a0c42b5-d8f1-4266-bd3e-566c7df2a497", + "newLocation": { + "bar": 126, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -201.375, + "noteFunction": "", + "noteid": "458ef04d-6d6d-4f33-abde-7a420ab59d9a", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.5681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d8795f79-9003-489c-bd2f-63bd041188ca", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -134.25, + "noteFunction": "", + "noteid": "580c5a5b-db4a-4748-8f4e-3862ecfb1322", + "newLocation": { + "bar": 126, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.70454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "1fc2176a-eacc-49cc-a19c-667ae07bfefe", + "newLocation": { + "bar": 126, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -67.125, + "noteFunction": "", + "noteid": "88eb948e-5c50-4788-9bf8-caaa655e84ab", + "newLocation": { + "bar": 126, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.8409090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5d8ec984-948b-4b08-9056-918935139b27", + "newLocation": { + "bar": 126, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c5e870f-b21e-4fa9-8f0b-0473aa942158", + "newLocation": { + "bar": 126, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20ec1e6e-b7e5-47f9-b2ca-6ff95cea5b2d", + "newLocation": { + "bar": 126, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d324028b-0ffc-4284-aeb7-5e35a2b57263", + "newLocation": { + "bar": 126, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.11363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7902c37f-eb9b-4a56-87ab-0d1ce379fe0d", + "newLocation": { + "bar": 126, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.11363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "0f5652df-7837-4bc2-972b-8e43985fc5d8", + "newLocation": { + "bar": 126, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.25, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "5449c4a4-af15-4af6-8088-15bc51632ae3", + "newLocation": { + "bar": 126, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3670737c-3983-473a-94c3-91b788ac57b4", + "newLocation": { + "bar": 126, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a13e0f1d-bd73-4895-b37c-1b7511842cbd", + "newLocation": { + "bar": 126, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c4324cb8-b81e-49a6-b17d-dd2e84c714c2", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "801c11ef-54ec-4f1e-82df-8bb19ebfb572", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -201.375, + "noteFunction": "", + "noteid": "292c52cd-0b4c-47c9-8ebf-b52874185f74", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7b817dd8-4279-41b9-86d1-42a6245f3ca8", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2c71fddb-0599-4a45-abaa-329b988b0ba7", + "newLocation": { + "bar": 127, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.72727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e5d3177-5f6a-46b1-aa68-f5492dd75533", + "newLocation": { + "bar": 127, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fccb1afb-4530-4a10-9400-a927b0368d8b", + "newLocation": { + "bar": 127, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c418512a-1fea-4545-89cc-90758ed7bd16", + "newLocation": { + "bar": 127, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ddbb059-231b-4c80-8f5d-47ce189c912d", + "newLocation": { + "bar": 127, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83dce54c-7b95-40a5-b20d-6db3212d30bd", + "newLocation": { + "bar": 127, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "10cf3a30-5d09-444d-acef-c7940cf1a510", + "newLocation": { + "bar": 127, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bf6290fb-c6b6-4ceb-a902-1be4b03cf80a", + "newLocation": { + "bar": 127, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ec7cdb9e-5583-46c3-8ed6-ac9e15129f60", + "newLocation": { + "bar": 127, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c6afab1-b042-45ba-97b3-34814ef184f7", + "newLocation": { + "bar": 127, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1d26a754-25dc-4d0c-b788-3fdc0b9738cb", + "newLocation": { + "bar": 127, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ce39c932-039e-4cbe-80a2-38f2f83ed3ec", + "newLocation": { + "bar": 127, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5bf49c6-537a-4980-9713-f9e96b556c08", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.61363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "42585ee0-1ce4-4f4f-9c7d-9c8eb6eaff1e", + "newLocation": { + "bar": 128, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f1e92c7b-b0fe-4a23-83ef-5fcc52703810", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.75, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f35bbea6-abff-49f3-b49c-0deb9fcec7c6", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -134.25, + "noteFunction": "", + "noteid": "80cb4b0c-5d71-4875-acca-77b5c479045d", + "newLocation": { + "bar": 128, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.88636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0c38d8d2-dd73-4576-8605-741b34298bef", + "newLocation": { + "bar": 128, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4727bfb2-7ecb-45c1-9b71-cbde62b7430a", + "newLocation": { + "bar": 128, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.02272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "13a8cde2-480b-4a65-a74f-b0ec31b3537b", + "newLocation": { + "bar": 128, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f16c2a43-f0cb-4529-96c7-01316352c0c6", + "newLocation": { + "bar": 128, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.1590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "378b7246-aec4-48e9-8f0b-2bf9874da968", + "newLocation": { + "bar": 128, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 67.125, + "noteFunction": "", + "noteid": "080dfaee-44b7-42d1-844b-0de647c5473c", + "newLocation": { + "bar": 128, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "aa10775a-d1fa-4fe9-861c-63dd07569425", + "newLocation": { + "bar": 128, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "52768a6e-c79b-4937-ac16-bcad605d5f37", + "newLocation": { + "bar": 128, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.43181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "30a72f63-f1ff-416b-9e37-44984aa81759", + "newLocation": { + "bar": 128, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 201.375, + "noteFunction": "", + "noteid": "685d5eff-eb8f-40d1-8d52-674c0afebd95", + "newLocation": { + "bar": 128, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.5681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "d640d09b-3c94-4333-bcbb-e75806a16288", + "newLocation": { + "bar": 128, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8dace3ff-d775-4694-9823-ab14f77422ee", + "newLocation": { + "bar": 129, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -268.5, + "noteFunction": "", + "noteid": "609cd246-9118-4eda-8ddc-894752dca32e", + "newLocation": { + "bar": 129, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b7738a08-3c42-4ceb-bd12-a70692669172", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 129, + "yPos": -134.25, + "noteFunction": "", + "noteid": "368a9062-2e72-444d-9404-55b4da1c489c", + "newLocation": { + "bar": 129, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 139.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -134.25, + "noteFunction": "", + "noteid": "24a5f508-7dc6-43fa-8d49-60aeafcb209b", + "newLocation": { + "bar": 129, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "67781717-33d2-47c6-8e95-72c450165712", + "newLocation": { + "bar": 129, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "879f8769-6219-48a4-ab8f-5ba7309d4e72", + "newLocation": { + "bar": 129, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab85ad59-1dd1-49df-bc3c-060819b65f54", + "newLocation": { + "bar": 129, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 129, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e6e4fd0f-1fb7-401e-9650-5beaca4b4601", + "newLocation": { + "bar": 129, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 140.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99c470d3-e78e-4174-ab8c-a4a36ca79e11", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec24f1b5-bb77-4e1b-b319-e51c09f8c7b6", + "newLocation": { + "bar": 130, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "21efbc54-344c-4a0b-8321-c27cf5f01e2a", + "newLocation": { + "bar": 130, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 130, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e9f6c24-b451-4bec-b3e8-124233898771", + "newLocation": { + "bar": 130, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "86890d6b-2ff0-4f75-b525-67de80f6cbba", + "newLocation": { + "bar": 130, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a7e6faf9-c92d-4ec7-a7c8-5fbee870e996", + "newLocation": { + "bar": 130, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 141.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 130, + "yPos": 201.375, + "noteFunction": "", + "noteid": "432405e6-34e3-4b4e-8515-2a226c28e34d", + "newLocation": { + "bar": 130, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ff72320e-6b2d-4dd9-a977-8a2a7e8618d6", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cbcc4f7f-a267-480f-8405-551c7d7c9a34", + "newLocation": { + "bar": 131, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e687132a-2ca5-44f3-b329-77981bb09ef4", + "newLocation": { + "bar": 131, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e780e0a-6018-4e52-b205-305426545186", + "newLocation": { + "bar": 131, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "103ab038-d52a-4375-830d-b25a1cac96c1", + "newLocation": { + "bar": 131, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b7674e47-397c-4f43-a392-996c4ee2a994", + "newLocation": { + "bar": 131, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 131, + "yPos": 201.375, + "noteFunction": "", + "noteid": "976dc986-9454-4177-b206-da771e05c309", + "newLocation": { + "bar": 131, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 142.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 132, + "yPos": -268.5, + "noteFunction": "", + "noteid": "633f50d4-f2e5-4324-9fb2-785b7eba8c14", + "newLocation": { + "bar": 132, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2cb20447-dd6b-47ce-bd3f-581ca6a9d84b", + "newLocation": { + "bar": 132, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b190b103-c959-4681-aa70-a75e6af51b7d", + "newLocation": { + "bar": 132, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 132, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9b376b2f-3d94-46fc-b8bb-894c0285dcc9", + "newLocation": { + "bar": 132, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 143.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c3bb045-144f-4ffb-b67a-414ef2708cf6", + "newLocation": { + "bar": 132, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9514d7b0-05e3-4222-9bff-38b49cb0d44d", + "newLocation": { + "bar": 132, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d573e7d4-d13d-4b4b-a3c4-566b76cbfeb5", + "newLocation": { + "bar": 132, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aaab348c-4a69-4903-bd85-e8931af8bee9", + "newLocation": { + "bar": 132, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c52171f3-822e-406e-bc61-a9a4996d0ff3", + "newLocation": { + "bar": 132, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9f6a2089-f109-4b5a-92e5-ab539fec4320", + "newLocation": { + "bar": 132, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "55638cb6-00d0-4dd8-b27c-0b01cb265456", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0b6c68e4-5b74-4a24-b2f1-0c0f9d4ab791", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e8c9afb3-be34-43d3-8748-4b9b7ad921f6", + "newLocation": { + "bar": 133, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d6130c34-d470-4019-8351-d759ccd33b71", + "newLocation": { + "bar": 133, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 144.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83460458-1a1d-4f7c-a517-d8fab7ba2bc5", + "newLocation": { + "bar": 133, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5efd0968-c549-4104-9851-5020015393aa", + "newLocation": { + "bar": 133, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7c517e6f-e62c-4ffb-b51b-f957ee012831", + "newLocation": { + "bar": 133, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 133, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fd00bea0-0edb-4a87-bb8d-a1fc60294ed1", + "newLocation": { + "bar": 133, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 145.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0d315fa1-ac3f-46d0-9bd5-c89fcb7167ab", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1d33da84-9f26-4e65-a200-f52b6b4bbb58", + "newLocation": { + "bar": 134, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "700a872d-499f-4e31-93fb-5bd848039cf8", + "newLocation": { + "bar": 134, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 145.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45a1467e-b06e-4558-97fa-607efcf3a1fd", + "newLocation": { + "bar": 134, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cfaad109-00ca-4bbd-bbec-faecda8a5f07", + "newLocation": { + "bar": 134, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.8409090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "12f2fd67-ab18-4e1f-87d2-23374bb9c5be", + "newLocation": { + "bar": 134, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "08a389ca-2add-4057-aacf-f34d7033cd2e", + "newLocation": { + "bar": 134, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "eb264241-735e-465a-8839-b5a59fd98d21", + "newLocation": { + "bar": 134, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 201.375, + "noteFunction": "", + "noteid": "93053f8c-5cc9-4d18-8e23-732fa61bd870", + "newLocation": { + "bar": 134, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5cf3b438-cceb-475c-9370-a41c25ab1ca8", + "newLocation": { + "bar": 134, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a90a009-2191-4a0c-989b-00e6c61d14ff", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a79e015c-2abc-465e-9846-5f74f1d518ad", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6482d4cc-ffb7-4723-9b6a-9b2471350111", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "dab331c8-f643-45c7-827d-ae27e1e991bf", + "newLocation": { + "bar": 135, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "47460ca6-ac9e-4f39-bd6d-c6967798623c", + "newLocation": { + "bar": 135, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.5909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a2bf31a5-f259-459c-9d50-467e43af8a8b", + "newLocation": { + "bar": 135, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.5909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "18dd5a9d-7311-4ab4-846e-9d9bf7a8590c", + "newLocation": { + "bar": 135, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ab7079e7-deb3-4a95-ad49-a9b2fbf8b051", + "newLocation": { + "bar": 135, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6ec20b6a-bff6-4b3d-8aba-806313e7def6", + "newLocation": { + "bar": 135, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9601c249-faad-4a5d-a714-04e499bf8185", + "newLocation": { + "bar": 135, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7413c626-2fbf-40fd-a0a2-94dae0bd502e", + "newLocation": { + "bar": 135, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8d901815-643b-4818-be83-562b340293ee", + "newLocation": { + "bar": 135, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b0d4521d-3a6f-41de-b451-6372b19b57fe", + "newLocation": { + "bar": 135, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f0b698da-7bac-4841-b6fc-35ce44846f7f", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2827c6d-a854-415a-ac65-b887aa33238d", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d560226e-5498-44a2-aaeb-380c2e7b1433", + "newLocation": { + "bar": 136, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "6e40a6f2-507b-4aef-8815-19b8cf1b8ec2", + "newLocation": { + "bar": 136, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "12f918df-d2d8-425f-8a03-cf7008cbc3af", + "newLocation": { + "bar": 136, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7071b7cf-f260-40d2-91fc-adefaabfe6e7", + "newLocation": { + "bar": 136, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.68181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ebaf284e-d631-4c38-a616-ea566553c2d6", + "newLocation": { + "bar": 136, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8515155e-f57d-494b-b600-6dbdd8eda458", + "newLocation": { + "bar": 136, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdc42924-c1e5-4603-ae1a-c2e3d725a976", + "newLocation": { + "bar": 136, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d5a89979-643e-4df4-a339-adf125435c5d", + "newLocation": { + "bar": 136, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1ff4fdcd-1a7a-4e77-a552-db5e39e4c7f7", + "newLocation": { + "bar": 136, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4ed4c83f-623d-47b6-80b2-43391d9c3f28", + "newLocation": { + "bar": 136, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0942452b-12d4-4aa0-b520-81b4f03e9d40", + "newLocation": { + "bar": 136, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "13bad9c6-e965-46ed-b7a5-cc0fce6ca787", + "newLocation": { + "bar": 136, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ce295438-bbc1-438f-8d50-cec9ab89fde8", + "newLocation": { + "bar": 136, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dd909b3f-4a42-41d4-9eab-1ff4356e9469", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -201.375, + "noteFunction": "", + "noteid": "533f7330-a77a-4c02-aaa5-2d885c3c98d0", + "newLocation": { + "bar": 137, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.5681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f9baae4b-6942-4723-8b75-8f91e74697c8", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bca57a4a-6e82-454e-ae33-647372dd2515", + "newLocation": { + "bar": 137, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1b827426-328f-408e-a7a5-6124b49d7b58", + "newLocation": { + "bar": 137, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1b674eb2-73f7-47a3-997d-19f1c2b27a8f", + "newLocation": { + "bar": 137, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f1c1215e-4392-4fa8-9e14-b838734e6c27", + "newLocation": { + "bar": 137, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dbc4d6b1-f882-44ed-b7e7-bbd3c7214c0a", + "newLocation": { + "bar": 137, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ac3b9a1-290e-4d36-bd35-ffba6769c71f", + "newLocation": { + "bar": 137, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c74f58a0-3576-47ef-af9d-5f9832e95efa", + "newLocation": { + "bar": 137, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d9b22ad0-024b-4ea1-8f4c-f6a92f948b9c", + "newLocation": { + "bar": 137, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3e535c04-3150-4f9a-9175-d5367b9215ff", + "newLocation": { + "bar": 137, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e13aef02-0f03-48b3-8ec4-15c341f7ce49", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "10de9d79-620e-4cc2-bcf0-39b0d65a3d81", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ed176ae3-16e1-4c6e-9d3b-654cc15e5015", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "18dad8f3-cee3-480d-a314-7b66e764eab6", + "newLocation": { + "bar": 138, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d4a41b85-3f3c-45b7-9a77-a18b9a3bddf5", + "newLocation": { + "bar": 138, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8b2baed1-6c17-48ba-a31a-ef849d35ae34", + "newLocation": { + "bar": 138, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.93181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "6f93324d-a487-44f6-9ecf-d81993f7b999", + "newLocation": { + "bar": 138, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d13fc0b0-4220-49ff-8753-dde7eecadd7d", + "newLocation": { + "bar": 138, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d4c18fdd-62c7-4dc1-8129-67e6998dd8c8", + "newLocation": { + "bar": 138, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9ef22294-73ec-4d6b-b2bf-ab8c59ef9cdd", + "newLocation": { + "bar": 138, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5bfc8762-0d61-44bf-bd3e-0b0c4b3af9d7", + "newLocation": { + "bar": 138, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2afa1e38-e879-4414-97a5-59c2c5b1290c", + "newLocation": { + "bar": 138, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9d8d2788-d836-4938-bfd4-8168ddd0ce71", + "newLocation": { + "bar": 138, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d7d8d15-eb52-4f50-84c2-0f0caf7dee16", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5c2d1f8b-f764-445a-91fa-439d689bebab", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.68181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cab09959-94e9-4a9a-9ed2-e9674efe3bc7", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05a9b4f2-9552-44b7-958a-7d13682d36ca", + "newLocation": { + "bar": 139, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "acd45a72-6945-41ac-9555-8a1413bb923c", + "newLocation": { + "bar": 139, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6a894faf-0f53-4506-932c-de1605426b71", + "newLocation": { + "bar": 139, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ec57e997-7e7f-4ff8-a93f-fb9db505596a", + "newLocation": { + "bar": 139, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3e235922-9202-477e-b39b-6f8d56efdf18", + "newLocation": { + "bar": 139, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 67.125, + "noteFunction": "", + "noteid": "37146c23-ce5a-4d48-963a-00879f117441", + "newLocation": { + "bar": 139, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2142ed3e-93a2-4d7c-a582-5f1b34a07ec5", + "newLocation": { + "bar": 139, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "56849751-fd5c-4128-bc44-947d2631b3f6", + "newLocation": { + "bar": 139, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 201.375, + "noteFunction": "", + "noteid": "27a095db-7515-403d-b3d3-e62f10117e2e", + "newLocation": { + "bar": 139, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "be687875-9d41-49d5-a573-f15d8beb49aa", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "018fdc23-2ab7-486c-a019-d7de365beffd", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -201.375, + "noteFunction": "", + "noteid": "80771c44-2fa2-4f57-8507-5667775fc373", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4d830a48-a426-4b38-9977-5218eeb20713", + "newLocation": { + "bar": 140, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fec3bc81-13b4-4126-8f98-7ef8ef5adf47", + "newLocation": { + "bar": 140, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5683fd07-510d-485e-ba83-6f88455d4361", + "newLocation": { + "bar": 140, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.11363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a9639bf0-7447-4502-8823-752531a8bb9c", + "newLocation": { + "bar": 140, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6fce34d8-db95-4e89-b516-c31510440884", + "newLocation": { + "bar": 140, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "15b67bf6-3221-4ed8-97ef-8f418040fd53", + "newLocation": { + "bar": 140, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.3181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 67.125, + "noteFunction": "", + "noteid": "60467415-fd9e-4729-8d7a-2ed516834ea5", + "newLocation": { + "bar": 140, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7b1e296a-ee85-4e35-afb4-ce3087ddeb60", + "newLocation": { + "bar": 140, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7fc9146a-e54b-49d7-b6d2-c6dd9e04bb38", + "newLocation": { + "bar": 140, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.5909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c1461549-13f0-4cb9-a04b-09f61283ef82", + "newLocation": { + "bar": 140, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc52aa46-1832-42f3-ae7a-8072c4ef9fa6", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "22fde9ee-ae19-4f0e-b7c5-f319cba5dde8", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.86363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -201.375, + "noteFunction": "", + "noteid": "65c46c3c-2c66-471f-bbec-93e1988ae74c", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9ac63d47-396c-4908-9f6f-a3c719668ee8", + "newLocation": { + "bar": 141, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f84f089-4e66-4974-86e7-169a22aedc97", + "newLocation": { + "bar": 141, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1c10ef8f-8ba1-45c1-a74b-85b6d73eaf9b", + "newLocation": { + "bar": 141, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -67.125, + "noteFunction": "", + "noteid": "853ea6d1-e52e-44ee-8d9d-036a91db2bad", + "newLocation": { + "bar": 141, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "17eb18ae-ea4f-4756-8016-eb94eea7dad3", + "newLocation": { + "bar": 141, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "abc8c2a0-7bdc-482b-8d68-63175d521437", + "newLocation": { + "bar": 141, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b935034-d69a-4f04-9bd3-6dfc67d685f9", + "newLocation": { + "bar": 141, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8b2688e-91ff-43c0-8b17-292ed1f55e6f", + "newLocation": { + "bar": 141, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "77cadd7f-f3bf-41dd-855b-992144531cc0", + "newLocation": { + "bar": 141, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f6365111-caa2-46aa-86b1-6271d4c725f7", + "newLocation": { + "bar": 141, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "871a6476-0039-4d27-9231-00bb7c899524", + "newLocation": { + "bar": 141, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7f8986ce-024f-48d9-a7c0-6e47df04d85b", + "newLocation": { + "bar": 141, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "702ebd4b-1285-4939-a616-10a78c7c7dd2", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b6d1414-18b9-4451-abe4-0bbcc5c93514", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -201.375, + "noteFunction": "", + "noteid": "96511bd1-6c54-4f1a-9a3a-a44bda62db4f", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5217db7e-4a14-4f0b-bd54-27c9cb4602f9", + "newLocation": { + "bar": 142, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "634ff764-8ced-4366-be52-9b5bb7c16ff9", + "newLocation": { + "bar": 142, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a0439526-2be1-43c3-af2b-99d460c675be", + "newLocation": { + "bar": 142, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4adda6e3-4519-42e7-ae17-669ec3937482", + "newLocation": { + "bar": 142, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82206859-5b96-4e3f-ac55-77db4986400d", + "newLocation": { + "bar": 142, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "63c127d3-04fa-493f-8073-2870e5e195da", + "newLocation": { + "bar": 142, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "34bfd21b-9c0c-4bfe-8c99-ad1762df4508", + "newLocation": { + "bar": 142, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 67.125, + "noteFunction": "", + "noteid": "084b9c67-964b-4a76-91e9-7ad588f856ac", + "newLocation": { + "bar": 142, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "19e3cbbe-7309-4b85-95b9-0f9fbb07f39d", + "newLocation": { + "bar": 142, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "410fc7e5-f6c3-445e-a58b-336d10fda043", + "newLocation": { + "bar": 142, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6b7120da-9892-4b13-a386-58b6f08d8939", + "newLocation": { + "bar": 142, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 201.375, + "noteFunction": "", + "noteid": "176c5431-b673-47e1-bd14-42c3b465cf4b", + "newLocation": { + "bar": 142, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "842baedc-0e06-4ae3-8915-040ff8702662", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5688ad27-b7bf-43d5-9d9c-8d8366c7202a", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -201.375, + "noteFunction": "", + "noteid": "96fa1b2d-0b92-4195-9883-e515b429f73d", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -201.375, + "noteFunction": "", + "noteid": "79247bd8-8b05-4741-bed1-78a91d1dd436", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "485decf3-0c98-451c-8ad7-ef471f85c30b", + "newLocation": { + "bar": 143, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e68fa9f7-b9b6-4801-98aa-3de255491bd3", + "newLocation": { + "bar": 143, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c45069db-dff8-46a5-86e5-fd1648fc4091", + "newLocation": { + "bar": 143, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.3181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -67.125, + "noteFunction": "", + "noteid": "347ed8db-a131-41a0-8d0b-74aef501512f", + "newLocation": { + "bar": 143, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb9dc5f5-2a1d-49e5-89be-3b733a08fabc", + "newLocation": { + "bar": 143, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dc99980f-c342-4667-a65e-1803adb41844", + "newLocation": { + "bar": 143, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8b9a9aa3-dede-4149-a08f-809644aae44f", + "newLocation": { + "bar": 143, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 67.125, + "noteFunction": "", + "noteid": "242cb341-00ea-4390-a98c-9ae945f2c613", + "newLocation": { + "bar": 143, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2d70abf7-1155-458c-ab6e-63bbfada6037", + "newLocation": { + "bar": 143, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab1f0cbc-ce3b-4933-b059-fbe91c59a723", + "newLocation": { + "bar": 143, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.86363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 201.375, + "noteFunction": "", + "noteid": "42c6c969-759c-4210-ad11-d313f7137fe8", + "newLocation": { + "bar": 143, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e1a1f638-1740-4939-8aed-c00b90d9c2ca", + "newLocation": { + "bar": 143, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4b7202e3-7aeb-46b9-9e6e-43c09839392d", + "newLocation": { + "bar": 144, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.0681818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "37f191ed-e935-4e75-ad3c-a2f36b7030d0", + "newLocation": { + "bar": 144, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cc64d2ec-cd78-46de-82e4-6c3199d7942c", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.20454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f43e1be4-6443-4f2e-adb2-c84c77f64a75", + "newLocation": { + "bar": 144, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc474f91-d188-4fad-9f31-4fc6c9891d48", + "newLocation": { + "bar": 144, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.3409090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "f8568bb0-c4aa-4e52-ab8d-5f36939086b1", + "newLocation": { + "bar": 144, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a719b0fe-45b6-4c9f-b564-ca09bbaa83ef", + "newLocation": { + "bar": 144, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.47727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "820e3998-56e0-486c-9b13-ec96e97cd8c3", + "newLocation": { + "bar": 144, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d00f5c1e-5ba7-4009-a9a0-31bbcc6a96f0", + "newLocation": { + "bar": 144, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.61363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6598ca71-29c8-451d-b5a2-d81ad8e330e0", + "newLocation": { + "bar": 144, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4038cfe1-b446-4a7e-96a2-2676fd60f69f", + "newLocation": { + "bar": 144, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.75, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f160d22e-8c9f-4891-b61a-f8e67bf19549", + "newLocation": { + "bar": 144, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 134.25, + "noteFunction": "", + "noteid": "74823a72-d5a8-4e70-ba84-1e98958a0f0c", + "newLocation": { + "bar": 144, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "329ff515-21e2-4c35-a30f-e6c4f59c11b4", + "newLocation": { + "bar": 144, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0c06ac03-e109-48ca-a052-5fa868df8e68", + "newLocation": { + "bar": 144, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.02272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ae592f12-1187-4eee-a55e-63dd046bfa21", + "newLocation": { + "bar": 144, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.09090909090907, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a893e731-70a6-4548-ba85-f0ef815ff13a", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 157.09090909090907, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d264603f-379c-4552-8519-7799d43bd5d5", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 157.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d6b9aedd-9204-4387-b4e4-78cf01bdbeda", + "newLocation": { + "bar": 145, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d8f08c68-5f2c-405e-a433-cf53cd3cb99c", + "newLocation": { + "bar": 145, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 201.375, + "noteFunction": "", + "noteid": "603ebb30-c3ed-44fb-be14-64e6e2b5737d", + "newLocation": { + "bar": 145, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.59090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -67.125, + "noteFunction": "", + "noteid": "33d51827-1a27-4422-a9d5-3d6eacb76f36", + "newLocation": { + "bar": 146, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 146, + "yPos": 0.0, + "noteFunction": "", + "noteid": "494d57ef-a699-4cc0-af93-121817575098", + "newLocation": { + "bar": 146, + "guidelineIndex": 8, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 159.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "39e57ed0-a741-4f76-86ab-faae657fe180", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "47abf56a-55b9-4998-9f8b-83413bbd9e37", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fa5faa01-f7ed-401c-aa34-a937188934b0", + "newLocation": { + "bar": 147, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e9bacf12-ae7f-4c9d-9c0c-243c6a7993eb", + "newLocation": { + "bar": 147, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f8650787-8ec2-408c-9e75-5509ebf03044", + "newLocation": { + "bar": 147, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.09090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f1f6b3f4-9955-4a08-940e-315952cd4cef", + "newLocation": { + "bar": 147, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -201.375, + "noteFunction": "", + "noteid": "34a3667d-05ca-4b8f-9a2a-24aab7119232", + "newLocation": { + "bar": 148, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "93b6f174-0457-4958-a49a-97b66049bcf1", + "newLocation": { + "bar": 148, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4c508af9-8113-4029-a5b7-a067c51e82fe", + "newLocation": { + "bar": 148, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2fb72995-d89e-47f1-977f-637eea37b294", + "newLocation": { + "bar": 148, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c12454ef-ed35-411d-91f3-490f4f0ff33e", + "newLocation": { + "bar": 148, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 134.25, + "noteFunction": "", + "noteid": "88458187-c9fe-49cf-bd95-c422c75a95df", + "newLocation": { + "bar": 148, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 134.25, + "noteFunction": "", + "noteid": "15f0fccb-f88e-4176-b060-d2fa8db20b7b", + "newLocation": { + "bar": 148, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f270eb44-8bc1-45c9-a2fc-853d54da6b1b", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "18c09e39-4d4b-4907-ad34-408804ce6dac", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.86363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -67.125, + "noteFunction": "", + "noteid": "618d37d2-8f20-4451-be5f-f2cfbc98d552", + "newLocation": { + "bar": 149, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38a797e9-79af-4f18-bb11-5b3275145b3a", + "newLocation": { + "bar": 149, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ec465ad3-33ce-4468-9bb0-6efbd1593efd", + "newLocation": { + "bar": 149, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 150, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bcec5936-c922-447e-b34f-70faae8fb112", + "newLocation": { + "bar": 150, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 162.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3a3f0957-ab00-438b-9819-f7eee1444180", + "newLocation": { + "bar": 150, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.09090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eae4f4bc-8eaf-4ff8-a800-96c3c903652e", + "newLocation": { + "bar": 150, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.09090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 0.0, + "noteFunction": "", + "noteid": "db642ddd-95c8-4cc2-a4c4-8b566bc2a13a", + "newLocation": { + "bar": 150, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4dcae3b6-96b0-42f5-bfe6-b76b84477ad2", + "newLocation": { + "bar": 151, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c77db2d-a7e7-46c7-94e7-c253bda31b25", + "newLocation": { + "bar": 151, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b650224-d95c-4a62-9485-b98b6411e938", + "newLocation": { + "bar": 151, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -67.125, + "noteFunction": "", + "noteid": "32581346-bc38-42d1-a2ae-5d85966474be", + "newLocation": { + "bar": 151, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.3181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 67.125, + "noteFunction": "", + "noteid": "dc4e4430-9a08-42fd-bd6c-2dfbcaca9244", + "newLocation": { + "bar": 151, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 151, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4fff7bb2-1ccf-4bd4-bf2b-3fbbd8e5c13a", + "newLocation": { + "bar": 151, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 164.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -201.375, + "noteFunction": "", + "noteid": "10f276d4-db00-4534-abe6-dc548fdad1b4", + "newLocation": { + "bar": 152, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5cbc9951-bf9f-49ed-9de3-f8694d933291", + "newLocation": { + "bar": 152, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5bff18b6-0ff2-4e3d-8192-3915d5a68ed7", + "newLocation": { + "bar": 152, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.27272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f579833e-6c18-4dd7-8117-1e959797a194", + "newLocation": { + "bar": 152, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 0.0, + "noteFunction": "", + "noteid": "18985eb0-5ef2-49f2-af63-a23d4bb0eba5", + "newLocation": { + "bar": 152, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 134.25, + "noteFunction": "", + "noteid": "53027286-810d-430b-89ca-dd5a7c89a96d", + "newLocation": { + "bar": 152, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 152, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4cf24c0a-4de6-4335-a17d-4e06aba3e730", + "newLocation": { + "bar": 152, + "guidelineIndex": 12, + "lengthGuidelines": 60, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/AddressableAssetsData/link.xml.meta b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json.meta similarity index 75% rename from Assets/AddressableAssetsData/link.xml.meta rename to Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json.meta index dd51f201..a27f587a 100644 --- a/Assets/AddressableAssetsData/link.xml.meta +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (1).json.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b72cf0d289c3f72498b163dbcbe86dd5 +guid: 8895a1a9a0f42cb449dae9edc7ba338e TextScriptImporter: externalObjects: {} userData: diff --git a/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json new file mode 100644 index 00000000..b7a0f37e --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json @@ -0,0 +1,29143 @@ +{ + "version": "2.0.2", + "title": "A Lake With Endless Stars", + "composer": "t404:null", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 171, + "bpm": 220, + "difficulty": 20, + "difficultyName": "Incredible", + "createdDate": "2026-07-24 00:24:30", + "lastSavedTime": "2026-07-24 04:30:59", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "", + "noteAmount": 1708, + "globalDelaySeconds": 0.003, + "globalGuidelinesAmount": 8, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 294 + }, + { + "colorType": "red_hold", + "count": 66 + }, + { + "colorType": "green_tap", + "count": 316 + }, + { + "colorType": "green_hold", + "count": 73 + }, + { + "colorType": "yellow_tap", + "count": 147 + }, + { + "colorType": "yellow_hold", + "count": 39 + }, + { + "colorType": "purple_tap", + "count": 325 + }, + { + "colorType": "purple_hold", + "count": 76 + }, + { + "colorType": "blue_tap", + "count": 312 + }, + { + "colorType": "blue_hold", + "count": 60 + } + ], + "trackStates": { + "trackFading_active": false, + "red": { + "isOn": false, + "fadeTime": 0.0 + }, + "green": { + "isOn": false, + "fadeTime": 0.0 + }, + "yellow": { + "isOn": false, + "fadeTime": 0.0 + }, + "purple": { + "isOn": false, + "fadeTime": 0.0 + }, + "blue": { + "isOn": false, + "fadeTime": 0.0 + } + }, + "tracks": [ + { + "color": "red" + }, + { + "color": "green" + }, + { + "color": "yellow" + }, + { + "color": "purple" + }, + { + "color": "blue" + } + ], + "notes": [ + { + "time": 1.6363636363636362, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e92c07c-dc8d-437f-9779-b51cec01a27b", + "newLocation": { + "bar": 2, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.7045454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "16603f4e-2fe3-4ab0-afe4-d719e1df17fd", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 1.7727272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8116c45d-7b55-4b7d-bcf6-77ae4c6eaeb0", + "newLocation": { + "bar": 2, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.8409090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "23e014ca-389d-4ee4-9db3-be8020e941e2", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 1.909090909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "49347add-b2e0-46d5-a337-ed90c39225ff", + "newLocation": { + "bar": 2, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 1.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "396519c7-93ec-4697-a50f-600256876804", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 2.0454545454545454, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 201.375, + "noteFunction": "", + "noteid": "474d0b2d-cf8c-4b1a-9802-9f987d5381d9", + "newLocation": { + "bar": 2, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 2.1136363636363633, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 2, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c725b8f8-5619-4833-84c3-c2ae52f8043a", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 2.1818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "CameraShakeEvent", + "noteid": "0f102496-1231-4315-bad1-5344a3959a10", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 2.8636363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.125, + "noteFunction": "", + "noteid": "433ca1a1-4e85-4212-b5e6-38c75f79ada1", + "newLocation": { + "bar": 3, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e35c4bf5-028d-42e0-86a8-dc61a6d29759", + "newLocation": { + "bar": 3, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.1363636363636362, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.409, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "53f7a53c-4e03-4ac6-aee4-66276791c859", + "newLocation": { + "bar": 3, + "guidelineIndex": 7, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 3.1363636363636362, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5f6b24ca-0dac-4b16-a334-ef21587e2164", + "newLocation": { + "bar": 3, + "guidelineIndex": 7, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 3.6818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "45d2f5b1-fb4f-4ff2-ae97-6599c2c6663b", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.6818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7a54be1f-5977-4836-af8e-6cf761e6cd5a", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.818181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "035bee1d-cbba-4329-90a6-508c75898c10", + "newLocation": { + "bar": 4, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 3.818181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7546cbee-43b1-4f45-b82d-26a9599081d6", + "newLocation": { + "bar": 4, + "guidelineIndex": 4, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 4.363636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7006714d-3ffc-4f7e-a82d-a7fdbdb6241e", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4de3c8c2-ae1f-48fe-8e88-bde4793008bd", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d7ced29a-63d4-4446-9101-fb37fbc90d8e", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.636363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52747fd3-dab5-43c0-94f4-e5533c1683d9", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.7727272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bcac2a26-1ca4-4b3b-869e-46285a1ef6c2", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.7727272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -67.125, + "noteFunction": "", + "noteid": "51c497af-214a-4629-a007-92a022f546d2", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.181818181818182, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fbfb8812-336c-4df7-a470-5d68fbc37f0f", + "newLocation": { + "bar": 5, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.181818181818182, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "de089fa4-7630-4749-8240-2eba2745a3f1", + "newLocation": { + "bar": 5, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.454545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "303fd631-fb8a-48e6-8940-1a6ffa6f622e", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.5227272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "154ea663-750a-4be4-80bf-6e438d80e643", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.590909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -201.375, + "noteFunction": "", + "noteid": "74207bf2-5168-4ab1-ae54-0f93f742b944", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.659090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f917e8bb-1c7a-48f6-9893-ecfcc2798dcb", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "55935dc6-72b0-4d18-bd9b-7e7c0929004d", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -67.125, + "noteFunction": "", + "noteid": "10ee59a7-94d3-4ccf-8131-a0bbd90f31b9", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20fe65c7-972e-4bd8-b060-050567123ac8", + "newLocation": { + "bar": 6, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.136363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 67.125, + "noteFunction": "", + "noteid": "767dfddc-0828-4014-822d-270c4b4c9b44", + "newLocation": { + "bar": 6, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.2727272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4937f1ff-b0a8-462b-9d97-39d768970473", + "newLocation": { + "bar": 6, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.409090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 201.375, + "noteFunction": "", + "noteid": "533e2481-84b8-41e5-9883-0ba6c97c01bd", + "newLocation": { + "bar": 6, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.545454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "62d48654-4d61-4668-aaf6-a99dd3125deb", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 6.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2e1baee-cbf8-4f08-aad9-227d79256e6a", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 6.954545454545454, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9a0a45f3-05aa-4347-a624-3007d324a01c", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 6.954545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 7, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9e3545f8-3c14-44b5-9464-857a99bb6544", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 7.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c4c9f5a-d875-4b77-8780-a538687b492d", + "newLocation": { + "bar": 7, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.499999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "097e118a-dd42-4cef-a507-58ded18bdcf7", + "newLocation": { + "bar": 7, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 7.636363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e270206a-4670-4ca1-8550-e96944106e92", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 8.045454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2628f788-e683-4e4c-b197-2ba9d30b8bf3", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4847ccd-6268-4c37-8d10-7d6fb353ff7a", + "newLocation": { + "bar": 8, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6b3ffe0c-86a8-4bae-9a15-6856eeb2db13", + "newLocation": { + "bar": 8, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2d18055e-c78d-4ad7-ab6e-404a346ce614", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1a72d05c-ee7e-42ba-89ae-e3a480437fa4", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "446592d7-e4db-4f92-af8b-2e701e2595c7", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5aa8532-ff05-410c-871e-47eb49a2dae5", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.136363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 9, + "yPos": -67.125, + "noteFunction": "", + "noteid": "73e56dc4-6448-4cb8-95fb-afd678e9f4b7", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 9.409090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8f3b88e-d822-4f11-956b-f7a569e3f1e4", + "newLocation": { + "bar": 9, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b0a2e8e1-921c-4070-9111-ab29735d3891", + "newLocation": { + "bar": 9, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 9.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "528647fc-6241-40b4-ba8b-0128a7878696", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 9.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7902a20c-a010-4ec2-82ec-2fbe2a23afc6", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c28b0a97-74f4-4ace-ae4a-44841aa5c52d", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6b08640d-a831-4928-a25f-a4cf45adfd43", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "38e2d943-9ea1-4e87-8661-e1b0121a6c20", + "newLocation": { + "bar": 10, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.431818181818182, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d4e7fafa-49cc-4563-ba5f-fc30e1c8d846", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 10.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b6f0ddd6-d1e1-4f7b-bca5-d568aa492841", + "newLocation": { + "bar": 10, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.568181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 10, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5fb57117-cc8d-4bca-a8ed-44aa2f1a24b6", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 10.636363636363635, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "112054df-279a-4915-a2e2-da4f36f55020", + "newLocation": { + "bar": 10, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.704545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "b8a52755-08a9-4d41-8e7d-601045867352", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 10.772727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fc967508-9d3d-4472-9809-204bb6161450", + "newLocation": { + "bar": 10, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.84090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 10, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1d4be4f7-34b7-4c67-8a37-c0b969865391", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 10.909090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1b87d84e-2484-4300-94f2-1739a6338a12", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 10.909090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "557c4d88-ffb4-4d77-a24e-2a2a9d2bd076", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 11.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 67.125, + "noteFunction": "", + "noteid": "737d59da-aa1c-410f-80bb-fbaf5c5692c9", + "newLocation": { + "bar": 11, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "234212db-bd48-4937-a6a5-39d09b184465", + "newLocation": { + "bar": 11, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.863636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 11, + "yPos": 201.375, + "noteFunction": "", + "noteid": "41cc50c1-cdf1-4fbe-9ceb-5707767e33ab", + "newLocation": { + "bar": 11, + "guidelineIndex": 7, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 12.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0ec55c1-14a3-40ff-a29f-de8a353b2580", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.409090909090908, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 12, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f7ff6272-c1f7-4bbf-ad9b-0e9f9604a4b8", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 12.545454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ba7a8415-6332-423c-828d-c13994dde609", + "newLocation": { + "bar": 12, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 13.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "46c4abae-2302-47b2-b6c8-534a365df7b6", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7d97c3e3-1f4a-4fa3-891b-f4fad3e88c75", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.363636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0a22026c-4a3f-43f0-8c71-1b7726d30375", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.499999999999998, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 13, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fe67dc6e-44b0-4397-b79b-fbf04e102571", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 13.772727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bf8aa0f3-d606-4e23-9af2-02f90256d787", + "newLocation": { + "bar": 13, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.909090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1da5f83f-5721-4ee0-9ce2-b46da40b2e87", + "newLocation": { + "bar": 13, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.318181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fab7fa44-4a9b-46d4-82c7-6e2e9d076ef9", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "06b72c81-8832-47e6-af46-677b508af526", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f1528ae-0ba0-4f6a-936c-92353a669d82", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "320e3b46-9f5a-49da-9d5c-5b033e7e5b6b", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d01e1e81-5838-410c-9dcb-46157027d20e", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.999999999999998, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "011728b1-53bf-4fa9-82da-6a386228d8cd", + "newLocation": { + "bar": 14, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.999999999999998, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0bbe09c5-6686-447a-b03c-c8e6db58991e", + "newLocation": { + "bar": 14, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 15.272727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2f3c33f4-86ca-4da9-86cd-24e7097220b4", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.272727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "21ea164b-77e6-4caa-a923-5cc9c11eda33", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 15.545454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3f13f5d6-d879-4888-b3f1-209c7c1a4a0c", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "18ec0db4-5384-435d-9f21-a96a45970db3", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 15.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d92ec8b4-1c98-4489-9c8c-3ded72d91e48", + "newLocation": { + "bar": 15, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "de42e773-e02c-481c-b00d-695636efe767", + "newLocation": { + "bar": 15, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.227272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b116f3f3-242a-45ef-8747-3335d26f71f7", + "newLocation": { + "bar": 15, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "99890b5c-fe67-46f8-8b6b-e842edf91559", + "newLocation": { + "bar": 15, + "guidelineIndex": 7, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 16.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3850f42d-3299-4f53-9fb5-13d0c9053c3c", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.636363636363637, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2ef0b874-53a8-428b-8c5d-7ae63957028a", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -67.125, + "noteFunction": "", + "noteid": "868b969a-eefb-415b-a604-d99d116d7f33", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 16, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0d880759-39ec-4e23-98ad-25e1b8356a5b", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 16.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "94b0a32b-1f62-423d-aeff-d30b81dd4330", + "newLocation": { + "bar": 16, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d6f1cc14-26e1-4d5a-9698-5fb65677bf98", + "newLocation": { + "bar": 16, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 17.045454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f58beed8-1ef9-42db-9634-1834d03bff87", + "newLocation": { + "bar": 16, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2e7f85c6-532f-4eda-9282-c465b4addc43", + "newLocation": { + "bar": 16, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "09caba7f-53e1-4e18-92c3-3b79a23d9483", + "newLocation": { + "bar": 16, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.375, + "noteFunction": "", + "noteid": "925c6141-3543-4eb0-b4dd-73cea6910ca0", + "newLocation": { + "bar": 16, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc26228e-1aa9-44d4-aebc-fdcac00c87e1", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4db6a12-f314-443c-a68b-9d398de22aec", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7539b0d7-d4d4-4316-a6bf-14b18ec94f98", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49ab64e2-17ff-4d1f-803c-b9409fd77285", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.863636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5438ab04-db26-453d-93ca-130ead00d84e", + "newLocation": { + "bar": 17, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b742cfd4-c138-4950-91b5-3aa4ca96269f", + "newLocation": { + "bar": 17, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06ff8361-945f-4788-ad2e-190c2a84b84a", + "newLocation": { + "bar": 17, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.136363636363637, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f826c6f2-9819-4076-b4e5-343e97461800", + "newLocation": { + "bar": 17, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bb5b6ddd-0596-4abc-bc76-61e32e72e6d2", + "newLocation": { + "bar": 17, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.409090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "85a62640-96f0-41f5-a81a-cc1c64968fc7", + "newLocation": { + "bar": 17, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5b664c26-c1f1-4f48-8b8b-a2aeee22fc3d", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2553db30-219a-4dba-a50d-984604373958", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "347663b3-11b3-4895-a0ed-f860b84b4830", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9016a962-294b-4e47-b59a-df067a3003d8", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "85a61705-30d2-4a94-9a0e-7770b8d70870", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.954545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3559c104-0844-4a3f-875c-3523f45d79fb", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "399d6e8a-93b3-44d5-80ac-d2ee63c15859", + "newLocation": { + "bar": 18, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.159090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "9f74c29f-e5bd-4fd2-bd3c-422f668cecd6", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8fffa5ad-1452-42cb-b5e1-b92e2ba50092", + "newLocation": { + "bar": 18, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.295454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "cf99b9bb-1c43-4ce9-9d05-e2f69a4fc271", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8f6c07aa-445b-4847-968b-27b90009286f", + "newLocation": { + "bar": 18, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.43181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c60a21d9-0c98-4894-8db5-db4e140e52f1", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7d2d4c0d-938a-4c0b-8881-623c08ae62f6", + "newLocation": { + "bar": 18, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.568181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "47a26b80-d039-42e1-ae71-78ff51a550af", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea21cb3c-d0e6-4979-b2ac-4efe724caada", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5fc369bc-f339-4935-8e06-940e12ed5a9b", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d4bf470e-3fcf-41e5-acc0-ab9659b824f2", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "456e97aa-58d6-4eee-a07f-5ee1f314e5c3", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "47b18b04-1f4f-4bf5-860b-d52e166bfbce", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.045454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cfcf3b5d-572b-46ff-9974-f0d7f31bbd93", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.113636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d87a1d75-25af-428e-b8a5-289605d58209", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c5d19be-8577-41fc-8452-f2997813383f", + "newLocation": { + "bar": 19, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.25, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c6b9bc68-8ee7-4c3f-96fe-21018fc743f3", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b9eb4c6f-0756-4492-a1fd-fa8f3d9c029a", + "newLocation": { + "bar": 19, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.386363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "36aa4e1e-1d27-4772-9950-e7e1dd42d080", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "02ec4ee2-fd3d-4e62-b30b-e18615fd161c", + "newLocation": { + "bar": 19, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b6b2d2ff-bd2a-4ecd-888f-101bbfc1998a", + "newLocation": { + "bar": 19, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.52272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "2e5df1c5-4e3e-476d-9edc-bb5199043a4b", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "0d8b27dd-0b72-441e-ba34-4731533abc52", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.59090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "43fe05b3-fb37-48cf-a701-8a6217303aed", + "newLocation": { + "bar": 19, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.59090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3e4acad2-5152-468e-b1df-7f5b2a54ca17", + "newLocation": { + "bar": 19, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.659090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "6c085ded-1508-4923-b22d-8307ce5bc31e", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.659090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a6107e7e-60b2-4130-9564-9e60926a9a2e", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23e776b8-64b0-4c0f-beb6-7ad5813c0a96", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1d0f1ec-7d32-4815-b2fd-b4396cc457bd", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.795454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "be015edd-8432-4093-9cd5-6b0b7a2f0c37", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8333e6c3-8e14-4809-adf8-6c6a78d43feb", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.93181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "713e7db2-07b8-470b-844a-8d250b04dba8", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d4e41a5e-b4e9-4eec-a6de-b378553a97a9", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.068181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0536042d-2f2e-4309-a105-89bff4287e9b", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -67.125, + "noteFunction": "", + "noteid": "99837881-d847-4fa4-b3f4-7c08d635ff9c", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.204545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8a031a24-2045-4fc7-8070-a78ad1166fbb", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1575f312-8ea8-4723-a682-7412d0c7d3cd", + "newLocation": { + "bar": 20, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.34090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "318c7e7b-e0cd-46b4-be56-e7f75f1b20d1", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.409090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6d6dca80-36dd-48da-aaa0-40800dacbfcb", + "newLocation": { + "bar": 20, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.477272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "cae27dae-166a-45a0-baab-51b1b482abab", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3400cf4-6c86-4571-aa52-26bfe1030bcc", + "newLocation": { + "bar": 20, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.613636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "66cb1380-f789-4963-a52f-c47435cae768", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c9c71913-aa9b-4e8d-a9f8-c4adda1977f4", + "newLocation": { + "bar": 20, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.75, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "8b543f3b-cec4-48a4-b932-28ed52f3323d", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2525e23-d92a-425e-bc54-cf929eb7d08f", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6fc6b56d-a3dd-46b0-9bf5-f32fd945ea9e", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9e30cb59-ae06-4d41-81f9-820e8c1c7fbe", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc806d05-95a9-4960-8fc8-ab1adacb3126", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0fa250a1-56c2-459b-a8b6-1bfd35465a76", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a54c5b37-a68e-4265-bd48-ef7a26982851", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.227272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -67.125, + "noteFunction": "", + "noteid": "60e2c7b9-908c-46c5-900a-e36fae636cf2", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "23f5e5b8-e8df-4fa4-bc55-a3615b98697c", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6de9d0ce-0794-4fcc-8d10-1ca23e9704b9", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 21, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f1420496-92fa-4e05-9296-0a122e7f9af7", + "newLocation": { + "bar": 21, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83befc67-b8ee-4c52-8933-78ab8d8b87f6", + "newLocation": { + "bar": 21, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "05bd6684-c084-49b8-9f90-36a22ab5bf7c", + "newLocation": { + "bar": 21, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 22.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a87292c-e0f9-4d59-a02b-13e9c82a3441", + "newLocation": { + "bar": 21, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 21, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5b841963-c804-485f-a259-8ba0e2c78584", + "newLocation": { + "bar": 21, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "956acd82-9710-4713-9c77-35cf26813975", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "277edb53-9e84-493c-8edb-80164e6d67c3", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.045454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a779996d-1584-4670-b1d8-7ff9ac874030", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bc9511d5-376b-4eab-9143-7a4767e8b8a1", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "43b57250-79a7-490a-a64b-1ab01438f071", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "836c1680-493b-411f-b234-baaadd41718e", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.318181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a3a94c8c-4c8f-4c05-805d-062f78204080", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.386363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5f0d4343-1042-4ebf-9094-09633c76af9a", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ddfe743-b7be-4ab4-8de8-6804d94861e7", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "78801111-1271-4ad9-bdab-a5ac2ae13110", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.59090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bcc2b3dc-5ece-47b2-a3f3-19c2dd52a8bd", + "newLocation": { + "bar": 22, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8d28b109-33be-4839-b989-0fb57ab8d65d", + "newLocation": { + "bar": 22, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "07be23ab-4335-407a-b6b1-c7606175f624", + "newLocation": { + "bar": 22, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a1753eab-0856-4728-ab28-bfcf766c08b0", + "newLocation": { + "bar": 22, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0eb2ed22-6a94-46ca-a09e-1ee25299b219", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71021deb-1793-4abf-bcfe-413c941d608c", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "616cd00e-c87a-45a9-b912-323540553efc", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.136363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e5f31fd6-f4b7-4f79-a721-c5ef4f015504", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0b34be00-7bc4-494e-8fdd-6dc4f12516c3", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75397b55-be0b-4e30-be60-55e14a340321", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.409090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -67.125, + "noteFunction": "", + "noteid": "83fd5e55-3788-46ab-91f6-a8f5fe4fc0d6", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e1b3cf9e-0b5f-4c4a-845c-9f752cabc885", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "51b5a102-6627-4322-aad9-f05dd32715ed", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6371d431-7323-49ed-a79a-c999d259300a", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e5b4d93a-57ff-462a-b868-716900c81e86", + "newLocation": { + "bar": 23, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2190d412-3b84-48fc-be24-d92760ddb9bc", + "newLocation": { + "bar": 23, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5ef61905-683b-4a88-8e91-faa6f1db5d9a", + "newLocation": { + "bar": 23, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 24.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5f8c50d9-99e7-4000-bf0c-f7d5dc301053", + "newLocation": { + "bar": 23, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 25.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d549e465-4020-417e-9169-967d45cf160f", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -201.375, + "noteFunction": "", + "noteid": "931d3bc6-fba8-47ac-9bbd-87f83f53dbeb", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3941bc25-f1d5-4c1f-8b36-99f16374f0fb", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9e35a713-0460-477d-a443-e924e928c8d2", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.499999999999996, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2c3b7f60-3246-41b4-b111-fa15c36152cb", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.568181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ec1f91e8-1ca1-4e42-a724-1ce0fb2a894a", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "705b1640-1fa5-4c1c-929f-bebfcbda563c", + "newLocation": { + "bar": 24, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5df399d3-bd59-4dbc-aed9-5fa348e84f2a", + "newLocation": { + "bar": 24, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "498bbb6f-25d5-4925-b25f-10692bea1f30", + "newLocation": { + "bar": 24, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "50e423bc-6901-4462-a640-56cdc645fae8", + "newLocation": { + "bar": 24, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7f679a62-7454-4a79-a3fc-59f1b19fd1ea", + "newLocation": { + "bar": 24, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.045454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f0407949-e340-498a-99ca-d01a72a77c58", + "newLocation": { + "bar": 24, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.045454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "019d609f-e241-4fee-be8b-f80a32f8f44b", + "newLocation": { + "bar": 24, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "983ca3ca-a6a7-4173-b6eb-827744a31078", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c59e8877-b7b9-42b1-b577-ea0f6de3de2c", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.318181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2c885739-a2b8-473b-9f14-cfc729888792", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1db382ec-db71-4b48-9ef7-ff9cc5ddf0b1", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ab1c2011-b840-4a1e-a68a-a5d591677d38", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f24c1558-3e61-4cfe-b507-b3a8b2f91bb7", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.59090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -67.125, + "noteFunction": "", + "noteid": "de638d0c-18b1-4b42-b141-aec6d6d61c8b", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d7eb247-effa-4cc8-b8a3-3dedb6466e8d", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cb921cfa-c91a-492b-ae7d-cf872749fc6e", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.863636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a5ad8141-efdf-49e0-8634-f3edeaf3f865", + "newLocation": { + "bar": 25, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e9f4018a-1098-4093-b8d0-0a4655fdd56f", + "newLocation": { + "bar": 25, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1e3323af-d4d3-468d-b187-83157144773d", + "newLocation": { + "bar": 25, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0cbc1942-5e43-4a3c-ac11-29b37028a897", + "newLocation": { + "bar": 25, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.136363636363633, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c412129-3fa7-4b6f-bd21-aab9a677383b", + "newLocation": { + "bar": 25, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27a1d78a-2058-48c3-b6ab-e6ed4d129a4e", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a8771841-99fb-4614-b597-1a44f4a5ad48", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.409090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0aabc581-310d-4a69-ab67-e93719156c45", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "34ba5d83-4fe9-4411-a4d5-368d8107619c", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8dd7f72b-3658-4a15-b498-600704adc965", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e2ee7fbf-5c31-418d-a0ee-b03a2882eb3b", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -67.125, + "noteFunction": "", + "noteid": "25911e0c-5a67-4c65-abaa-aa8af1f8b444", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.749999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2539f497-a01f-4005-9ead-e64fd61f8046", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e42fde1-0861-4b58-943f-e50509f5d718", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4c59579f-7298-46eb-8474-0e8880c55499", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d53583c2-7ecf-4ea2-913d-daf93b354211", + "newLocation": { + "bar": 26, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.954545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6b228f5e-971e-488b-bac9-710da574bdf0", + "newLocation": { + "bar": 26, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "214c7609-a2f0-48ab-b1b3-0a8c7c4ea9bb", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "84608eee-7c65-4847-8932-a0b7eceebb11", + "newLocation": { + "bar": 26, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c0b0acbb-88a0-4857-8564-6361aa98596d", + "newLocation": { + "bar": 26, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5105d959-c170-4bab-85be-0ee3ab116640", + "newLocation": { + "bar": 26, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.375, + "noteFunction": "", + "noteid": "45531aaa-bdac-4999-a1fd-97358de384dc", + "newLocation": { + "bar": 26, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5daef94a-7bff-427b-b3b6-e914a586cc5c", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "77885ead-ca95-405d-bbe6-068cdfcc8fad", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.499999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -201.375, + "noteFunction": "", + "noteid": "380c0c2f-a9dc-4dd9-9f1f-190abd4f1460", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.568181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4a295d3d-b3b3-4c50-9944-6930641e9ba0", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b4c85a45-b037-405e-ae3a-8785e2ce7c84", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 28.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "873d96b4-c3d1-43c2-b486-127ef4ee7000", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0bc87678-f9d8-4c5b-9622-3a6164f17a57", + "newLocation": { + "bar": 27, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "ee4ba0f0-a183-4f25-9560-df9992dcacf7", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.045454545454543, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 27, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fa3b6506-e22c-4577-8c04-7a4c7da44322", + "newLocation": { + "bar": 27, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 29.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0d7603f-d278-45e9-a77f-b8c831d29e25", + "newLocation": { + "bar": 27, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.318181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f7fe0503-6154-42dc-a763-74a4dac1cc39", + "newLocation": { + "bar": 27, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e68a0507-3234-415f-a8ac-a8acb7ee3281", + "newLocation": { + "bar": 27, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5d9a7cfd-2ec2-4227-bc7f-4908bfd8ee23", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3a527a1f-52c5-4d50-a2c4-d7976deb64a6", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9d4e65f7-0e13-43b3-8817-c54aa7b28d23", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.659090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "3510e6c4-adbe-4439-852c-ee1698afee33", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59e9474f-18dd-4e74-bab2-cf14981f89c1", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f84a093f-1053-4c90-a2a9-1ff4c0cb3508", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -67.125, + "noteFunction": "", + "noteid": "eecc7d20-0b48-4c82-a295-011e57a07d93", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d9f0e8c7-d82f-4ade-8737-61ddd25e77fe", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f69cdedd-2490-4952-9bb3-a86c1fee1683", + "newLocation": { + "bar": 28, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "142a0bea-f3d1-425b-80b7-b340286067b8", + "newLocation": { + "bar": 28, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 67.125, + "noteFunction": "", + "noteid": "95e3813d-14ba-471d-934c-7f21c0d95764", + "newLocation": { + "bar": 28, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.136363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b6e9555a-e74f-4149-a41c-cd77b8639898", + "newLocation": { + "bar": 28, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ac7bb7a6-6b09-4f6b-90c4-00ea8231b884", + "newLocation": { + "bar": 28, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.34090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1741eca3-3c1e-4cf0-9ebd-169adcf8ff06", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.409090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e737824b-1229-45b9-9d71-d167a89d0d58", + "newLocation": { + "bar": 28, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.477272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "69d1b3e6-8d99-4a1c-bc1d-caa440e6e804", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ee05e1eb-55dc-44fa-b34c-633f4569878c", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e6c4ad5d-7d7f-4f05-8afe-81b9ff51086f", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "adb86520-94c0-47d9-8602-04134866f5df", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.749999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8bc4f9a2-2fb9-453a-9308-2705ca758dde", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5d6e429-bab5-4eee-ae3e-abce70483503", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.10227272727272727, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd409a08-8b53-471a-ab4d-fb6a773a70bf", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9cbe0b5c-67fe-4d23-9933-0f1b52bc2f4b", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "600c634f-0fda-482c-aa90-f56ab0232d37", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5c60015-cd1d-42c3-b183-e7af99e4790e", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.227272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "60d7e94f-b979-4e5e-bda6-159fbd75c7f5", + "newLocation": { + "bar": 29, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.227272727272727, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "74c4b97f-bd55-4d9e-af7c-b928fec7d5a8", + "newLocation": { + "bar": 29, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b2561e23-ed94-4dd2-9ce1-eae6bde4f5d5", + "newLocation": { + "bar": 29, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60af44ed-e272-4b84-825e-4808108c0fa3", + "newLocation": { + "bar": 29, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.499999999999996, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d599dc36-19d7-498d-aa42-a30637efdfb6", + "newLocation": { + "bar": 29, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.499999999999996, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d5bd176a-f287-482a-92a3-9262549bf50f", + "newLocation": { + "bar": 29, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2224dc61-b976-4205-9d71-dfb0721eaa5c", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -201.375, + "noteFunction": "", + "noteid": "da5b3cc2-b028-4547-a184-672ab198d402", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "654a21f8-02eb-490a-a8ba-4856554f4a1c", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a1265dd4-437f-46e0-9555-efc00de013a2", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "79c12569-da38-4723-9468-fa0ef83f51d7", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2f4483e0-e97b-441e-9b75-dd0aba497cd5", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "feeab237-67d3-4519-a69c-40a67c037f36", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e39f10dd-0513-4c0d-a93d-08084c1f3221", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 67.125, + "noteFunction": "", + "noteid": "620bca93-751d-4ad4-994e-20af71554ec8", + "newLocation": { + "bar": 30, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4c875d5d-f379-4c62-997f-3dc22918df80", + "newLocation": { + "bar": 30, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "534e51d3-a108-42e8-b59b-1dfd21e4b7fb", + "newLocation": { + "bar": 30, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 30, + "yPos": 201.375, + "noteFunction": "", + "noteid": "757c0388-4f90-4c12-9405-c8ce05df2c97", + "newLocation": { + "bar": 30, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e1f5451-e712-42a6-8cf1-2b81ab171650", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d7d14a4-9971-4d39-8acd-d1312254d8a1", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d014f1e6-a2be-43d2-9caa-7d76f7268894", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6218e091-28ec-4f6d-b97a-14f007c965a7", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9647586e-af21-480e-baf7-3caf01270227", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ce026ef9-3086-4b63-a2d1-a3d10f5824af", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "713ee191-4b74-4777-812e-04614fed7d9b", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "adc3544a-ae95-414d-893d-c3b0f881fb63", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.340909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "341c0212-80b1-4f1f-bb6d-0ad1be13b086", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.40909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1bd4aa32-e408-4350-be91-df068d7ff2d6", + "newLocation": { + "bar": 31, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9521b625-19d4-49b9-87af-367716dbf8a9", + "newLocation": { + "bar": 31, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66459cf6-bb0a-4796-8fe2-65313c5a10f6", + "newLocation": { + "bar": 31, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1078e6b3-da0c-4728-b744-b17e1ae228fa", + "newLocation": { + "bar": 31, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 31, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5462a83d-2863-4955-8eea-c642f6c75478", + "newLocation": { + "bar": 31, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 33.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "96e421a9-9eb3-4920-964d-b2d5b3f57da6", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d72342d8-cc59-44ae-bcfc-2f96d77e4c40", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a793a8e1-4d80-4ef8-849d-1eda2c70b66f", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "acf947ff-2fd6-4dd6-bcd5-a7f3f74cd109", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c830216a-a853-435a-b14a-46c73eb4aa05", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.22727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0a7d0b7a-ba7b-4812-9f69-587ac441d959", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.29545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a8a72ea5-b16c-46c6-b0d7-8e796b052b78", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4b911035-135e-4b26-b267-de50e76b2764", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f71722da-6db9-4c6d-9c9d-4d845bd0ddbe", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ab53ba1-875e-4453-822e-59a211817370", + "newLocation": { + "bar": 32, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "020eadae-abdf-4f09-89be-9e5f78bccc6c", + "newLocation": { + "bar": 32, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "53d4d851-d80e-41b0-82dc-d563ea307804", + "newLocation": { + "bar": 32, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "900d90ad-c281-4835-a78e-337e5c9e4fce", + "newLocation": { + "bar": 32, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.375, + "noteFunction": "", + "noteid": "704baa81-4414-4b09-a606-e5359a131ae2", + "newLocation": { + "bar": 32, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9e0a8b75-f862-4280-acfc-fc98922415bb", + "newLocation": { + "bar": 32, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d1b42a1c-25f2-4638-b42f-f48ca3c4070c", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3ac78c15-ae52-4751-aa80-f7b11517095a", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71ac99ac-7ff0-4c5a-bf3e-eb12dcf52b89", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 35.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b41eb192-b6a6-4d88-9316-96d99045bdf0", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "284fbcf4-f080-4582-8a60-92567051c751", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2470fe45-bea7-4273-8007-b62b549e4c8c", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "583dcd78-0463-4154-903a-283323269ee9", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f7f0c31c-6423-48e4-8be2-037bab9332b5", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c545f1d3-ee78-43c7-bad0-71bb6e3a30da", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "852d5986-dcde-4089-8750-1b21dc545065", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d0c881fd-af9b-4916-b2b6-1c36ef7bf9d3", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.590909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1e40a224-4b58-4675-ae17-7022ec1c3ebd", + "newLocation": { + "bar": 33, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8fd2ab6e-2dfd-469c-a0b0-ae5c6194d00c", + "newLocation": { + "bar": 33, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "52bc5ba8-6b9f-4c21-bfbb-6d152ed45b6d", + "newLocation": { + "bar": 33, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7dd9d012-a1ea-4eeb-833a-f3ef147b576f", + "newLocation": { + "bar": 33, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 33, + "yPos": 201.375, + "noteFunction": "", + "noteid": "246f1ca8-3a4f-48f8-9e85-74463e762ae4", + "newLocation": { + "bar": 33, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35493f85-1ce4-41a3-8b46-beafb07b80a8", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cb2dde93-555c-41a7-95c7-3d5f2d4239ab", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0a73aacc-d111-406d-a5d8-194e834ee07e", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5feb90c4-59d9-4d7d-994b-947c80a23464", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b0c95051-7568-495a-9cde-e8ad3574d34e", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a0ec793a-ef9f-43b6-8379-f6f209f182ac", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.47727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "59ccbe22-217a-4445-9ced-9576681172a9", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bd3ded98-1189-4442-8aee-04b59f5962c7", + "newLocation": { + "bar": 34, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "86711f6b-c458-4f43-822f-00319b319a74", + "newLocation": { + "bar": 34, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ce6c212-50ac-4065-aa60-1e4d4343627e", + "newLocation": { + "bar": 34, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cfc8b3b7-9927-434e-8fcf-da39d8200cd1", + "newLocation": { + "bar": 34, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7bca75fe-a098-46da-a509-9a3791e61576", + "newLocation": { + "bar": 34, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dfaba560-c9c8-421d-ac64-3366085ed64a", + "newLocation": { + "bar": 34, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a5361f4-7c14-4adb-92a0-f694bd531c2d", + "newLocation": { + "bar": 34, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e813646-8501-4d0c-95cf-596db7352ba6", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c55ce16-f52a-49ae-a515-3d5fd37f971d", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f1c8a62-849e-4aba-bd3a-6b9ab2bcc7b4", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.22727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a973711d-7737-4ab8-a4b3-b0e54510cacc", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "26f7a829-d1ff-4ec4-a195-a74dee3afc84", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "08814cfc-9bb5-4b30-a2d4-1d2c3e813c7b", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e5a7571b-9398-4619-8812-094237f1d247", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c4afae5e-7074-4c19-bd1d-ab9de7fefb3b", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bef3d0b2-ba2a-4212-b51a-4c546c640155", + "newLocation": { + "bar": 35, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5ee14db9-cc72-492c-afef-eaffbf85b4c2", + "newLocation": { + "bar": 35, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f0e1eff1-7b75-4809-a0bb-7ad270de59ed", + "newLocation": { + "bar": 35, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "84e54923-34af-422b-b95f-d4fef1dfbdcf", + "newLocation": { + "bar": 35, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a669e7f9-6a10-42fb-a5dc-854804876e49", + "newLocation": { + "bar": 35, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7d75532e-9ec9-44db-90df-5d2dbad31dec", + "newLocation": { + "bar": 35, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "aeafff4e-8de5-4670-96db-feb8902b9653", + "newLocation": { + "bar": 35, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef7c6422-f482-4aa7-b95a-f389b51e6004", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d3aadccb-d067-4f06-aa4c-a157c40f15eb", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "48a4a96a-5102-4511-aa88-e9d5808f1ad3", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c24b5ae9-a290-4e42-976d-058cf7c3a948", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.38636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "52939fdc-38ef-4fc7-aab8-67b2ccbd5cbb", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c8b9d742-b1bf-4b08-8132-2f5371ebef3a", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fcff4de2-9495-4d77-8fd8-9b1d6ccdced1", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fbab63b1-97b7-45fe-851e-ba1531206f33", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "734249b6-3443-4edb-9e7d-7f3314cee7a4", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "65eacdb0-1e0a-4ea7-ac41-cfed7fd59637", + "newLocation": { + "bar": 36, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ccaaf1a5-cab0-481b-94bb-6956943ad732", + "newLocation": { + "bar": 36, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f8244c29-9ed5-4314-9b33-c1aa9064b7ba", + "newLocation": { + "bar": 36, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1b5b1ee2-e320-4848-8a56-116a64cf26bf", + "newLocation": { + "bar": 36, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "605148dc-3f1b-4a5b-bd19-304aff66dd25", + "newLocation": { + "bar": 36, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21979244-cc3e-47b8-ae99-0a2397025aa9", + "newLocation": { + "bar": 36, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0315fdc0-324e-429a-9288-775106f9257a", + "newLocation": { + "bar": 36, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "29769fed-da39-4682-b4af-40cd4315094d", + "newLocation": { + "bar": 36, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35fccea2-2064-4e30-a6fe-0925d43ca3fd", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97c4a275-2020-428d-abc1-e6260e080bbd", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3d76e140-2e40-4360-bc7d-f98c0e6945b0", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 39.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ec5dcfea-27de-4702-9e60-6fd6a1c6ed97", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 39.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d3e5e535-f071-4244-96de-1b840a2446f0", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 39.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e5112e5d-9537-4589-b771-519363f0a5c0", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b9486413-63d6-478c-b3ca-f882abc64d3f", + "newLocation": { + "bar": 37, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3edd0fc1-936b-4691-9cf2-3bad75783007", + "newLocation": { + "bar": 37, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5965739b-c769-45bc-b378-907f93511776", + "newLocation": { + "bar": 37, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.5, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "792d27e8-40c8-471b-ac56-f109ccd6dcc7", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1d19623e-ad47-4363-94e6-2f85be5f525a", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5106c0f5-e199-423e-a360-1549d6451ce9", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "af50278b-d4f9-42f5-97d8-4511e0b3d05f", + "newLocation": { + "bar": 38, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5439bbf8-ecbf-4d31-ac59-057890a2d00f", + "newLocation": { + "bar": 38, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 134.25, + "noteFunction": "", + "noteid": "270770ac-66d2-4807-a660-3572d1fcba77", + "newLocation": { + "bar": 38, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b928e26c-e8ee-436a-8f14-ea89ab82b416", + "newLocation": { + "bar": 38, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc820e0c-6fb0-451d-8f29-885f790d1a8b", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dda45734-96e9-4d3e-8af1-8c81f4503ae9", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "712f580a-b578-4ec5-ada6-eec314cd1519", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "afe4b743-3915-4aea-b7f5-0338a56799a8", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "372542b1-0735-4682-9e37-d8827ca641fd", + "newLocation": { + "bar": 39, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ac549cb1-301d-4a22-8c30-d27958ce46f0", + "newLocation": { + "bar": 39, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b71b3cda-4c9c-4a7d-b9b9-3b0760206e68", + "newLocation": { + "bar": 39, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a69857d2-6414-4e84-93b5-1175e9e72813", + "newLocation": { + "bar": 39, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66bca8e3-58f9-4e11-af8e-05d19cf5afa1", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3ef23992-fff9-47d5-9b21-9ad1837c4481", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9e35bfc9-5e8d-4649-b735-0e37f53aa5de", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0eb2fc4-fbcf-4070-8a5b-0bacdbd976ab", + "newLocation": { + "bar": 39, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a3a4d19c-50cd-475b-841b-bc0d40a5233f", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b992a6f9-d15a-4f95-8b40-c2de35ab04df", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "be634837-b137-4a74-aa16-316443d82a9e", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 43.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a9b40e51-9cd1-4210-80a9-d49d9d74a40a", + "newLocation": { + "bar": 40, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.15909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "368e17a8-6d09-4915-a0c6-1619e8a0a35a", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.22727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6e3168a5-d477-4366-a1c9-f3a379df3a1b", + "newLocation": { + "bar": 40, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.29545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2755f604-b8b8-40c3-83ec-2f397fcf941d", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0797324f-e3af-4cfb-9c92-19651e0d27de", + "newLocation": { + "bar": 40, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.43181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "a4df7d8f-73a2-46b3-a8cc-ba445248dcca", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7514850e-8bac-4d32-8eb9-0e2f532a0e86", + "newLocation": { + "bar": 40, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "6c8c6e4a-8490-4846-a036-641613051a5c", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2fe2a9f9-c20d-4741-8a96-62ccb4dbf147", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfac2da5-4cfa-4284-b145-ba1b2094219f", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "248d9b45-06ec-4835-b308-a349dfece2fd", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b9166b2d-8ed5-4c1a-b4c6-19d1269f4a0d", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ec5bbab8-61fe-4f4f-9a72-60db3310a861", + "newLocation": { + "bar": 41, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fcbc7a73-77d6-44a0-a486-9f3103bb3a3f", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2a6f11c7-c650-4209-a0b3-61dcefe5f6d2", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1665e3af-cd9d-4db8-8b05-564b6d5206cc", + "newLocation": { + "bar": 41, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6585b764-47b7-4c2a-a543-8c42668eaafd", + "newLocation": { + "bar": 41, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d839ed20-d0af-4f98-a485-1d73d072d551", + "newLocation": { + "bar": 41, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "19116672-a9b7-4ee6-ae67-c5807cb06d9d", + "newLocation": { + "bar": 41, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d412c9dd-ce2c-4be7-a8cc-25184c121165", + "newLocation": { + "bar": 41, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a23cf28e-b28b-4ee6-b5ca-c559186e5b74", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7993b64a-352b-4fde-988c-df96c6e5bde2", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "40e39f84-09f7-4847-a485-92f603711ead", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0053e7ab-c72c-472b-b7b1-46051ca2f785", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a691dcfe-e817-4d78-b67e-76661f0d8f97", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a79b4bb1-1045-430d-8710-1dd64776bc5e", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "efe1d89a-b79b-489a-b0dc-25aa3b66fc05", + "newLocation": { + "bar": 42, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2404a962-f4a1-4eff-866f-1f29f639c250", + "newLocation": { + "bar": 42, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.340909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d98b8036-e951-4e2f-b650-00b58a720e8b", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.340909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "bd4afd6f-a937-44ce-a41e-8227fcf97b0a", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3b503742-8492-48ac-8b03-07c0c47bc2e8", + "newLocation": { + "bar": 42, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4ac0ebd9-b569-480d-9393-f0b1d73fe1b4", + "newLocation": { + "bar": 42, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.54545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c5157dae-8592-4e67-80d6-e9f137bc5ae4", + "newLocation": { + "bar": 42, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a27a7a0c-acf7-4e05-bb12-87411a7bbea8", + "newLocation": { + "bar": 42, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bf3fc00f-fe60-412e-9234-8c7ddadb08e3", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b5aad199-f773-426c-9f07-4633a3b672a7", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a6a34826-e7af-4184-855a-f871abb73504", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "df36085f-f1e9-4506-95d6-11fdeeb6b9fb", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "69c723e1-0f5c-4c0c-85c1-fc24cab8897f", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "799770df-c1d5-43e5-b88c-652c556913c4", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec7a43c3-75a6-4b0a-81c6-a7076f6b3c6d", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7bc4bc9f-3d21-4d04-9a2c-6e85282105bc", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.22727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5d644e62-33d1-42c1-9beb-fdb3af6d8e79", + "newLocation": { + "bar": 43, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8cc7a79d-6f98-441c-96ad-df546c6f5de6", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.43181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "03f870a8-bb0a-4ef8-b84b-ce9a7b35b0e8", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4102598b-f265-496b-a2b1-27f8db9111b3", + "newLocation": { + "bar": 43, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7abc0ccf-f245-4448-85a5-2cb26ededf32", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.03409090909090909, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f40bc717-e538-4132-b64d-ffacbeab447d", + "newLocation": { + "bar": 43, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.70454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.03409090909090909, + "barNumber": 43, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9c6632a2-8df1-455a-aef0-c22d0f3b9ffc", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.772727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fc2faae9-6664-46d5-be47-7ea3aedfa5b7", + "newLocation": { + "bar": 43, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.840909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 43, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1b07a6de-0c5c-4375-8881-1b20ea00fda5", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 47.11363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a154a28f-60c0-4a91-9903-3d888227ac97", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "afc072c8-3f98-480f-9249-526ebdb8e62a", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 47.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5697e836-2636-41df-96ff-2ef30091100f", + "newLocation": { + "bar": 44, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 47.72727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e3c336bc-80ff-4809-8170-703a1c6fc06e", + "newLocation": { + "bar": 44, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "47008a13-3029-41d2-b70a-71c8ba85905f", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "525af340-a91a-436e-a429-fbe63a185dce", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40ce0524-63de-4122-9100-af80973c8343", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.20454545454545453, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "17fd0153-0b5d-4562-b393-4777f5ba4f72", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 48.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "708c9b20-b771-4d03-81d1-d6e6726e2148", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 48.47727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "1391d7b1-e16c-4789-b739-f25a7d2a1bec", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e569f20d-078d-4c98-8b8d-12128a31e8f3", + "newLocation": { + "bar": 45, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 48.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f9c702bf-b9ae-4614-b069-351edae81bb6", + "newLocation": { + "bar": 45, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 45, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ac7a9334-440f-47b4-883d-13c67b7ae435", + "newLocation": { + "bar": 45, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4914c76-db74-4ea9-8b6c-d4f3d0661849", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8a8e8322-f03c-4812-afc2-31cabde93cbc", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27dbe657-cfb8-49e2-ab1e-ea9945dcff28", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f09b49d9-0ff4-457b-9cd5-9ada1e1a971f", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c771cca2-e9b8-4530-a79e-712e4ce367a1", + "newLocation": { + "bar": 46, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "75a18169-d19f-45aa-8a3e-16742ef251da", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45c5b463-4bba-48bf-aadd-926c2c3dc76d", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "644631ec-90f4-4dff-ab08-4e2cb5cefa87", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "74794bdb-354d-4829-bf67-22069a916ef5", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "51dde809-0aef-4966-a7f8-2f734a611050", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0419935a-a1b6-4980-ac72-dd97375bc2e9", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "09ff5838-ae80-41de-90f6-ae9098c1a5aa", + "newLocation": { + "bar": 47, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 47, + "yPos": 201.375, + "noteFunction": "", + "noteid": "14b1af7d-2f88-44f7-9042-f5f6b94ca6ca", + "newLocation": { + "bar": 47, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 51.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "975aef31-2ea5-439a-b423-97a7d86985f6", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.40909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": -201.375, + "noteFunction": "", + "noteid": "078f0eed-00a8-4547-943c-21bdfa38ac54", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 51.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5568af25-0af7-47b6-887c-d517cf40828e", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": -67.125, + "noteFunction": "", + "noteid": "074b60b8-2b10-4997-ac42-0fb81f9880ba", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5cd716b7-27e9-42ac-9643-041c73da074c", + "newLocation": { + "bar": 48, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "24a9ed9e-e4fd-4cd9-8200-98d857962fb7", + "newLocation": { + "bar": 48, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "071bd936-d535-4fd1-a285-f3d7d44cdb1f", + "newLocation": { + "bar": 48, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.022727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "83b00378-18be-4f9c-9d8b-b96ad53c093b", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.022727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c7bb5418-7086-457f-be69-b91ba807d112", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.15909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "8cec9d33-6b20-478b-8674-a2f4b9d43c7f", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.22727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "59700874-4784-4bcb-9049-3b02a8da473c", + "newLocation": { + "bar": 48, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.22727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7209c98b-fa1d-4b58-8b39-19f2ca0a3867", + "newLocation": { + "bar": 48, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c2124668-97df-401f-a33d-0a6b3922fcdd", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7f6ecc4-8677-4bd4-b72f-35832085a9fe", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 52.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c5db381e-ab9b-4f66-aae3-2df9d21cdfe5", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 52.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4ceb0bbb-e0a6-4b43-935b-d02daed887a3", + "newLocation": { + "bar": 49, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 53.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6433f109-9f39-4996-aa77-e6b03552a948", + "newLocation": { + "bar": 49, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 53.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8033cf89-e04a-49ba-a4d4-250cc146b8d0", + "newLocation": { + "bar": 49, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cc9eb82b-768e-4b59-a532-e36eda60b1ff", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "06ad747f-10c5-4143-a9f9-661451170b5f", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 53.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd1d598c-ba32-411f-ac8b-bea18d57fbf3", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 53.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e32b5dfb-f90b-4b65-9d32-d0dfb5451385", + "newLocation": { + "bar": 50, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5a93f9df-3e58-454f-b768-42bdb337880e", + "newLocation": { + "bar": 50, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 54.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "61120724-dbcb-458a-8dd0-62ce2270db10", + "newLocation": { + "bar": 50, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.40909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 50, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f772c10e-0b36-4d29-b78c-c7b868d0b058", + "newLocation": { + "bar": 50, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "179553c3-fc01-438f-801a-1d4272e17d61", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8d9591b7-5bca-4799-ad20-327c6fc23c9a", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "88cf4327-d64e-483a-9750-dc6803b34aea", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -67.125, + "noteFunction": "", + "noteid": "03356924-cea8-4e6c-9d9b-253adacaf627", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5f1e0b80-85ab-49bf-9f86-e88ada36c32c", + "newLocation": { + "bar": 51, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6e3449c4-ff2e-4dcd-9797-00265bb2fee5", + "newLocation": { + "bar": 51, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0fe9538c-c108-4c82-95ea-56b0e159c191", + "newLocation": { + "bar": 51, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "359f500a-8b90-4417-99fb-fa22e15b3530", + "newLocation": { + "bar": 51, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "656ab5f4-3640-48ec-860b-de266f11d0a0", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4d4e08e0-1103-4778-8b82-0a9d3f15c76a", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 55.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "58ed0979-d9df-436b-aba0-76c1efa37f3c", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5c72fd15-afe7-4aa2-81cf-229969544118", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 56.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6b020f1e-60b1-4ca9-acd1-22d8f54d219b", + "newLocation": { + "bar": 52, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b5993db2-f9f1-49e4-8382-e782ebc82594", + "newLocation": { + "bar": 52, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 56.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b328a528-607d-4c7c-b7df-902891c4af66", + "newLocation": { + "bar": 52, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2f52b8bc-9b64-42e8-81c2-ed7845d428be", + "newLocation": { + "bar": 52, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 56.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5718725a-e98c-41d8-bd51-14af099fb329", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 56.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9aa08f26-ed78-4f83-82bd-e9b28700f90b", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 56.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "948dc8c6-2d86-43c4-8b31-a7f8738c032f", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac4272fb-6437-4d7f-afd5-610ed98ec9fc", + "newLocation": { + "bar": 53, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a285a558-3735-4549-b5d2-fc4abd0a267e", + "newLocation": { + "bar": 53, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de6f4fe0-efc9-442a-9e1c-d70a54899989", + "newLocation": { + "bar": 53, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f357b6b5-2ba4-40e6-9dcf-ad020ac4c5d4", + "newLocation": { + "bar": 53, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "50e2cb69-c9b5-43ab-8f60-749a3489bebc", + "newLocation": { + "bar": 53, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c5a07b55-8550-455d-993a-2cddb195fbeb", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc02b489-b54b-4ba0-be10-ca864e2dd470", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e6d354da-f619-4800-a39f-33d9bce4c342", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 58.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e88e1c47-38f2-4ad2-8b7b-a0f93de36d2c", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4a3f1829-143c-4d52-b794-709b3423f588", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e11f6bbd-6680-4414-93e1-4344909e8545", + "newLocation": { + "bar": 54, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3be19542-48ed-44a0-ba7a-2efb84f5e393", + "newLocation": { + "bar": 54, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a3517c00-2fab-4ef2-8de5-ac2affc9ec4d", + "newLocation": { + "bar": 54, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 58.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "14799312-7bce-4906-a846-5bb68dd53218", + "newLocation": { + "bar": 54, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3bf46b58-7176-4d14-86b2-117aa9a8dc3e", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b386f38a-cc2c-4197-8cde-bf33cae48200", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb92195e-39da-41a7-9c94-551914242769", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "614b8da0-2d66-4604-9789-8f6ce38c861b", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "473727f1-2b6a-4f5b-a22d-65dd2665432d", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "12333c7f-42a2-4886-8dc4-57284d6d0b95", + "newLocation": { + "bar": 55, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f45bf76d-6473-4516-ba2c-e3307c7a4aba", + "newLocation": { + "bar": 55, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2a2a2090-36dd-4c18-8434-2ca8a01f4e3f", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "24b12d1d-f8dd-4ba9-96e6-1adbd57d6d6f", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": -201.375, + "noteFunction": "", + "noteid": "635ceec1-dee7-42dd-b312-4070bad5525a", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bade5126-f187-4326-a36c-0b918be17dc5", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7d98b5b7-2942-45f1-9ed9-a36f4cc84cd0", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "799fcafb-6c83-45c0-9963-97f5ff554ff0", + "newLocation": { + "bar": 56, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "77c83321-efb5-441b-99c5-c2c57a4b38f8", + "newLocation": { + "bar": 56, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 67.125, + "noteFunction": "", + "noteid": "74b03e0c-0ce4-4f93-90bc-9c9e04d53a4c", + "newLocation": { + "bar": 56, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ff207588-d8bf-4da0-8dfa-f623aca73ab1", + "newLocation": { + "bar": 56, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6617beb7-31fc-4532-b76f-a80b55632bbf", + "newLocation": { + "bar": 56, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "812f142a-286e-4354-94a8-b3a510c94f5c", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b88d7cb5-cea0-4866-82ab-09975ee852b5", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 61.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3ef57217-e482-44b8-ba25-e6117b883644", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "590fee60-d76a-4433-8b8a-53d93fe03044", + "newLocation": { + "bar": 57, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5581e555-7dc9-4ad7-9908-545174588b5b", + "newLocation": { + "bar": 57, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.25, + "noteFunction": "", + "noteid": "690439ad-e1ac-4172-8215-c419462657a3", + "newLocation": { + "bar": 57, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4309b31a-9b51-4b39-ba2b-4a62ef4420a2", + "newLocation": { + "bar": 57, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "60f9cda5-a164-4382-bc7e-4c7a12c3de3b", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f41eec76-58e7-4826-ae2e-480ba70bce1b", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02f830b1-85e4-4bce-94be-3744d4c871d8", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -67.125, + "noteFunction": "", + "noteid": "30adb2a9-7be5-4d3c-b7f1-d47c55428d3b", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8c509830-7377-44c5-b6c4-0c5e66cd1a42", + "newLocation": { + "bar": 58, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3b63d54-105e-4b69-81bb-f44ea0383786", + "newLocation": { + "bar": 58, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 62.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd77cf5b-7ba5-4613-bb21-215d36eff0d4", + "newLocation": { + "bar": 58, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1395a905-fc94-466c-b783-6bae1e180aaa", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c870d85f-0117-46f6-b41a-232e02b4acde", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.40909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ba0a8921-3695-4d20-93fd-f326d65d0fbb", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6e10ba31-e850-434c-a5cb-cadcbe2b5be2", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd9ec528-f29f-4fec-831d-8a85aa76465f", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc361757-0e5b-4e1f-97aa-1d46538f6bbe", + "newLocation": { + "bar": 59, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 67.125, + "noteFunction": "", + "noteid": "21a63962-e947-4cce-b846-90655e658073", + "newLocation": { + "bar": 59, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f198a60-bdd5-4730-a594-9c51bfe47921", + "newLocation": { + "bar": 59, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e4ea17b9-557a-47d0-8e80-32e76f664c76", + "newLocation": { + "bar": 59, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "450416d9-0b58-4684-91ee-b3b205c7cd3b", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "65c25f5a-5823-4840-a701-6cc355049bb8", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.43181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f66e48a6-0b1a-42f5-8c57-dbbe7aee18eb", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cab571bf-9fb6-47d5-b927-498bdda8a295", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1149d536-8f61-4e0b-b372-6aa2aa726642", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "729a3582-f880-4644-8f89-a2475a2eb3e5", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.70454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "1d53f3b9-64e3-4e31-9a41-0ebbe00b4968", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1d845e64-73f1-4fc9-943f-218a11bcd2f1", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "07fb96ae-2a46-4860-8ecb-ae0eb7668f4b", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c6100f6-6472-409d-a99d-86d84af4e3dd", + "newLocation": { + "bar": 60, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "a62b9b17-78c4-4557-8073-b98c95e38985", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.04545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e0126e52-4125-4fb1-a843-22be9f811a7c", + "newLocation": { + "bar": 60, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ae6863d9-8b44-4fbd-b29b-ec4b63c2f654", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.25, + "noteFunction": "", + "noteid": "df79bc09-ba56-48d2-86d7-7c5123418abe", + "newLocation": { + "bar": 60, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "64eac21f-fad4-48b2-b5e2-fa5c5e6305f6", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 201.375, + "noteFunction": "", + "noteid": "34165357-3eec-4f33-8935-78cf4f2fbf3e", + "newLocation": { + "bar": 60, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "83c68523-da21-415e-b6a4-4ecb82022913", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e7e5dc5-e13f-4b40-b3c2-f59bd388c250", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1f3356f2-ec53-47d3-a11c-d7e55da7bd98", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5ce7bd33-4679-4cdc-bb9f-6a0c142c21fb", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 65.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "48171237-c999-4299-a5c5-3793eea6594f", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec8e20f5-62bf-45a2-bf66-cbb7f415523c", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": -67.125, + "noteFunction": "", + "noteid": "be111149-4cba-4115-9be9-dfc3f22ec0e5", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b6f961d7-0737-4318-9fcf-a05c0d84a507", + "newLocation": { + "bar": 61, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35e70233-2d87-429c-a546-718c0a8fc653", + "newLocation": { + "bar": 61, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ece40ac2-25d2-4e64-9980-f86d6b24fa26", + "newLocation": { + "bar": 61, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d52c7623-7a77-4a22-9ea3-77dffec5e42a", + "newLocation": { + "bar": 61, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e7247aba-f771-498f-895c-15ddd629817c", + "newLocation": { + "bar": 61, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c31bdbe7-9546-4bef-9fa4-36124957f6aa", + "newLocation": { + "bar": 61, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d9825e09-1cd3-47d0-9de0-1995202b76f3", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c57b705-7526-42e5-a064-28fc7d95a4b9", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fd61d232-bd3a-4945-b299-f868a3cce1fb", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "992c4661-2958-4548-81fb-ecb52168a205", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "addca22c-c63c-48b9-8a65-94916156a823", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0add81c3-a96c-4060-bc9a-f4f3d5823ea4", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f7bbed60-563a-42bb-8921-f56729d0759d", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b99610d6-8c64-4cb1-8434-8ebd90fa8c46", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 67.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d64664b8-c6ea-4eec-8b99-82d48f9c40ed", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.29545454545455, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 62, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9eff171b-def9-4ca2-b829-a337a9afab93", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 67.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce9ef422-c3b1-4d45-9723-47425f3b29e3", + "newLocation": { + "bar": 62, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "216b7709-e5ec-4b91-acf9-32317def97db", + "newLocation": { + "bar": 62, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": 201.375, + "noteFunction": "", + "noteid": "efca6df5-2229-4f23-925e-de5b77cf6b5a", + "newLocation": { + "bar": 62, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ee6e5f8a-6143-4ea6-ae3d-bf09486c1c6b", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7a73316-9516-4bd2-8d35-071f9eb29c32", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c29ceb6e-f895-4d9f-9190-592abbf3ddc9", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c55938fa-b5f6-495c-aff4-97ce90762a8f", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27f3d843-d022-4bc7-86a0-dd3d1a61360c", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ed6d695e-9d11-46a6-8774-01cbbb294a4e", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ddd5a8d-ec60-4907-a33a-5c8d3a8651bf", + "newLocation": { + "bar": 63, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45c30bf2-75f9-4ca5-ab44-65799a05e572", + "newLocation": { + "bar": 63, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "192ac57e-dd10-41ce-975d-df0bd9355fa9", + "newLocation": { + "bar": 63, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ec26957f-706c-4089-8f64-cf238d8662e6", + "newLocation": { + "bar": 63, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f91aa3ee-524f-4f75-ba52-79c5e3bd0f19", + "newLocation": { + "bar": 63, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7ae77aea-b012-489c-81fe-9070a761856f", + "newLocation": { + "bar": 63, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "29304352-01e6-46fe-bb1b-0ca734ff2f71", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "392a19f1-eff7-4593-b4bb-ed01fb60bc3f", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.93181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "248f00f5-91c5-4ff9-9855-a33dbe7949c4", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.93181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 64, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2794702a-7ebf-4411-b0a6-3b0cbb0dfadd", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 69.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2e0c60a6-efac-464f-bf65-2e0c7dbd3483", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a4e90d93-ea71-4235-b8e8-88b02ff57c26", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3bcf831a-9f3b-45e5-adea-e47ca1da4141", + "newLocation": { + "bar": 64, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42fc320f-a36d-4046-b97b-31bd07bd3fd1", + "newLocation": { + "bar": 64, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6f59c064-f1a1-45f3-a474-e2136fdef2a1", + "newLocation": { + "bar": 64, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5209f122-271f-468a-a95f-253077fd9f9c", + "newLocation": { + "bar": 64, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "19e36ab1-c4d5-4fb9-855b-956756d1fbe4", + "newLocation": { + "bar": 64, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c371906d-da33-40b7-815a-966f3a6ae02b", + "newLocation": { + "bar": 64, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f606bbd4-9df3-40b8-8d3a-04346ea49745", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a420215c-acb7-43e2-8b9d-fd17de39be87", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 70.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "07603da5-8912-478f-91b8-384b646b272b", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 65, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "73592f15-36ea-43bf-bb62-8becd6a5621c", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 70.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5c2567bd-1cfd-4af0-b266-682eb1e1dec0", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 70.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c61ce875-1d4a-4c92-bece-5eaee78046d7", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54cd171a-653b-4f95-8459-8683e836df1f", + "newLocation": { + "bar": 65, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35d95a8d-3240-4282-b459-39251b41b133", + "newLocation": { + "bar": 65, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "36d058a1-147e-4fad-a00e-c5e2cc43c4c3", + "newLocation": { + "bar": 65, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2779f783-49c9-46a8-936e-50db5809fbf2", + "newLocation": { + "bar": 65, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "59c8e877-cf18-4275-954b-f6634574590d", + "newLocation": { + "bar": 65, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "64d25ae6-df59-41e6-896a-8a246f8b3234", + "newLocation": { + "bar": 65, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a9901dd5-598f-4373-b040-3f5255246584", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2c60f43b-bce1-41ef-8e8b-1a01acbf64f4", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "181b0bff-9dbe-4904-8397-8745ef934434", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 66, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "62c64a75-83a8-49a9-b453-08ee558226e0", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 71.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fe8fe6a7-a7ea-4f22-8216-db5cd359c991", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 71.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9ceb1173-c9d7-43eb-8c5f-3e71a8e744cb", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "94d2cd7d-2007-4a61-864f-8e9c7e25991a", + "newLocation": { + "bar": 66, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ea523b5-be96-4668-b5e5-50d7f357bb70", + "newLocation": { + "bar": 66, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bd45095b-203d-4cf2-aabe-a977425995fd", + "newLocation": { + "bar": 66, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.6590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "68a34430-3993-4ee8-afe0-a0e89f7b3d5b", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f03cf0f-3097-46ff-9161-57274186edac", + "newLocation": { + "bar": 66, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d68aac6b-7c1c-45a4-bc5b-22b0004cc0ae", + "newLocation": { + "bar": 66, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ab14f76-2f18-49cf-b1c0-402e24368349", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "86e49454-7c2e-4c2e-ac4e-278c0f67aabd", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 72.20454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ac7b3ed8-c4f0-4b2d-ad08-135db67452df", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.20454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 67, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8db2d1e8-f49b-412a-aa13-17410733741e", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 72.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "67e687ac-f775-4216-82ae-c37ec845ece1", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 72.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d853db8d-f867-4ed1-a80b-52fe4a4cc637", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "98a1fae0-e53b-49c9-b6ea-1f76a93aa29c", + "newLocation": { + "bar": 67, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c305bc32-5f8b-4214-bf6e-5df960db27c1", + "newLocation": { + "bar": 67, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "616749f0-84a5-4ba1-8eb3-394771fd34fc", + "newLocation": { + "bar": 67, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5fbadc2-d30c-42d9-9d94-e81009fedcaa", + "newLocation": { + "bar": 67, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "10cd0ccd-5fce-45a1-a42e-94cf3b015bd8", + "newLocation": { + "bar": 67, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b0cc56b8-4675-4112-9049-7d886a7097d1", + "newLocation": { + "bar": 67, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0bf2042-1bad-43de-9f39-99a5f147dc13", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e0654e8f-b711-42f2-8189-7835d2236ca8", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 73.29545454545455, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "cd742601-bca4-407a-8eb8-03a724388587", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 73.29545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d3f910ef-c1f5-4562-8a6f-f6719526fefe", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "34ca0309-902a-4070-aa90-ea5aceb3195f", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0c00b00a-fe34-4d1c-9e52-162b770e282c", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b5d0df3-fc70-4bce-9dfe-d1c78a5a76fb", + "newLocation": { + "bar": 68, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.70454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "25f4274f-cda0-4d28-80a8-063c316f15b4", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b2842bb9-2652-481b-a895-932235b7e405", + "newLocation": { + "bar": 68, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "284e0acf-ffcf-4f6e-bd87-36a1173a5957", + "newLocation": { + "bar": 68, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4cb311ed-183c-4854-8743-0bdcc6833bc0", + "newLocation": { + "bar": 68, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.04545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "79d515ed-be6b-453f-a740-662cb1a0933f", + "newLocation": { + "bar": 68, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "09ebc58f-df89-4209-a128-d8c2f0637d4f", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "052e9ec9-f858-48d4-b8cb-00f4a29678f2", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2ba4dbfc-9e9a-4cfc-ad2c-4199bfe2394d", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3b6d07d1-6127-41ab-8dc8-bed0ee210676", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9460878f-e104-4f6b-8c47-118ba022ad3e", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d39833d6-964b-4a51-a3bd-73fbbf08afd7", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -67.125, + "noteFunction": "", + "noteid": "65684f5f-ac4c-4bb2-a4d0-414a5984e99b", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c0c9f7cd-f36f-40a3-9812-8f30396207a5", + "newLocation": { + "bar": 69, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82f63fbd-eb42-4c09-8a4f-1f7e5fb654cd", + "newLocation": { + "bar": 69, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "acd53a3c-ed9e-4e2f-ad73-9568515f09ea", + "newLocation": { + "bar": 69, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e257bff2-6bb2-4379-9418-43a00e4570ba", + "newLocation": { + "bar": 69, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3e35e21-a420-4264-824e-ab8dab28644c", + "newLocation": { + "bar": 69, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "718c233c-cf8e-40de-a74c-fe1a851834d8", + "newLocation": { + "bar": 69, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "402a653c-ad06-492a-bb5f-d98eaa22b8ed", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b02a665-9625-429d-bb8f-4b5862c0e9c4", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cd8ffae2-7b5d-440e-803c-4d178aa413c0", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a1f12564-ceff-4251-b7b9-bf72eacafb94", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f4a835f-3dac-4ce7-b6c5-a93f39b805e3", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d5db52f0-2d5e-440a-acf7-87799712c7c4", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d71a6b40-68e9-4ca7-b7df-3eb578abbaf0", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "294ef41b-18f1-4ff7-bd53-fa7fcba6812e", + "newLocation": { + "bar": 70, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f7387135-b2ae-4a91-b66a-abfa81e33c8b", + "newLocation": { + "bar": 70, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.02272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "96478ce7-b067-4deb-b7c8-1421f0c77930", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2456cb4c-d638-4be0-aa5a-df7c25489b23", + "newLocation": { + "bar": 70, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7bc12488-735a-4baf-89b5-c6079182305a", + "newLocation": { + "bar": 70, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "52ad9c85-b1fa-4710-b0d4-009814602860", + "newLocation": { + "bar": 70, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6e0ab8e6-ef73-4007-8816-d521c9f3ef77", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c988fb88-2998-423d-a929-e90dd7be0b18", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3b3c959d-ec46-49d1-8ee8-6587eadd95f0", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c7df3dbc-7aa7-4c37-8369-ba1f62efaedb", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ddad8c37-e9e2-4a64-b903-a5b35b004e8e", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9af2ead6-6e44-46fa-8d01-45363d923259", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0e710b94-671e-4d41-825c-7dfd634e12ed", + "newLocation": { + "bar": 71, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "972fe57f-a7bd-4e58-876d-da49e6c99e31", + "newLocation": { + "bar": 71, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bed8f6ce-22b5-4b0c-8d13-a13be70ff931", + "newLocation": { + "bar": 71, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b2d477b7-1ce8-4b33-a26d-5736ce36ac80", + "newLocation": { + "bar": 71, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "954845f3-3846-49f5-85f3-f10c1657e829", + "newLocation": { + "bar": 71, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "96b4ed2c-da5e-4cf8-979b-82a743918ae0", + "newLocation": { + "bar": 71, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2dc1e5d-b3d7-494f-9c6c-2b8eaaf0edb7", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "896f5ad5-8bcc-48d0-b5c9-c6fe17ea3f3d", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d1be28b5-d028-49d8-b526-a097332f9e24", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0a67179a-8e8e-4ee0-a446-2ed631c09e44", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7967cc04-4c58-421e-896e-18146b616f68", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4441ebce-13cc-4475-ac67-5e1e1cbc6a06", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aabe0cc2-2699-4b45-8574-d375f5411040", + "newLocation": { + "bar": 72, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb122ee5-ad1e-4d24-b548-ffc19554b0e8", + "newLocation": { + "bar": 72, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9fa6c1b7-6a98-4ecb-8989-ecd329567314", + "newLocation": { + "bar": 72, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "118dd09a-cffb-4d9a-b1f3-8df95b34c3c1", + "newLocation": { + "bar": 72, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9fc94a19-9974-4f26-9d91-7e7df45ca26d", + "newLocation": { + "bar": 72, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6683e988-008e-40c4-9d58-7568f2c400a3", + "newLocation": { + "bar": 72, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "024a1de8-40b8-414d-ba58-c4cbc36801fb", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "39ca52ff-c126-4e6f-9786-4ed1401aa4b8", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 78.75, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 73, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "e7601572-153b-4122-bc4c-f580c3938fbd", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 78.75, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "b8e2dae4-ed84-4497-b952-7ce9a0193c06", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd5c3ed5-d971-4b4c-b1f6-f8272613dfb4", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "64b6e136-015c-471a-bc18-a69bed298285", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "56df1be2-b2aa-43db-b7f7-d35e75f9a99c", + "newLocation": { + "bar": 73, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b3358525-7cf6-49e8-b937-2b83f7f9a539", + "newLocation": { + "bar": 73, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6179d513-51e6-43e1-a11b-936d2c7816bf", + "newLocation": { + "bar": 73, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83d9cd5b-0ed0-4215-b595-2b87c8276266", + "newLocation": { + "bar": 73, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60273fb1-a422-4b36-95eb-9f1e8ce8fb15", + "newLocation": { + "bar": 73, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3a5caab5-bd01-4b9b-b44a-c93eb5a0a807", + "newLocation": { + "bar": 73, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e0bc9fbb-6c43-475d-93df-bd0ebf13ad8d", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8828782d-558c-4369-830f-e8684d7729f5", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 79.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "3f4e39b5-690c-4bed-ab75-36ff37359bd3", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "e894c5a3-b570-4123-826c-b069d415608a", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 80.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "aa6387df-20db-49e2-83dc-e6ea822e9868", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 80.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "85aebd95-24c6-4734-95ba-41d7cfad348d", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b4d6d6ca-5049-449e-97c2-8dbbb0428931", + "newLocation": { + "bar": 74, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b9aee029-2347-4b70-9909-42386de843a8", + "newLocation": { + "bar": 74, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4f6fff9f-efda-495e-a7a1-ee504c10da9a", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5f68a6d5-741f-4a6c-b0b3-a7c446fc6390", + "newLocation": { + "bar": 74, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "30ad7097-1a6e-479a-85e4-abc7256cbc35", + "newLocation": { + "bar": 74, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "41b5d5e1-8ce7-432b-b2ee-ee1d1f435ca4", + "newLocation": { + "bar": 74, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.59090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "69fcf8e8-eb5f-47e5-b4da-208b17d8d88b", + "newLocation": { + "bar": 74, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "709b4161-1a18-4397-adb7-c8f011ff59e6", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3fc4c468-9046-4436-aacd-a30a12863057", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "51a58b30-d0dd-4048-8236-1cab67e3d90a", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1f7d69cd-d3fe-45da-a75d-ddbd69b2c783", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7df90c10-da8b-43ee-8411-8472664c5be7", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3d1112b8-7e40-410f-a5da-47c047d92e69", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7c8c4aed-e5f5-440d-891f-9d2aaa6fd1bf", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ad4d653b-14d9-408b-b729-2362b1ff5dac", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "40394018-b3a4-4dd5-88f2-2519239c98a9", + "newLocation": { + "bar": 75, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "99bcf037-7210-4b58-b3d9-810774a902b5", + "newLocation": { + "bar": 75, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cd65f0a4-0c67-4541-99dd-da24ae62cc6c", + "newLocation": { + "bar": 75, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7d899df1-2209-4ccb-86af-ded8d94109c6", + "newLocation": { + "bar": 75, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f2dfca4a-6af3-4cad-8ecc-da190627a132", + "newLocation": { + "bar": 75, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8ca991ad-9bf2-46d1-b8e1-e7eff1bc543f", + "newLocation": { + "bar": 75, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a6bd21b4-6ca2-462d-8d32-b0a1df849563", + "newLocation": { + "bar": 75, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "222c9bfc-1968-4e9b-b1a6-3c5a30ba3d43", + "newLocation": { + "bar": 75, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "379c6033-cde4-499d-9435-3ccaf48f9f05", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.88636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "656300fd-4b45-469c-ad8d-82beedf51a75", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3f4500f3-aa41-4ca6-bb81-610499ee8c18", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1b7ada8f-c5c4-48d8-8a3f-d334390095ed", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fc9b6152-be70-4015-ac1c-1ac154b645d1", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 82.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b6cb7354-60f6-4417-bad4-d574b44cd1f5", + "newLocation": { + "bar": 76, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "df33b38d-594a-4797-a996-1528eb95fa7f", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5d62b929-170b-402a-99f9-f05b642872f1", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a71927ca-58b3-49d6-b054-3f621c00216d", + "newLocation": { + "bar": 76, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c858cb55-9a19-491f-8be4-cb47e0d74c5e", + "newLocation": { + "bar": 76, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99fb11ab-262f-4033-9ad5-e34d8f1238bb", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d5573264-ace0-4caf-923e-8e9cf7438e6b", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 83.59090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 67.125, + "noteFunction": "", + "noteid": "98890584-e5b3-43cb-89f6-b75e6f46cd77", + "newLocation": { + "bar": 77, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dedb0b35-9225-4f2e-bd73-77717add25f6", + "newLocation": { + "bar": 77, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.409, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d49a7361-a18c-4aa6-9e1a-9f618c9558e4", + "newLocation": { + "bar": 77, + "guidelineIndex": 7, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 84.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e47cb4ec-b643-48a0-a81e-fd07fc7c1ca4", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4c38cc63-ffe3-44eb-baee-f77b7ae74b66", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dae44a52-1b9a-4b9b-82de-5c794e393733", + "newLocation": { + "bar": 78, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 85.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a0a81922-a009-4b29-a678-0dc1ba47867b", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -201.375, + "noteFunction": "", + "noteid": "efb676de-30ed-4a52-a0f7-202eef0abdbb", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27960bdb-a69d-4c88-a737-86aad5a9fabe", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 79, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d7ec2797-c649-48d8-81dc-806adc7e60b6", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 85.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "493e4fe3-2c70-4802-8f39-2155a6521e52", + "newLocation": { + "bar": 79, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc7f3e16-88e8-43f1-84a1-731ef52fd6e2", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "96d6502d-0ed1-410f-9291-af1784fda76d", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2ff87487-aa41-4b32-921a-f9105c40be4f", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a8455e44-8336-44e9-871e-7240e40b925c", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1688be35-b21f-4acd-ac97-babecf7c8f22", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ad509a93-59a7-4d12-a867-c81a263351fa", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f1d14398-8c3b-4386-b1fc-4e5265130f3f", + "newLocation": { + "bar": 80, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "44a1e613-dd3d-40b2-b55e-40b9ef1c4364", + "newLocation": { + "bar": 80, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c6f81f99-b2b1-438b-a351-a2767fe00aef", + "newLocation": { + "bar": 80, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e2185913-6c20-466f-870f-35d20773bd46", + "newLocation": { + "bar": 80, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8720d03f-89ae-43a0-84b0-520870b17f89", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea90ba30-4b8c-4158-b188-242f1e7fed2f", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6fe7d650-fac7-4de2-b9ef-4b1019c71df2", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "45d366c0-0594-4e9c-9ca4-61e6e577ed8a", + "newLocation": { + "bar": 81, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dd7a96ea-58c7-4a75-8950-05b74e9009d3", + "newLocation": { + "bar": 81, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bac23166-c699-4260-ba24-cfe0d7aebc79", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 88.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8bf64210-4ad1-4142-964c-0e3d23def8cd", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "903e98c2-ce28-494a-ba6f-827dedab77ea", + "newLocation": { + "bar": 82, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 89.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "22c6de0f-e35b-4e07-b686-63c28533b6ad", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b631510b-bd1b-4308-aaed-1d6803937336", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cc67a88d-8663-44be-be2a-e0f4b5812f1c", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -67.125, + "noteFunction": "", + "noteid": "48214157-fe18-4a88-b567-47611e50915d", + "newLocation": { + "bar": 83, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "36d63aa8-f29c-412e-90a7-91985084c83e", + "newLocation": { + "bar": 83, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b9ee65ac-6291-4d33-9c01-8dc3ba99cb76", + "newLocation": { + "bar": 83, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 90.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1a8dade3-5601-4000-9302-d4773424da7b", + "newLocation": { + "bar": 84, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": -67.125, + "noteFunction": "", + "noteid": "eb55ec33-ebfe-42cd-8a41-ce41724e93d8", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c94369ee-455f-4104-9516-2b6b7f6065cc", + "newLocation": { + "bar": 84, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1873e87b-553c-4582-8db8-63c968f401db", + "newLocation": { + "bar": 84, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bbbbb8e7-c146-46fc-ad40-770671183a37", + "newLocation": { + "bar": 84, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": 201.375, + "noteFunction": "", + "noteid": "83193db5-cb04-4dcf-9a09-277507a9d42b", + "newLocation": { + "bar": 84, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9a1726b7-1630-496f-98c0-be9ca09b454b", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 92.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d244c267-bfe7-49c1-b6ef-519193cbe0f3", + "newLocation": { + "bar": 85, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5cbf0fba-e029-4efe-bdfc-c45b27a9d65c", + "newLocation": { + "bar": 85, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8eab81db-cfd1-470b-bd9a-8d5e5d397add", + "newLocation": { + "bar": 85, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54605807-f161-486c-950d-4de7807aeb8c", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 93.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2a6ca936-8c8a-4862-ae5a-9526b1e67fcf", + "newLocation": { + "bar": 86, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8aa84003-8f33-44ef-945b-ce0ff6724036", + "newLocation": { + "bar": 86, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.1818181818181817, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d31ee89-7918-4d3d-aefe-09d6b49fea95", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 16, + "isFree": false + } + }, + { + "time": 93.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfb42527-38c3-412c-856f-b86b2f673830", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b27fce97-3126-4f41-b4e4-5d1784eb1300", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2e3cb309-0482-44d3-8b94-8b49e5fac319", + "newLocation": { + "bar": 87, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 67.125, + "noteFunction": "", + "noteid": "999fe83d-5598-4f43-9085-28b5b7a97724", + "newLocation": { + "bar": 87, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7920a839-da62-4624-be02-1c641e1c70af", + "newLocation": { + "bar": 87, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f3c130b3-2676-40d9-924e-a9f08826c24e", + "newLocation": { + "bar": 88, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cdd340a9-5a32-4005-b57f-839f3902275d", + "newLocation": { + "bar": 88, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42bb6f86-1854-4d25-ad8b-fc369ff38434", + "newLocation": { + "bar": 88, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 0.0, + "noteFunction": "", + "noteid": "df1314cc-c909-4fd5-a8f2-7edffbef8579", + "newLocation": { + "bar": 88, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "96a817a8-3827-4a24-9081-847c8bb844a9", + "newLocation": { + "bar": 88, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce6c669b-fa0f-47a0-bb65-51e08ed581e4", + "newLocation": { + "bar": 88, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cd24af67-237c-458c-bba5-26ff76e7ffdf", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2e7f30cc-a2ed-49aa-ad78-cf08bcbe6f2c", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 96.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e2a51c0-bec3-4c75-a488-b809bc8fc53e", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9e9d972e-843a-459f-99c1-006e47b81a02", + "newLocation": { + "bar": 89, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bfbf962b-dd89-41e3-af38-7552e90f46af", + "newLocation": { + "bar": 89, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d125d94e-44fa-4302-80bb-007eb86a671f", + "newLocation": { + "bar": 89, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.0909090909090908, + "barNumber": 90, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed335ea3-4ad0-4c5f-bcf7-6d26e1e2ef85", + "newLocation": { + "bar": 90, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 97.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -201.375, + "noteFunction": "", + "noteid": "da469355-64b2-412d-a29b-01379254e71d", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1165a5ca-3c7b-4ab8-a43d-71fa49845111", + "newLocation": { + "bar": 90, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be4871c5-ca10-4574-81ba-980c4d699d5b", + "newLocation": { + "bar": 90, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 134.25, + "noteFunction": "", + "noteid": "64994056-734a-49c2-9175-e7e18fa1c250", + "newLocation": { + "bar": 90, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b3c8246b-f33b-4d03-9bdf-29218049eca9", + "newLocation": { + "bar": 90, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "54054f44-f246-4a9c-8ae6-8c2051bc3938", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2da492c-7927-4d62-a2cd-938210b9392c", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -201.375, + "noteFunction": "", + "noteid": "039e3992-2f83-4f38-b6d0-49d2702559a7", + "newLocation": { + "bar": 91, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d74e7e46-cc0f-4537-a405-7cddf83e2cff", + "newLocation": { + "bar": 91, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -67.125, + "noteFunction": "", + "noteid": "529fc96c-3457-4a98-9c87-0e90bfd75166", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f7f9fa2b-45c0-4f75-a012-3f05b8c03d31", + "newLocation": { + "bar": 91, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8df6cb1e-e80b-46e6-9a17-8f2fd425a87a", + "newLocation": { + "bar": 91, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 201.375, + "noteFunction": "", + "noteid": "da56eff1-9225-4565-86ed-5b6b7acd746c", + "newLocation": { + "bar": 91, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6b903531-ba43-46dc-963f-a39d5369203f", + "newLocation": { + "bar": 92, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f5038b2f-f0d1-4a98-a846-07bb5b2ad0ee", + "newLocation": { + "bar": 92, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f1b2af10-c104-4d61-baa9-34e8bbbede00", + "newLocation": { + "bar": 92, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1f04e1a3-5816-49c7-ad42-c22203367c38", + "newLocation": { + "bar": 92, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.02272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2361c006-854d-43ee-b412-def0d120a420", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8e5df00c-6687-47d3-a219-01c2814bf9e5", + "newLocation": { + "bar": 92, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c4f3df67-f471-4097-8c59-3ff6a5de720e", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5df7bc7b-b44a-4f2b-b57d-525f0464ed94", + "newLocation": { + "bar": 92, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "17ed6726-0254-4ba7-bd75-81138b157b0c", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.1818181818181817, + "barNumber": 93, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4eef3dbd-991f-45e1-b78a-400a3edd086d", + "newLocation": { + "bar": 93, + "guidelineIndex": 0, + "lengthGuidelines": 16, + "isFree": false + } + }, + { + "time": 103.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 95, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ef406a40-0417-499e-b8f8-2bb152f33ed6", + "newLocation": { + "bar": 95, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 103.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 95, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5e5cec24-6f36-476c-8f8c-ceac532423db", + "newLocation": { + "bar": 95, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 103.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbc265ef-b02e-41ff-a199-72ba2d668560", + "newLocation": { + "bar": 96, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 103.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2a9d6d6c-e8d2-4114-b37b-5daa87d01ba1", + "newLocation": { + "bar": 96, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 104.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3fced45-6396-4286-ae46-7aa1575f2dd2", + "newLocation": { + "bar": 96, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 104.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 96, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7d24e325-2289-4917-b214-a66a542cc480", + "newLocation": { + "bar": 96, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 104.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "57474bc1-79b4-4ece-9c07-a45c7019c876", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f610949c-8fa3-4534-98c6-f56959e3624f", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -201.375, + "noteFunction": "", + "noteid": "aab320c9-9e77-4058-a1fc-d9a8128fb7db", + "newLocation": { + "bar": 97, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49aeed61-0d0f-4148-b176-460d53f041a9", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e242936f-80d5-46dd-ada0-ebd0708fa024", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b910c6b3-116f-4fe9-bf8e-809232aed800", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -67.125, + "noteFunction": "", + "noteid": "279d3223-1158-4e58-8a76-820ed3475e54", + "newLocation": { + "bar": 97, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb421629-1c5b-4b9d-9a3b-7312db5c0ce3", + "newLocation": { + "bar": 97, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "755d4805-5207-4960-ac0e-d2871558aa80", + "newLocation": { + "bar": 97, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0c23f09b-c352-4447-b033-b667522a563b", + "newLocation": { + "bar": 97, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21003a8c-3fdf-437c-9cc3-48a3b8ffdc45", + "newLocation": { + "bar": 97, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ae7508e6-2b58-4ed2-a115-1bbe613315b7", + "newLocation": { + "bar": 97, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "36cd765b-6b19-4173-8336-1b6b171d2525", + "newLocation": { + "bar": 97, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 201.375, + "noteFunction": "", + "noteid": "583612ce-7e4f-4126-ab40-8f9cbeea1468", + "newLocation": { + "bar": 97, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "436cf155-2003-4d40-92de-1b2026523b14", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "457a6a67-5d66-49e4-834b-af740e1f26b8", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -201.375, + "noteFunction": "", + "noteid": "904eff78-4ce0-4aa2-b307-e8969607ac0c", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cbbabe9f-7863-45b1-a9ff-4945021a2834", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3b000ac-cfdc-4ea0-a9d6-75b9ffcb39f4", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "64d328dd-2fdf-41a0-b52a-4eb953626c44", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -67.125, + "noteFunction": "", + "noteid": "06e5bd1e-0784-4887-bfee-cd5815edeee0", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "60448edf-964b-4243-8a47-94df04d505ed", + "newLocation": { + "bar": 98, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "55b9c9a8-d1a0-47d2-94e4-505f23a574d9", + "newLocation": { + "bar": 98, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4247eea4-0967-4e78-b83c-45071d734bdf", + "newLocation": { + "bar": 98, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.49999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 67.125, + "noteFunction": "", + "noteid": "adc8f204-4146-488a-9cab-c3f7d458b19c", + "newLocation": { + "bar": 98, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "218bea49-6d21-465a-9d9d-8b89014fa697", + "newLocation": { + "bar": 98, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd527b57-0513-4c7d-b9f3-644badd8a5c6", + "newLocation": { + "bar": 98, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e9466cb3-0657-44c1-abf7-f926e9bcf1cb", + "newLocation": { + "bar": 98, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5e85e45a-e07d-4745-b72b-ab493c0eb02d", + "newLocation": { + "bar": 98, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f24c8497-2f44-468b-a7bc-46593bdb659e", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5115e787-5714-49ee-8905-c58b239766fd", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4af6f5ad-4908-45d6-b57a-bf3ba27aa91b", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5a7db70c-3a5c-4b45-b207-49cba748ccfd", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.11363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8004b501-43f6-4e8e-a558-f3f84cefad60", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "102247b7-a234-4b18-a0d5-666336c8da7e", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d22b6d48-8af2-4599-969e-46ae6685cd3a", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0902c6c1-b9ef-4021-98d2-c33dede1cd68", + "newLocation": { + "bar": 99, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4597c6b7-a3bf-4d9d-a373-c763ecd418ed", + "newLocation": { + "bar": 99, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7342aa1e-47c8-485d-a198-96f95b492fac", + "newLocation": { + "bar": 99, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.52272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "55046c45-8586-4593-a400-c0fd61e453a1", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.59090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e88af6b6-a9a2-4db5-b8a6-db8676d3a1a6", + "newLocation": { + "bar": 99, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9e588c62-4d00-4b01-8ffe-ed9f502eeb78", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c1c5bdac-5e11-4d4a-b4f9-b85334a6d967", + "newLocation": { + "bar": 99, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ba9895a0-0c36-4b93-93e0-1aa76fc528cc", + "newLocation": { + "bar": 99, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8ee04dee-77b2-46b2-ab57-cad4e04e2919", + "newLocation": { + "bar": 99, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "367705e7-b20f-44cc-979f-320d7d4399d0", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "724d33b3-d280-46bb-97cb-76fb073b9e98", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.06818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c168b073-a634-467e-950b-efdb9fb373eb", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -201.375, + "noteFunction": "", + "noteid": "71b638d4-fb6e-4166-932b-2223c051b3b4", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.20454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5ef55b29-59c7-4727-91da-11e47e50b2ea", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4b283b3e-0256-44c3-9093-a4b519c5ce0f", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb11e6a4-f074-460e-b76a-a6df7a6ccfa1", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.34090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "35d0a61d-8d2d-4fb5-ae46-88103869797e", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3e0696cb-e136-4fd6-890c-b1a64aed6890", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "392f537b-048f-4b19-874a-da9dfa9d9e02", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "51d905b0-0ed2-4edb-aaa0-0bd30f61a91e", + "newLocation": { + "bar": 100, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.61363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d5fb8ba8-1609-4731-999b-5ccf63223bcd", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1c766d14-8b23-4da1-9a3c-6f67d31baa01", + "newLocation": { + "bar": 100, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "98a520f7-db09-472b-a33f-0be18971d844", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd3b58c5-86db-441a-847e-0feb9818a91f", + "newLocation": { + "bar": 100, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1ed6feb2-9ebf-48eb-a319-691ee8818aeb", + "newLocation": { + "bar": 100, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.88636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e904b00e-06fe-4766-ae05-4e1a4120ddcc", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4702119b-34d5-42e4-87ae-d3d1992fff2c", + "newLocation": { + "bar": 100, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "0a97f319-8ecc-4fff-a9f6-67416365df9c", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "562a9aa9-e8dc-4dd3-a2e7-8505f6009a83", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a591b365-9662-40cc-a88e-7fffad8b8cdd", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ec143379-6ea2-4b67-abb0-4c4be56b17f1", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.29545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "deae9b1d-7ed0-4b43-9002-17545e9d499b", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "da029b6b-ae30-41c6-84a6-eb0a4b8e0592", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.43181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "b52c80be-393b-4904-8b01-92da31adb173", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d32a0496-3775-41f4-a40b-a711dc612919", + "newLocation": { + "bar": 101, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "c03548ed-8517-4c80-bf36-9126dcce9249", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0c2e26a6-8171-4e50-8e15-fc6b03c579d9", + "newLocation": { + "bar": 101, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.70454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "a64e6aee-bcd9-481a-88eb-f230bf033edf", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4249247f-d3ed-44fa-843e-7ddd30855c90", + "newLocation": { + "bar": 101, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.84090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "50b8ebf8-31f6-4e0c-9b91-cd041f1243b0", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d8880715-ec0f-469c-adee-7bb7080a1515", + "newLocation": { + "bar": 101, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "fcf4d3f6-4e74-4c3a-b9ca-633fee407182", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 201.375, + "noteFunction": "", + "noteid": "266cf18d-9e4d-4896-956f-1ff29e021f00", + "newLocation": { + "bar": 101, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a9a0e749-8e08-4884-8d2f-199b4cd6b8d7", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -268.5, + "noteFunction": "", + "noteid": "81210dda-f32a-4a70-b9ac-06aa68d26461", + "newLocation": { + "bar": 102, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.24999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "485d51aa-0f3c-42be-baf6-e12e79be07c8", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f984b342-64ad-4e56-8873-ffbf47b732e9", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "09211378-04bd-4b25-b7b6-fb981a7f9eda", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1735fad3-7e26-4241-a0de-3b13128b1ca2", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "9dd03198-7bee-4441-b930-111f9e9f37c1", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -67.125, + "noteFunction": "", + "noteid": "df332b32-5dab-4ba1-9d19-a2ec530f5e08", + "newLocation": { + "bar": 102, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "bcd6e92f-86f5-4ce2-a676-5da9d8d332da", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.72727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "58627f4b-40bc-48f0-8a99-30c1ca91bbf9", + "newLocation": { + "bar": 102, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.79545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c8e11334-b260-4e61-be06-f46cb58afec8", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a1cb8115-eff9-45fa-92c9-711c4c85d517", + "newLocation": { + "bar": 102, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "04a95b45-4190-4d25-83d4-055b8973c6b2", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 134.25, + "noteFunction": "", + "noteid": "47ae2f97-32b7-4509-92bd-ff8a27c072c2", + "newLocation": { + "bar": 102, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "34179d09-97ec-4553-b1f6-170924e5f24f", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4412de00-2e6d-4fe3-aeb3-8b6beeb26ec0", + "newLocation": { + "bar": 102, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.20454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "09924b4f-5b83-400f-b971-03b014409bbc", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f11c3f58-fa67-4e6b-9eb3-c1100a77cc53", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99bcf194-f178-47d7-b7d1-360252380daa", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.34090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d7c75462-3f13-4cf8-a537-1b7f7412de01", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -201.375, + "noteFunction": "", + "noteid": "93f73c96-7aa5-42ac-bbc8-6568ab6dce93", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.47727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "cfb63e8c-692c-4165-aa99-9056e98125fb", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b027fde3-c917-4990-8aac-b7620fa689c5", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49a8004c-9c1d-469f-8a97-f56b34d9e624", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.61363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "bc5e69c6-84de-4146-937c-95d23326ef45", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd9a04a5-0371-41d8-887d-775cdf9ac854", + "newLocation": { + "bar": 103, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "b9da32f6-6132-4213-93c2-dcc271184b1c", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "81f51ed9-5c1f-40a8-abfa-89e226ed7b0f", + "newLocation": { + "bar": 103, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c546f38c-1b88-4855-ba30-e347296dc031", + "newLocation": { + "bar": 103, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.88636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f95c2c5b-9e95-4633-b063-0e7790c35a27", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 67.125, + "noteFunction": "", + "noteid": "68baee9f-381d-4ca5-aa6b-edc814550dcb", + "newLocation": { + "bar": 103, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.02272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "69085e89-99f1-4faf-9241-d954674b3513", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2e1a334d-396b-427f-9f46-683db4b0a238", + "newLocation": { + "bar": 103, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c2eb80f8-3db9-4fe7-9416-f689f92706e2", + "newLocation": { + "bar": 103, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.1590909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "b0916962-289b-4162-ad06-e7fee060dc27", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a8f5f4f9-8bd0-40a1-89a7-e0dd9f1556c1", + "newLocation": { + "bar": 103, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "635fdadd-75e6-4479-9e55-fc0f027c8878", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "abfec95f-0e25-41e0-a763-c91ac99506c3", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.43181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "df6586e4-8141-481c-af6d-cad0f106f0d9", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8c7a2f40-a238-4155-a2a9-6b9b808350d5", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.56818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "b2f60b7a-21e5-4e32-9050-50fc9ae48274", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b28d9f8b-eefa-4352-92b5-f9ef62e9f6d5", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b151cfd1-4fe5-4503-8664-822de9baae3f", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.70454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "6146ba94-9d2f-471c-a0a5-64f1a8bdff02", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bddd57b2-8c18-4cdd-b5f0-cc892639bf7e", + "newLocation": { + "bar": 104, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "3ab2a454-73f6-427f-9df5-c41e255a53fc", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fbee47ec-2971-424e-902f-ba758cd367d2", + "newLocation": { + "bar": 104, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "88535b5d-2cd6-4585-8c58-90145c7041bb", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fe843643-48cb-4708-b0e1-53a54756eab5", + "newLocation": { + "bar": 104, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "010990af-985b-4765-b06f-66ef9e44519b", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e292ac63-b0ef-439f-a8c6-3ab9ec8903d9", + "newLocation": { + "bar": 104, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.24999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "08bf6b6f-0a33-47e4-8d0e-e6d0877150dd", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a104991a-9e59-4fdd-a4a2-dab085e691c7", + "newLocation": { + "bar": 104, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "5885a7e1-45f3-416e-982d-bf22ad9692d4", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "87e5d513-cabb-4341-955f-6a16f138ce48", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b1ffaed5-fbae-4249-bfad-52e2096d7d0f", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.52272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "89284e55-fa81-4c2d-9ee2-fa6b9a52070e", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -201.375, + "noteFunction": "", + "noteid": "03a2534b-47c5-4773-9c2f-46048889fd17", + "newLocation": { + "bar": 105, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.6590909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "9a3537a7-6525-40e1-b418-2d738a5acf01", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "78849138-8e39-4e56-a07e-55f7d90e5af6", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.79545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "fd25fe63-4ce0-48c3-aeef-2a9273954793", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -67.125, + "noteFunction": "", + "noteid": "daa4b1b8-a5e3-429b-a83b-6590cef96840", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.93181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5718af87-49e4-4aa9-a974-38083ea0bb24", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1400568b-6cd3-4f0f-a62a-ff1d7545014c", + "newLocation": { + "bar": 105, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.06818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "39e00a42-49fb-4f9c-bc24-a7910245a55c", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 67.125, + "noteFunction": "", + "noteid": "19da5112-5ca6-4df2-b388-aa274255c72d", + "newLocation": { + "bar": 105, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.20454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ced56703-2e57-4d13-ab32-7614e00d11aa", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9d4f702a-6070-4503-8092-8d29d5fc56ed", + "newLocation": { + "bar": 105, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.34090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "95856e8e-03c4-416b-a161-ed31f4944aeb", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 201.375, + "noteFunction": "", + "noteid": "47414e3d-2d06-46dc-b799-8df36dcb5c64", + "newLocation": { + "bar": 105, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.47727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "bb5160bc-ab7e-493b-88cf-c2aae35def02", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40013b6a-b585-4b61-b684-55f4d741db5f", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.61363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c89fbf1f-8e86-44d2-9de2-2f282f6f1b12", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4be214c3-7105-48cd-b6b5-fb5883b95f05", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.74999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5f6a7d21-ee37-40ae-ba0a-28d341953065", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "affc85fc-2727-4bc0-b4a9-37393271745a", + "newLocation": { + "bar": 106, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.88636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "dc0452b0-906d-4452-abf1-d0298184f931", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.95454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -67.125, + "noteFunction": "", + "noteid": "91e1ccee-353e-4449-821d-127ab5629096", + "newLocation": { + "bar": 106, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8d80276b-e72d-46c7-a1af-d5a1160c1dc0", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "64de530a-6336-4a24-9158-983300a1317e", + "newLocation": { + "bar": 106, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.1590909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f8288af1-e843-4fe6-a799-b01cc8b2ac90", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e5050c5e-0f5a-4df8-8d37-a4182ddcc15b", + "newLocation": { + "bar": 106, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "3c0eb65a-6d5a-4e59-bc72-8f1184f62a62", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "90ff0cc4-d992-4159-a5fb-efa3f4156535", + "newLocation": { + "bar": 106, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.43181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "838c2d83-b310-44db-af1c-6292ebbc58d5", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fb427815-1ea5-479a-80b0-82e756bb4f31", + "newLocation": { + "bar": 106, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.56818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "4399e83a-836e-4e3d-9848-cbcbbec3b616", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "24ca84da-c283-4687-a59b-4fc66dbcac45", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.70454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f5630ffd-3c12-4f87-836d-e8f874603adb", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -201.375, + "noteFunction": "", + "noteid": "32e9648f-214f-4cac-86d8-04c1ae623f31", + "newLocation": { + "bar": 107, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "6c266290-bb82-4c73-9fc4-cb3571ae535e", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2474a4e4-5816-41ab-940c-550a1b6a478b", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "b5d20480-f351-45f5-9264-9d22ddbfa170", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.04545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -67.125, + "noteFunction": "", + "noteid": "52bea74b-9324-4bdb-bbf8-fca55bfaedbb", + "newLocation": { + "bar": 107, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a59f5d4a-7639-4628-8e82-462afd85c55e", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "492e107e-d774-41cc-8385-f4b54216f2c5", + "newLocation": { + "bar": 107, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eac0fecb-6e52-400a-8671-06f861a7ca63", + "newLocation": { + "bar": 107, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.24999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "991e384c-d133-4a9f-bfb5-9e0b3842ed1e", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bdd6fbde-ed2c-409a-9cd2-295cf9901021", + "newLocation": { + "bar": 107, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "14007515-41f3-409d-a689-fde6a8907989", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f3779fa-978c-4b7e-be0a-a22bbd53bba6", + "newLocation": { + "bar": 107, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce126ca1-a24b-457b-986d-6b45e18ffca1", + "newLocation": { + "bar": 107, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.59090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 201.375, + "noteFunction": "", + "noteid": "aa7c7463-84f4-4308-88e4-50e0947c3e5b", + "newLocation": { + "bar": 107, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "46a25151-4f93-4395-9cc1-3be9dba98b58", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "b434641e-3d53-4dbf-9d76-94d19a2323cd", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -201.375, + "noteFunction": "", + "noteid": "90cbaf1f-a2fd-4024-8890-331263a31683", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "260b2d78-e935-47eb-a3c1-c7bf66379d12", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.99999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00c30f32-1e43-4929-8693-f533f762a65d", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.06818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0f6e06b0-9fc5-4ae7-bbb5-4aff22d8744f", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7e4a80ac-09db-4d82-b1b9-3e280c007afe", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.20454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "0a5f44a7-a260-4d22-9664-ee1c9c619a6f", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7f73bafd-92d9-4bfb-9016-938153fb8e47", + "newLocation": { + "bar": 108, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.34090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "88aacaad-7f40-431b-8ed3-59532bc9004d", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 67.125, + "noteFunction": "", + "noteid": "14642829-b6f9-43e2-9064-5eb1ea52753a", + "newLocation": { + "bar": 108, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "a9033994-237f-4abb-8add-f65472890716", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "68ba3a1a-3cad-40d4-889d-02871f71448e", + "newLocation": { + "bar": 108, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f89251b2-3307-4b15-951f-122395062d7b", + "newLocation": { + "bar": 108, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.61363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e773bede-63f2-4bc1-853e-419558cf55ab", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3f952170-4365-44de-bc10-f0876e4252ae", + "newLocation": { + "bar": 108, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "9dde5634-f349-4a8b-97dc-87ef2c3b10b8", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0967ed1c-11d5-49ea-a954-cfb15f3e78a7", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "52f5c189-5a5c-4221-9860-7a6fe0eac56c", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.88636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a3f48328-60f9-4e9f-9416-bd7f087ef560", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.95454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b7ce3f16-afec-45a6-b8f7-2a07a918f7b2", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.02272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a9cea25a-d023-48cf-a8bb-644dcbc83906", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "94801deb-7ed7-470a-9307-e8cf6cae79a3", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ce1e14d9-05a5-4a66-9dcb-a6d29fe0614a", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -67.125, + "noteFunction": "", + "noteid": "15079bdf-08a1-4f3c-bcd8-66890e3b1052", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "fd31630a-d81b-4fba-8f99-89f4deb2c294", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ee34aa9-cdf0-4fd3-8fa4-d2771a66be46", + "newLocation": { + "bar": 109, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.43181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "e75a9371-241d-49e5-931b-2baf04364d86", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.49999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1d9b5607-dee2-4bdf-93b1-790e4545c368", + "newLocation": { + "bar": 109, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "471a9c6d-928a-407a-b379-69756cb48d1c", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f02cb8a-c409-455d-9e4e-7fac5eb0bf48", + "newLocation": { + "bar": 109, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fdd9ecf3-e135-47de-a45f-efbc34912c1b", + "newLocation": { + "bar": 109, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "cc61a543-9fad-4438-bea9-49fd8fffe991", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "612b6e75-7049-418b-946a-34a7c620843f", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "969b1cad-2058-4227-b10d-4c891d66afc2", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -201.375, + "noteFunction": "", + "noteid": "012a30cd-faa4-46b8-81f8-cebbae0a5743", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.11363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a2314aba-e563-436e-84e6-93e741be8caf", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a7d45458-b73b-4b8b-8613-93426959919c", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.24999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ed60103f-9306-4a97-ad47-82360f3ca331", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ef320cd5-de6f-4c6e-b880-ad2a3997b292", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "266be237-01c1-4c73-88f3-fdca1bce99aa", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e6e8109-2742-4b3d-bb00-456667606131", + "newLocation": { + "bar": 110, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.52272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "310e88ce-1dca-4470-b5c9-de09f3985b12", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.59090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 67.125, + "noteFunction": "", + "noteid": "970cec6c-2b0b-4298-ac92-50b59a5607df", + "newLocation": { + "bar": 110, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8e3c064a-a434-418e-be3f-6df5414f1bc4", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7a0add64-c8f6-49e2-bd86-59d9f076c61c", + "newLocation": { + "bar": 110, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "6af2b7d1-89c6-44cb-96c9-feb20c2ae567", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f7d8d74a-3053-4286-955c-71df9d67f462", + "newLocation": { + "bar": 110, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a8f9dc16-f104-4f2e-8611-0cf60123dadd", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6a0d4ed-f4de-4de6-aede-d9b255a83a91", + "newLocation": { + "bar": 111, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed99fc36-23bf-44d1-8699-43209e113757", + "newLocation": { + "bar": 111, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fba0045f-0c56-44d0-8b13-e28f2faaa0e1", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.20454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ea7d5a5b-1d20-47e7-b527-931c4534437e", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.20454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "294f97f7-2d50-4aac-b42c-db7702887f07", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.20454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "e66cf5db-b295-4777-88c6-4cb955428456", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4c0b98f4-a27e-4469-aa91-ba977e441657", + "newLocation": { + "bar": 111, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7c523f79-aa51-4552-9ff2-f9bdce2f31c2", + "newLocation": { + "bar": 111, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ac3e037-5652-4ade-8635-634e8efce0e9", + "newLocation": { + "bar": 111, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a2bab6bb-af11-4f3c-ad37-e54445a9cad8", + "newLocation": { + "bar": 111, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 67.125, + "noteFunction": "", + "noteid": "af3be3a7-aac1-4a49-8b54-ead1fa5b0bbd", + "newLocation": { + "bar": 111, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9e21893c-4ca0-4abf-8d27-e0b3f8f8b051", + "newLocation": { + "bar": 111, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.74999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ef8e134c-8d77-4919-a073-0f9e947392a3", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3e27311e-bc7a-4fd9-8171-84681846196b", + "newLocation": { + "bar": 111, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6ec22fd5-9311-47b7-b026-6d19f4192cf3", + "newLocation": { + "bar": 111, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "03eb89f3-63cd-4323-a5e2-19f5b6d66752", + "newLocation": { + "bar": 111, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dfeb2bce-ef6e-4acd-9a94-0eaae4cc2d5a", + "newLocation": { + "bar": 111, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9d1629af-dc13-498d-a5dc-ff09846ec844", + "newLocation": { + "bar": 111, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf5d4cdb-3b43-4fa8-9b77-3f30f4688dc6", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5452129c-c6e7-4f96-b978-3b0f350ba70c", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5a5d1b23-60a0-4f81-a28c-e4003493b37f", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.29545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "0bb19c63-5b69-46e2-b4f6-eb19b12d61af", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a4d7e53c-3293-47f6-8bab-10cd62cd0a22", + "newLocation": { + "bar": 112, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.125, + "noteFunction": "", + "noteid": "af88b9cb-c8a2-4082-8d6a-c492227b6d6d", + "newLocation": { + "bar": 112, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.49999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.125, + "noteFunction": "", + "noteid": "af565b1e-055a-4fe0-bddf-ee7d27f8ce19", + "newLocation": { + "bar": 112, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "36b03a81-a9ab-4cde-b96b-5831c119df42", + "newLocation": { + "bar": 112, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6e724de0-b3f3-480a-ab1a-9f6348b27b71", + "newLocation": { + "bar": 112, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.70454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "271f50c4-eff4-4ec9-bd7b-8f5470bbeeeb", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.70454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "9978a35f-c391-4bf6-8832-6184bf20c063", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 67.125, + "noteFunction": "", + "noteid": "eb270981-414d-489c-8663-16936289828a", + "newLocation": { + "bar": 112, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9c33ebd4-c27d-4f9d-97ce-105f59cc5a06", + "newLocation": { + "bar": 112, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "358f9ea4-a832-4cf7-ae1c-39e10284fb16", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "0ddb71e0-9f70-42da-8ffe-5b1265d2b0dc", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dedde7f5-e73e-4dde-bcfc-9d338649c5b7", + "newLocation": { + "bar": 112, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 134.25, + "noteFunction": "", + "noteid": "92c1e107-f997-4e79-945b-f7a8f45474e3", + "newLocation": { + "bar": 112, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.97727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "48dfab2d-2d3b-44e6-a8a3-fd8e499d185e", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "fe2b0d79-296e-485c-90d3-230749a190e5", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b09dbd7e-25c5-4fd4-8706-45a63b4f8efd", + "newLocation": { + "bar": 112, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6d5c009e-cdcd-4186-8dd4-fb8f8cb01bce", + "newLocation": { + "bar": 112, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c908bd51-c5cd-4a3f-95f8-e067941cfe69", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "4e89aebb-0184-48c9-9db5-fdcb89af33bb", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f13a5a0f-b047-48e8-964c-dc765e705dc7", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.24999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "328d1e5a-900d-4396-b6e9-ee2f537fd87d", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e09bb966-3e32-480a-adf0-48d173418435", + "newLocation": { + "bar": 113, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5f5f42ec-ea42-4683-b7ac-78758d179eaa", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f0a92182-3b4c-4d96-9aed-fc72fda9998b", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0eaf0b7c-5667-4d03-b1e6-c4a5216e696c", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ded4007b-4231-474e-b350-94bc0802a34d", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "dd2ded6f-089d-48a0-af2b-d68d564bdb03", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c6921bb6-20e2-4bbf-9da9-a09d6454076b", + "newLocation": { + "bar": 113, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c7ac4500-2285-49bb-837d-310c336ed187", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9628bf1d-04b8-4744-8fc4-80cdcc380169", + "newLocation": { + "bar": 113, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.93181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "16c09ef1-81bd-4710-9a42-2e25a8f0e45f", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0e68e13-cd93-4177-8135-53c6689f469c", + "newLocation": { + "bar": 113, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.06818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "502bc6b2-9998-4a5b-a2d3-0748deb6a423", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 201.375, + "noteFunction": "", + "noteid": "30261a01-ea62-4bae-b036-812fd5f11de8", + "newLocation": { + "bar": 113, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.20454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a6eb7b1c-65c0-4139-a680-5f5cb3d6dfd9", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -268.5, + "noteFunction": "", + "noteid": "233edffa-235f-486d-bb9e-c7c5f8358253", + "newLocation": { + "bar": 114, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.34090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "1ce11480-306c-4369-90fa-1d00b1bba782", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f9c3343c-c78a-444c-a2e6-374003ffc741", + "newLocation": { + "bar": 114, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "764b5738-3a4e-47fd-a04b-2bb7c4390a47", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f8f82943-ef8e-40cf-adf7-60b4b75cd64e", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.61363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "5a7146b9-c061-401d-80fc-cd54657b4a4d", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ba1b7c1b-21ca-4619-b4e3-4b58de1a91c4", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.74999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "edfbc939-6874-4c72-b81e-6334aa2cc8a6", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 0.0, + "noteFunction": "", + "noteid": "91f73ba5-80ed-4cbb-b6da-c0316e7af071", + "newLocation": { + "bar": 114, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.88636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "3d9f8dbf-847d-4d13-853c-47447f83d03f", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 67.125, + "noteFunction": "", + "noteid": "85a27b35-cdbb-4f79-a2d3-ac35ff36873f", + "newLocation": { + "bar": 114, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "705f63de-f3b5-4a5b-ba0a-0479b7386904", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 134.25, + "noteFunction": "", + "noteid": "750a6620-4631-42b2-8d40-a05b9f8f4243", + "newLocation": { + "bar": 114, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "385be50d-4505-478d-8e5c-4cc1c99f6565", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2715d018-9df6-470e-a1ae-54c2b46b640f", + "newLocation": { + "bar": 114, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.29545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "37cc11ac-a237-4fb1-bf5c-f24b374e508c", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea7ef5e1-cf43-4e84-9b51-8dc6af969392", + "newLocation": { + "bar": 115, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.43181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f9d44410-2dff-460e-91d1-215f30fadca1", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0311a4de-f833-4534-a56e-ab853dddb05c", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8b10cf4f-9433-4caf-a612-6f34a4f9fd9c", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02c98611-4e8c-4c9e-ae8e-93feb0c52e86", + "newLocation": { + "bar": 115, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.70454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "29ddd4f7-6088-428c-b4c5-4f312eca57c9", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1518f413-cd7f-4f13-ac7c-faa4f8bbbb18", + "newLocation": { + "bar": 115, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.84090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "0c9d8d1d-3732-42a3-a9e9-3f8b5a603746", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 0.0, + "noteFunction": "", + "noteid": "90653d3e-ef66-4eaa-aabb-8b4a424de811", + "newLocation": { + "bar": 115, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "8475d3c0-a236-4be7-8872-c83c67926a6e", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a1d6b729-1cc3-4b57-92fd-ac989b02f402", + "newLocation": { + "bar": 115, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ccc64e46-53ab-4a8b-89e6-f0a8189e4d51", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8a577ea1-8046-4928-8d7a-c37307f6bd1a", + "newLocation": { + "bar": 115, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.24999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9b865687-0c36-4f0b-8548-513326a2738f", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d9d24cb2-fd9d-4b38-a3f6-272cd41f1848", + "newLocation": { + "bar": 115, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "3870c8f1-2383-4c75-95b7-5a23ff6f9153", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b9ea5e86-7c42-4501-8d9e-1abfdd64a575", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "427ca465-f98a-4913-94a9-9bb59641f457", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e311e2ae-e450-4134-9114-cbfa0f0375cb", + "newLocation": { + "bar": 116, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.6590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "198ee8fd-f4c6-4ced-aa18-6fffe4c5efee", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f43c3a13-d5bd-41d1-b164-926b4897500e", + "newLocation": { + "bar": 116, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.79545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "59b2a79d-29f2-464e-bcf1-d42fc55bb1b1", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6650b3e5-a28c-45de-ae56-d48444482aeb", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.93181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2799de91-0b84-4c17-9e86-c5f48feeddba", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cc6742b2-6a92-4f95-90db-6c5c37d98a66", + "newLocation": { + "bar": 116, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.06818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6ac1e271-b527-4b21-a279-5dfb53f8747f", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 67.125, + "noteFunction": "", + "noteid": "167cc82f-9ebb-4187-9683-57f2b3898b77", + "newLocation": { + "bar": 116, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.20454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9e4ef982-452f-40e5-8ac8-3377526b2610", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "15120cea-a35f-417b-8944-23925064fbda", + "newLocation": { + "bar": 116, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "401baae2-fb77-4474-bbe6-8689089de491", + "newLocation": { + "bar": 116, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.34090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "94bf329f-3dcc-4208-ba32-dd579f2c59ba", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.34090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9373af42-4c0c-4825-afde-2c0ea025a2f5", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 201.375, + "noteFunction": "", + "noteid": "30fdc92a-d435-431a-a14b-a291fdee87b5", + "newLocation": { + "bar": 116, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6848c49a-801f-482b-b8be-96ea205afb86", + "newLocation": { + "bar": 116, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.47727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "0ad403b5-e525-4d2c-a3a0-c34b962f9d48", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ca5300ea-fdc8-4b6b-9cfe-b34358b9ed34", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0026637e-8209-4ce0-a929-1ac689b45eec", + "newLocation": { + "bar": 117, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.61363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "cac9e540-b5d4-48fe-83d0-2b15d33efba4", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4f71a1ed-d143-4d47-89e3-8f488df29c39", + "newLocation": { + "bar": 117, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "aca7feef-8790-47a5-bbc5-d758840429b8", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -134.25, + "noteFunction": "", + "noteid": "11749607-026d-4a5b-a541-4608a7f025ac", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": -67.125, + "noteFunction": "", + "noteid": "74926e1d-d871-431f-8c6a-8058b30a8391", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "327c1ca2-f3c5-4c3e-8c44-d7218db965d8", + "newLocation": { + "bar": 117, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "614c6552-59e3-43bc-b847-8ca978f0b496", + "newLocation": { + "bar": 117, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c2aa7f7f-f8bf-4aea-923a-b25df15e3ac9", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3bda8116-81e2-4ee2-bd1d-b488cfbb7ec6", + "newLocation": { + "bar": 117, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4ee3a381-0769-4054-8608-c23ecb1c67d7", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f4e851fc-0ba3-41e4-b9af-af8764adccf2", + "newLocation": { + "bar": 117, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "300e586e-5da7-47d3-a041-27233981c096", + "newLocation": { + "bar": 117, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b390148b-b3dd-4e8b-9681-7cd4968b37ee", + "newLocation": { + "bar": 117, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "50aa4378-c9ce-405e-9972-ce7abf02ffbf", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b279164c-a235-4552-9d09-d5b824af1f96", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.70454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "ac183689-ac0c-4b86-bc7c-97efabec105a", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8479e8aa-21bd-424f-a52b-73395e817422", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "98f79bd4-1d8d-4754-beaa-9aa8fe35a579", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05d88604-8601-47c1-8000-bf653306eaaa", + "newLocation": { + "bar": 118, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "968f12bb-7ec0-496a-a76d-8d626c014134", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d3eb3c0d-b44c-4b65-9a15-0bc3bf17128b", + "newLocation": { + "bar": 118, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.11363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "4e93056b-e857-40f1-b7d9-dcfe51e14b57", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f084c741-fb89-4924-bbc5-cd8294b85cef", + "newLocation": { + "bar": 118, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "688da6ae-9fee-44a3-bc09-458189826242", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.3181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 67.125, + "noteFunction": "", + "noteid": "15889c85-892a-4390-b04a-29bd3c125f3d", + "newLocation": { + "bar": 118, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7104b19e-9ed8-432d-8420-111ec49b0b91", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fa20bf1f-b6d5-406f-bcb5-61ef96d0f4a4", + "newLocation": { + "bar": 118, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.52272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "ec7084d7-ec4a-4f92-955a-9bdab68342c4", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 201.375, + "noteFunction": "", + "noteid": "48f8f72b-2f05-4456-b91a-c75fcae1ba23", + "newLocation": { + "bar": 118, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "52b35d23-b2fb-4fbb-968c-7a85004294b5", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef3894ea-503b-4b4d-9102-61f6e0eeed87", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f365db4-c772-485c-a9e8-4c2fbd2decb8", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.72727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4bfbe153-5082-401e-a2d2-1205e8f9d3ed", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.93181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "000e81c4-c7d5-457a-805c-f8ae37b39c9f", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.93181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "bf4b5626-f0a7-4696-992e-4f14ad94e85d", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.93181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4b7e5cc6-a1a1-4205-b030-46c9ef6d36b7", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4605e5cd-5b93-4a3e-aab5-754d43fc1f4d", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a0cbc867-12f6-4b87-8157-43a5b6f1d321", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d4b6472e-0008-44b9-9966-34b8953b7342", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c3f5d63f-9578-4a5f-bbf6-8be1c90d0d3f", + "newLocation": { + "bar": 119, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac79bbe9-6e29-4a2d-b905-1d5f36456f30", + "newLocation": { + "bar": 119, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7c878bc3-d82e-4a8f-a217-439739dcc11d", + "newLocation": { + "bar": 119, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4ee54388-33bf-451e-b6ce-4133cddc773d", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c5f00522-b8c1-4dce-be0c-7ca6809922aa", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.47727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f09730ee-3037-447a-8342-27569c17b553", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.68181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cf65bc9a-e27d-4f43-8b04-5b2cc0d4ac0b", + "newLocation": { + "bar": 119, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f2f7f87f-1ed8-4190-9908-39129a92fbbd", + "newLocation": { + "bar": 119, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8864a2cb-d40d-4799-9fd3-aeeec7cdfdb7", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d7ad5496-9000-469b-89ad-c135affa8e05", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e23c49f3-c3e8-404b-88a0-70371fcaca85", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1649464f-5c6d-44fb-8cff-d84a8aab3213", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f583f11b-039c-4873-b92a-408e68b0c8fa", + "newLocation": { + "bar": 120, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6adff64b-be6b-4ca6-bd32-08d1a8254a6f", + "newLocation": { + "bar": 120, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -134.25, + "noteFunction": "", + "noteid": "43472f55-8f10-4412-abb1-d12fde2767d4", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -134.25, + "noteFunction": "", + "noteid": "326dbc44-be0b-4e1e-85ac-2244f75b2a18", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f962729f-ef67-411e-904f-037588168243", + "newLocation": { + "bar": 120, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7fa5610f-f776-4f72-aba8-c4fda48c915b", + "newLocation": { + "bar": 120, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed559a01-c82a-4422-b9d7-0bd45177c803", + "newLocation": { + "bar": 120, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8708462f-914c-43c1-aa72-6c40da613546", + "newLocation": { + "bar": 120, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9877b3aa-19fa-451a-a5d6-068ecf3dc72b", + "newLocation": { + "bar": 120, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.5681818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c6308207-b825-4c4d-9690-0a389255eb02", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 130.5681818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1863f3d0-60d2-4e58-8729-90085425fce0", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 130.5681818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b27c554a-59e0-4864-a12b-5a6aa4ccc3e7", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 130.77272727272725, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 201.375, + "noteFunction": "", + "noteid": "71bc7b0a-fb0c-49d4-94d3-50b66a382c43", + "newLocation": { + "bar": 120, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ac1fb990-e6a1-4ee2-a64c-9d527a8590e9", + "newLocation": { + "bar": 120, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.77272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 120, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f132570d-f82b-4b13-8e0f-9e824bddb9fb", + "newLocation": { + "bar": 120, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1ea89667-82c5-4d14-a5f6-3e988a787450", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "60e71f19-c903-4088-886c-a9663e6c5f89", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7102aa1b-c3d2-4c9c-beba-90d73bc3dd72", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fc879a32-3bf2-4181-a47c-9b581adafdc0", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7148c85e-012b-4c16-8662-182baa964691", + "newLocation": { + "bar": 121, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.52272727272725, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6028feab-5031-4932-a3e7-5a8f74d563e0", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 131.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 67.125, + "noteFunction": "", + "noteid": "68ae298b-f043-47d6-b1c8-54f82b7d71b2", + "newLocation": { + "bar": 121, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7d5d8f9d-2711-42eb-b48c-e30f12c589db", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 131.72727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e3bd6cf4-2c3c-410d-be6c-7ec83143eac5", + "newLocation": { + "bar": 121, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.79545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1d733e50-e8d1-4d42-9c03-5d1ffa6db4bd", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 131.86363636363635, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 201.375, + "noteFunction": "", + "noteid": "023538e3-d348-4af9-b13d-235172b37066", + "newLocation": { + "bar": 121, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 131.93181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 121, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "fba9ca7f-99bc-4fd8-9979-9c1024acae28", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6754a8a8-6380-46cc-a084-2e2a4b250d96", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.0681818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c4b273ef-af75-4709-8b76-061c9b3185a9", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7cbace33-80fc-4497-99b2-6515a2175723", + "newLocation": { + "bar": 122, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.20454545454544, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1cccdfc3-c183-4ee6-bd92-a443d6c8525e", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59541b8d-36b9-4ffb-8e71-bc9bc6ee4197", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.3409090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "4e7cf649-2f1e-4fc9-a6b2-2c027cf70f2b", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -67.125, + "noteFunction": "", + "noteid": "20b7718c-b267-4125-8f08-c6f882d011b8", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "13bd7b95-2f8e-4d03-a1f4-401f21c1ed6d", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0a86e413-eeea-46de-9f39-e082cd5bcb75", + "newLocation": { + "bar": 122, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.61363636363635, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "91476c73-210e-4906-a060-0c21db29021b", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.68181818181816, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c4a8c486-e191-4c68-b262-bfb3b733d540", + "newLocation": { + "bar": 122, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.75, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d86f9bf0-cda6-4eec-b746-55d04b993d38", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c3c42f10-1d25-4e44-ae1b-8762dadfb80d", + "newLocation": { + "bar": 122, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c24b735c-5d97-4162-9d74-741eb18ea4b2", + "newLocation": { + "bar": 122, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.88636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9fd8e4aa-b5fb-4380-b79e-5132db784a46", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 132.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 201.375, + "noteFunction": "", + "noteid": "83908e26-6126-4e3a-9b1b-b7131385d8d8", + "newLocation": { + "bar": 122, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.02272727272725, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 122, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "70a41128-e317-4796-8aed-b236b590db57", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bad64189-1344-40af-8a31-b59e7499e3fb", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d477879f-7bd8-4514-b332-d0281434da8b", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6147783b-9ec1-438e-9f7d-b5d06ee1a489", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8fb11864-7499-4f20-a0dc-279fc98f3848", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c73b5906-f701-43ca-9355-08d9d82008c4", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.43181818181816, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "4b5e1942-4bf3-435f-8e37-7e1eec959bc5", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f043d4f5-395e-4000-b282-363a2d360563", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.5681818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "21e41f92-7e3a-4bf7-acab-78c3b420c4fd", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa372ee5-b859-4d79-bb1d-edfc457253a4", + "newLocation": { + "bar": 123, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.70454545454544, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "182988fe-2d10-411f-be5e-aa3cfa44cbc4", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9117a077-f810-45f1-8605-1ca1650903dd", + "newLocation": { + "bar": 123, + "guidelineIndex": 5, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.8409090909091, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "50fa3907-5026-416b-bf64-2be09c8c86cd", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 133.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a55c07a4-e720-4e31-9dfc-2131521c222d", + "newLocation": { + "bar": 123, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e9d25f4b-6d6f-4825-b567-f92d5351153d", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 134.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3ecc4f40-5db8-4bc6-93df-403f7bfa04e5", + "newLocation": { + "bar": 123, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 134.11363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 123, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "e62ba8e7-14cf-4518-9633-aa5a161f59b3", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 134.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c5682845-de46-4d76-904a-3f94cc6abe06", + "newLocation": { + "bar": 124, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 134.25, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a2d7d005-b64d-4828-a564-c314959af08e", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 134.3181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f92e2d48-fbb3-4d69-93ff-f89127b71100", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 134.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f5dcae3d-49c0-43b4-b63c-85d03fd18d80", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 134.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e1de4956-f4ca-499c-9a93-852388b31b45", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 134.52272727272725, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "d3a0ef7d-8ec8-4698-9090-57965d03f860", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 134.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -67.125, + "noteFunction": "", + "noteid": "614c7ff6-f33c-41cf-9a63-7991e7e79b24", + "newLocation": { + "bar": 124, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 134.6590909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f0d42cc0-4919-487d-b99e-49f19e93d6e6", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 134.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "", + "noteid": "03e58127-db98-4a1e-afbd-cf4255222ed1", + "newLocation": { + "bar": 124, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 134.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0f3c1d98-250c-46ee-a997-f1ff2a597063", + "newLocation": { + "bar": 124, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.93181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7832405e-8eaa-4eae-ae1b-ea9e88d80b4b", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3ec9a2a3-e2cc-4d74-b8e6-485ee8d0cbb8", + "newLocation": { + "bar": 124, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4f756e51-810d-4c77-b696-2001064ad7dd", + "newLocation": { + "bar": 124, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.0681818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e2974806-72ca-44c0-91be-94b6ae9a1bd1", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.0681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "27391b6f-9a3b-4081-bc3c-20c0bab45a3a", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 201.375, + "noteFunction": "", + "noteid": "86f2fd0f-8add-458d-84d0-30e65afbe551", + "newLocation": { + "bar": 124, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 201.375, + "noteFunction": "", + "noteid": "172da566-4703-414c-990a-3f90041f3a51", + "newLocation": { + "bar": 124, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.20454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b689b7a8-db3d-404f-84b5-c18ea5a39353", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.20454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "8c393e96-6ef7-468d-9ba8-6963ba38d758", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc37637a-f209-4703-9c63-0444e09b49f0", + "newLocation": { + "bar": 125, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.30681818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -251.71875, + "noteFunction": "", + "noteid": "80f1644a-6aae-434a-9169-2b96c99cd2d7", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.3409090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "86db0b6c-980f-43e2-a0b4-9faf89c8b178", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.375, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -218.15625, + "noteFunction": "", + "noteid": "25669a95-4463-4ce9-b8fd-cb219435c4ec", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5c24d036-40a7-40da-ae72-85fef0fab975", + "newLocation": { + "bar": 125, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.4431818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "c645370c-98df-4b4c-a151-3b4c132e635b", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "71b64854-0a80-4305-8dd7-e7d3724325b7", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.51136363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -151.03125, + "noteFunction": "", + "noteid": "6473e002-eb2a-4725-9743-6c4f8754f945", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.68181818181816, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b02a33f0-3f76-45b7-9b0e-452c7835e8a9", + "newLocation": { + "bar": 125, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4e271d2c-0475-4165-a5fd-e0a3f9c7882e", + "newLocation": { + "bar": 125, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.85227272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 16.78125, + "noteFunction": "", + "noteid": "9da02640-d3ca-4848-9dce-1926f23d9909", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.88636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "02982961-89c5-4381-831c-d6ae665f9c6a", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.92045454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 50.34375, + "noteFunction": "", + "noteid": "64d14538-1c8e-4e0b-85d9-e61c1f0a4772", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d2b3a9c2-841b-4815-b10a-aadda6c179dd", + "newLocation": { + "bar": 125, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.98863636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 83.90625, + "noteFunction": "", + "noteid": "5808b720-683c-4f0a-a69e-7063b000cc04", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.02272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "6409f2de-1f3c-408b-a6c7-4993138151f0", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.05681818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 117.46875, + "noteFunction": "", + "noteid": "23467643-3b9c-4e00-9d25-0b544b136b8a", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b8856e03-7b28-441d-a1a8-26ba2ddd57c2", + "newLocation": { + "bar": 125, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7d8eeb12-8169-4382-aebd-0152a3dd6071", + "newLocation": { + "bar": 126, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.39772727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -251.71875, + "noteFunction": "", + "noteid": "b07f1cb8-fee3-4a39-aa5b-dd2ee36a0e90", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.43181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "1089da2f-4c85-41f2-9849-fc6c05bbe4db", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.4659090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -218.15625, + "noteFunction": "", + "noteid": "010b9859-590d-4721-acad-89ebee1656cc", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fa96bc6d-ea4d-4087-a806-d08d1a3adcfd", + "newLocation": { + "bar": 126, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.5340909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "dc573344-a88d-4eaf-a311-c5e351d788ec", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.5681818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "c4de48f3-7aa8-44a0-8698-b92f1b163f6d", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.60227272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -151.03125, + "noteFunction": "", + "noteid": "f2d8acf0-4bb1-4cd3-be94-6d41853c2f24", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fa0b0696-9126-4f72-a71d-3583892e6c92", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -67.125, + "noteFunction": "", + "noteid": "680ae476-a1fc-4f88-a409-7b9a9a10c707", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.8409090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "6d3ad925-1a45-4974-8658-d9c1df5c9363", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.8409090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "cabfc3c3-04da-499f-a81b-d8b1cee77335", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5c637748-72a7-475e-8405-aa8122e096d7", + "newLocation": { + "bar": 126, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ff787a2-d131-4d4e-b91f-6068d895fda5", + "newLocation": { + "bar": 126, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.11363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "aba1a4ea-ec52-4037-b0d7-618d9dfe54ce", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.11363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "db214ad1-97a3-4059-a905-30fc2696f8f9", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.11363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b0bbe229-c8ed-497a-b002-aca8142bb9dd", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.11363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "feb10b4c-a41d-45a8-b944-223ae58e3ef8", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.11363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "10aebe89-9900-405e-ba3a-6b3487e318ae", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.3181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "52ccf967-3bd2-4990-9b8a-674a3e696c9e", + "newLocation": { + "bar": 126, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "eeab84d3-06ef-4eb2-81b6-7926814eaf15", + "newLocation": { + "bar": 126, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "45a8c833-3eae-49ac-9402-177d9ff4c40e", + "newLocation": { + "bar": 126, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dd03bc2d-b6e0-4de9-9ad8-a90191728d58", + "newLocation": { + "bar": 126, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a9905d3d-4989-4f7d-914c-dd3a49d7a878", + "newLocation": { + "bar": 126, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "801c11ef-54ec-4f1e-82df-8bb19ebfb572", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0e6af14d-1def-4ba3-9a59-8089f3a0ecba", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c4324cb8-b81e-49a6-b17d-dd2e84c714c2", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f2187727-e1c8-4fe2-a3ad-afeee1e27feb", + "newLocation": { + "bar": 127, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.5909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -201.375, + "noteFunction": "", + "noteid": "292c52cd-0b4c-47c9-8ebf-b52874185f74", + "newLocation": { + "bar": 127, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2c71fddb-0599-4a45-abaa-329b988b0ba7", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e5d3177-5f6a-46b1-aa68-f5492dd75533", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "71161fc5-9496-4e9c-a28c-7f5b566c4e0e", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.86363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a7cf23bb-a348-405a-b1dc-ed55e072d54a", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fccb1afb-4530-4a10-9400-a927b0368d8b", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83dce54c-7b95-40a5-b20d-6db3212d30bd", + "newLocation": { + "bar": 127, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ddbb059-231b-4c80-8f5d-47ce189c912d", + "newLocation": { + "bar": 127, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1468a935-268c-48f3-a569-15937dc35aeb", + "newLocation": { + "bar": 127, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "10cf3a30-5d09-444d-acef-c7940cf1a510", + "newLocation": { + "bar": 127, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bf6290fb-c6b6-4ceb-a902-1be4b03cf80a", + "newLocation": { + "bar": 127, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ec7cdb9e-5583-46c3-8ed6-ac9e15129f60", + "newLocation": { + "bar": 127, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce39c932-039e-4cbe-80a2-38f2f83ed3ec", + "newLocation": { + "bar": 127, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c6afab1-b042-45ba-97b3-34814ef184f7", + "newLocation": { + "bar": 127, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1d26a754-25dc-4d0c-b788-3fdc0b9738cb", + "newLocation": { + "bar": 127, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.375, + "noteFunction": "", + "noteid": "070dbd8c-ef77-43cc-9801-e607174dfa64", + "newLocation": { + "bar": 127, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5bf49c6-537a-4980-9713-f9e96b556c08", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "42585ee0-1ce4-4f4f-9c7d-9c8eb6eaff1e", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.61363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4ddf5560-3a59-4dde-8b57-ba698519cc35", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.68181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cf227210-7e9b-4fe5-8a9c-b0626782fa85", + "newLocation": { + "bar": 128, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f1e92c7b-b0fe-4a23-83ef-5fcc52703810", + "newLocation": { + "bar": 128, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.75, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f35bbea6-abff-49f3-b49c-0deb9fcec7c6", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -134.25, + "noteFunction": "", + "noteid": "80cb4b0c-5d71-4875-acca-77b5c479045d", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0c38d8d2-dd73-4576-8605-741b34298bef", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.88636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "dd4d47e9-1656-499b-94b8-73255f558898", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8dd88797-809b-4412-b871-c7931370ef32", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4727bfb2-7ecb-45c1-9b71-cbde62b7430a", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.02272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "13a8cde2-480b-4a65-a74f-b0ec31b3537b", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f16c2a43-f0cb-4529-96c7-01316352c0c6", + "newLocation": { + "bar": 128, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.1590909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "378b7246-aec4-48e9-8f0b-2bf9874da968", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 67.125, + "noteFunction": "", + "noteid": "080dfaee-44b7-42d1-844b-0de647c5473c", + "newLocation": { + "bar": 128, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 67.125, + "noteFunction": "", + "noteid": "aa10775a-d1fa-4fe9-861c-63dd07569425", + "newLocation": { + "bar": 128, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.29545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "52768a6e-c79b-4937-ac16-bcad605d5f37", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "30a72f63-f1ff-416b-9e37-44984aa81759", + "newLocation": { + "bar": 128, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "585e7302-7bf6-46e8-8739-f4ff672ec5e9", + "newLocation": { + "bar": 128, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.43181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "adde95d3-d962-40b2-b68e-eb7b58aebeb2", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 201.375, + "noteFunction": "", + "noteid": "685d5eff-eb8f-40d1-8d52-674c0afebd95", + "newLocation": { + "bar": 128, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d640d09b-3c94-4333-bcbb-e75806a16288", + "newLocation": { + "bar": 128, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.5681818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "f6c28bf3-4a62-46b2-9c66-1970fa50110e", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8dace3ff-d775-4694-9823-ab14f77422ee", + "newLocation": { + "bar": 129, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -268.5, + "noteFunction": "", + "noteid": "609cd246-9118-4eda-8ddc-894752dca32e", + "newLocation": { + "bar": 129, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b7738a08-3c42-4ceb-bd12-a70692669172", + "newLocation": { + "bar": 129, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -134.25, + "noteFunction": "", + "noteid": "24a5f508-7dc6-43fa-8d49-60aeafcb209b", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 129, + "yPos": -134.25, + "noteFunction": "", + "noteid": "368a9062-2e72-444d-9404-55b4da1c489c", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 140.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "67781717-33d2-47c6-8e95-72c450165712", + "newLocation": { + "bar": 129, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab85ad59-1dd1-49df-bc3c-060819b65f54", + "newLocation": { + "bar": 129, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "879f8769-6219-48a4-ab8f-5ba7309d4e72", + "newLocation": { + "bar": 129, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 129, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e6e4fd0f-1fb7-401e-9650-5beaca4b4601", + "newLocation": { + "bar": 129, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 140.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99c470d3-e78e-4174-ab8c-a4a36ca79e11", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "21efbc54-344c-4a0b-8321-c27cf5f01e2a", + "newLocation": { + "bar": 130, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec24f1b5-bb77-4e1b-b319-e51c09f8c7b6", + "newLocation": { + "bar": 130, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 130, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e9f6c24-b451-4bec-b3e8-124233898771", + "newLocation": { + "bar": 130, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "86890d6b-2ff0-4f75-b525-67de80f6cbba", + "newLocation": { + "bar": 130, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a7e6faf9-c92d-4ec7-a7c8-5fbee870e996", + "newLocation": { + "bar": 130, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 130, + "yPos": 201.375, + "noteFunction": "", + "noteid": "432405e6-34e3-4b4e-8515-2a226c28e34d", + "newLocation": { + "bar": 130, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 141.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ff72320e-6b2d-4dd9-a977-8a2a7e8618d6", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e687132a-2ca5-44f3-b329-77981bb09ef4", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cbcc4f7f-a267-480f-8405-551c7d7c9a34", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e780e0a-6018-4e52-b205-305426545186", + "newLocation": { + "bar": 131, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "103ab038-d52a-4375-830d-b25a1cac96c1", + "newLocation": { + "bar": 131, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b7674e47-397c-4f43-a392-996c4ee2a994", + "newLocation": { + "bar": 131, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 131, + "yPos": 201.375, + "noteFunction": "", + "noteid": "976dc986-9454-4177-b206-da771e05c309", + "newLocation": { + "bar": 131, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 142.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 132, + "yPos": -268.5, + "noteFunction": "", + "noteid": "633f50d4-f2e5-4324-9fb2-785b7eba8c14", + "newLocation": { + "bar": 132, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2cb20447-dd6b-47ce-bd3f-581ca6a9d84b", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b190b103-c959-4681-aa70-a75e6af51b7d", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.06818181818181818, + "barNumber": 132, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9b376b2f-3d94-46fc-b8bb-894c0285dcc9", + "newLocation": { + "bar": 132, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 143.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "9514d7b0-05e3-4222-9bff-38b49cb0d44d", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 143.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c3bb045-144f-4ffb-b67a-414ef2708cf6", + "newLocation": { + "bar": 132, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d573e7d4-d13d-4b4b-a3c4-566b76cbfeb5", + "newLocation": { + "bar": 132, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c52171f3-822e-406e-bc61-a9a4996d0ff3", + "newLocation": { + "bar": 132, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aaab348c-4a69-4903-bd85-e8931af8bee9", + "newLocation": { + "bar": 132, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9f6a2089-f109-4b5a-92e5-ab539fec4320", + "newLocation": { + "bar": 132, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "55638cb6-00d0-4dd8-b27c-0b01cb265456", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0b6c68e4-5b74-4a24-b2f1-0c0f9d4ab791", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e8c9afb3-be34-43d3-8748-4b9b7ad921f6", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d6130c34-d470-4019-8351-d759ccd33b71", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 144.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83460458-1a1d-4f7c-a517-d8fab7ba2bc5", + "newLocation": { + "bar": 133, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7c517e6f-e62c-4ffb-b51b-f957ee012831", + "newLocation": { + "bar": 133, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5efd0968-c549-4104-9851-5020015393aa", + "newLocation": { + "bar": 133, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 133, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fd00bea0-0edb-4a87-bb8d-a1fc60294ed1", + "newLocation": { + "bar": 133, + "guidelineIndex": 7, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 145.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0d315fa1-ac3f-46d0-9bd5-c89fcb7167ab", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "700a872d-499f-4e31-93fb-5bd848039cf8", + "newLocation": { + "bar": 134, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1d33da84-9f26-4e65-a200-f52b6b4bbb58", + "newLocation": { + "bar": 134, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cfaad109-00ca-4bbd-bbec-faecda8a5f07", + "newLocation": { + "bar": 134, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45a1467e-b06e-4558-97fa-607efcf3a1fd", + "newLocation": { + "bar": 134, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.8409090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "12f2fd67-ab18-4e1f-87d2-23374bb9c5be", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 145.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "eb264241-735e-465a-8839-b5a59fd98d21", + "newLocation": { + "bar": 134, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "08a389ca-2add-4057-aacf-f34d7033cd2e", + "newLocation": { + "bar": 134, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5cf3b438-cceb-475c-9370-a41c25ab1ca8", + "newLocation": { + "bar": 134, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 201.375, + "noteFunction": "", + "noteid": "93053f8c-5cc9-4d18-8e23-732fa61bd870", + "newLocation": { + "bar": 134, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a79e015c-2abc-465e-9846-5f74f1d518ad", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a90a009-2191-4a0c-989b-00e6c61d14ff", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6482d4cc-ffb7-4723-9b6a-9b2471350111", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "dab331c8-f643-45c7-827d-ae27e1e991bf", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "47460ca6-ac9e-4f39-bd6d-c6967798623c", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.5909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a2bf31a5-f259-459c-9d50-467e43af8a8b", + "newLocation": { + "bar": 135, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.5909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "18dd5a9d-7311-4ab4-846e-9d9bf7a8590c", + "newLocation": { + "bar": 135, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ab7079e7-deb3-4a95-ad49-a9b2fbf8b051", + "newLocation": { + "bar": 135, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6ec20b6a-bff6-4b3d-8aba-806313e7def6", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9601c249-faad-4a5d-a714-04e499bf8185", + "newLocation": { + "bar": 135, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7413c626-2fbf-40fd-a0a2-94dae0bd502e", + "newLocation": { + "bar": 135, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8d901815-643b-4818-be83-562b340293ee", + "newLocation": { + "bar": 135, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b0d4521d-3a6f-41de-b451-6372b19b57fe", + "newLocation": { + "bar": 135, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f0b698da-7bac-4841-b6fc-35ce44846f7f", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2827c6d-a854-415a-ac65-b887aa33238d", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d560226e-5498-44a2-aaeb-380c2e7b1433", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -201.375, + "noteFunction": "", + "noteid": "51f5e9e9-9a70-48cd-a7b8-7e34b6af967d", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "12f918df-d2d8-425f-8a03-cf7008cbc3af", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "6e40a6f2-507b-4aef-8815-19b8cf1b8ec2", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.68181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ebaf284e-d631-4c38-a616-ea566553c2d6", + "newLocation": { + "bar": 136, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7071b7cf-f260-40d2-91fc-adefaabfe6e7", + "newLocation": { + "bar": 136, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8515155e-f57d-494b-b600-6dbdd8eda458", + "newLocation": { + "bar": 136, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdc42924-c1e5-4603-ae1a-c2e3d725a976", + "newLocation": { + "bar": 136, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.95454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e516095c-eb7c-46c8-8fca-bb708172a61f", + "newLocation": { + "bar": 136, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.95454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d831fd98-49d9-4dbd-b3a7-42bc2c64892b", + "newLocation": { + "bar": 136, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4ed4c83f-623d-47b6-80b2-43391d9c3f28", + "newLocation": { + "bar": 136, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0942452b-12d4-4aa0-b520-81b4f03e9d40", + "newLocation": { + "bar": 136, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ce295438-bbc1-438f-8d50-cec9ab89fde8", + "newLocation": { + "bar": 136, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "13bad9c6-e965-46ed-b7a5-cc0fce6ca787", + "newLocation": { + "bar": 136, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1f5c80f7-c8d7-479f-8f5d-5ec9ccfca1af", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "11e1a07d-0bcf-401f-8432-4889e0d34fe8", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -201.375, + "noteFunction": "", + "noteid": "26124452-6938-4891-b6ef-0a79b0a0c8a2", + "newLocation": { + "bar": 137, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c6103419-c8fd-405d-9236-a62b4c2b3383", + "newLocation": { + "bar": 137, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "adf6b7b4-395f-40ee-b07d-a65cc4cba576", + "newLocation": { + "bar": 137, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6c893610-1931-4ccf-b60a-794e7c6b87e7", + "newLocation": { + "bar": 137, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.77272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -67.125, + "noteFunction": "", + "noteid": "51344f4c-6fb6-4197-98ba-77d67d7cfb71", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "", + "noteid": "94c351ae-f31c-418b-bf64-8a74e045858d", + "newLocation": { + "bar": 137, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "", + "noteid": "04f510f3-57af-48b7-9a3a-e29590387532", + "newLocation": { + "bar": 137, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.04545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 67.125, + "noteFunction": "", + "noteid": "149ba810-95e7-4c02-8daa-07e8a8ca4b24", + "newLocation": { + "bar": 137, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c47f3268-73be-4204-81e6-0239d6a6eda9", + "newLocation": { + "bar": 137, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f89821d2-6e10-4c20-86ae-6658eaeb4844", + "newLocation": { + "bar": 137, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66ed0db7-9da9-4346-bcf2-e53477609930", + "newLocation": { + "bar": 137, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.3181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 201.375, + "noteFunction": "", + "noteid": "765a73c6-4edf-4e83-a0e9-376b374c7781", + "newLocation": { + "bar": 137, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f09ef429-c75e-4733-9805-636cb0a51a71", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "579005c1-9cdb-4202-a1a6-ff45fd0e5137", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.5909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -201.375, + "noteFunction": "", + "noteid": "11497da6-decc-4501-9aaf-ea564b9eb863", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec5d63b9-4cae-4641-834c-6ac5516f1ea4", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b46f07f4-f219-4223-ae2a-77c678763dcc", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9748011d-e8b0-4865-9e6e-ed6f06544a87", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.86363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3da2ceae-8aea-44c1-afc8-9c6e0fce1b03", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f8fdadde-0b61-42da-a295-24a5968cc2bb", + "newLocation": { + "bar": 138, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a6354541-882e-4dcc-8aa1-47fb514adb91", + "newLocation": { + "bar": 138, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 67.125, + "noteFunction": "", + "noteid": "19aa1028-e909-482a-b7f6-f2b1da148049", + "newLocation": { + "bar": 138, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c0d2d9fe-ca12-4a4b-8fea-414c63ec85eb", + "newLocation": { + "bar": 138, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c050cbd8-1af6-44d6-9859-16393b5844c3", + "newLocation": { + "bar": 138, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f570d0f9-5c9b-4bff-9a82-147928c2303d", + "newLocation": { + "bar": 138, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5a525dec-d623-4f5b-b591-08aa03dab380", + "newLocation": { + "bar": 138, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5b262893-47ba-4b16-a532-f8fb72bad6bd", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.68181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -201.375, + "noteFunction": "", + "noteid": "816780c0-5df3-4327-b354-1d7dee98aa06", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f369fc4d-77b6-44aa-9098-9cc483c2d41b", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75244ed5-2a25-4ea7-bdeb-0d758e34341e", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "57d09132-3181-4c08-abde-02ab3c2d6ea9", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3203d60b-333c-45ee-8ec2-cf142b92dbff", + "newLocation": { + "bar": 139, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a72e6188-12ea-46f2-bf05-3d4f65a7b7b9", + "newLocation": { + "bar": 139, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 67.125, + "noteFunction": "", + "noteid": "98ff2e56-b7a5-46b9-b230-64e97b03df4e", + "newLocation": { + "bar": 139, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5e38bf9c-1bbd-4167-ac64-9fd8e6ea0371", + "newLocation": { + "bar": 139, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "80d4ecee-e456-434c-994c-7eb1f21bba70", + "newLocation": { + "bar": 139, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2eec6036-a5c8-4876-9e67-4a32be43dfd7", + "newLocation": { + "bar": 139, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cf6ea9c4-fd0f-4956-b4eb-b04ae74282cd", + "newLocation": { + "bar": 139, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "560be38d-96b0-4948-9c16-affd935ab50d", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5c292c0a-a5e5-4b71-934d-6dbd87108ef1", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a93a3e55-d12f-4df8-b5c6-e89206d56e32", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dff0e61d-d316-4ad6-9d00-116e48e018fe", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f1c67fa6-2deb-4a76-89a6-e1003f4afd09", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5d8b69ce-3ea3-4c32-8783-4a326e118f0a", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "420f9b94-a16b-414f-8b2e-5dc6f63c2497", + "newLocation": { + "bar": 140, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.3181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f5570587-dbb4-4eb3-8ac5-a62d017a7707", + "newLocation": { + "bar": 140, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0da2afc2-7f5b-4435-bebf-73700f8564ee", + "newLocation": { + "bar": 140, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fa6e7fc5-90bd-4698-8647-1ea71d885913", + "newLocation": { + "bar": 140, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "be5d82a2-a1a5-4c7e-ba21-258600fe568f", + "newLocation": { + "bar": 140, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 201.375, + "noteFunction": "", + "noteid": "443bec83-350b-4aeb-b21e-4cbebe2d0176", + "newLocation": { + "bar": 140, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "22fde9ee-ae19-4f0e-b7c5-f319cba5dde8", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc52aa46-1832-42f3-ae7a-8072c4ef9fa6", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.86363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -201.375, + "noteFunction": "", + "noteid": "65c46c3c-2c66-471f-bbec-93e1988ae74c", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9ac63d47-396c-4908-9f6f-a3c719668ee8", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f84f089-4e66-4974-86e7-169a22aedc97", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1c10ef8f-8ba1-45c1-a74b-85b6d73eaf9b", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -67.125, + "noteFunction": "", + "noteid": "853ea6d1-e52e-44ee-8d9d-036a91db2bad", + "newLocation": { + "bar": 141, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "17eb18ae-ea4f-4756-8016-eb94eea7dad3", + "newLocation": { + "bar": 141, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b935034-d69a-4f04-9bd3-6dfc67d685f9", + "newLocation": { + "bar": 141, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "abc8c2a0-7bdc-482b-8d68-63175d521437", + "newLocation": { + "bar": 141, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8b2688e-91ff-43c0-8b17-292ed1f55e6f", + "newLocation": { + "bar": 141, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f6365111-caa2-46aa-86b1-6271d4c725f7", + "newLocation": { + "bar": 141, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "871a6476-0039-4d27-9231-00bb7c899524", + "newLocation": { + "bar": 141, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "77cadd7f-f3bf-41dd-855b-992144531cc0", + "newLocation": { + "bar": 141, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7f8986ce-024f-48d9-a7c0-6e47df04d85b", + "newLocation": { + "bar": 141, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "702ebd4b-1285-4939-a616-10a78c7c7dd2", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b6d1414-18b9-4451-abe4-0bbcc5c93514", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -201.375, + "noteFunction": "", + "noteid": "96511bd1-6c54-4f1a-9a3a-a44bda62db4f", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "634ff764-8ced-4366-be52-9b5bb7c16ff9", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5217db7e-4a14-4f0b-bd54-27c9cb4602f9", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a0439526-2be1-43c3-af2b-99d460c675be", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4adda6e3-4519-42e7-ae17-669ec3937482", + "newLocation": { + "bar": 142, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82206859-5b96-4e3f-ac55-77db4986400d", + "newLocation": { + "bar": 142, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "63c127d3-04fa-493f-8073-2870e5e195da", + "newLocation": { + "bar": 142, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "34bfd21b-9c0c-4bfe-8c99-ad1762df4508", + "newLocation": { + "bar": 142, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 67.125, + "noteFunction": "", + "noteid": "084b9c67-964b-4a76-91e9-7ad588f856ac", + "newLocation": { + "bar": 142, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "19e3cbbe-7309-4b85-95b9-0f9fbb07f39d", + "newLocation": { + "bar": 142, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "410fc7e5-f6c3-445e-a58b-336d10fda043", + "newLocation": { + "bar": 142, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6b7120da-9892-4b13-a386-58b6f08d8939", + "newLocation": { + "bar": 142, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 201.375, + "noteFunction": "", + "noteid": "176c5431-b673-47e1-bd14-42c3b465cf4b", + "newLocation": { + "bar": 142, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "842baedc-0e06-4ae3-8915-040ff8702662", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5688ad27-b7bf-43d5-9d9c-8d8366c7202a", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -201.375, + "noteFunction": "", + "noteid": "96fa1b2d-0b92-4195-9883-e515b429f73d", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -201.375, + "noteFunction": "", + "noteid": "79247bd8-8b05-4741-bed1-78a91d1dd436", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "485decf3-0c98-451c-8ad7-ef471f85c30b", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e68fa9f7-b9b6-4801-98aa-3de255491bd3", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.3181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -67.125, + "noteFunction": "", + "noteid": "347ed8db-a131-41a0-8d0b-74aef501512f", + "newLocation": { + "bar": 143, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.3181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c45069db-dff8-46a5-86e5-fd1648fc4091", + "newLocation": { + "bar": 143, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dc99980f-c342-4667-a65e-1803adb41844", + "newLocation": { + "bar": 143, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb9dc5f5-2a1d-49e5-89be-3b733a08fabc", + "newLocation": { + "bar": 143, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 67.125, + "noteFunction": "", + "noteid": "242cb341-00ea-4390-a98c-9ae945f2c613", + "newLocation": { + "bar": 143, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8b9a9aa3-dede-4149-a08f-809644aae44f", + "newLocation": { + "bar": 143, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2d70abf7-1155-458c-ab6e-63bbfada6037", + "newLocation": { + "bar": 143, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab1f0cbc-ce3b-4933-b059-fbe91c59a723", + "newLocation": { + "bar": 143, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e1a1f638-1740-4939-8aed-c00b90d9c2ca", + "newLocation": { + "bar": 143, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.86363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 201.375, + "noteFunction": "", + "noteid": "42c6c969-759c-4210-ad11-d313f7137fe8", + "newLocation": { + "bar": 143, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4b7202e3-7aeb-46b9-9e6e-43c09839392d", + "newLocation": { + "bar": 144, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.0681818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "37f191ed-e935-4e75-ad3c-a2f36b7030d0", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2f779853-a29f-4db5-bf5a-8b2fb96cd70c", + "newLocation": { + "bar": 144, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.20454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f43e1be4-6443-4f2e-adb2-c84c77f64a75", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc474f91-d188-4fad-9f31-4fc6c9891d48", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.3409090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "f8568bb0-c4aa-4e52-ab8d-5f36939086b1", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a719b0fe-45b6-4c9f-b564-ca09bbaa83ef", + "newLocation": { + "bar": 144, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "820e3998-56e0-486c-9b13-ec96e97cd8c3", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d00f5c1e-5ba7-4009-a9a0-31bbcc6a96f0", + "newLocation": { + "bar": 144, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.61363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6598ca71-29c8-451d-b5a2-d81ad8e330e0", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4038cfe1-b446-4a7e-96a2-2676fd60f69f", + "newLocation": { + "bar": 144, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.75, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f160d22e-8c9f-4891-b61a-f8e67bf19549", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 134.25, + "noteFunction": "", + "noteid": "74823a72-d5a8-4e70-ba84-1e98958a0f0c", + "newLocation": { + "bar": 144, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "329ff515-21e2-4c35-a30f-e6c4f59c11b4", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0c06ac03-e109-48ca-a052-5fa868df8e68", + "newLocation": { + "bar": 144, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.02272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ae592f12-1187-4eee-a55e-63dd046bfa21", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.09090909090907, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d264603f-379c-4552-8519-7799d43bd5d5", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 157.09090909090907, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a893e731-70a6-4548-ba85-f0ef815ff13a", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 157.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d6b9aedd-9204-4387-b4e4-78cf01bdbeda", + "newLocation": { + "bar": 145, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d8f08c68-5f2c-405e-a433-cf53cd3cb99c", + "newLocation": { + "bar": 145, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 201.375, + "noteFunction": "", + "noteid": "603ebb30-c3ed-44fb-be14-64e6e2b5737d", + "newLocation": { + "bar": 145, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.59090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -67.125, + "noteFunction": "", + "noteid": "33d51827-1a27-4422-a9d5-3d6eacb76f36", + "newLocation": { + "bar": 146, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5454545454545454, + "barNumber": 146, + "yPos": 0.0, + "noteFunction": "", + "noteid": "494d57ef-a699-4cc0-af93-121817575098", + "newLocation": { + "bar": 146, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 158.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.40909090909090906, + "barNumber": 146, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3673d04d-deb1-445c-8cd9-3887c6184a81", + "newLocation": { + "bar": 146, + "guidelineIndex": 4, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 159.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "39e57ed0-a741-4f76-86ab-faae657fe180", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "47abf56a-55b9-4998-9f8b-83413bbd9e37", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fa5faa01-f7ed-401c-aa34-a937188934b0", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 147, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6964fab6-6738-4222-b506-acbf0f553b68", + "newLocation": { + "bar": 147, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 159.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f8650787-8ec2-408c-9e75-5509ebf03044", + "newLocation": { + "bar": 147, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.09090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 147, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f1f6b3f4-9955-4a08-940e-315952cd4cef", + "newLocation": { + "bar": 147, + "guidelineIndex": 6, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 160.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -201.375, + "noteFunction": "", + "noteid": "34a3667d-05ca-4b8f-9a2a-24aab7119232", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "93b6f174-0457-4958-a49a-97b66049bcf1", + "newLocation": { + "bar": 148, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4c508af9-8113-4029-a5b7-a067c51e82fe", + "newLocation": { + "bar": 148, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2fb72995-d89e-47f1-977f-637eea37b294", + "newLocation": { + "bar": 148, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c12454ef-ed35-411d-91f3-490f4f0ff33e", + "newLocation": { + "bar": 148, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 134.25, + "noteFunction": "", + "noteid": "15f0fccb-f88e-4176-b060-d2fa8db20b7b", + "newLocation": { + "bar": 148, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 134.25, + "noteFunction": "", + "noteid": "88458187-c9fe-49cf-bd95-c422c75a95df", + "newLocation": { + "bar": 148, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "18c09e39-4d4b-4907-ad34-408804ce6dac", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "25f29bc0-45f8-4938-add9-8805e0c247f8", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f270eb44-8bc1-45c9-a2fc-853d54da6b1b", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -67.125, + "noteFunction": "", + "noteid": "618d37d2-8f20-4451-be5f-f2cfbc98d552", + "newLocation": { + "bar": 149, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38a797e9-79af-4f18-bb11-5b3275145b3a", + "newLocation": { + "bar": 149, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ec465ad3-33ce-4468-9bb0-6efbd1593efd", + "newLocation": { + "bar": 149, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 150, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bcec5936-c922-447e-b34f-70faae8fb112", + "newLocation": { + "bar": 150, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 162.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3a3f0957-ab00-438b-9819-f7eee1444180", + "newLocation": { + "bar": 150, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.09090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eae4f4bc-8eaf-4ff8-a800-96c3c903652e", + "newLocation": { + "bar": 150, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.09090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 0.0, + "noteFunction": "", + "noteid": "db642ddd-95c8-4cc2-a4c4-8b566bc2a13a", + "newLocation": { + "bar": 150, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c77db2d-a7e7-46c7-94e7-c253bda31b25", + "newLocation": { + "bar": 151, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4dcae3b6-96b0-42f5-bfe6-b76b84477ad2", + "newLocation": { + "bar": 151, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b650224-d95c-4a62-9485-b98b6411e938", + "newLocation": { + "bar": 151, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.13636363636363635, + "barNumber": 151, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f2f933ed-1e42-4e4a-833b-0f0fbb405bb2", + "newLocation": { + "bar": 151, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 164.3181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 67.125, + "noteFunction": "", + "noteid": "dc4e4430-9a08-42fd-bd6c-2dfbcaca9244", + "newLocation": { + "bar": 151, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2727272727272727, + "barNumber": 151, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4fff7bb2-1ccf-4bd4-bf2b-3fbbd8e5c13a", + "newLocation": { + "bar": 151, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 164.86363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -201.375, + "noteFunction": "", + "noteid": "10f276d4-db00-4534-abe6-dc548fdad1b4", + "newLocation": { + "bar": 152, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5bff18b6-0ff2-4e3d-8192-3915d5a68ed7", + "newLocation": { + "bar": 152, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5cbc9951-bf9f-49ed-9de3-f8694d933291", + "newLocation": { + "bar": 152, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f579833e-6c18-4dd7-8117-1e959797a194", + "newLocation": { + "bar": 152, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 0.0, + "noteFunction": "", + "noteid": "18985eb0-5ef2-49f2-af63-a23d4bb0eba5", + "newLocation": { + "bar": 152, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 152, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4cf24c0a-4de6-4335-a17d-4e06aba3e730", + "newLocation": { + "bar": 152, + "guidelineIndex": 6, + "lengthGuidelines": 30, + "isFree": false + } + }, + { + "time": 165.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 152, + "yPos": 134.25, + "noteFunction": "", + "noteid": "645c9d1b-601e-47a6-9ccc-6bbd4334441c", + "newLocation": { + "bar": 152, + "guidelineIndex": 6, + "lengthGuidelines": 30, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json.meta b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json.meta new file mode 100644 index 00000000..e6d08256 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars (2).json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9b669f41f328e6b43a6375f90b02cfed +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json new file mode 100644 index 00000000..ea96da48 --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json @@ -0,0 +1,15084 @@ +{ + "version": "2.0.2", + "title": "アトロポスと最果の探求者", + "composer": "CK", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 158, + "bpm": 230, + "difficulty": 11, + "difficultyName": "Incredible", + "createdDate": "2026-07-22 21:41:22", + "lastSavedTime": "2026-07-22 22:45:19", + "musicFile": "Atropos.mp3", + "backgroundFile": "", + "noteAmount": 881, + "globalDelaySeconds": 1.288, + "globalGuidelinesAmount": 8, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "IN Lv.11", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 126 + }, + { + "colorType": "red_hold", + "count": 70 + }, + { + "colorType": "green_tap", + "count": 135 + }, + { + "colorType": "green_hold", + "count": 41 + }, + { + "colorType": "yellow_tap", + "count": 115 + }, + { + "colorType": "yellow_hold", + "count": 45 + }, + { + "colorType": "purple_tap", + "count": 134 + }, + { + "colorType": "purple_hold", + "count": 49 + }, + { + "colorType": "blue_tap", + "count": 100 + }, + { + "colorType": "blue_hold", + "count": 66 + } + ], + "trackStates": { + "trackFading_active": false, + "red": { + "isOn": false, + "fadeTime": 0.0 + }, + "green": { + "isOn": false, + "fadeTime": 0.0 + }, + "yellow": { + "isOn": false, + "fadeTime": 0.0 + }, + "purple": { + "isOn": false, + "fadeTime": 0.0 + }, + "blue": { + "isOn": false, + "fadeTime": 0.0 + } + }, + "tracks": [ + { + "color": "red" + }, + { + "color": "green" + }, + { + "color": "yellow" + }, + { + "color": "purple" + }, + { + "color": "blue" + } + ], + "notes": [ + { + "time": 2.088782150515867, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -267.56048579077196, + "noteFunction": "", + "noteid": "445c619f-e33f-41ac-a4a0-05d1f3a36d0f", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.088782150515867, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -267.56048579077196, + "noteFunction": "", + "noteid": "8b57dfe0-b795-442e-9466-86d56bc5bc66", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.219216933124562, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -200.4354857907722, + "noteFunction": "", + "noteid": "d6044961-53c0-48e3-aade-5db78ac45d3f", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.349651715733258, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -133.31048579077196, + "noteFunction": "", + "noteid": "a5c286d8-dd02-4a36-95bb-320e09f14b99", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.4800864983419535, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -66.1854857907722, + "noteFunction": "", + "noteid": "a03fb702-7486-44b3-a68d-abf1526df75f", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.4800864983419535, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -66.1854857907722, + "noteFunction": "", + "noteid": "fddecafe-752e-4070-b9b2-4bd221ce49ca", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.740956063559345, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 68.06451420922804, + "noteFunction": "", + "noteid": "4dca078c-15fd-4ac7-aac3-207fb337f712", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.871390846168041, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 135.18951420922804, + "noteFunction": "", + "noteid": "63ba9c98-60c6-48f9-8063-f6fca408bf72", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.871390846168041, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 135.18951420922804, + "noteFunction": "", + "noteid": "b6c7c14d-a9ae-4529-9acf-829faa1e2982", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.0018256287767366, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 202.31451420922804, + "noteFunction": "", + "noteid": "a23d8a98-8d59-495c-a117-b5bc16b3f2a8", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.132260411385432, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -267.56048579077196, + "noteFunction": "", + "noteid": "eee053c6-fd44-4fa1-b990-d14ebfe2e4a5", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.262695193994128, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -200.43548579077174, + "noteFunction": "", + "noteid": "9043cd9f-c4b6-4b94-a465-e95bd715c6d4", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.3931299766028236, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -133.31048579077196, + "noteFunction": "", + "noteid": "2cd3b9d2-f216-41a3-9bd5-da169ad3d6da", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.523564759211519, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -66.18548579077196, + "noteFunction": "", + "noteid": "879487ed-9390-4efb-8974-d44a1427ba71", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.6539995418202147, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.9395142092280353, + "noteFunction": "", + "noteid": "59af9f45-731c-4c64-ab54-b106fda8f582", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.6539995418202147, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.9395142092280353, + "noteFunction": "", + "noteid": "fe0ca9be-3af2-48ef-8051-e51d6c3348b4", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.914869107037606, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 135.18951420922804, + "noteFunction": "", + "noteid": "5ee6f013-3c39-4808-a0b1-4be97e4304d8", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.980086498341954, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 168.75201420922804, + "noteFunction": "", + "noteid": "33b43dd6-09e3-4177-a675-6760731f76b7", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.045303889646302, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 202.31451420922804, + "noteFunction": "", + "noteid": "548327fd-9143-485a-a5bb-873aa9847c45", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.045303889646302, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 202.31451420922804, + "noteFunction": "", + "noteid": "72bfd936-302c-4e4a-8ab6-44eca0f962fe", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.306173454863693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -200.4354857907722, + "noteFunction": "", + "noteid": "8a0adf39-ae99-490e-8cd0-3c683cd3d2df", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.436608237472388, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 5, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "4cce3940-637d-4fc4-a131-4e676752b144", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 4.436608237472388, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 5, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "d43d424d-7e5c-4c2e-82ac-2ecfcb9f25d1", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 4.95834736790717, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 5, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "348fff05-7fa2-490f-ad29-cb9ab65bf716", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 5.219216933124562, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 6, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "58ea27ba-ba98-42af-b095-39c944ce2c39", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 5.4800864983419535, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "2455ac79-f7e3-448a-89e2-2e58de998feb", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.740956063559344, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 6, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "d7ae5ed0-122a-4db5-b204-b686503df3a8", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 6.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "71594eb8-5546-4509-99b6-f7564640c8d7", + "newLocation": { + "bar": 6, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 6.262695193994127, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "6b737ea3-4ced-40a9-9b63-81766e36bf5b", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.521739130434782, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "55e45620-c1db-48d1-b993-465cbd0bb2e2", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 6.782608695652174, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e05ae0de-5412-4c42-8c2f-8b8b964952d4", + "newLocation": { + "bar": 7, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 7.043478260869565, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "45b44c59-03c9-469f-a14a-c6eb6fbc364a", + "newLocation": { + "bar": 7, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.173913043478261, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "846b56c4-6e67-4849-8aa7-8c61eb844e35", + "newLocation": { + "bar": 7, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.306173454863693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "5b9f6bdc-12d7-46d0-87c2-605a885de88d", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.436608237472388, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -200.4354857907722, + "noteFunction": "", + "noteid": "4daa41a2-3b56-4963-a664-b5b0f7b2131f", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.567043020081083, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 8, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "42880662-fc2a-404a-b52b-31fb40ce31c4", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 7.567043020081083, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "232b3a4a-3a49-4d38-8fb6-cb14d0ebe1ec", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.827912585298475, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "7d7204c9-3d3c-45ef-8489-1e5d7dd5ef5c", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.9583473679071695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 68.06451420922733, + "noteFunction": "", + "noteid": "f1dcc3cd-1fb9-4c40-a407-179246ad0fe2", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f79cdf98-1fb0-4f4d-8f17-89448342c1f4", + "newLocation": { + "bar": 8, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.217391304347826, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 201.375, + "noteFunction": "", + "noteid": "34d63a11-1949-4b67-a739-72e55e4ba676", + "newLocation": { + "bar": 8, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.349651715733257, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 9, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "e4788234-3ffa-4f8f-9856-488a07841b68", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 8.349651715733257, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 9, + "yPos": -267.5604857907722, + "noteFunction": "CameraWaveFX", + "noteid": "be17bf60-35d0-4c04-8bdf-6b7ccab9c7c4", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 8.740956063559345, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -66.1854857907722, + "noteFunction": "", + "noteid": "5d20e115-ab1d-47b9-ae35-e8c1e9e517b3", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.806173454863693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -32.622985790772205, + "noteFunction": "", + "noteid": "9da98625-6f33-48ea-bc42-7f9f60ddd2c5", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.87139084616804, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "42f1d929-4cb1-4de7-ba55-b5b19d4b8a2f", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.001825628776736, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 68.0645142092278, + "noteFunction": "", + "noteid": "784a2a8f-796b-486f-8d60-0ee65e03046a", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.132260411385431, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "2ca0f79e-cccc-4b9d-a057-737ba76b3101", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.132260411385431, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "85b680ad-0fac-4d17-91b9-baf71f372577", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.262695193994126, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 202.3145142092278, + "noteFunction": "", + "noteid": "01426bd9-9044-44e1-b1bf-bc368253faa5", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.393129976602824, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "69911f3e-e89b-47d3-92c6-018cc2b6e161", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.393129976602824, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "1695af4c-ebe6-4b86-b97d-6dde6270824a", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.523564759211519, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -200.4354857907722, + "noteFunction": "", + "noteid": "40f4e63a-1b05-446f-add1-92fecaad2b60", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.588782150515867, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -166.8729857907722, + "noteFunction": "", + "noteid": "65fe5cf6-dd9d-44d4-92fd-f4faa249cf51", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.653999541820214, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "21433574-bba9-4edc-8f8c-91c4b116dec3", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.78443432442891, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -66.1854857907722, + "noteFunction": "", + "noteid": "90100842-6e38-418f-98b0-0f534a371968", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.914869107037605, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 10, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "fe8b11d4-af6d-47c9-8023-ac5bc4068c2e", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 9.914869107037605, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 10, + "yPos": 0.9395142092277968, + "noteFunction": "CameraWaveFX", + "noteid": "466ffaac-1e86-437f-89a0-99b8fd6e2d1e", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 10.306173454863693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 10, + "yPos": 202.3145142092278, + "noteFunction": "CameraWaveFX", + "noteid": "8210c227-4519-4591-af4e-0835a412135b", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 10.306173454863693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.261, + "barNumber": 10, + "yPos": 202.3145142092278, + "noteFunction": "", + "noteid": "22fd00ff-5b0b-458e-886a-db53e3eb6953", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 10.697477802689779, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 11, + "yPos": -133.3104857907722, + "noteFunction": "CameraShakeEvent", + "noteid": "aa180760-4807-4c99-9dfb-36a6597f2af9", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 10.697477802689779, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 11, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "d7d330f4-cf9a-4259-b5da-374c19c8c98c", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 11.219216933124562, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "810d48c8-6d01-44ee-933f-bff1c6025eec", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.349651715733257, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 202.3145142092278, + "noteFunction": "", + "noteid": "76ac6e86-f82e-4b5f-a8b4-7c91935a0257", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.480086498341953, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "ce329b83-037f-4e73-960b-5edce12e7d05", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 11.740956063559345, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "eb6ff069-6512-49ec-92d4-e963bfffac3a", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 11.740956063559345, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "394ff45d-91db-4dfa-b042-fdda14ae23db", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.001825628776736, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "cbb60a9d-3171-4606-a7f0-7e277ba2a3cc", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 12.132260411385431, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 68.0645142092278, + "noteFunction": "", + "noteid": "e0f140ce-d457-4b62-933f-147a4ad66fed", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.262695193994126, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "6ac332bb-c381-4aa3-807c-5b4ee1f83534", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 12.39312997660282, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "4ddbe520-6268-4d3b-9d77-6270bece8abc", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.523564759211519, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 13, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "0155e52e-15e8-4f6a-8cac-1361058847b8", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 12.78443432442891, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 13, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "faeb53e1-f7be-4e36-94e1-9485b8521523", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 12.914869107037605, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -66.1854857907722, + "noteFunction": "", + "noteid": "8708d634-3291-4226-859a-6e7f7254258b", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.0453038896463, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 13, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "eae7adfb-ee13-4a2f-a3f7-195090b6d87c", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 13.306173454863693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "cc2c52e5-947b-49ce-8924-26493fc56305", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.436608237472388, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 202.3145142092278, + "noteFunction": "", + "noteid": "0f4eba69-354d-4b80-ad64-703e77f18cf9", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.567043020081083, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "de7a956e-3de6-4f1a-b37f-7d72ed2df437", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.697477802689779, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -200.4354857907722, + "noteFunction": "", + "noteid": "b8091448-5375-41e4-b724-1733bf715674", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.827912585298474, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 14, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "38f96491-96d9-40d1-963d-a7fe1283627b", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 13.827912585298474, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 14, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "3bf14224-9ceb-44c2-9f7f-ec325a6aec95", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 14.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3563cc6d-13bf-4ff4-a78a-9c4b178b5b23", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.217391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 67.125, + "noteFunction": "", + "noteid": "34f3edf2-4c28-4309-8c12-90bc56a6b2d7", + "newLocation": { + "bar": 14, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.349651715733257, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 135.1895142092278, + "noteFunction": "", + "noteid": "027fde9c-1cff-488a-86a7-72535d7299d0", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.480086498341953, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 202.3145142092278, + "noteFunction": "", + "noteid": "bf72a8a7-ff1e-42fd-ab26-6523d4a0df18", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.608695652173912, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "CameraShakeEvent", + "noteid": "25db94b7-39ad-47f2-8752-1a73049e4155", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 10, + "isFree": false + } + }, + { + "time": 14.610521280950648, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -267.5604857907722, + "noteFunction": "", + "noteid": "014f1ea2-6dab-48d0-aad4-5fcb15c5e2b5", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.87139084616804, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "c86a85c3-67e2-4288-9b7d-273931aa3ba9", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.914869107037605, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -133.3104857907722, + "noteFunction": "", + "noteid": "b0279cce-328c-4a30-a70c-a683678fec6b", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.175738672254997, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.0434782608695652, + "barNumber": 16, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "0e897fb1-01d5-4ba1-bd35-0ecca69bac39", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 8, + "isFree": true + } + }, + { + "time": 16.175738672254997, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.9395142092277968, + "noteFunction": "", + "noteid": "b3ff0d4a-d7f6-4188-9112-e0b340ead613", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.480086498341954, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "15527dbd-70c9-44d0-8e50-0494f589c0a8", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.740956063559345, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "8b743d54-8067-4c05-a34e-c934fe560bc7", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.740956063559345, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 18, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "a0b81e97-c1fc-4c49-834a-8cf3a3f9ab0b", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 10, + "isFree": true + } + }, + { + "time": 19.306173454863693, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 19, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "7fcc901c-aa74-4973-938f-d337ae6234eb", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 10, + "isFree": true + } + }, + { + "time": 19.306173454863693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 19, + "yPos": 0.9395142092287507, + "noteFunction": "CameraWaveFX", + "noteid": "89458ae9-67d2-4894-b3c3-b8055cc916f3", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 10, + "isFree": true + } + }, + { + "time": 20.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "83540c6e-9a23-4029-a751-0c255783198c", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.87139084616804, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "1712f71a-0efc-4ac6-896a-7d76e5fb1b5a", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.393129976602825, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "4d7fa5ef-5b0d-49f4-9e2a-3be1a59922f5", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.52356475921152, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 68.06451420922875, + "noteFunction": "", + "noteid": "10543080-e670-469f-9ea2-39235c69406f", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.653999541820216, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "60b5823a-2f12-47ce-8f3b-b37750a67dfc", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.653999541820216, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "d268b063-98e0-4c6b-95cc-d0612869084c", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.175738672254997, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 22, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "f6afa43c-cccb-4c2a-abef-a85f2f39dea4", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 22.436608237472388, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "4aaf2f9c-d7eb-4538-86ae-b6fdacba5f09", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.436608237472388, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "51152d0b-e75f-4155-8442-1b8dfa79b4d6", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.827912585298478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.391, + "barNumber": 22, + "yPos": 202.31451420922875, + "noteFunction": "", + "noteid": "29a4b7dd-e41b-4949-aae5-8253aef53f21", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 3, + "isFree": true + } + }, + { + "time": 23.219216933124564, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 23, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "9cea9758-91ee-4207-b17e-b33dfc58d6ba", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 23.219216933124564, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 23, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "07a1cefb-3229-4ad6-b4e4-7f817e2d78fb", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 23.740956063559345, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "df78a704-97c8-4942-a4fe-21e36e29c85c", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.87139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 202.31451420922875, + "noteFunction": "", + "noteid": "d844d5bc-5067-49a3-8c10-f796b8685e14", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.001825628776736, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "7190fcc8-5316-4d79-a9e0-b61ae12fffed", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.001825628776736, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "e6e43315-c84d-432f-bcd0-e64a54e92c95", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 24, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "a1bd7a05-f524-4da2-90ac-0543ea82ba1e", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 24.78443432442891, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "72ff4b0b-7f45-48cc-b8a3-75be61133955", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.78443432442891, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "e6086c95-5636-41e6-9b71-e99af076c124", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.175738672254997, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 25, + "yPos": -200.43548579077125, + "noteFunction": "", + "noteid": "7c0ea8d7-36fd-4001-ba53-abdeb5e8e952", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 25.436608237472388, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -66.18548579077125, + "noteFunction": "", + "noteid": "a233d7b4-86ad-4bbc-a231-c1caf78ec288", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.567043020081083, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 25, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "b2975a25-4518-4d63-9732-34d5f3d2f059", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 25.827912585298478, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 25, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "c0a72dd7-f0ed-429b-a076-a78f5d5beb9d", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 26.08878215051587, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 26, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "28a4f545-d2ad-40d3-b0cd-6971ee051327", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 26.34965171573326, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 26, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "ba34e70d-edf7-4f52-9a0a-76150094b60a", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 26.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "ec72e7d2-6f42-4dbf-a406-16ae0341fbc9", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.001825628776736, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 202.31451420922875, + "noteFunction": "", + "noteid": "63008ac9-1612-41d1-824d-32f23e753d92", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "6c3f910d-5751-4998-b7bf-80116d7ac706", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.13226041138543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "33765ec4-f010-403a-a82f-c803b327b616", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.653999541820216, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 27, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "8740fd96-8c6e-4dff-bca8-762974d9a32b", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 27.914869107037607, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "7511fe54-0529-4baa-8de7-c1305dab2723", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.914869107037607, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 27, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "c6d45a84-d1d1-4d05-ae85-67977c1d7901", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 28.175738672254997, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "93e61283-fdc6-4895-8bdd-954a5843ac5a", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 28.436608237472388, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "b0f34b29-82f0-4a94-8725-08c3bfa44e16", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 28.697477802689782, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "97793e77-8987-462d-8e8f-c01c5cbe67d3", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 28.697477802689782, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "27bd2e00-8be7-495e-b9a0-7215442f19ef", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.958347367907173, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "670ba292-54ab-467a-96c1-13e280288df3", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 29.219216933124564, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 29, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "a16303a3-4488-4cbb-bdda-28fcc82ba76d", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 29.480086498341954, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 29, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "af345fd5-1bbd-45c1-9db0-95f921b626ac", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 29.480086498341954, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "6a1779a9-ba34-4118-a46f-4c4da6b0eeb9", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.001825628776736, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "00e3fa80-e40b-401c-b6e8-fda8fc8ffc5f", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.26269519399413, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 30, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "3ac8cde1-5a32-40e8-9264-354128df0bfc", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 30.26269519399413, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "7a556122-02d0-4a71-b964-996338921dff", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.78443432442891, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "fa1ed34b-e899-48cd-b677-0826a2c15386", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.045303889646302, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "e386e5b6-99ca-4263-9e92-496d8858e2ab", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.045303889646302, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 135.18951420922875, + "noteFunction": "", + "noteid": "9e549941-7cb5-4a62-a346-6d418f98bf86", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.306173454863693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -267.5604857907712, + "noteFunction": "", + "noteid": "d689cb5f-257f-4b5e-b638-ebb025215339", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.567043020081083, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "c17d49f5-d2f4-42a5-bcc6-0dcc191e3649", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.697477802689775, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "e1682292-8cef-452c-a6f0-271445fff052", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.827912585298478, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "568ca3f3-27bc-4749-8ccc-2bcebbe8c067", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 31.827912585298478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": 0.9395142092287507, + "noteFunction": "", + "noteid": "1af9ab83-07ec-4d93-a499-1f03a1cd7dc9", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 32.608695652173914, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "161d3b9c-6400-4fea-9637-51a76a76ab90", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 32.61052128095065, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 32, + "yPos": -133.31048579077125, + "noteFunction": "", + "noteid": "f190a753-76b4-4dc9-93eb-d7efc85f4e61", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 33.39312997660282, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "2019ed13-10c0-423a-a2b0-51e8e0ff61db", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.39312997660282, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "30713fcc-8077-418c-84fb-ac004b8377dd", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.39312997660282, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "06d270d4-5e2d-4972-95bb-2f933eb8fa78", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.78443432442891, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "ebc0051b-ad66-4ab8-8957-86ee303b9d6f", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.9148691070376, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "8871d6cb-79b4-4ed9-a866-20bff10f6555", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.0453038896463, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "53b7a97e-5ed4-40e1-8a53-9c4eb4fa60af", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.175738672254994, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d1d30d8f-8ee8-41e0-b96e-b8373d88b2db", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.175738672254994, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d46cd5ab-2000-4631-9823-6ad3e1d0bd46", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.30617345486369, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "b25046e7-326b-4e9d-9539-414d96aa6db9", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.436608237472385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "80b4096c-52eb-475f-8b84-4173440177f9", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.697477802689775, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 34, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "395d298c-7849-4f87-ace7-3e6ca85897ab", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 34.95652173913044, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c101cee5-e98e-46c1-a87c-fdab4053941c", + "newLocation": { + "bar": 34, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 34.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "60b35d72-b838-4a78-b5a2-4d6840243823", + "newLocation": { + "bar": 34, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 35.34965171573325, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.261, + "barNumber": 34, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "1202f1c1-d3d4-4b8d-9238-2f9d1444584f", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 35.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "435b99a9-760d-4bbd-b2d8-a559b0148010", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.740956063559345, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ff1a780a-4681-4922-8b70-cf885cb6ac4f", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.740956063559345, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "238ee4a5-b160-4376-a4a3-a447a252b5cf", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.87139084616804, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "768bfefa-c081-465f-9526-71651a1d0f00", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.001825628776736, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 35, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "620055a6-a824-4923-a684-8d32c2e08bfe", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 36.262695193994126, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "612ba3ea-9eb2-48e7-8d14-31e78624d96b", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.39312997660282, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "593c36da-d298-41c6-907f-9a4d4adf2a95", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.52356475921152, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "546edfbb-058a-423c-b4c5-648071972cbe", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.52356475921152, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "3a4ce732-4dcb-4346-a3c8-8a41a017d5ce", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.9148691070376, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "cb02a530-6c95-4055-adbf-ba7155014c9f", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.98008649834195, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -32.62298579077316, + "noteFunction": "", + "noteid": "520986f9-9f8a-4751-9f52-17dcec7dd794", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.0453038896463, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 36, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "20b0580a-b3ac-4a05-9c7e-aeeddc51dd37", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 37.30617345486369, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d3ff4c4b-5b4d-47cf-854d-55c082871b24", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.30617345486369, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "f4eee21a-2403-4769-9668-410e83c0356d", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.697477802689775, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.261, + "barNumber": 37, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "1ab7345e-458a-44fa-9f62-69667a437b52", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 37.697477802689775, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.261, + "barNumber": 37, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "ae7f1d16-94b0-408d-887c-e050fde78180", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 38.08878215051586, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 37, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "fd07e191-f029-49ec-aa62-6d4258530fe0", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 38.08878215051586, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 37, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "275e39b0-b137-49ca-92df-0a375f1149ba", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 38.48008649834195, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "db051b7d-e3bf-4762-b2d2-88961f6acdb6", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "9efa1e9a-0efe-47c3-855c-a58e2fc5c561", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.740956063559345, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "7db78e1f-fa17-4fa5-8259-122e3058189c", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.87139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "d041b83e-f290-435b-8257-f18a64435aa8", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.87139084616804, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "0135923a-8983-417e-ac0e-94ed97857e32", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.001825628776736, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "ed5ad719-f208-4b7f-8ef8-1e67bc7da2c9", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.262695193994126, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "23558342-fe05-4d5e-bfbc-5ba87e1b9cba", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.32791258529848, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 101.62701420923065, + "noteFunction": "", + "noteid": "abb4dd2a-c08f-4ba4-aeaa-c290c606c328", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.39312997660282, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "1c91b332-fcef-4feb-94d0-54047c858e49", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.52356475921152, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "7f30ad45-525e-475f-9df5-2dff42fe4fce", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.65399954182021, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a275c637-97f8-4d82-b2ee-e11fd19e74e7", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.65399954182021, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "de764054-88f9-4e44-ab3c-0ca81c8839f9", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.78443432442891, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "958fe433-9692-4892-9acc-746d5df13bec", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.0453038896463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "3c035115-9c52-4048-aad7-9a1a2418cb5b", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.175738672254994, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 39, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "d5c6d6df-37e0-4cc5-9abc-32a87ecb7663", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 40.175738672254994, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "531c27ac-7fa0-4629-b962-f3bb8b840f4c", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.30617345486369, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "de70ec15-3eac-4363-9b63-651a4f551a52", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.436608237472385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "03b372b6-2484-46b8-a61a-0d2291d4f8d8", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.436608237472385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "76f97792-fece-4d39-9257-b7eec29111fd", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.56704302008108, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "54c49947-d121-404a-953d-f76a014707c1", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.82791258529847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.261, + "barNumber": 40, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "2042c58e-b130-46cb-9624-e4d2acbb6b46", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 40.82791258529847, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "8e58f534-6c29-43a7-984e-20456a5ed6dc", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.08878215051586, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "25da25c4-1d1e-47ec-bbc6-d9a7b716b9fe", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.21921693312456, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "9aa44f40-e817-44c9-be7e-1adf0715441e", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.21921693312456, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 40, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "a6c20ff9-35c6-4750-aef5-9e8b908a27ef", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 41.610521280950636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 202.31451420922303, + "noteFunction": "", + "noteid": "b8ca0358-51ed-4bc5-b3a6-393cca30d3e5", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.610521280950636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 202.31451420922303, + "noteFunction": "", + "noteid": "8507bab3-940b-4489-9cdb-c9cbfe379066", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.740956063559345, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "93a1e7f7-8d08-46d0-bf0e-6e97cd11cd8b", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.87139084616804, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "0174bb4f-a8dc-4fcd-a960-59e28507d033", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.001825628776736, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 41, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "95cba1d3-ab2e-4194-907b-06a4e8f6e2af", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 42.001825628776736, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 41, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "22064156-1c56-4dc1-95cd-875f6430198f", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 42.39312997660282, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "1c5aea57-93b2-4010-9367-3cc2ab6109fb", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.45834736790717, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 101.62701420923065, + "noteFunction": "", + "noteid": "625e9d1d-b088-4264-815b-5ceab079390b", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.52356475921152, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "4382f57a-1cb1-4885-952a-4ed80aba0f8d", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.65399954182021, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "c0554869-fae9-47d4-898d-f47adbfecf1d", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.78443432442891, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "ce4d318d-3366-42f1-8a90-92b101b15e68", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.78443432442891, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "c995deb0-08bb-44bf-b989-841e524c4a5a", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.0453038896463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "1e10938f-029c-4873-b9e5-bfd68bf72b37", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.0453038896463, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "fd909bce-1751-4717-a02a-8aa027c965fb", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.30617345486369, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "20c42ac7-c3fd-4e56-964f-60e2994167f8", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.30617345486369, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "b817a950-18ab-4080-9926-eb0d86f3e341", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.56704302008108, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "067cc7a8-c1c5-48e9-afa1-98c704e53672", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.56704302008108, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "4055b76d-db06-472a-b2d0-95610248332b", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.82791258529847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "3ae2bb7b-3677-4424-b665-452c2b3d42c9", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.82791258529847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "10736f8e-4548-411d-89dd-48b3b6dad6a4", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.08878215051586, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "4419e8ef-af12-4d16-a8c8-5a841ef1942d", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.08878215051586, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "d5251636-befa-41bf-aee9-a87dde82667b", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.34965171573325, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 43, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "35a34ac1-0c32-4923-9624-27aea3a7daf3", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 44.34965171573325, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "9be5bda7-d442-4520-ba95-eb4a589ad377", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.61052128095064, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "3677a80a-d99d-401a-a37f-5f1dcb3b6c71", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.87139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "e7bf663a-013f-490f-988b-b5a4475af65d", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "befe9699-7e11-479c-86c0-e48d294de198", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.262695193994126, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "8099bebe-60f9-4ead-8617-c8baabf4b416", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.39312997660282, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "a4645a38-ca27-4a5f-a1c6-6e1440c65077", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.39312997660282, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "af2bd2ea-836b-4ed9-b9d3-6ea252564b95", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.52356475921152, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "6c6f5463-6211-4253-bdbc-a3206f4b66df", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "49dc06a8-e062-431a-ae05-69ef76d2ba3b", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.65399954182021, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "fd4ed7a3-ee3e-412b-a4bb-da17eb70e391", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.78443432442891, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "dbddd833-7b8e-4bdc-abc0-63df34e3cd92", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.78443432442891, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "4e45ce32-baa6-4e11-82ca-f39d643b219f", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.9148691070376, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "19c132ee-1b54-4892-8c60-9737d2510e1c", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.9148691070376, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 45, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "3b59ac71-972c-4af2-ba68-55400ba72b54", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 46.175738672254994, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "4d938bed-2f94-462f-a88d-6090781921f3", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.436608237472385, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "0cd9cd54-a457-408d-90f8-a6d9c2d896a9", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.56704302008108, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "c308d4c3-5f0a-426a-912d-25b107423899", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.697477802689775, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 45, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "b38fd993-37bd-4400-b64d-4b7b6788005d", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 46.697477802689775, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "5d7019b3-5dbd-4f28-a60e-c3556fb8a1f1", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.958347367907166, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "fe6b527c-e55a-4c83-a184-9908fe07e3d6", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.21921693312456, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "e0018a7d-4e23-4358-8639-de1608de047b", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.48008649834195, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 46, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "a1ae8523-2d05-4cb7-8518-9a2f957a3a5c", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 47.740956063559345, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "96331e20-6f98-453c-931e-152e15e8cc3d", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.87139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "61c93173-5d9e-40d4-b693-e0b22920de01", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.93660823747239, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 235.87701420923065, + "noteFunction": "", + "noteid": "a9761966-ec44-4f2a-86cf-b6448c2754d0", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.001825628776736, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "11f2b130-709b-4a24-b6aa-edad0885f6d9", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.262695193994126, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 47, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "5a27ad4f-ff5d-459c-a907-8c46505e6928", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 48.39312997660282, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "d760fb43-fbb2-48fb-8d07-e8af05c9ca37", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.52356475921152, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "75ecfadb-b51a-4e37-a89d-3ae4c2323c5b", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.65399954182021, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "81abfbc6-5428-4545-8ebc-818f0b026272", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.78443432442891, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "cb497efc-143d-410b-9d47-18df5ba63584", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.9148691070376, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "f5eebeaf-11b2-4f81-b9ee-87de03c05161", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.0453038896463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "3b5d40ee-5ef7-4a82-bbdb-657f624620c5", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.0453038896463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "393bcec2-0d9b-4ddd-965c-d97a99484e76", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.30617345486369, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "9f15acec-1d30-40ca-8843-60dade3ba72c", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.436608237472385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "db21ee7b-4fc1-419b-87ce-43098d6d03c8", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.56704302008108, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "bbacbd80-037f-430e-83e8-112ca640e87a", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.697477802689775, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "44cd48a5-1262-43b7-8cbe-1d63fc99124e", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.82791258529847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d5a56705-50d5-412b-8180-7ce097c592a9", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.82791258529847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "b8a184fc-6a09-4d52-a1f2-51a8738b61c7", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.08878215051586, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "f7b28afe-1a59-414c-a004-19f1b94cc6e1", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.08878215051586, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "00413ad0-9c91-495d-aa9a-f82eb50e7219", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.34965171573325, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "06c0fd81-05d3-40a8-96f5-b5997725141d", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.34965171573325, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a56967b9-9d9c-4ce2-ac80-6e219850c650", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.61052128095064, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "fa92a6e3-4cb7-4a05-962d-8d970df16e4c", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.61052128095064, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "5e430061-8ae1-41a0-99b3-7f526e25c8f4", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.74095606355933, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 68.06451420922303, + "noteFunction": "", + "noteid": "9e129a01-fcbc-4ffb-9b99-8dc0a91e5d31", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "8d00100a-8210-477f-b63d-6b2b03d197ca", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.001825628776736, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "205e740f-b093-4f1c-9e9d-52a10f6563e7", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "34b481e0-1e64-42ce-8df0-28cf4fc9bf9e", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.13226041138543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "848a23d5-aa38-498e-b423-d4e2fce8c1ad", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.262695193994126, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "f4979335-3467-4f5b-a10a-137942daaf8a", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.39312997660282, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 50, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ab88bfbf-34fa-44e7-8311-86aafe58542c", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 51.39312997660282, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a2a71c14-c932-47c1-8262-27bcdd23c6c3", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "4315dad0-b482-45cb-96f5-a5deb5882c7d", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.65399954182021, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "cbfa06e6-6e02-44f5-8f8e-60fb4ac0635a", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.78443432442891, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "ba98e7f5-5bc0-480f-92ff-f8a1e9a3fee1", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.9148691070376, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "34dbfa02-7624-418f-b099-b3178547eeda", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.0453038896463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "ba1a84c0-693b-4d8c-a837-154964e2bff3", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.175738672254994, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.608695652173913, + "barNumber": 51, + "yPos": -267.56048579077316, + "noteFunction": "FlashBlinkEvent", + "noteid": "bdc96545-2e5f-4b1b-a0e0-da157118a6da", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 20, + "isFree": true + } + }, + { + "time": 53.48008649834195, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "55069b8a-ee75-42ae-a275-b255e622651f", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.61052128095064, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "dd4a84c7-48ff-49df-adb2-6d57005452c6", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.74095606355934, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.0434782608695652, + "barNumber": 52, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "45fd2f63-e0c0-4497-9a8a-9dd550dddee9", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 8, + "isFree": true + } + }, + { + "time": 55.0453038896463, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "2fdd5aa3-2758-4da9-879b-30cf1f5e16b9", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.175738672254994, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "ebd12ec6-97a3-4370-94a2-caa1093f580a", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.30617345486369, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "9d32ac94-022a-4ac3-a86a-e4f9a7876be6", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.30617345486369, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "e0cf80c1-cbee-443d-9fd6-8901fb2436a8", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.436608237472385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "5156c357-b36e-40d0-83cd-0226240d1152", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.436608237472385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -200.43548579077316, + "noteFunction": "CameraWaveFX", + "noteid": "37c96aac-4df0-4fd7-86f0-ffb935af9b0c", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.697477802689775, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -66.18548579077316, + "noteFunction": "CameraWaveFX", + "noteid": "90e3e0a9-985e-4066-b843-d24b6dcef7a2", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.697477802689775, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "cf809435-9513-4e8a-bbf7-5ff17d1f4f8f", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.958347367907166, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 68.06451420922684, + "noteFunction": "CameraWaveFX", + "noteid": "8e33f4f5-95b1-42f8-99fd-1500ce7d9c28", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.958347367907166, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "c47e9510-360a-49ed-b68a-4b522d0799f1", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "27752a19-9f56-4adb-87ca-f9dabb8175f1", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.21921693312456, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 202.31451420922684, + "noteFunction": "CameraWaveFX", + "noteid": "7b172ef9-09d5-4a68-8bab-766a62799432", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.34965171573325, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "b121f08a-47d7-4476-b277-318114c066f8", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.34965171573325, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "0e98a353-91f6-4e05-8ee7-3d50d379d7f1", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.608695652173914, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "CameraWaveFX", + "noteid": "c67c780d-1f3c-4657-8928-0099963e74ac", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.61052128095064, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a1e482ec-1e45-4060-b948-7cbbf533dc28", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "CameraShakeEvent", + "noteid": "60649098-c1c4-440e-8b80-202527e73f0f", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.87139084616804, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "b8563220-f83b-425a-ac12-ffbeee44234b", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.87139084616804, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "e1e5988e-3b5b-49c1-80b9-b5526705f0d8", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.001825628776736, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 68.06451420922684, + "noteFunction": "CameraShakeEvent", + "noteid": "1df1f60a-bbf3-4648-86d3-ac6009b7f977", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.001825628776736, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "8ef9b1af-9fda-48b8-823c-472d38992b04", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.001825628776736, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "b8ac210e-d5c6-4a13-af83-cd3b7dd4c842", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.262695193994126, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 202.31451420922684, + "noteFunction": "CameraShakeEvent", + "noteid": "bb08076f-89ee-4eec-88ec-320abc378fa3", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.262695193994126, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "9438dc16-98c1-4f04-afd1-2b6d039ecc16", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.262695193994126, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "f39aa62d-408e-4d48-86cb-621b8a710f90", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.52356475921152, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -200.43548579077316, + "noteFunction": "CameraScaleEvent", + "noteid": "6d442745-5902-443c-a32d-8d7897461b83", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.52356475921152, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "1461c5d5-cc85-4fe1-afa3-7b92d51fbe8b", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "7fe00e67-7664-4fa2-ba21-abfdfd5c8aa6", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.436608237472385, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "2e7e3676-3cd8-4050-919b-9a465a6dc5ab", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 58.436608237472385, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "92e9bd7c-d8ac-4c87-b360-5c77cb2fdd0c", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 58.958347367907166, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "2dde6da5-315b-4411-855e-08c135efe553", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.21921693312456, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "96689014-5262-4865-83e3-80b0fe26540b", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 59.21921693312456, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "a36d3a55-0746-4f91-b047-83dc2cda5bb4", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 59.74095606355934, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "e9256768-4c33-41e3-80f5-3553d95d79d4", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 60.001825628776736, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "1b6f44f9-a26a-4ff3-aa8f-1b55cbe24956", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 60.262695193994126, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d87f4fa2-b7b0-413d-b306-79664bcebd77", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 60.52356475921152, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 59, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "d7c9632e-c4f6-479a-bebf-6d3419e7d349", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 60.78443432442891, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 59, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "056909df-08e6-4b91-9076-5daedec99964", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 60.78443432442891, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 59, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "45ae4f5d-eb8c-4888-b315-e0be84b7a48e", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 61.30617345486369, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "26060053-20da-493e-ac2f-336220152238", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.436608237472385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "06829de3-64d6-4d22-b57c-15b6dcd63589", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.56704302008108, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a6a7ea5d-b650-409b-aa6b-a447f20f25a2", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 61.56704302008108, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "38cf8d98-979c-4ab9-90c9-c81e5b0e3a0d", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 62.08878215051586, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "9b6ab703-1294-4c65-9197-9f83a02973ce", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 62.34965171573325, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "86b4f9b7-7b91-4446-aad0-d327463f7c17", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 62.34965171573325, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "0b723a4a-63bb-4649-9529-200674c18259", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 62.87139084616803, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "28b97ed3-a3bf-47fa-b063-0a87f03cd1f3", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 61, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "3e7ee00c-838d-4927-9eee-2ccee3781039", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 63.39312997660282, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 61, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "0675660f-efa2-4c1a-aa2c-702e427f9429", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 63.65399954182021, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 62, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "633cecf6-f6c8-4c6b-96bf-1f018fb4305b", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 63.9148691070376, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 62, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "311dbac7-80a7-4f78-a760-44730eeef781", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 64.69747780268978, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 63, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "dca92b10-ed4c-4eb5-8fec-c820fa16f2fe", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 64.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "5b10d099-51bc-47d9-9c4b-7372f03506b5", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.21921693312456, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "6c581f91-267f-498c-b604-3c6288dffa4c", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9d6cf1cd-3640-4cd9-a9ec-b4fc97be23fa", + "newLocation": { + "bar": 63, + "guidelineIndex": 6, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 66.00182562877673, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "da33a0ee-9c14-459b-9642-0eeaf72dc00c", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.26269519399412, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 64, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "9f71900b-bfe3-490e-92e1-c6dc5bf7c6b2", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 66.52356475921151, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "83bc1636-1d6b-45d8-ae61-22cd9ba6129a", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "38887e20-bb83-45a7-8ee2-e0c3a75d5bba", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.04530388964629, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 65, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "82416d01-34bf-4e31-8a87-664ed6f7eb10", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 67.56704302008109, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "476b8321-c564-42fa-9eb2-f7811003a33d", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.82791258529848, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a35b0cfe-5ce4-4525-8427-46f0c99492ae", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.82791258529848, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "5e74e61c-6506-43c1-8d4d-48b638b923c2", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.34965171573326, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "0c3a8ec2-cd5a-4333-9a7b-92ab21e4a1cc", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.61052128095065, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 135.18951420922684, + "noteFunction": "CameraShakeEvent", + "noteid": "c4d78aee-4f5b-4c21-a55c-49386db48020", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "9a88d587-651e-4b11-9b6b-b331388347d9", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.87139084616804, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 67, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "298ae6a2-8413-424d-bbcb-2020fd9ef7d1", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 69.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 67, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ad043752-58cc-4960-b4cd-4f014189b193", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 69.39312997660282, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.9395142092268429, + "noteFunction": "CameraShakeEvent", + "noteid": "e5ade115-e5c4-4ebb-b5f9-4e18435cc827", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.65399954182021, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "081a1a3c-4a45-4a92-9785-8a56542eb3d8", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.65399954182021, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "7b5a9b80-6990-40f1-8efa-214f044ab1eb", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.9148691070376, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "f127e853-fea8-4069-938d-7342f2301427", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.9148691070376, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "8b4c2675-b53b-47f1-bf02-9255af850bce", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.175738672255, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 68, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "02d09d08-8271-4c32-b850-a9402baf4a67", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 70.175738672255, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 68, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "3fb0b896-8823-4cbd-962a-32dd03e1d32e", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 70.95834736790717, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "2e9801f0-2471-44ee-9215-377d554cf886", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 70.95834736790717, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "8752041a-55cc-446c-9d54-75a3474e96ef", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 71.21921693312456, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "2c0e2f0c-bdfd-4ff8-99d6-288b6fe5dc3e", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.48008649834195, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "de4bcd75-8be9-46ef-befa-6973f94712dd", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 71.61052128095066, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "fa6a90f5-f32d-4682-aa3c-9faea5788d92", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "115b7d56-fd53-4c67-b39c-e34a138370a2", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 71.74095606355934, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "df14a800-53d0-43a2-be24-2dd5eb1a3f23", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 72.26269519399412, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 70, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "f25d59d5-e16e-4d90-8cc1-2cd7e81beffe", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 72.26269519399412, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 70, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "e03eb28f-6b0f-47b0-9e05-fcd0b27aa8d1", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 72.52356475921151, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "0d3fd757-d28b-471f-a3ab-6891ef07125d", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.65399954182023, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "ed6d0479-d4f7-4515-b7ae-e195bfd69e87", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.7844343244289, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "11e04a87-21d6-4c5d-aa6d-432dc6c92cb5", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.91486910703762, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "dbd39865-d476-4bb8-bbda-02716b66bb6a", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.04530388964629, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "d8745172-5c45-4856-a2bc-a4ac3faf7682", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.17573867225501, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "ec01f3f4-2f80-40ac-b526-ba188e3e47cd", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "e27f6ffb-cfb6-45e2-9136-70b19ff1725c", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.43660823747238, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "b51d76c6-6519-471f-b44b-6f3760bf244c", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.56704302008109, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "2b9e180d-f1b8-48e3-ba5a-35b889228c30", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.56704302008109, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "f74df649-85f7-43a3-a876-4e94a20e2c53", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.82791258529848, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "dd0f988d-a868-4cf3-bbc7-1a9fb9191764", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.82791258529848, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "24042912-7565-4774-8914-fc0f29756235", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.95834736790717, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "b019e66b-0567-486e-98d4-50ec9c1e7648", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.08878215051587, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "dc5058aa-428f-46ba-b8fc-7a931a7623a6", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 74.08878215051587, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "7f95c0dd-fdc2-4355-ba8f-105c3b2550db", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 74.34965171573326, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "143bf248-cd4f-4b19-b035-a2d01805c38d", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.61052128095065, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "0a8489b1-0104-4a7b-8263-6ce97500659a", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.74095606355934, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "1ccbcfc2-bbfe-427c-8878-4275e4deb2aa", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "dfecbb18-2f7d-4cc0-a5da-2282790cf0b8", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 74.87139084616804, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "f2d0cc5f-8298-4cae-8aad-5df7e4b8a1e7", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 75.39312997660282, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 73, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "b63d3378-563c-48c7-8ed3-39ad40f10258", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 75.52356475921151, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "ca1b8823-9aa2-42ec-b941-6f192d23d058", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.65399954182021, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "d898dd87-b250-452a-a1a7-18f263c7b42e", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "b7a4d183-8b98-4367-b520-ee1be2ef8ac6", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.9148691070376, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "201110cd-5b03-448a-b3b9-ab9136b3d65c", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.04530388964629, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "6e6c16c1-2f36-4f87-9108-f2b3b8587b28", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.175738672255, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a5232eba-ee17-4478-b328-464bc377722c", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.30617345486368, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "b6cf2b28-327e-4b25-8e15-9f46a1d33809", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.43660823747238, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 74, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "f06515f7-fc81-411f-a8ba-131af068c92f", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 76.5670430200811, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "d6dcedea-e654-49e2-82e0-ea1b053143b7", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "5864d1a8-8717-40dd-9718-e6d069afe56b", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.82791258529849, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "88dfb3f9-69eb-4c6b-8e0a-ffa80e647689", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.95834736790717, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "ded90ae6-5167-440a-8e09-941326d40bb3", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.08878215051588, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "fff02480-e807-4805-b297-73314da145b6", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.08878215051588, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "9ad281ba-681c-4b4d-aade-93617cc779a6", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "525464f4-6951-4022-a784-e4fc80e2a524", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 77.21921693312456, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "a54e555c-144c-4a27-9401-9f4b59241af4", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 77.48008649834195, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "7e7201a7-63bb-4524-bba8-f603056974b8", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.74095606355934, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "5be0bc6d-35bf-4533-8595-bc56ce9dca4b", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 77.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "e188ace4-f9c9-4892-ae28-8312cd82d37d", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 78.00182562877673, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "260ec527-2dbe-41c2-8d22-45f9e393fa03", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 78.00182562877673, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "cf7e9ca7-6c7f-4a5c-8888-f51af9acba18", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 78.52356475921151, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 76, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "e82f2725-69d4-45e1-bf5b-55f699cd7ee3", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 78.52356475921151, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 76, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "1ee7aa64-acb6-4c47-bd19-6097e862c6ed", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 78.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "88a0c274-06ef-4a2a-b733-15507588ed54", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.91486910703762, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "699c04cd-967d-43b3-b3c0-a41412c99978", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.04530388964629, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "940edf62-677f-4359-b4fa-9648e0098dc7", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.17573867225501, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "21148182-0a2b-407c-b67d-fc374d6271f2", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.30617345486368, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "ce30f768-7cce-42f6-a78e-935870eaec47", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.43660823747238, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "18e2eaec-56e3-4b6f-a156-b932cf3d1f33", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.56704302008107, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 77, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "6c5a5a87-1030-473f-8cae-cdf79b86feb8", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 79.56704302008107, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 77, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "8d20ef20-3cfd-4c13-92c9-03534233d87e", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 80.08878215051587, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "4f1b8f3e-c512-4c83-883f-5039a94793ff", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.21921693312456, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "a3f72a1f-bae8-49fd-8933-b10ff2b410e0", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.34965171573326, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "43b05045-ec75-4034-b7ca-b65a41a5a7ae", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.34965171573326, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "1f5e48dd-ccf4-4ad4-98e4-bcc9410276fe", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.61052128095065, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "5dc8c7d1-832e-4d54-bf5d-7322c66f0134", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.675738672255, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -99.74798579077316, + "noteFunction": "", + "noteid": "9b50c1c8-1c97-4204-92e3-d3cc14d861bd", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "78eb06b6-4e79-4538-b1ec-62e61349c957", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.80617345486368, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -32.62298579077316, + "noteFunction": "", + "noteid": "ea8fa45d-7d5d-4be9-b01f-3546e9f13db2", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "f440bb10-b965-4047-a71c-f9476a12bd62", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.00182562877673, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "ee58e62f-be88-44b1-becd-979fa89a3130", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.00182562877673, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "0edc0d1c-bc33-42de-ada7-ceab6b65bf20", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "6a4ce1ea-2df3-4ade-bab5-2aa46e36673a", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.13226041138543, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 78, + "yPos": 135.18951420922684, + "noteFunction": "CameraShakeEvent", + "noteid": "3e7433d4-2afc-4cea-9550-a845b036dcce", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 81.39312997660282, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a0038e95-3c73-4b8b-a4fc-8d15f4e179c0", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.39312997660282, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 79, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "8bcf21e3-2f1a-4fc3-b0a6-70844da7ee3f", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 81.65399954182021, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 79, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a8ac26ae-87bb-43fc-be68-545a05abd7d5", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 81.65399954182021, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "4b8387d3-361c-414b-9b6c-1711c0bd9d49", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.9148691070376, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "ed66d624-88f0-4410-bc2d-3e10e9f79f4b", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.9148691070376, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "6954f4e9-09d7-4732-bb91-d30cdf638075", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.175738672255, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "633e0c05-3a7d-4e67-b80d-49965c82dece", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.175738672255, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "8fbff215-ad36-4f82-8b8b-a2308a65ca6d", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.43660823747238, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "817345c4-50ae-4159-a290-62e403a7cf44", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.43660823747238, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "fc01433c-b641-4dcc-a98f-e7e3c0ec764a", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.69747780268978, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 80, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "6f062e67-4731-4709-a994-0a6feab294ad", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 82.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 80, + "yPos": -133.31048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "b2a6db3e-ec34-430a-b2f1-ccfb4a66f4b9", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 83.48008649834195, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "c4462fb7-6758-4afc-8382-49f066aa75da", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.48008649834195, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "14dd80d0-f829-46df-bb21-6446c132d645", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.61052128095066, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "ecd67ac1-c141-46b1-a766-644f63a0fe83", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.74095606355934, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "3ead6349-f5a5-477f-a7b8-aae7df8619f1", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.87139084616805, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "06126c2f-3a10-490b-874e-5274362d7605", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.87139084616805, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "bfd159f9-d210-49a2-aff4-5d5b2f7d570c", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.13226041138545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "dc78bfc9-e435-4df5-9957-41ea8ecff921", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.26269519399412, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "1f864d07-b414-4b56-81eb-3e291af50f0a", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.26269519399412, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "618030b2-e378-4d96-aa0f-4e3416b4ebbd", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.39312997660284, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "e29dc926-b2e9-4bac-be18-77b3a12d4d62", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.52356475921151, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "d4fbf2b9-6dc3-40ec-a962-3c9a96d36509", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.65399954182023, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "81749000-5ae0-472f-8e7a-26898ab36a4c", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.65399954182023, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "4312ecc2-738b-4247-bb72-cf7f82c99b4e", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a8579f31-ca6f-499d-b52b-e6b2aa3abd8f", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.91486910703762, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "a14c5590-4059-4460-98e5-95fee3efb36f", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.04530388964629, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "99d592cd-2122-4e56-b98a-251e12ab927c", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.04530388964629, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "4b71c1cd-c08a-4876-8484-79c9a845b278", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "9727839b-d863-410b-8390-5fda5061a051", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.37139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 168.75201420922684, + "noteFunction": "", + "noteid": "965ab58b-c0b7-42d1-aacd-0055eb1efa67", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.43660823747238, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "c22b464a-8e95-439e-a6af-7a007e25a322", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.43660823747238, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "c215962d-0426-4ed6-804b-9c9c2509ceba", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "03523ecf-75bb-429d-884c-63a5759292ab", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.82791258529848, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 83, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "5ab38a49-7f36-46b1-adc6-ab0befe840d0", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 85.82791258529848, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 83, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "74b736c8-e6e9-4507-9c9c-090ee24ad3fc", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 86.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5bd76030-2f7b-47b4-bf51-120b51c5bf37", + "newLocation": { + "bar": 83, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f280274a-3b16-4db5-9341-24aebe38abcc", + "newLocation": { + "bar": 83, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "67532b52-6944-46b0-821d-8d387258e648", + "newLocation": { + "bar": 83, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 86.61052128095065, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "785fa4bf-4906-441b-bf6e-05fb093a6d9e", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 86.8695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5e2e78a9-1cfb-4525-8f1f-5615b3b775cf", + "newLocation": { + "bar": 84, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.13043478260869, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe2ad0b8-6b6f-4978-b048-a0890c999cb6", + "newLocation": { + "bar": 84, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.13226041138543, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "b36a8239-ee7f-4c44-b697-9c2e4e0dd695", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 87.39312997660282, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "9a5a66c5-a51d-4377-9e67-87488befb29f", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 87.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27055684-0d83-485f-98ef-8d73fdd46eff", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.91304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d77739d1-3f1e-445e-a3f1-73606169b4ad", + "newLocation": { + "bar": 85, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.9148691070376, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 85, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ca7f48de-e2c0-47ae-b64f-d4983dfb1b88", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 88.175738672255, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 85, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "e5971185-dfd5-451b-aabf-15253efe2960", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 88.43660823747238, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d8e54ee5-1e0d-46d9-8ffb-b3f76b068c90", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.56704302008107, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "7a0c8258-913f-4848-a1fc-4c7b9c58bc0f", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.69747780268978, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "3763e450-59a1-482d-88c5-bcadc2ef53f8", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.82791258529849, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "addf5b56-f17b-4d04-9f62-0aad21bd1079", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.95834736790717, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 86, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "f3a2a7ed-73d3-4677-8147-ef3a1f7e246b", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 88.95834736790717, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "2ff18d56-18b1-43a9-8c75-04d64049d9d5", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.21921693312456, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "aa473891-41e5-43ed-9673-1e21b0f1c711", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.48008649834195, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "800fd766-b338-45c2-a585-3be0ad1f4b09", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.73913043478261, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "CameraWaveFX", + "noteid": "9b842d9a-5e30-4287-b87f-1212147c479d", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 89.74095606355934, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 87, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "ed28aac3-d52e-467d-859b-a374ab922c38", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 90.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c8ecac92-1d75-4d72-b2a3-b310df8722bf", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.13226041138545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "9b47fb95-4826-4b19-9676-806d075b18b1", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.19747780268978, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -32.62298579077316, + "noteFunction": "", + "noteid": "ebad3c2a-5705-481d-8030-9ebbcef7e77e", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.26269519399412, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "c7d0b831-2864-49aa-b7b5-562968ad5cfe", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.39312997660284, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "d6c0894b-1a97-413c-a680-de381ca7b4e8", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.52356475921151, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "43d0e429-e6a5-4d43-a966-64e533b92247", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.52356475921151, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "78812c89-710b-4216-bd60-9d48eac83707", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.65399954182023, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "9e4770b5-6f9e-4dd2-ae2e-09f43c9a602c", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.65399954182023, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "54fc147c-c57d-4df4-9f2e-ecd5c329744e", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.7844343244289, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "1d446b91-30e9-44f2-bb36-5ec9c7896a3f", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.91486910703762, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "582f674b-17d3-4688-977e-b0017165f97c", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.98008649834195, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -166.87298579077316, + "noteFunction": "", + "noteid": "be0f711e-b10a-4dfe-a55f-0468e18c0978", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.04530388964629, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "87e0618b-e262-426d-8aad-0ec900a300ee", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.17573867225501, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "1fa28340-a655-40a7-9165-11ae987a4faf", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "a707f6f3-df47-41ae-868d-ff2e2c7d2224", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.30617345486368, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 88, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "8c85fbb0-b092-460d-b26e-3624f89be80c", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 91.56704302008107, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "4f4cf0b2-dece-4ee2-a8e4-78c92ef369fa", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.63226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 168.75201420922684, + "noteFunction": "", + "noteid": "b4d890f4-2266-4c2e-9631-78cdba441fe7", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.69747780268978, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 88, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "dcd4ddc8-b86e-4207-b44b-b6a39de372d6", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 91.95834736790717, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "749b531a-a497-4af1-8046-c12b62d61fca", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.02356475921151, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -166.87298579077316, + "noteFunction": "", + "noteid": "93ebce7c-34be-4e16-8afa-1d01da6b227e", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.08878215051587, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 89, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "7eb6ca32-ac63-4ec6-8554-bd42474c97e0", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 92.34965171573326, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "bdd5b83f-18f1-4843-b15c-9ddc684cbca5", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.61052128095065, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "3a41712a-ffdd-4049-93f6-c122d8c481e4", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "a0e47694-3e8d-4e66-8681-01ee68ec434b", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.87139084616804, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.12860915383196145, + "barNumber": 90, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "357128b0-9ff6-47d2-9119-098915a40ead", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 93.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -201.375, + "noteFunction": "", + "noteid": "59269aaa-b7a4-4632-8097-f9a61d22eafc", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.13226041138543, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.12860915383196145, + "barNumber": 90, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "b95188ad-39bc-4c0f-a349-11d9dbea0d92", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 93.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -67.125, + "noteFunction": "", + "noteid": "faa54221-f96c-486e-a5a3-bbec7c22919c", + "newLocation": { + "bar": 90, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.39312997660282, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.12860915383196145, + "barNumber": 90, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "8e56d3e1-cf7d-4102-98f3-e89539b533d6", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 93.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5b07610e-e4f3-4bde-bf5f-8be2589cd4d9", + "newLocation": { + "bar": 90, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.65399954182021, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.12860915383196145, + "barNumber": 90, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "30fa3739-0b79-433d-94ac-c74489ecb385", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 93.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d1b8beef-e722-485e-b604-7dbb1656c5ce", + "newLocation": { + "bar": 90, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.9148691070376, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.12860915383196145, + "barNumber": 91, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "6e8c4dd0-df7f-4582-90aa-89d0dede127f", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 94.04347826086956, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -201.375, + "noteFunction": "", + "noteid": "abb88154-1b02-447f-bc6b-3de12d093cbc", + "newLocation": { + "bar": 91, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.175738672255, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.12860915383196145, + "barNumber": 91, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "32c70e6f-6644-48f4-8f6b-87cfe0c68ff8", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 94.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7ef3d8f3-9270-406e-bbfa-ed0ed30a62f8", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.43478260869566, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 91, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c0c88257-f7d7-4452-aa97-c0a6593aec14", + "newLocation": { + "bar": 91, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 94.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5438c905-db4e-4ebd-8787-41c03caa621d", + "newLocation": { + "bar": 91, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.69747780268978, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "a3851e42-f278-4012-8fd6-92919c35702b", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.82791258529849, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "2e66da22-c466-4f2f-938c-1b722c2ba019", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.95834736790717, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "f8c93ebb-fa5e-47c8-9dbc-214828239dcf", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.08878215051588, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "105f6bee-50ac-4a74-9ca4-46b5987f773a", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 92, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "16789f13-88ef-4220-9734-f0f82b169a90", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 95.21921693312456, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 92, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "d0cf6c69-2e99-46b3-b3e5-28f20505434a", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 95.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 92, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "e080abf6-8b40-4e9a-8c9c-3ccf0cda74ea", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 96.00182562877673, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "a4340484-eff3-4108-866d-3ae942ae2586", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.13226041138545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "6481101e-5f77-4212-b13c-a23e02009a3e", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.26269519399412, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "505fa98a-ec5d-48dd-bb09-d32f81532007", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.26269519399412, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "0c680cf1-09c3-47b9-8114-705ca322c34a", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.39312997660284, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "ecf8ae29-3e3b-4d19-8d48-b3cab86da778", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.52356475921151, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "78010e1a-6b24-4230-afa3-db462de7eeaa", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.52356475921151, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "038c8441-b8f4-4b98-a415-8e0c3a809d74", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.7844343244289, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 93, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "3bdcefd2-a96e-4307-ae3b-d02d3bdc5764", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 96.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 93, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "58493891-70cf-4b1e-a2d1-0111b23f92e8", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 97.04530388964629, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "ebf03e7b-1742-4bb7-a9d5-ed0966e900d8", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.30617345486368, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "f706b727-df42-4400-adc3-ae961d880a67", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.4366082374724, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "54f30579-ce63-4676-8339-cd20db3c3814", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.56704302008107, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "09ecbcfd-7c4e-4704-9ad7-9ed84437c51d", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.56704302008107, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "366e7066-c741-4939-9257-df5c07995952", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.69747780268978, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "a4ef1bf7-ec56-4584-8bff-d8e2fbf8db51", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.82791258529848, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "86874b97-053d-4deb-bbf6-94ff098825ff", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.82791258529848, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "c6b5c45c-4ddb-49ce-9d27-ac4af2d75e72", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.95834736790717, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "63901eb9-3dd1-4d37-9d4e-4991b27bfe2f", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.08878215051587, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 95, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "01e1f5d9-7e56-49c7-8048-06d4ce768a78", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 98.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "03dafc56-faa4-486b-ae5c-2477eb6e3519", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.34965171573326, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "85ca89fb-ac55-4d87-8d11-82ee201b06c2", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.48008649834195, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "e516bea1-264d-47f0-b499-cb8df4a81b31", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.48008649834195, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "d50d6785-d0f1-4251-831c-49c2da0b5500", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.61052128095065, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "23222afb-1123-458c-9b68-3197fa876255", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "78fbad8b-5974-45b3-9544-d2ea97938cd2", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.87139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "ea76afef-668d-425e-af81-c37d737d2b97", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.87139084616804, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "21822b28-cc25-495d-af3f-3ac530315c25", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.00182562877673, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "3a78eddd-c3d7-4dfd-a769-e224b9a127e4", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "c5e3e02f-4083-4b62-b82d-1e13e489a71f", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.13226041138543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "176689ba-b308-4a5c-9123-0c7630d824f1", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "CameraWaveFX", + "noteid": "bbc1b6e4-25ae-451d-9a98-2297f430aadc", + "newLocation": { + "bar": 96, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 99.39312997660282, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "1c338555-9932-432c-a359-9a6a5d78a818", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.65399954182021, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "3440a30e-b2b9-4c78-a468-9349bd09d28e", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.9148691070376, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "e7b7b499-9737-44d0-89dd-8179ae68fc2e", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.9148691070376, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "d51c2b2a-5b74-41b9-9f82-2c80cfe2620f", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.04530388964629, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "09052fe9-78dd-4ca8-9598-6d3e4f2a1b75", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.175738672255, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "af8381f7-0037-441d-962d-a071a32dbcb8", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.175738672255, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "1da9a76b-c84c-459b-9bb5-83ae3c5dde95", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "33911660-a606-4d2e-9ac5-f5585bd7b0fe", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.43660823747238, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "febb8f15-6aa3-4513-a67b-3df58d551125", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.43660823747238, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -133.31048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "d36d41e8-b8e6-425c-bd42-01654549c1b0", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.56704302008107, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "97f335b4-8adb-4112-8dd4-4befa029a3ee", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "a5ff423b-1a90-43e5-9d35-a2fcbe603314", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.7844343244289, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": 45.6895142092243, + "noteFunction": "", + "noteid": "dd966811-e903-4930-a938-e344290cf745", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 100.87139084616803, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": 90.43951420922176, + "noteFunction": "", + "noteid": "663906b8-618e-49ac-b637-c2ce26b5543e", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 100.95834736790717, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "293c6a37-849c-4f7c-8044-aee448118712", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.04530388964629, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": 179.93951420922428, + "noteFunction": "", + "noteid": "afc762c9-6f4e-413a-ada9-896bb8f3cc2b", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 101.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": 224.6895142092294, + "noteFunction": "", + "noteid": "75d04850-5a87-4427-8518-865538f68961", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 101.21921693312456, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "b5883639-7a12-445f-8987-fdd7d67a165d", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.34965171573327, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "f37b8856-04ee-41f4-9a1c-49177416e73c", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.48008649834195, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "6d39129d-4fc7-4ab3-bbb3-5c35d6960222", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.48008649834195, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "f5dab4ed-b72c-496d-aa54-c10f4d3aab21", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.61052128095066, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "f312914b-96c9-4663-8f7d-3996329b2694", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.74095606355934, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "19446464-b6a4-414a-b4e2-4c6ef730fa69", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.74095606355934, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "f5b77bbc-06df-4583-b54a-8808187a232e", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.00182562877673, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 98, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "07351226-7e77-4db7-9c19-8a3579d7a848", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 102.00182562877673, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 98, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "c1396452-8656-4540-bf8d-d6feeb1440f6", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 102.26269519399412, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "dc40ce6c-3c51-4bcf-924d-04731bda2e10", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.52356475921151, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "d5b6028b-5213-4834-8d01-cbfa1ae2755d", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.52356475921151, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "739c8f0e-1b66-4240-8149-c762555b1c61", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.65399954182023, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "d860a0a2-1012-4008-960d-60fc599845e2", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "4315c6c7-3a9c-416c-9342-f0a21367cbbb", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.7844343244289, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "fce117c4-1459-4284-82e0-0382817fd9f8", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.91486910703762, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "b65d2cab-37bc-4021-ba2c-ddbfa6748826", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.04530388964629, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "0f1e86ef-1068-475c-8f53-6a4b0231b698", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.04530388964629, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "a3496ef3-7665-4bba-ab9c-aa0e973dd174", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.30617345486368, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 100, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "c612c1cd-1e0e-4064-91ab-7150ba04f878", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 103.30617345486368, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 100, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "529a8e27-0b1a-4e28-a1fb-8425839724b2", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 103.56704302008107, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "dc0bf075-661d-44f4-8250-92fc6298b65d", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.82791258529846, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.9395142092268429, + "noteFunction": "CameraWaveFX", + "noteid": "b7f4cc14-7d3d-401b-a787-8b21dd0674a6", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.95834736790717, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "a39c458f-2c49-46d9-91cb-d67e2dd6c1c4", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.08878215051587, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "8c1b39a8-5127-4f53-978c-ef0943d2492b", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.08878215051587, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "313f8097-d009-4e6f-b981-77b3aeef0e16", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "e7e018c9-e318-406f-828c-691268181f6b", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.34965171573326, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "08b71f06-bd1e-44dc-ac33-57f27613edb0", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.34965171573326, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "2e885fbe-e21e-4367-b0a3-e07cc46f6b9d", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "2c4c3520-7128-41e9-9c3a-a69e566baf40", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.61052128095065, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "780bb245-83c2-4318-beca-51a4fe8d9ad4", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.87139084616804, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "56ac4579-22b7-4c41-9a0b-3c7d6aa8d703", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "fd3c7bdc-93a4-451b-b7fd-d693e2c8264f", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 135.18951420922684, + "noteFunction": "CameraWaveFX", + "noteid": "bd3aa5f0-a057-4ea6-b9a4-32915bb5d2b6", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.13226041138543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "3cef32c8-301f-4ede-8e52-cbfc8aa978fd", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.26269519399412, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "f589dee5-8cd8-4141-a426-a0c8d89b3f9a", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.39312997660282, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "d6bf2007-257d-472c-8315-684ae5479608", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.39312997660282, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "9eeb2aab-aefe-496a-a77d-22b670a1c959", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.65399954182021, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "c6271496-63a1-4699-82a4-2ae58e21ff35", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.65399954182021, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ff7c10a8-2314-4e9b-92f3-dfd3ba6dad7d", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.9148691070376, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "29517e38-2145-4d41-a3b7-92edd04f118d", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.04530388964629, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "cd214cbf-086e-4e40-9073-c50d09211df9", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.175738672255, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "38fe565d-0d7b-443b-99aa-967293e9167a", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.30617345486368, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "3aff4a0b-8347-4af8-8a8d-8f73eac71c80", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.43660823747238, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 103, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "0e1df8cd-f16f-4eed-b021-ed5caa68a6ff", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 106.82791258529846, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "75fa5a25-608b-4c45-be76-00b9faea9a66", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.95834736790717, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "4797a97c-c6ca-4392-96db-deb1f26721ec", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.08878215051588, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "c92fac86-ea7e-49cb-8134-0918fd84935b", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.21921693312456, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 103, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "8387de5e-788f-4563-91bd-c198b2465cff", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 107.48008649834195, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "04b519e6-bc1d-4cc2-970f-a05d03ce9aa9", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.74095606355934, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 104, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "616d56f2-56bf-4daf-980c-7e0ea5e3613e", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 108.00182562877673, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 104, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "70841e81-92af-44ae-b76f-3d41f85f975b", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 108.26269519399412, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 104, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "118aabab-62c4-4208-91f2-1d787f9f8321", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 108.52356475921151, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 105, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "3b978422-40fa-4c55-bbd6-a0ce01201f73", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 109.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6aeb9b36-22e4-49db-a4a6-be7580ccbc49", + "newLocation": { + "bar": 105, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 109.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 201.375, + "noteFunction": "", + "noteid": "839e09d2-3de2-4e36-a189-6639ea071b46", + "newLocation": { + "bar": 105, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c0193bbc-5c69-475a-bc6b-4ed8fa86552e", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.69565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8afcc9f5-2a7e-487a-8adc-7140b1f88b33", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.82791258529846, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 106, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "62ee0c70-4060-4cca-b303-78ee7aec70e8", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 110.08878215051587, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 106, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "1622ea2b-0611-4d5b-92c4-bc3c737420ec", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 110.34965171573326, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 106, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "60dff8f7-6078-469b-be84-a9efd779bf24", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 110.87139084616804, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "7af98ebc-9971-46bb-abe5-f63f14b45131", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.00182562877673, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "75cb3ccf-841f-4160-88d7-26f281be8ab9", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "00dc827d-cac5-49af-9ab1-1d327255cb27", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.13226041138543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "27a74f02-9f40-40da-8ace-7089665dfc93", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.13226041138543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "a1c805c0-3f4d-4d3c-8974-d0478249af02", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.3061734548637, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 90.43951420922939, + "noteFunction": "", + "noteid": "cf281ad8-fcdd-4be7-ad84-88da747091f5", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.3061734548637, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 90.43951420922939, + "noteFunction": "", + "noteid": "de22ca25-b062-470c-bff8-077e19e66b19", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.48008649834195, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 179.93951420922428, + "noteFunction": "", + "noteid": "1bdfbef8-b699-4709-bbc3-57d67ab50e80", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.48008649834195, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 179.93951420922428, + "noteFunction": "", + "noteid": "aac38e7d-4ebe-4dbe-9bc6-c3d504d1c414", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.65399954182021, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "1f595865-8364-4609-9fca-cbb0dd08e7f8", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 111.65399954182021, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "276a4cf9-938c-4610-8c81-cb63fb722fa5", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 112.175738672255, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "efe1ddb7-4e32-41b1-8165-b0cfcbe185bc", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 112.43660823747238, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "237c6980-8e0c-49d4-8fb4-16a11d4ebeb7", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 112.43660823747238, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "e7a05b0c-580d-49dd-b88e-bfd929257f7a", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 112.69747780268978, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "5e6114f8-5a2c-461c-9ebf-20ebd159af67", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 112.95834736790717, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "1783d350-2102-457a-b1a6-86735e3b3ec1", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 113.21921693312456, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "b0bce1ba-4861-4ac7-aef3-ada6a068328d", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 113.21921693312456, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "792c2e63-84c1-4a7d-b619-5cb4b9212bf4", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 113.48008649834195, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "4ce90cfa-0cc2-4a73-9c96-6f84d1c94486", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 113.48008649834195, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "8cbca1bf-bf64-434b-9357-d2dc64d54531", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 113.74095606355934, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2590439364406571, + "barNumber": 110, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "acd7ad4c-a434-4bcc-8f03-e3b35e7a8b11", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 113.74095606355934, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2590439364406571, + "barNumber": 110, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "fdc9a874-a1e9-429c-9396-906f45e805c5", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 114.00182562877673, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a606fdaf-a8b8-43b3-ac41-5d2de97755cc", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.13226041138545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "2502b700-7797-4e0f-ad50-a69e7b8db919", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.26269519399412, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "852c14cf-6736-4db1-8f22-63be733a63d2", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.26269519399412, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 110, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "26f15446-e371-433f-8d1b-16968c1587ba", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 114.7844343244289, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "1a8d5d20-6e4b-4485-8fa4-3db627ba3c70", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.04530388964629, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "9a8508da-45d0-471e-83f1-dc6c65e30c6d", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.4366082374724, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "400f69b7-a3dd-4d76-be09-2f0ba34554e8", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.56704302008107, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "e5b2ac9f-d8c2-401a-8ae6-daaf2f22cb33", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.69747780268979, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "b5f83bf1-d1e9-4f12-9210-542706589c05", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.82791258529846, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 112, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "28f6a378-e21e-4d96-b435-1481ab4ecc8e", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 115.82791258529846, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 112, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a6e42925-a969-4a6b-bd83-f8ac5a29d099", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 116.21921693312456, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "f5d388f4-969b-4ccd-8b22-5b0916432173", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.34965171573326, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "f8825867-0206-478c-b6aa-131f158a6aa5", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "033d38d7-f2a0-40d2-99e9-b16bf7ac7729", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1d55d8d2-7996-4e43-bfe3-3330e0765633", + "newLocation": { + "bar": 113, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 117.39312997660282, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 113, + "yPos": 0.9395142092268429, + "noteFunction": "FlashBlinkEvent", + "noteid": "66faaad4-2a9f-4116-b5d2-335a2b8d714f", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 117.9148691070376, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "882f3d37-954e-49b8-9e61-8665f2be7d65", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.175738672255, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 114, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "2def8703-5db6-4539-9a35-922970070308", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 118.175738672255, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 114, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "69f55ddc-556e-4e99-9fd9-67a7ebd60649", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 118.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 114, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "a1ab61a0-8e4a-4ae9-9f85-6b0e9a65b3e6", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 118.95834736790717, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 115, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "fa6b2624-3ad2-4dd3-aee7-a8d7df86c354", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 119.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 115, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "70e65d0e-aac0-4a60-8b57-3f1b521ecb09", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 119.48008649834195, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 115, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "daf1b976-ddf4-4cc3-b11a-8b5261c1c9c9", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 119.74095606355934, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 115, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "3c87bf9a-f50a-4394-a7ea-fce44588da43", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 120.26269519399412, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "506bd401-5e54-45af-9295-b491e65cc6bd", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.39312997660284, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "54261d45-16bb-430e-b6c2-ed8db321258c", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.52356475921151, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "47a00104-edbf-4aa8-abe9-511ff0c04c06", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 120.52356475921151, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "5b9a2ff9-e3f1-4be1-a305-047b8d4635a4", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 121.04530388964629, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "8a99ddda-98fd-49db-9b27-76fb3f410429", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 121.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "7cfb518a-5392-4bc7-9895-936016ab26a4", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 121.30617345486368, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "8641bb79-5d0c-4a30-bb74-e14af59a78cc", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 121.82791258529846, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "83e790d1-6d41-495f-a5cf-95176dc11bbc", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 122.08878215051587, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 118, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "ffab9c8a-dc00-4217-9353-10fceeac4d74", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 122.34965171573326, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 118, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a2437c1e-fa55-40de-9188-3760bf662430", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 122.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 118, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "42773c48-6171-4d99-92a3-1a9e132e650c", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 122.87139084616804, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 118, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "7d39c954-9685-4df3-aa6c-cff73dfa9a64", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 123.65399954182021, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 119, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "951a605b-9292-4512-86e3-6b5e3689cee6", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 123.65399954182021, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "9e015a05-4b10-4f0d-880c-dc21874a9708", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.9148691070376, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "1cf5967f-88ce-4894-a099-9c20d2821f73", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.175738672255, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "c95a5635-6af8-4ee3-9efd-4694b7e4fbde", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.43660823747238, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 120, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "e6ff99e0-1ccd-4bc9-95de-156c23258da8", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 124.69747780268978, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "83dcf9a4-6308-41fd-a68a-d6c39423dcff", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.95834736790717, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "5ea73681-2f03-49ae-b956-cb759fa908ba", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.21921693312456, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 121, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "9d7f318f-1815-405f-9c65-d7feb81465a6", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 125.48008649834195, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "24c19d50-2a82-4148-9275-a9bcc7be3df2", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "b986e46c-f0dc-48ba-a31b-4fb4bc4a8461", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.00182562877673, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 121, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "e97506de-303e-4386-98fd-4ccf76b0825a", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 126.26269519399412, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "6c0a6324-3d7f-4fcb-9ef1-bcdc5cc95c6d", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.52356475921151, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ffcb21f3-c17d-42d7-8045-d8e943febae7", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.7844343244289, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.9395142092268429, + "noteFunction": "CameraShakeEvent", + "noteid": "7c51c82d-263c-44d5-b556-3f5a80c9c9d5", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.91486910703762, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 68.06451420923447, + "noteFunction": "", + "noteid": "eaae96aa-9488-4474-8661-1051991af523", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.04530388964629, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "8e904638-07e0-4cc8-9aaa-e6fe54ffac54", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.04530388964629, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "7ad50ff0-1dbc-4d22-a947-e9a272296822", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.17573867225501, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 202.31451420923446, + "noteFunction": "", + "noteid": "70639483-7652-462e-9e8e-49223bdb3eec", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "825750aa-6091-4421-867f-ae4b1f117bac", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.30617345486368, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a3afca86-6286-4dab-9419-cc5f40e6fb02", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.4366082374724, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -200.43548579076554, + "noteFunction": "", + "noteid": "674dcdc9-1101-4d88-bb94-29f0baed9b3f", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.56704302008107, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "74b24ce2-eb5a-4d65-a7d4-6f1cb7ddf5bb", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.69747780268979, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -66.18548579076553, + "noteFunction": "", + "noteid": "f52d7425-aa97-4a98-9129-abee15dd95a2", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.82791258529846, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "0ec122bf-9498-4f74-9bf1-bbdbd047e5a6", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.95834736790717, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "e117af50-37a9-45bd-8003-913626bfc446", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.08878215051587, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "0e3bb470-c8e0-425c-808a-79a8c4c05b30", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.21921693312456, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "43ba23b4-dd81-4ea6-8631-dbae04c14f06", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.34782608695653, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2b6be575-adc1-4350-b7ca-25984199b560", + "newLocation": { + "bar": 124, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.34965171573324, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -267.56048579077316, + "noteFunction": "CameraWaveFX", + "noteid": "6366ffa0-8d04-4193-8a84-2b3001287c59", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "CameraWaveFX", + "noteid": "54fa5712-eb76-4803-9491-fde050d61605", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "070e7330-1df6-402f-8d3d-32ba97a9edb7", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7be670e1-f518-4ca6-ac4a-4ff3e748c48c", + "newLocation": { + "bar": 124, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.8695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "CameraShakeEvent", + "noteid": "8c35f301-1477-40c5-9492-6c9b7688bd8f", + "newLocation": { + "bar": 124, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.1304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 124, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8124590f-341c-4f3a-ba4c-9d23b341d6fd", + "newLocation": { + "bar": 124, + "guidelineIndex": 6, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 129.13226041138543, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 124, + "yPos": 135.18951420922684, + "noteFunction": "CameraShakeEvent", + "noteid": "53c1759c-6e3c-4c41-be6a-f5800208a309", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 129.9148691070376, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 125, + "yPos": 0.9395142092268429, + "noteFunction": "FlashBlinkEvent", + "noteid": "807d67cd-0e82-4260-8f1e-709333fb1086", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 130.43660823747237, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 126, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "aceaa04f-3b54-4b7e-a30d-ca8e2bb4fe39", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 130.69747780268978, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 126, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "26888678-129e-45ff-86c8-ce37c26e249d", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 131.21921693312456, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 126, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "3cc9ee14-22c6-4576-bca2-0bfc70e3c2b3", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 131.48008649834196, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "9b69303d-2466-4417-93be-fd38dfd6c97a", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.61052128095065, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "d8b809e2-8dae-4a2a-b46c-209dc0e374c1", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.74095606355934, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "6490c9f2-eb0e-4ab9-a06c-7172ef859006", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.87139084616803, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -66.18548579078079, + "noteFunction": "", + "noteid": "65eb0137-0474-455b-a6d1-b1216aeb9132", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.00182562877674, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "770fe36b-3564-4825-b649-70335a71693c", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "7a057073-120e-46e2-8df2-fcd134040271", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.26269519399412, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "06189057-829a-456e-a5d1-0bdcf8736485", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.3931299766028, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 202.31451420921923, + "noteFunction": "", + "noteid": "8cf132ae-a134-4400-a162-f287a361e5ea", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.52356475921152, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "17a26532-9c34-401a-92f9-c20e506dcbe6", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "f6e4a3a1-317e-4ede-9d32-a72dfb4b8e61", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.6539995418202, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "a818e1ed-dee9-43cb-85dc-13633eaf2bf8", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.7844343244289, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "927d240e-fb80-4344-8092-ef0b5434c0c8", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ac373fe7-3706-4f6d-8248-387f3fba5f2e", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.9148691070376, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -66.18548579078079, + "noteFunction": "", + "noteid": "48a79459-382a-42c0-908a-0b68dbd0937e", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.0453038896463, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 128, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "2fbbcb4c-4b1b-4e1a-a9c6-77e82131c77b", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 133.0453038896463, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 128, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "37a9c10a-0b2f-4b9e-ba7e-a1e7f4798c52", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 133.30617345486368, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "ed23da60-b01f-43a1-a0f7-2060b9d405ab", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.5670430200811, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "5b474139-84b1-47e1-bc21-4c6ae86b41e7", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.69747780268978, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "e4bfe0fb-e4da-45bc-a916-f8d211223c2e", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.82791258529846, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 129, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "b6bd540e-5fc0-4d4a-9de5-8672f5c27e06", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 133.82791258529846, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 129, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "28026557-7d0a-4f85-9d82-439a74e2cd00", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 134.34965171573324, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 129, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "7282da30-3f4a-4973-bd45-704ce863e7fb", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 134.48008649834196, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "638dec8b-a37b-44ca-b920-884f62430c87", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.61052128095065, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "06f4e7b8-537a-47d7-b9cb-d12513181983", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.74095606355934, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "03189a40-4d08-4fb8-a96b-35ecab056805", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.87139084616803, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "60df4733-02f1-4129-8ec4-d70309bd5637", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.00182562877674, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "fc43f842-af74-4364-9c09-b680b3143946", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.13226041138543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "9bcf6096-9ccf-461f-bf5f-90f9621f108c", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.26269519399412, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "322b7f39-39ce-40ec-939c-98e2a21e83ec", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.3931299766028, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 130, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "6f9af4be-a673-4c01-ae4a-d7fd3c752bd5", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 135.52356475921152, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "048ddd25-22f8-48db-b1b2-bda25a68eebf", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.7844343244289, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "d8f12b75-4ae2-4560-88db-2a5d67ad11e4", + "newLocation": { + "bar": 131, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.9148691070376, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "09c32044-8695-4988-9f2b-8126254a3726", + "newLocation": { + "bar": 131, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.0453038896463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "1f9b82ad-eccd-4fc0-80e8-c081ede25766", + "newLocation": { + "bar": 131, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "CameraShakeEvent", + "noteid": "0317afcf-1c0e-430b-a721-0a4d7cc1c923", + "newLocation": { + "bar": 131, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 136.175738672255, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "607ed3e3-fa87-4001-9dcb-ebfbee787036", + "newLocation": { + "bar": 131, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 136.43660823747237, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d907df87-1858-4ae2-abed-b32844861a07", + "newLocation": { + "bar": 131, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.69747780268978, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "15509c32-d750-4be0-bf86-7d1cc54cc77d", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 136.69747780268978, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "7942337f-0e24-4358-b6ef-774f53e444e7", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 136.95834736790715, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ac378cfb-4c5d-4960-b90e-f53669a72fa4", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 136.95834736790715, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "5b98d8b4-830b-4ada-90ba-6a4cd37f2feb", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 137.48008649834196, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "76a957fe-a251-4866-9ad4-5e95a8abfd80", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 137.48008649834196, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "a38cea69-d8cd-47f9-8126-f6e4bdbc846b", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 137.74095606355934, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -267.56048579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "bde362a0-3fac-48e3-b0bb-4bebcdb70801", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.871390846168, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -200.43548579078842, + "noteFunction": "", + "noteid": "4583a934-abde-4a17-a867-8d2693beb247", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.00182562877674, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "28969d14-3a90-44ff-8fce-67fa9e4462ce", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "77fddb2a-922b-4c76-9966-ac4b2f1181d3", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.13226041138543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -66.18548579077316, + "noteFunction": "CameraShakeEvent", + "noteid": "bf0f1e77-831f-43a8-9d27-3ff7b8e16de1", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.26269519399412, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "f4641737-3d2f-4cc8-8c34-625b5f2b5a75", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.39312997660278, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 68.06451420921158, + "noteFunction": "", + "noteid": "d60d7350-c242-4823-956b-ce57dba2f11e", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.52356475921152, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 133, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "2070de9c-52e6-43a9-a58b-0059cdda53aa", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 138.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 133, + "yPos": 135.18951420922684, + "noteFunction": "CameraShakeEvent", + "noteid": "ae41e95c-cf96-4559-802b-629cacb80b01", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 138.7844343244289, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a6575f87-0a91-4b45-8dbd-65a7fbb02d6e", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.261, + "barNumber": 134, + "yPos": -201.375, + "noteFunction": "CameraShakeEvent", + "noteid": "e87049a0-1be1-4c01-af86-ffc6cd317c5b", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 138.91486910703756, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.261, + "barNumber": 134, + "yPos": -200.43548579078842, + "noteFunction": "", + "noteid": "055e0882-cd3a-4221-9005-0860a3ef2bc4", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 139.175738672255, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -66.18548579077316, + "noteFunction": "", + "noteid": "43799a74-c62a-462d-a5ea-8217c409a758", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.30617345486368, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "c8483be4-73b4-4e34-91e4-3531633d38fb", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 139.30617345486368, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": 0.9395142092268429, + "noteFunction": "CameraShakeEvent", + "noteid": "452fa0c2-b194-4f04-8a56-9e70b0ea30a8", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 139.5670430200811, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "2e7be006-e57f-4264-925d-554a0af513e1", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 139.5670430200811, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "2fc00781-45e5-428d-8321-b221f4fd8cbe", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 139.82791258529846, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 135, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "1c627e4a-214f-4edd-acff-e40e7bea84b9", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 140.08878215051587, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "35f8c464-4878-4020-83ea-68666bbdcf1d", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.08878215051587, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 135, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a6183e83-c7cd-487e-a2a4-382738f77451", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 140.34965171573324, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "2ff0e263-6661-4fa1-a97a-3e502f7b7f7a", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.48008649834196, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 68.06451420922684, + "noteFunction": "", + "noteid": "799a86af-cd12-4ee9-92f8-6e7e78194627", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.61052128095065, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "a83e6168-8a74-4b30-924d-5bff1e7d33a0", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.61052128095065, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "7a677996-c8c7-4fe5-8d39-c5cedfc6f1e7", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.74095606355934, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 202.31451420922684, + "noteFunction": "", + "noteid": "25ca6cec-0e1a-411b-9659-3c8efb812186", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.87139084616803, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "aa7cfa95-c409-4708-af81-aa027265437e", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.87139084616803, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "7c01f0e8-1d41-4587-a66c-6b66f374d85b", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 141.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "430d15c8-bde5-45f5-bab7-3351a035d3b9", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 141.13226041138543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "f8eec610-0c5a-4cb1-b0aa-55a37a89bcc8", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 141.3931299766028, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "81b80261-17d3-4d0d-9ac8-3e8cba24b635", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 141.3931299766028, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "e41eb444-fd45-4d3a-ad6d-da6addac7db8", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 141.6539995418202, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 136, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "42a590b2-959b-44d9-8119-cbcd6e114da5", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 141.6539995418202, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 136, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "df444336-5f8c-4296-9f5e-6b8cdacb373b", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 141.6539995418202, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 136, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "532c4165-1ef1-4d70-9b92-050b2a3fbc6a", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 142.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "FlashBlinkEvent", + "noteid": "1773eb80-691c-495c-9ddc-c5aa38d4135b", + "newLocation": { + "bar": 137, + "guidelineIndex": 4, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 142.95834736790715, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "c1d4c205-331d-4b57-8d08-6c8a56eef8eb", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 143.21921693312456, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "33efc300-cd0b-4449-b979-00e8e226ad78", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 143.21921693312456, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 138, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "69ed1c85-b4de-4e8b-8ec4-6dc6b437d625", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 144.00182562877674, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 139, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "8d7773be-2847-4d7c-8bba-0e65e1b43a23", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 144.00182562877674, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "a8add1a9-253f-49a4-8864-5e6dd62cede6", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.26269519399412, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "a776b71f-c656-48b0-9049-1c668bed8a39", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.52356475921152, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "6f2c4f8f-3c13-4ba6-91eb-b4536227e4fe", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.7844343244289, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "e66e4fbc-1e0a-420e-ab94-080bf74b0db0", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.7844343244289, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 139, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "2dd93ca9-75c8-4e84-9260-76752834ab72", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 145.175738672255, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.391, + "barNumber": 140, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "d9e15395-041f-4628-a0c0-1f305db56f81", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 3, + "isFree": true + } + }, + { + "time": 145.175738672255, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -200.43548579077316, + "noteFunction": "", + "noteid": "3a9dd81c-32b2-418b-ada1-a102b2f42ea9", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 145.5670430200811, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "6d7a2432-3466-4460-915d-06095f8bf583", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 145.5670430200811, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 140, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "505846bc-95fa-419d-bbb5-1ffe3d566466", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 146.08878215051587, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "27f09d83-8f56-4c6a-82bf-0ef60779fbce", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.34965171573324, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 141, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "ab80e812-b930-44a9-9c8d-e2ccb7e8d3af", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 146.34965171573324, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "65ce15fe-a0d2-4d83-9c47-1bd0407486be", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "fa3d1fbc-fdb7-4474-8154-4b8a184b7be5", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.87139084616803, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "b7fd9573-4cdd-485e-a0f1-ac8d0c9aabf6", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.13226041138543, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 142, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "23fde817-9e65-498d-9b81-e11243fc9501", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 147.13226041138543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "5b7d7217-8688-477c-92d4-37ed49f2b48a", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.3931299766028, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "83c533cb-4551-46f5-880f-2d22798215df", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.6539995418202, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "430e0e42-4c47-4ab5-8257-81edf69b5e22", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.9148691070376, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "f4c27563-3ab6-4bc2-98d8-ec7a5f568b65", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.9148691070376, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 142, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "9cee80d8-b2c8-471c-99e4-d6b8a3b4b63f", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + }, + { + "time": 148.175738672255, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "ed92f54c-543c-4a4a-85eb-698e0eff5a18", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.43660823747237, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "35263538-04aa-4f61-ad97-713b9e298e82", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.69747780268978, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 143, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "8c11f493-64f9-42d6-8338-a9d4b8965d51", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 148.95834736790715, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 143, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "ba329b95-5e45-45b1-ba63-85b215d849d4", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 149.21921693312456, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 144, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "d0b98670-6f09-4b80-a2e7-90933ce5fd8d", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 149.48008649834196, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 144, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "2f085aee-6e50-4b5c-be57-ee6cef36e0e4", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 4, + "isFree": true + } + }, + { + "time": 150.26269519399412, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "d8650c94-0550-48a5-9ad1-fa8eceda3e00", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.26269519399412, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "4d5eda92-5c22-442f-a72d-4fc5b6f2c44e", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.52356475921152, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "678d0aaf-66d3-4211-9a7e-a0e38838ea4d", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.52356475921152, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "568edacd-03f9-46d1-95b9-08ba53e8b220", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.7844343244289, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "aed851ae-137a-48ad-b1d5-a5e0cedbf1b1", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.7844343244289, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "d043ebde-14ab-4723-a41f-5c05eafca5f8", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 151.0453038896463, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 145, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "71dfad38-47c1-44eb-85a1-3c7a5ef9a365", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 151.0453038896463, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 145, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d70b2c35-06d0-4dca-9e6a-50436787008e", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 151.43660823747234, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 146, + "yPos": -200.43548579078842, + "noteFunction": "", + "noteid": "ed97ae6d-608a-47d3-83f1-c9df219d2ae4", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 151.43660823747234, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.261, + "barNumber": 146, + "yPos": -200.43548579078842, + "noteFunction": "", + "noteid": "59104e81-cd24-4f4a-8106-91e79223ebb7", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 151.82791258529846, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 146, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "dc1988d3-853c-4426-b21e-6bb4a3116664", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 151.82791258529846, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 146, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "26791415-c404-4af9-9eca-234070e8da1b", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 152.34965171573324, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "47bca4a1-c3c4-4be9-bfa0-073f25e787cf", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.61052128095065, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "311ba743-87d7-4c84-af4c-7768cf0f1d3c", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.61052128095065, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "7334ae80-1957-4908-91af-5821e6371a63", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.87139084616803, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "d097dacb-cd0a-40cd-88dd-d418d7f4385d", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.87139084616803, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "1ada4119-4043-4c70-83c3-d138998edc63", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.13226041138543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "6439676e-3442-46cc-89a2-e7853c28417b", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.13226041138543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "d522b242-74ad-4b0f-a87c-8eb01ab776c0", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.3931299766028, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.5652173913043477, + "barNumber": 148, + "yPos": -267.56048579077316, + "noteFunction": "", + "noteid": "cda034b0-61d6-4e88-a883-7b9223514269", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 12, + "isFree": true + } + }, + { + "time": 153.6539995418202, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -133.31048579077316, + "noteFunction": "", + "noteid": "3293de5f-c529-4f6c-8e69-657d7ea05591", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.9148691070376, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 0.9395142092268429, + "noteFunction": "", + "noteid": "83bce48f-767b-401d-ae0f-5a08c47f93ff", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 154.175738672255, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 148, + "yPos": 135.18951420922684, + "noteFunction": "", + "noteid": "2daf8f64-6d7d-4548-8b40-c99530c10b6e", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 6, + "isFree": true + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json.meta b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json.meta new file mode 100644 index 00000000..71c2f0ff --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8ab483e7c47c97b41b2fa048fa1d27f9 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab.meta b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab.meta new file mode 100644 index 00000000..95cbc940 --- /dev/null +++ b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1eff0b560e1e7b14f95669d4bc24a553 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs new file mode 100644 index 00000000..8697e671 --- /dev/null +++ b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs @@ -0,0 +1,8 @@ +using UnityEngine; +using UnityEngine.UI; + +public class trackSkillPrefab : MonoBehaviour +{ + public Text track_skillName; + public Image track_skillIcon; +} diff --git a/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs.meta b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs.meta new file mode 100644 index 00000000..017426e1 --- /dev/null +++ b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: e84c9d75ff70c954a9e1828a00a18498 \ No newline at end of file diff --git a/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab new file mode 100644 index 00000000..8d297c43 --- /dev/null +++ b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab @@ -0,0 +1,301 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2052636663938950983 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 328570594430980671} + - component: {fileID: 4030790630745708841} + - component: {fileID: 307577278921986757} + m_Layer: 0 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &328570594430980671 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2052636663938950983} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 9011044283025364914} + - {fileID: 1307227743765364543} + m_Father: {fileID: 2454380874622603429} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &4030790630745708841 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2052636663938950983} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 4 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 +--- !u!114 &307577278921986757 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2052636663938950983} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 2 + m_VerticalFit: 0 +--- !u!1 &4447276195903411839 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2454380874622603429} + - component: {fileID: 5611750753715808825} + m_Layer: 0 + m_Name: trackSkillPrefab + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2454380874622603429 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4447276195903411839} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 328570594430980671} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &5611750753715808825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4447276195903411839} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e84c9d75ff70c954a9e1828a00a18498, type: 3} + m_Name: + m_EditorClassIdentifier: + track_skillName: {fileID: 727773236840584476} + track_skillIcon: {fileID: 4645656031428478769} +--- !u!1 &6674845584449045048 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9011044283025364914} + - component: {fileID: 4286554360502884719} + - component: {fileID: 4645656031428478769} + m_Layer: 0 + m_Name: skill_icon + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9011044283025364914 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6674845584449045048} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 328570594430980671} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 80, y: 80} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4286554360502884719 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6674845584449045048} + m_CullTransparentMesh: 1 +--- !u!114 &4645656031428478769 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6674845584449045048} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7202114771598519337 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1307227743765364543} + - component: {fileID: 20899202308215794} + - component: {fileID: 727773236840584476} + - component: {fileID: 3909682056884181069} + m_Layer: 0 + m_Name: skillname + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1307227743765364543 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7202114771598519337} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 328570594430980671} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 231.5, y: -50} + m_SizeDelta: {x: 303, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &20899202308215794 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7202114771598519337} + m_CullTransparentMesh: 1 +--- !u!114 &727773236840584476 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7202114771598519337} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: d254d20d93651ae448ff13d10dff30ab, type: 3} + m_FontSize: 70 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 70 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: New Text +--- !u!114 &3909682056884181069 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7202114771598519337} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 2 + m_VerticalFit: 2 diff --git a/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab.meta b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab.meta new file mode 100644 index 00000000..229cca39 --- /dev/null +++ b/Assets/artworks/gamePlay_gamePlay/judgeLevelPrefabs/track_skill_prefab/trackSkillPrefab.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 023b66fc78c17124d9840cf8d728b0c7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_blue.prefab b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_blue.prefab index c14456dd..72b92bcc 100644 --- a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_blue.prefab +++ b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_blue.prefab @@ -146,7 +146,7 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 3.5, z: 1} + m_LocalScale: {x: 1, y: 3.75, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 806226407933355351} diff --git a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_green.prefab b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_green.prefab index 3c69af78..5fe65da8 100644 --- a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_green.prefab +++ b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_green.prefab @@ -27,7 +27,7 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: -8.76, z: 0} - m_LocalScale: {x: 1, y: 3.5, z: 1} + m_LocalScale: {x: 1, y: 3.75, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 8162722342572194734} @@ -115,7 +115,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 1 + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 6792274648119312710} m_Father: {fileID: 0} diff --git a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_purple.prefab b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_purple.prefab index 39781d20..45a03c6d 100644 --- a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_purple.prefab +++ b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_purple.prefab @@ -27,7 +27,7 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 3.5, z: 1} + m_LocalScale: {x: 1, y: 3.75, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 8805100122384193708} diff --git a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_red.prefab b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_red.prefab index b1f5f8f7..1eff26f0 100644 --- a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_red.prefab +++ b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_red.prefab @@ -27,7 +27,7 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 3.5, z: 1} + m_LocalScale: {x: 1, y: 3.75, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 6650826276162497469} diff --git a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_yellow.prefab b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_yellow.prefab index 114e7918..72785eb4 100644 --- a/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_yellow.prefab +++ b/Assets/artworks/gamePlay_gamePlay/notes/emptyNotes/note_empty_yellow.prefab @@ -146,7 +146,7 @@ Transform: serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 255.5, y: 52.7, z: 0} - m_LocalScale: {x: 1, y: 3.5, z: 1} + m_LocalScale: {x: 1, y: 3.75, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 777335502243705040} diff --git a/Assets/delayTapperPrefab/Ease Out延迟 (1).mp3 b/Assets/delayTapperPrefab/Ease Out延迟 (1).mp3 new file mode 100644 index 0000000000000000000000000000000000000000..15e88fff53ce1e2e25e080f3779d6ed0a29e322c GIT binary patch literal 939898 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

mOqca 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∋`*4rg_I}9p!LwP%|+ba;5>P3ZO*AMT+={ z=^FIpAO$H2q<<)umx6)@Mg;|3?MYyd`ucE4914jD5>Bh_C1M@;Z;N>d`6OrE66$2IF{CBt?B1ERXTj8RR8$*<+2CnZ>Z(WdCy7ZeT)0t zE&RmFls7+8?s?iZh5zO3HFIwsyzDZYq-eRvo;?2{321+_tMcajbKU!5e>HC2c&CO3 z0f83X*J+VFaDP?QE-5&~NCK5kuAb$mcvZGV&xnIdOJ_V3x*^Hat#{qG(tJhw6U8#J<{mXx*(&`ZmQAh(sK}cem z!f@BN8*bk950!lH8Jew^jv|6!<-4*5GM?sp`x5!Ay(ycb7d;M~BOC4CGPL(vEI(4O ziw5tM;>kOBsdMfR{Lv!@P`ftm-_HB;YCYUKn1-RcGPY17%`@n1RK?SJ`R2>G7D{8bjQNgb?j)EzJFkYEhDe0jw%z6syH{Bza*JN}+sp67l%zic{T|KA;#=dZ%V z&*tt#9GUDs8Zs%NMFS|%W);h?X#MFoffM+N%TSN3#L<_j5romw50rJfTkIWi&kjq5vB(SOao-H!6%Y| z+}_J;PPJ`yYcihKxKZ;{9&vf_5gRVxEKnnwLzb%ThauOs!tC*nFW2)I{g72qcPL(G zk&IthL$E(K{$aNP)jMkD%HAfc_S6{in0Ri$>y{l-goO-l>wjxq8QZSOs;&mSk zhXP=bybv8`%e1_%6>GR2S0#sAt?K;|bxoXoECrx4sSnvA{wFeevz$8rjzQ!D$b5rEZMk(eg`8{oq*U?ngd*rxZb7ExbJa z(UA?gwKoA(jRIZ$ux^58rDX7jrzL`#P54BxFFXdmu> zN#1Sv&pCK``FT`)->T|%sLQM0rys}>03>&Lici=RfukvpXnrae(1&_!d1c*}@;BKDF- z4Q+Mo%P4bGCvIw0Vdbw&$<_bE@AC~QfEL6Sd)Ir5V)A3{;XnSF{VM-zKWR`}g5O|M z^4=k#|IQrcPmxZhu%RQk*;%szk*-tYi296!#83KSY&<@9*mYs`+4bMyyOSI(UoL$= z@mfqjxoFari><9L|0D9ZbnN|Ejft#wf>_>`i}#8DD+|W<_hBBqpS?unuJpkby2niq zP4$^^hW0px2$EZ^6_PkyUkMQBwjBr;<6t9+LYDL-*48F!c@!lSM_!O{JY!ycXcilE zWge!T$y}i7L#YtTUb(RJ_-5uXF*EUNm&B3QjPd^E%4V|0ixl<|6^V+tDo1RsH*xAu zomH!z_oQpBqw>P#U48c-=8c8U3v=(^m`<1(i06N@{!!c+Yq~zlCSm;M$;4V?LtO~f zZtlEi*hJ;UN9&pICywEYb_aIh9ex8B!xw(b+g3j|4=&jPHeXswmB0z>g}TOhS-eCz zHH6ZI8gu{z3=EGUZ%FcT@R3g03&S+XBPC)FIfI^yW(yVBJ?He^(H1eHh@!py3Nji)VE{Eu66B$kQ6 z(6CNX`B%Qge+zk0DLNm ziWfm4>m)TiWW{I@RD^Wlanq>y$X-@tnV}(XbE`cLz4dNLhW$Y-;MTWyX{nI`yvDA) zbGq`n(L3Vr&1&wa4OY$FVONq$9>IO||59o+$&lb|^!*cSDVgt>pw$hO{daTvq#+-P za!XI66IBgIwr3H0kA*u-tk%HV{6_w6atFr5$XdxWmigoN^Nmcz(KtXV28nrTay9<~55iqFnDmBY%DR)&!v7y}SOl$hd< z-0SP2z_6=o^bJYF?1xZ&gc};FA0Fx^gm51?kT9$ACG|yv2Ot3B3pf;N&&{$!`XYf{ zBEABnucHjeIxH=MGW)0B> z)-9ydRoyw$2>jZ+&Sw>V47;%G11fN%Y7|gjs%BN-XctZhsaP~A<-h%N#8V&Gfs~m( z>zdw|p2J@}A)=3%xdKpkos%ZkD|nMXsrZ5q)Tj>bRa74+y6E*+Nfg9d0}qUVJNVCW zJ7WwKq_HlKRde$xI6YXThGFHVwG8MAVeLO}nHg|$Yz5;DYz*^a&Xu*!pNw?G1W?bW zZ4H07d5>YU$z*bK!g%}+f{uF)CUOz$T*Nk8)<=#{J{>MVhaMidiVsvLO(az(75fQh z-~;3IRVbSw!_VB?pMIOP$zKgVGEd$|fu5@An@RU;qy_~?R`mXMv&iBX>QBUQ^OGS{ zaK1DSCBJdjARzwT-#ju%X>_Oxf;MKg^}Tb-HCQ_YS}n-Oo$NZVfm($4-6;*Vae;N^ zoh9=>Dz4e+L39fFzNs>M7%q>s?tvz5JbZhWCakAK@$ie z?Oo-Y0z(6%!9Se_z^}UAyHI2+=NeaZd=%w#j%nuFcyA)8IbbJr==n{&>f4hyMNWLg zxm=fzQhKd>2DLXsXbUPffA4=fZ<8)~?j+_Y9jhCNl7!$;3cv{98Yx&6k5nLXgM{$D zn#BIZ+9x`v#7?HqQCJ|WI-rbu4|CY8x}|nzD(M_W&b$STokGH+TmWvUf~-{Gk~_Qw z9y7Zp7{owU>(ZL@psgsngV8~wW5FiHK>h@h=^vCI0w~W8S09!tuevs6LjPmm>4SwU54F) zF%XI^>#*m8m6a7EHQJQc32l>VU3FoKf`%VlsCOdkSVfKA(QpN{+i4JL+P`yDt*x{h zGVFUl6nJ9w;?B>Y%sijD!H=6lc6n_@mrhkX`un1?$}Od79j!KPPqxIv&UY%Z8Z(GG z9M>qz;|Ux<3Zh^JuJ2y7&H<+@M~jos8}}p-R~OKZf(|yVy!;N!hoxgyH-QDdu1Wg+ zV*9w4(;7azVfk@$HZ%;BH!1PE$w`)HgAV55fanrW$Wd1<22(*n}m1}(_bx> zbKl?rhB~*3|K)FZ#W{7sMnsG!SvTzcD+F`{0z~aNNc53c{8beCF%S7muRPP&r>9fh zpo+c+vKYpQ*}e)SMnV-o&^!sFkJK5(dBDC5h4vL%W8C`?a2kFFq_KDEK_R!Brn(^7 zm!TGvf(XsyT1|*bfDzrWs$bg3>G9xnJH{jU6HC*4CdhWb~HUiePgX zJmEy@m^D-~&%##n(dCJAqXlTG*k^kWp9hE_isZYx4~`IdA@37QsSq0}MyV||#4LWU zOz0tT1WX%U;|ByrPsm~#Wj3(WIESe~*4 zl!!J3Mn?i(7Yf7fX!JouawdHG2OmKr#GqAO0y{UsCj?-wk~q*AVuH$CgjR&0fMhO{@=kFYkzX{>pBUZ$g-N z^4-`Ld0~{OSsu{#>e;PJtN-S&{)>P9pSA#cv6|n7B$yUV$+V6Vfni{)Uz7nOG5&Wpfl<`i6i8j$DCGzC<@A zp&lEpdD93D2N6HyShQGoAgdZ`N4cT5^C+yU4hAZ3Bc8H5_rq`L>^v%B&3Fa$Be#AP zxDSu&P>>#xFY71db~xw)dxT#N0F9gnCQrx{)?8EjMK47Qt7*|NRHAtJ$RzoRUBeKkk`&G_{Rf&`j(taR=TNmzb_o& z6O_%ZNqrvZ%B!I)WyGSxEl5H>?pMb}p(W(Rjza$TfM(cyf@$WMH1_ik?ZZL<} zz|@EX0Z@FzRiHouj7DPtC?t3G?j#b2d`9lJmMcg`*QKpHfySpqm3rL;oTPtryeYNe zTS_yXWkSv(AZdK)nI585bSq1T+t)Xr@7p-}gT3W0L!mj3Tj?bI-r0&T(iOOK_BqX( z*3+n?cxN4Epb0{AO5HsxwTbT6kDII)=B(Gf{^7S`aUMq2Yc_JH zs0;Ra@nt+1I30!wfl7vnGK3>_r~Y_#m?7FX5O7uh-e(~@96{(GgH4mC%_qQ^yX19+ zgB%zD$}mN`0Z@j3p0&8<-w4vsr%yL+H7ucYTh+of60&nCt@}%J>AL*$ph5m8aNoUV za1kS+>r0m{>JDYBlWb8p!-gb|lh!FqnTwtK9xRwMiFYZ_D?=M@peC?IslT^Zk?B9M zgR6NKsD7QdQL9;(!kCvoXI+{T|NTn6EXwFBnl|!jGqn$&Ru=w!%lX)H9tSdmi&7^w z-XZiI_dd_m#NAupr ztR4Om-J`LRQX>nrMm!RJ?U5;;jCmsWge4GufrHpA4V;w=Hi_|E6AYc?YiJZ6c=YU6 z;S!@_Y^f9e&SDJheW5~@J4wHmx?=nGq6Z`O_vpT=T#2`+xAy|Myb>?_TsT zhA#%*!&4h&SCW-0!)1a4vpW4HQ!^E(Z%Y{#{3?zhHT?rCv$O98@JJRW=v3MOMkiYF z;q^T6F+rd-y1m4gd~0x^N(@?0p`FdC-eW__F5lvc-5@N|F))LJk;qSka| zeSkHZtUrm?{W0v+9+VK5O^SoDF{s(6w-8oHYXJx^DGLCR;N-x#Z9UX^RiU1j2FIa$ zQoGz5*o43!%4X}=_NoDKfUT`sBpU@x_otgEg~Tr(CU!1U)vnqeNk#w#DzBvg%kn&` zq@c5;=AtSiXUZS>N2|<_n4RcCJRP!W@K4t~dm|GtyMGgPBJ0yAd*_$qvtJ$=RhJ!P zLKrrSzWK7c$FwXa+YB`S@JsApBaq!S)?wWo!@WM#X${ywb3VMy9rOtRns{7U*O>+g z{is{kp_z92`0^>hte0o@;E7Z*+JqB*50yr;3r-_P=>Vf3I0Y1uW`KK)gdsh9tQnC; z)*oddLkB30#8MzAAfdC@5cK$#roT>jGGCal3@S-)I`qKWA=vB;fA?Zu+s7JLyug3jQR2EgBK9X#`mnm&SBMoo8BfFFd!`=j0j`Xv`sc>@xoX%v zgkpvm0AfalYIMfX4pA|P&)TPO9%)QR(Q1N}&SbESd3K8ENrU#UpMe`oZs#iEqA8|h zJ1zBrQVRDQ8B;AD;@mZ@c{@vc=hK&eAN(?b)z4dfT3=neBAFiyitWbSV10R~Gdz4l z@=a&}`=8fJv+d2;*7yQN8O5{M;tadri~s;Lod7vE5Wj~;0HSD6yBt)KmGdY`&@OIP z6~zt=0QUu>(4;7|8}UK3QDk2sLWq1kR!5R}GZGmM$E*3{JU}F+vIj6V^)3RKoM~DS zKWGnv%beh)hGOF5NeHyk8fF=Sud=2_02-)107;dgqA(Yi0=sz?T+AmzEdd-hrG}S= z%Yo?o20xC6R5p}WpLmNT~rY9j7`lH7@k&r^%#qD`eI={c^VS_+Oq?fKkKPqHup z^{YdnlFcYMb4j05`i1w8@P;=U*a)HRIRCF$3hQAokPHlmBtltm{ZZ)4AK|b51_Oew zSX(_ZZXvBB>O@)~2Z)-NjRZ~W<;Gpdd-W;!-_er=ll&PZtMgqc;7g}C89%6pZi*;O z-F%RrEmCUq;>05={6DVy@1OJ3@a^B^j@|m#vM2w(y*zyTpMN=FrQeI%=v7l{XEV5p zjW1_o)+%T4S6?@(Oaerf>le$CYcVQ=Ui}P|uzs|Y8-H?QzbOm=M#Ahx!7k(xKd*FR zN$GGq_6!gg3bZXQ5Ex5?MzB#FQ1qqYfs1U{=-|(8}K3siNnsWQ%LhW zxMdm>>Pn450|XS?wGDjBAR{ui%myBTbK#|&A_x>HO$!}#V7>e78*~Pae|v&lBPs@; z!3?OxOy*{;hmPei`u&%Hlhar zVvfW+YHJchL*i6gbT&(-UrYGnLWA@s}t9Q*%j{=Rwm z>c-!P7w7+57UMs<7rlaV1p4npnj{xC zDBjG7^PF&^B6TH2#`_0pW#V?3>1c({J1^b%`7RL{}c+G0H_ELW^Q;}7XW+Y6yNw@tW ztj+`%uwLg|be8^6xjHxZp&)SK*V)!u^3u$+JH_r!cz|E239CN?=6 zId7^a!x}Dch5r#({xkQ3bE2T#cOn~)0{~crdR-0+VR@#ePU%u))Ug;ZcC|TG_t*g! zA=Zqj@z@FKS#Ts04)dU7^)K~GObe;U?vKwlaZIHdyFsfRDis&0iiTs74a=-`N-fJx z4%_i{MrcdttE_`>*-fES^xZ=nZUjQ&>Z^UluIiUX^bL z4gLo&CX*nZM0~{L{ZkvD{W%7zLs}=Th_xyQ%j#wQ&@f{ zBGHL!Q9E5-kXmf+_`$mAke6A(Xr8Qftp@CPp>EHv8|L_ZCjwNUb+8WIFIQUO`u1{%zXZWy&!Lk6?5ocN0DI1So$j>$K;s7d+@V9pIo4{)|;&tyw zgwB~il}=ljrgJF;jC64N+27-apserKr8@fXu|{cok87$mLrgBs4Rvv zFzOa+>w2WttpCm+AeI!G0DUog*bi zIqN{2nCaort59Z?<l%1QV9xfKUzXkk6GGlpN>ezf0mbz{k<^U<}C zivMZS<^LKAg!a8(O}tmphYY5(Lr4}vr^G*_&Qr2T~e=n z&1z9*O&rFY?`V7N18D|?oN31F~Y`xlQAGA|K!rGDtZx)6#!I@SD)#s_=lLZY>qYu_1!AT&R#YU;qBVp{v zVyVh$12o%~Owg>uKulE3P((t^GO$^o1Oia-(9zlVG)uQ_eP!3VT6{zDP^=^Qrty;C zzKlehIVk=SN1ENeotm{#NO}K zMt%Ofe!Bw`{CwX!XtG%J<{6t_hi2^cXKL{jUs;!&EUq0NWA>|mw0XTD2Q`wj_@)gP z4_%(?P}`i#&uQ|=WLQX6l5mxXgCa4CVv^9l{vqik1}a)}8FIwt-*-AqB9u6 zSb=NV8SnDIQIJ}p;q8^ZT?1g8PC#H8yMt>^=%ab!NM;4E!slQV2=FCO&FXU*0Fc{^ z^2%NUSJILa!N;8~SjIpKH00ivq!6rVF3BIVNZiP12NL$)j&n zCw)D{eKNH+ILb|R_Vn+dv6Xw}hnO)BO6RPc(t=)fDa5;*Xa|=V6M7z5ugSRUw^{a6 z??^Ef8-MS2Fh%mCMe#?*y&O$j3E-n9Xx!~`zX0(+2dDU;#c9ZAd#%p`)G2`QlbhBiizwYsa6Q*X> z9TL9mcpLQPlMf9&i!l0j@32u;Ls!=K7Rt_9Ta7-Y_+0HyjN{MSM*EXYg*nH*^VKn3 zrHc(s6U(pI6TF#Prn&|d8^eY>jq`#+>W<2NjBnpY4|7!&`oaIbMp`@n}kl#-C{R(&JeEF7IFiC`D^}wm8kYiN+zsXVPt)U{Ti&WYY`{hgmWNV~wX5^_Ow%N#u=-UiO3Zg-U z2^^6j`+##&vKrmzpos`?a&C z&$sA>i|nf8u&}axut=;DBm_w7b{ReH*7?m&?fM}%1yx-39n9ynBtxjZd->XSGz4F` z{?p&|OKj$WsG~pm*a!|n0mP0`(*%Grz|y#eHA}itjj>j+dpd#IKoX%d!HpVmPt-aP z8BzAGT_A(_g*j_=WRk)Q(3kvkxQiq!kl zPQ(wRbOQy`Dy_tfb<(~{3J=(+;j5H}SKEz?3=abPM`BoK%IbKeYGxM(6j<9Sd_PDG zCj=%aJDE7ApI0s2uB*_Ui!HJDR_k|p_ce-wq-m3V@P78kB@2U(r|j)0ZLbi%wW9vp zRt#MVd8;;3Z>U=jg$*9PEI$7~@}K|jq}Bhs7XS_-{N&G`rWw%~@*>5Mpk-h*v1GV4 z`vH>3*c5wV1sCedM8|wMDJVkg?lqU0S&!NgwnVuH?)@(LYi_!+{2UHCv1)8i+J_gs zrkp|1k)Z7l{s1x*mOsB0PS{Op-hanVOO0Rt>o`u3MFBz{R}vDvhUl2C^<)lz?FI$}h5_G(E@raZd=XiKfa zpJt>!f5p`@h(v7Rn!U{G#DqpQKip; z#|gXBt%VEqW?O0m5WbV)#2IAXX*HKUZf_ctEYkmGclOdaK)7{gP#5QWhzrNZ(gD#@-Y9hhK+*SFnS1j27#9*iO%=0{#7b3ifBa zFo_>}gSWVOl8=wLm`T}JC}RN#>M{UmiX0BYaKQ~=oIAc#O0(Tlya16YEhK0Pf)Bv# zdSSSDsAkEh-7=;=8o_{S7(pJ)2w*BlC|YwoDdKY+>HBrn&tUo@*mR|I0(x4FD;KcF zBc%!y?we-QNmC*^z~O_uaE2qIFl8nQn3WBO=jMq3L?=MN+KkAK$#$lk=0uD0?~``l zr~Otv8x-Y7ZNC#QUwrN4T5BE8^I}vWxwSEIxV%s;6fXMlLFbRt=XS*Ha7Bkh7c$#6 z?NM8;R(EvU44<$HH!;Wk<+^cqc4{Ie#)}_yJY0POP=0W9C0ZDUUWP~#Vwc{0)0Z1fIv;ZK2A$~C=JKXko z2oAd%AJ6Y?{8&EA8B8mgHU)6v=av`r=SCs|N!g^sfhA699^^yg7+*3V1cIkKkSiHL zf5tnQzECS+ddT3zw{rV)r#bS?i`I8{GZM9bC;U#IGkYso`Q@+S;45XIETgY|LL#D4 zY_0udwb3!t{CZ41lhR$$hRupa@dxKQB0F&q^%wwJHPC|HWMRsUlS5eUL+bis^_8WE zAOJX&@cAt+FD0+Lq}GTy6Vr{y!Vn5cs)<|EMB{>cL{-@20cd4FH6m$fFd8Fpyy&NMMKSTlJN{EQ6?x5AxIi& z+5rI2A=(Y<5Kw#o4-!zrm921sjfUDVAu?})9K=^e?zH~sMh&$zs)}Dc|D3Ka74MP~ z*(q_`bM{Q4s_04fxu3lMu!^jhY_D~;qq)o7;0BZBkxb?_&+ow5wLZ-i36AupNM7#u zH~30K;~=x>jE1nWZ{csQilcx?N|=W>8z760bRhm@1aJyDFhs78AmIP-s|mcS-=|R? z%D#^W?2rj&KJmTMkELhq{*9-)t>Hj(6AR!w=z;TBQ6Xtb$7^3lDF3_q_4$ zz3+_i?*6s2vVQF`=348U>zi}Ry1lj69m;cm!a zN7iAFSt+purkI{dl$29IcPbpm(*TKIdm~R_Dmd%1J7=>r!c48lPgRkN4u4h}hAK`q z%$=6AEsbsShWH0rWF%5Ci??m@hD((?8!XQxp6r&sd;Is=`5)S@$FI--*rdvd=AsHA zp1;t;BUk{0UUe0C)166CI)UIp_5-la4_Z)>-uq;?dpnuO2L|bzd+>CtJ!=dey*KDG z`a9sueTLA`o=MPA-v>xcH=Z(~?~H7?_b!M87kLEH&;w@2>oNC^Xq`kLvgY^$o@uBO zAxay2ul@~knF)Fc0FCLaI{NM)rTJk*GysCYU|4xYD4ISDeFR~__V)r990^FoxgtD} z8ag6JykOdCN372efB=fadsIPr=%9a@(1Z)}F~&;-hx4&w0YhBKe*#4$C`IX2e$>QH?7CHs8dA^gjt2sX%6Hma~8EaN}QlcL0U7F0bdh5MD|!* zT@XQ6q|MmPL?%nS3Qsa}<4XX+jo75G0#n!LTSVTcfROM4Bkoj$^iCoM%ckJeEsLd5CYzESekuVI zz{GfPON>uj8MshF5?JkeaWMlfxS?;Q-2gFwQ85k@s-tYaaqtd9Xo3M^Bkf|SRo`a$ zs4JIBL;P^>gv)~SG^(2i=WysQ?7!Q%l;Xuw=~pj&?vN<~hNG=`B`bq}(>K>)3^ zOTkFeG`0t=n#_P)1#3Z3<+unW6D^nvSB%A>$z`r{VI{wyde(9&P$44)nPD;G%HvbI zYUHZ@0*cQO5wBL)+(vEFD!}1t?`fl`+Xi81UW7ctB@(*Oy*LtLafrP=-J zUC_1phAVrHqO%4)-Q&C(=-X4;|LR}dw{SeoV$9UbdpKbJPMrOOF~I3fF#0nNa5r79 zxYv{dn%%Vn6XxFXQV_rqr_`rAT~V5R;@>Mz5ELNA1WpC8?X$ZIcK@9yuF_&3dml&!rv*o#16U$9wE|t~sMmtHt8V_+ z8Gl>W0~(jI?>d@#HGe9+I%_u!0=j+VnP@MLb$Gnbm4bLH>wrYca2rB-5jum>Kykfi zVbS)o#+6WL9wp!yYlEGaz8)_MbXD4feUm5u*C7P;+_8~Co*W~$7i-bQZ zzPRzHW8Ak6eLr?A#jsz?qMG=jdF$)X6PjsdPdR^HYZkLtR|Zm4X=q}@)qYJdd5q`g zrw3j4dVhXyI2LeGc%PCk@?WpZou3loxzc)tUcJAq%kTI=HxooEt_%l3uQKK6SUM7P zqx#&WU_>Tynn_85BMHrE0D+P7S6O9+?4(L-%Pfr=e|cH6wq-YQ*doDmr7^yhgd1Qu zwau8Y7`smz^Txor?R>Dj2ENYNJ*pjksbvx-Gp@sBd^g)*@P+|wv*a`5r`LtM{(rk| zzW#ms_-0n)?{4Yre3tgV-F2UeZ6y?#qa1UxgEF@sJDCp8+lbmw-K|{?T6ue&+4j=s zQHO={<<~N%gFhd&$Q)Sbiad@CVM=9b+&|NZK`@chrB_190~7P)pW z5|f-}Zk{jIL(oD`&&C8;z4dl+vI7874wA#hOsRtrX%CW?k@mc$t4=Kt=HVuru&Gsj zt7^Z3-FU2-CNK(jl%<*qN=xfl)Ap5L74LUK_NzVkG43) z%if>b*enRw>UKBQWjO>+Yb0))1)W-ae9);7st^*;2lD>PEzQqDN2!GTVeaknKHpBN zq?q!BS>yY*ySEb8X=JE6B4uT~?>U^zE#&9-P0Hs9l^RYweYY&0`1thitCh*l_6~-Z z3hM32c|DKMcd-yISZ=A#Mw(`&mK^{PD~n^s3Qv^nANhrY}XS#v#$FPUlx5h#pxTZ&%1*5`Z7Sb>I#%@_I3X6nxiVx%QsxKIVJdu+0`YKp^ z37D27PC-!(-Z}@=86)mLzxJm32WfWAU#wapO12ZS z3XaVeTK1(+8V~L|FWUK__N``~s#{xgoS*%#$Tt8_#$WmH8_8$t>|wE?ht5}Lgp-So z22KD;Ni`0b7~EquFeStC6ybZgB1v&6obq@y3Qv+MB$Lvz1?FP9)zI`0%k?Sg0mPX7 zgodwHH56<$pu$}18g)rfC4Y8S6n0a^baQoEwn4Ft$~^aD5KeE85&cvO5nQo91=|oU zUFMx$Nc6wDrQv*2uQJdo!A#8a)$^IRlUg0bC{c`f(iGFW(w_a?&D)%R z^4QNaR56c{JjHy}f6n#KjXy&3`vwnvw$dY=BN_Ag&L2FAYp=3ajl14!I1R?KtYW0O z=wt{pmEo$Do4B>Lj=7KB@$8Bu*xy_k9|kc9NH@t5Nt4d}55J7eQ2+&n@Ads>-abjC zu@HX)FLnY!<(c=^+He}bOpSz#o)=}RgtT@)Z%kp>?ZkZXH3G{Ez3@~HTDPOo&+gAo zrR7J~zWZ&cY}|(TTF+QYBF4j#QAyyH&F~`|}3=f1e2crVQY`|8& zOFVqSF8*rHeAK@0{Cm%X!K#EX-37Ct9g38v210Z{ri77`8Ze^TjVtgel0yCzP5BR| zv#<~K?WKRMEvZ=i?zHD#i^=DA!Kh`^h`$Jq$=>;4vob+sU#LI*60_$_{Pvs#-oai2zxcH zA8;@(5QE2s)#Q18tfHIp5?^t$RF?{hg&s!cxR;#&u{d1F4|*!*shhRHs`fwl=l`#3 zo&Wv+U_6+LRl0%Uwnv646H9>OsB0zMMZm!Q4VmK`j0g87@2 zq!U(;bew#^ngF* z?`>~udaYLZn2pkpMu+mPC*}Rp(~A$Z2ETjh&PqqP46)e1Bh<~9i4tK&B*aM8->VCP zD;6w`D;&H=U$7y&(A~C>vMSOk zGWip@uD&gLu&6G{05FWn?0~)hc-}cXce=IqOlG9Y{lY&nuJ@^Efi<+xzhQBoPHZW7 z;-~1~0ZF45%ft4#sn>PaZ(2U4j?bv_%djwP(>C|OqD-uMMXuVm{p7hte@>lSt*hbt zL1?G-m}vgtL9ILLbLrTx$_gRucca5!%d5oXw@p*Al9hfCt&Ek4jhC;}=4Ko|R`Q=^ z49(e=+9HqAE=(lZ_-rzEi?jD%?A_QN@EZvcH%Uue^}|V$xe`AvDVPcbfJL}`;f7Wc zx(R)1{>*0vY%Q|!=EHQ(bmGy;P+=k3(($WCde@uBUsF+WldczICvc3qF)b~3b+RrZ zB7fPHsVW4K7WrRY*7&F^z))JmId6|Z{`NfcF9?cJRxHWGRYN}xE{%G1aw`O`@9cs5 zdW`WnL+Rw4+qpKB-l)aqi71x%m5}&9a{Mp4oFjcK*H`GCbjm;d4ExX_H}dUW*k$|I zwKI=*yv|4e&)^q~0KCh*zwtWZ2Hhw(ptvBI$h4JeeQ%lieqvK!Dc;R7vzxbDt(B(K z!ghiJO{zd+rK>C$x}82(kKtZ3dX$fh3Qan*D@M4g4FNxOX2#oGUXYR&cw!wD&Gtp6 zoQB>zlo@ZyIJtp4hbV}xl~&)OBN8{ooIY5s%3OB8c>$q>KB{L|BS~^>54xR_f~+JH4czIyHrs zMTX;=W~K5{$ldFb^<-H2gY|@m)+IY{5)DjpMy>f`JkvY8@09%H zyYFf~C-FuRnl+{GHD7&ehfku7!|p*ly!^#?g-2#L($A)pE_HP_F7zq0%ia2&g=yw| zwubzN-;kIIAez(et`sGlWRHOm1I(7pSo(jaTWvJ<<{@)6g~~W$>V=)nYd_B+Tg7 zix1IV&SH1C6PNaAJEdb8)QheXlm#wbe?IknePLa~YW=&P6Dlg7XTgf_q;xd3N~o5l zV7gFf-RSNyk!s@l`D^=@wv`Q(idu$4#Gmcg{lZfHE9bwl=jXp04}WhDB9v0pW_a(O zugB~IncTO#r4ewJu>Rg@5D2S=!$bI?;9lG#GA$Zy4NpTqtvgYAjw})xZ=hW$6p7od zx0PGX8!*YyiV}e^P~-J`&}IP`D&!F9NC(@C#ejD1OFFf*;g+RW zRLc;@<*x72BD>ULwVK5IiCh!k24Hm&xT?OT^jArEFz z!AU~{AF^{zsqz6Xflo0+)n*jFewEl1;xGg+U^Dnu-o6z7?|p7Q#J}l)q%jJdh^Jk}}{sR|m?KK`Px*RQ$ z7;bG)xT;Bf5r{w*o2)5O_OPMQr6;bLP)bMnWUVK5?I$1)LK!eB=tiVdfM@(x(NP{L z5sd|s>`5__f096IVbR4SOxJnFZkNtvu_yA+4G2f7?>Exrg-c&<+#2B{I)}Yp6P}1{v*wXXIUjO?srY> z8lpnhOkc?)p>7F|DNcTV*JiaM^;_Ydvd@Qeo9YLTv%a7Gb@c!G@#?Ht)WLM38~&nS zOP~mr;Kt5}Hin%>x`aVimo8)j|M2@Y@q&NO_0{XTkAp2x3B0b`0mT0D@U?vg$Z;Aj zFO=#5cc66V4HH}#f4k?C791BA(Z}m#AV9$MvzL$CXmt+AgAJGgWM7IhoR!eo6NAzW ztAPC$fqSM_>v^1W^sNfI7^T7i1d?M_&Q;qwDvW{Q=2r3B(ZNyL1qfsC?j`ao2IbuE zPXDmUzXYk#13w1jmBtf#y`w!GU1q;wJFWg~gK7DxWXGB6F+~G)^2F_a@@W;R3DsY7 zR<>n_je$GAO;_B$&Pk@cC6gylpiFbzUGlW~d%Pm^>hVeks%Q4&I)?X+6p^oTL^0rY zx)u=2GWK6qUd!cV)I*h92)-uEP%L8Rs&sb(T0P2K%xY2}sLqYv(H zC4N^iWeRkO%_`0oQ3 zH0nqsOVO=eDtbGn6m!8;Fgp{Om~_p(qmsr$JU~B~qu2N2w;lso6ezww1n*c$;NwBi zG8*u*8XQ|E;`9;*v6EMs#t#Jt%EDRk{<;w*bkWW%z?>eVzqH0&@dGJLFOHF%UHW6X z1y1S&XSv zi*mT># zkN98Tex9F4U(5Rsqu+#54nuwGlst^KVtQBgyL|m!I>?=THXI+DNh%eL-;Pa5t!$S+%Gy*y@e>9vCe4w``ie z_-g)V(irw{PYWs*SoEv(G$FqwR@f zdk5+>td^#qChW?~6HP}wl`>_#ygZGB-X2tz8J&uhOIb?kqZ-=peCN0`DdU&hl2J8Z zwOHxtdHWzc=dRG5zqaQ?-;=6sYS~&6^Un{mChQuvzYNyN&q>>3Gubu52mv3xH8a)N zkze<~7x*>cruD%?@7**#yaj-V_xD6UcY>@RhA7mjq*9ZM3CK)fy3*ws870Uffs0fk zh2MGu7RFJhIU-n#*dvA*k9Jo2Bg;J16A8m!2OH8ny53|nU8w$yZm!c~2YK84n& z1q+cw!J+-0DvqvUwfAeEU|w|DeDV4=U7}{BWhCVox%XVuqUq}ULak;G#j%z3HG5R7 zJsb7X>#fhYCE6w{ai^Y8qWQ(51*07MIoT04b?FlJz9Ybc1>zzA2&@KPFDpqRD8ut2_~$k44HcEV&(Co^DC=jSyk*@#p;I+lIcov(-D#Pow+(K(tdjc5DTegcgtBS4Hm}TkQH~Hi1(&vV^5h+I zDs+=R>-LO$(lRq|C}?NN>78~(@VywIM)ES_)UI8(5P{LME+@fIP5dn1vopI|JUv4u zKF@nRHV|=hzAEpLiWv1Z&%5Vush)7gD{1Wd2!=0Hm54<6X2%Li506l$5XhO+xpuJM zMnF>TIf0TtB6Mxoj_d3EE;^Y|ap)Z@F}`ph@Qb6X;M+XxI&(CP%I{J07cMYy=AmX^ zakzsSLqy@Ri)3-?;ndu7Q}d89a^8Est%;ND9?`n|4=R8E&F%zW9#hlPj=S(#zTa6MZef$WJ-8mTb>FZc$9sQ#Vg ztEyl?DL{44-)7;hgfcr1E6xgoB4Y#{Nnrx%odJ?5hC!u|9{&Ji0ym>I@xpjAN>Lwy zFf8D77(xa!%ESmvQ;NSKqwgUp&y3*QxtVgi)45Eps46jMmV#>~f+iThook@4L>d2{ z(yw&j9c-w694+~RrKqKDzb%Z(hOy98qJo+cED398H7EDxy5iS$5=|NT?b3*|rnKf2 zsWt{CYE7l%+#Z^o<;qko={M-fM>7xepKH1RFf@bn6PP*$nQDIt_k;oy!~9SWEkZ{z zgUKb6_m<(>I$nra!xYPKV=|X5zBC>5xS)A_o|-j!x3pGnW9F@Yrjr!;%^WQCk9tDm9<;kYl-yVMoD`d6ku}*&BA#wsFddyKo28btU0v z-uoNZDqRKNcgcI4nTh)b$lf2)%e8QOc~?{=>Lztlq1}hWnyJrT?KWTl;F2kMVdYMC zq-9X#<|I#cry+cm4=EA`3d7Kl>rPvB7*MIF^u$OSz`)YCW2&@Vw+1Z%gXaj|7)r7C zS+^YQFTDJ@!Q!eC4^KhJ-c$oJO8^^3h60>!e36^%|$tt$mB*VdHmM#ZtY` zk2yuA3tL`hdAzP+wQBnLaZw^#(V6W@$ghb&_BILXXDuZ=EzTE}0mJJbxNfjB;2^>k zj@_UDr;=iN0N(y!^Y~>vKpxvtIo+LMol1QLP@^`0 zf@m3y+zjm8+=0sYq)&tN*0<_e(-^PD+ON{|s|YJb`iN-09Z@?q?lw%(-pgsTQ%!j~ zy3La->=oIfUJ|@1AG=$1GgIpe)wROv)a#-f0jqK;6@qhuT{b^YzBtT84$d{McfQxY zD4x=Kqw?FI-|A_SAv#xjw%mTxeCIv2`RS4Sx5QA}*Ao5<8&&^j>fis!ZJ_}f{(Mvukg0#Mt*_zYYvB|NDG$28!KGWPq7Via)O0@xeb&bqXszwuEUmN$>R>iAvlZrSZ9{MJdP}Lkf1G%!d-8>-e&>g!pgjNukz;n5 zLjn)f4Y3p$XZRf1Y5~R=vVlYoOEmPA81|+~wCOQA9HAuY*pKg+CJ<3dYx5rpjvZ2H z*u`WkJ0~}M9eq=Kwyywmj7hu_^oe>jVF>#8unhtpUEyM0r`n^o(v9a*9M)z6H{B9A zixsIw|gnh1*{Z2mQZ^1Z~t}pHUvOZOmvi%?;CG<==eQehOw;iNf~x! zY&cgsSAJG;Je6gZi*#^~{QNOePAL+v!RW+5MRJzQNWujkHR*~f$nsAab}*ejzWxzU z^ZM?}nTMRQ6RO<39*m%b$7(^N!c;+okGlnU>-1Ge0xkxPq`1^~(T>W?OF4{pYb~kf zSeO^AeP$uz!)7(DF^O<=QB05_F6ba@SgQ7wfQRotWNN^_epY{BWBZnIj!T5dzJOB&}?;V1pXD|?oX$B1m-?Eu< zO0dGuCD8-a19RwG19lGj?Q=bb0AQ5q85iH@pWWmJ742wCix94GO!9?_>94u_24M0WapboSp@@UAA6UO7O15gHXB;x%7a#;{AT#% zN?xNnqr{=A(#H!oZ&t);gvCCL7`{bYXcKkc@6qTQ*SA;sLmCNcD&4#RH4k)AI?J8y z3?Ew;a(!d92YF`h_x*wjPu5LlrVyPAYW!~)-3l(7@_%#};*Z#Pl96|2(~cJH;Bwu`8GNwzXtR+kW_S zcsT9uhpXTBq7ErUZ3-9~m;}b!3kq8$cRjN;s&&vgiIlLS{&czOP4La44*Pq5hgT*l z$nrXP{^9p$>bnH38KZ%V{^!*_1W)w$M=O@E*kmM(8_#RDp{x6gup|| z2svRDWDq=)4(GUZbija!lEKZeie3`80UY+@+%nS3Fz{$xbTV&upZW=tAb|`TfmJUp zS`~~;nS(&!q0BEFD;X@wK}moOEqP>LZPT|M@ih|P!K-&2VnGht59inYr?v1d6qIAy zC8jeiL(mB0{{D*V?TqnsdXcKZzx`So!(G(V!K(+?BEomljP1Pg3czE#iN<5>U$aBk z89#HvZ-E!G9TeCu_m`*Ec+r z5MHU08n-F$ZILFIhYSc#{Ta~%38HLJ`IRAtk% z2H7}mHPd8i-#Y)#==T9=IF!=pn8ix05741(0$M?H;27Ex&_(qP-l2n#wThL{1#=!# z+6f=SrNL65VEqyU68zH8)hF1#B*xCTaj3b(7aYck*96nbB>%w?z562KdI~#(1jYry zi9sU!fB_a3Ha&eDD{Ssr|2{RLgvN`4mR+OuT$|YORYOy#}K;p6vzyIm|)ut=5JbHH7%D6@4d`SxMstQ*Co*T`k%dEu+^ zHu}=JWAD_zRJ^ZwE%WeRM%~lD9GbvlP?s(bUpUXP# z4h4Ez5#tcR7zc&JK%^dH1_Lq;yY3?f13It{Mi@@tcbj5!I{fNp|CJPg+7^i5>*JrZhuq|DM6&+BC>wdGC(Mkz7< z<%=EdNH1JDt^4)7D$!1`!qGsAoZkl)hXJs8ZpoFuB&l8zM%X|69t(Vk(6%ws zNdJBRs2{dV^}xWvc0!xO$ai18gu5v6?GN=?8+7y#aevBmLV_X>^ z99Rtu6_t93OUP0zoCwhWII~>LQy|}{ zRC_n7TJ5pzKs1yYx5)SGp%XLdi;T|q6)eUDKi}$djCka;W{j&xLgFhqfiL{ z-PpQdxSQu;hDYMr9lsz?E(T{3(pf;wJDA%B#hiT9OX^qh4>~6ccR2&DkH6sNKe27kCz~N z0+iuc6fz~O!bgVKh)T)KB$UIjxqHG16lCRkuzn!M!M^uH8y(zBz?fyyNu0+PkAQBd zd>*9ML~?9-)jG}xY}9dZbfnypnNKUHp+!cmY{|KPzAvGw%@(W0^`cz#va3}SOYZC4 zVzZNs&kJwc8*XNKH4NiPKb>3uye)rnN7>T?B~*!FJuu6Rx7zZ0U-P9&yzj}POyKfy zb=JL>4@-Sw``?!vpSd7C=bkWu{BO}0J1gXM3r3Hhw^M3S=b&~+iRLQh0?Qy=9>MKFG$fpM;&6yMnzRv z25+LW2SsN$vXnZ^_TPMF36ea#x;1(4^jDYdAZ5-K(=z}89dHH_Yor-aF zJfcNMheH3WfBzI+@XvCFgIy1Bz>4ROxeNYTWspa;Z2}MJQ}nnehX=^qihfpym&2%X zfK`|2RC6IpFg+4Xq2(o&!)s|kgCQYcygE=v(sn&jIsnedZBHv~K;G&Wp^pt=BICw^ z>z6Xx2Agq?gM$HDj{Mtfyw2r10@BF*?jlvkzGn~R!A+`K6keC?JsTQ`f~k@9DC!i9 zZ}_XknI@UjMK9-aCox)W+g=`fq%@WjA z9GVPiFhybRs?H@~MU11F5?m@=vPd!%e#be2P5WLSbN-K0l=Be$|) z?1`0pvqTi@lXiuCx?J7e%&181L{w-6(Gl0%yL;b}ge6@_HZUYS5IieTe^I9-tvNsJ zD!jXK=R@0nqgr>?_^pm6xDTz$p_~X=n?5iY>*UE*b}ITXAPjCG zPgci7%|K7hN~}cISIGbF8l>WM!$AhNvD}VWJRGb}z_0qCkrzFtz%v2nePt)u=wpl3 zjc{sO8G5H4c`F1NL5NevIE;&>y_RTdv0Nixb(!mdkkeOnpT6dig7L=Z2f}SkY8;-Y z+&3y+5x)_ODE~KeA3R4x?Am_#qI0Kh2cYloIaCe_Nq*LKI{f2FreMil>7>GcZ+mx{ zm~nc4cIVM$QkK44zDiX(lWFVnZ^ysM{jRc=#~;_6L*9M7`*qN7jOjwI;WyrHKbHAo z$=h-HH1gB=&*jsoN;xC_yD$Ex(>-ljZhC!O7=2-e`|3Y1(ig8ur?wBu${XB%kSCnq z-x^*}$cf4c@?=1#^)B{kC-w9(1Pn#VmC~TOAb2!3il0fCl0rwzQU{3{O4M!K17dV3 zbn25DLlpWWBv~V==g)qANYtd2i2wo^XM=;EY(uOM8twBEPeFBSK)F%%*pJXGu9L`$ z6~-L>_D>C&6sIi3gC#$NB9DCo>QpifsN(}~TX-!Mb0_R7WOir^FiyX*eRCJ8jP!1E z#g8T!N>=1l6nmS=$ras*hE9y$NePXUL)2b>I$0uH%&x!G#q`S7Ihj&Z8TA z{w<0lDbEc4;dfBo3!wNJ@cP_y73`)q`uMX4fd2B)_Opsyk7cZoN)0Myrs4Q!{p4ix zO1|m*$)NZ#wBrdX-ny&OgDL*-`EpO@=}XebL!U1eqG5PKvsA-UE&wi@pKICB=o!>0 zO|8H0{|V&;G;hX7calayxuqMc?!EL0N=gBlI#o%c@#~5ARp|We^-XWQU+YjlE7Q=3 z&@^5%BfF9`+C8lJa=StxIC~drCuT8v=2d5Y_@T(?nB0U~vaZ?&V9+f-@*TfyP*R*Y z&CR8SCZs30gDO)~ZgZ83@``yZ6HNQb+oRw<6&WVUVwRI%8+Mu$d~);~*l$c7``l0u zyxJxPcl*gD!yG3WY1qePPd+~2&xyIo747fL=uN%;&|vs3^VS!{Nqe&S6!#_A1Jf2- zTZ?O&hB3}6Mwwn?uLlT{7a+^T_!W)0e%5&6VmA=5LUU4gy#}79skY3Bc+ZvO#ap92 zvi_kzx%j0B->zBh1oA`KU3k8vdlcrjYo|touu(gh^1%?!)E0!aLx-wSg>y+14;mOOSD#}7& zmG+&3wEyrkQ0pbSD05ukK=bEF0;C16cEkS^j3Afp)1fcV_Wa|9ZaY@b`ugDgqdou6 zHnsD6*BWaJZwJ*T)EYehNhenJKZ@r6iM-IZy|p6b7Ko2`GBBY#JQ)S+H85Dl3@(lj z^L7(QO4TI5>yGNin|PnJrbvKw-CsbMykdu&L9E^?{Zm=X`(cY#W{=KHsDMPzkOeaU5(&hUnl!M4O2EQ!?S=N*bqT7Ety7kLNTrZ__-aTM6y=w1WU#ryT zQ#zs39CC@CRy+Oc^f$am=+|}KnbTDri((1n@PT+=jAh#TWgSm4Q_~Xl4pUIhkH%vHAP7@c#r+k$j0;MC5^v^<`!$kiuh~ASoJgWH#T{dgnicDKS7#7ib7P;KdZVlKbdsPS*@!mwd=>Ja0rsxi+q)h(i1 zi`@0&_9FYcZ#<(t342poMOouwW84n%1kX#1OK|dSHYafD$ki>qU6@KL2{G_b+h*C4 zP6G9tBr|3hM4{7>qtI~kkt<>|r9TZG@6aMeE5-&0$Cq9V>UR@rgzhhAn;7>Exy>)-*K)=Jd zKI@p(qwTsDkIp_d$FnjGMV!_)vGzyR%ze#K4?7}QT zq>PruNM6CiF%(}JKJw9l&~xa@_V zBb%~-!6@)tElZ4&k;>O9w01G=s?fCElPTwWCgpA5!KY=0_U~9F3Pwxj!zHX-e?GR) z4yqTpaFF#yBV5@vZH62=M0KiGw#QRXqj_v!+U6Dx&AzHBER=ll>QLZg`E0PCgyj!k z2mQg!q4USfZs+=sYnK9vyZq)G;ywRcDE?2-`M($68A^({SAeV+2 zE%-mq;0_L8Q@}t|4K^T%lYCUekY?Q#&oOLn#5`WQP%Wt@rdVuHAU{R zopxWOlZ+q>s>w(?beHPv?D;!tTH6MvjFWR8Kikzv|8Tp1Am+tYhVi#+!$CrAc9OzW z!}C`oR54ews6TGkcVNU8W4ZOhcP1$|(jDwF^~o!E?p;#hEvU7%|NH#mefRq8AUFUiTzLc6GmJ{pK!BMBe?+ zzte=gm~XpV6?>t@jKw*>YEDBFFLDp&-EODoAZ5W+ia0JoJa2fFa$&-DSmaQc>ZpFs z17$40vYHg8qos{G(vJ^MW5_ly8UL!6Z(n|WvFGH;O|jA)JaUssKI2nD&^0ZpA`2yb z+C{@+m%!x3o$=AH>vsha+b@!{aEAFAGaAwZfkJKisP$UC<;~atTOz7jNB(|yU7ECf z<;TEI%WYO>2DUG`)TMiCBBz^&7GvN0+vXVU-a6hcc=>X6D({-{)0}zfcq+ECI1XXn z6r6(lgMRi@fEmzKkG=M_qc2VSnd(STPp__zqo$j^vfqx@rj8?-6D6ZP2Y^ED>!v4qTr{Qg4nHLk4uI zes3!Nx*k=l#hqFneBLo&KzCj3&(Yu02jtHl!G94?Jt}|YxBUOaF95us2+THfaBh;I zaO5c^gR}Lz8GngnaS=n!V{dEG5~Fh4MY)*2nnVn7=_N2QKYw^rO*MQ#&$$MMi`9r< zr@B``?YpkW6rFA|ndq%-DSeNlNiVfoc9G22AnT=lyM2*0E}YWQv+QcX^B%=nMlI*K zIkqItma~(4Np){qFC1^2?fN{^LdBZbSPkGmB6;`T)Yi;CyJ~WmBW=dr+j~E^e!$zj zH?-CvIkGPysM0NN0Sb9BA4xNIf1diz+l5-?EqQ8;$Jr94WuL>6wiJUTj}Xol^N8G; z8ZC$+(e}aX+c4G==}`0=%mha`DCG~v0>RU5jK)j)1q{lrg35US25LAWnTD}wr>8Y& zsV$>%CY2?V{eD_md7oGDqQlQ64|R7P_pP#~?TuToz}F#m^-L^QcIGo-%{*5mV_OWU zVa!TQbZn_oW66jXQcTe;Or9mKl*qJvXr&pMqr#3oeREcwlB*`2ZW^`e^p)Yc2i|vy{+Ij|-Vf6;Q93sa z=GueL-slOeKk#(8q^Zw&*Y{)igG%T3pBqB(Zc2jE0Y6FvnVKZaA?g(MP)rZ?F$ial zsREgiO9{z*kv{|ZQ-{FGeo{rkzlq2w;N)LgW(Yw{j(R}lR=LzC#?8tpCj4YCKs{wd zvf+dn)6F)X9-Xis{^ypVi6F|*zt5;Xg^?G+`r5>1oDX;Haf<;*plqH1WDZ7}Z~$Qk@PqQcEWs>{jgAw;Tm@*7-1 zf-?4a``%e&q^(70ZNok-oU*v3GiSXm=Xuxh&MmrXpMzgrWFQ5Z@u~2=g!Q@K<3}7( z;Uc}aFKTzfPB#$DFWbJqS&CJ0E4n z^yEb*u#*K@<0*BR<=8DvBZT%mr&U;@7r0+beGVJ!cTJcoW(XSG<7?8`TpjJS%*Vs0 zxqV>m2@=%35vyNt^(Lp7V7kXo3j+z0Y^frQfM=>ldN6HsJHF#Au`Ej#^sD^fQRaUF zzo1I7@v(vJ@fT2ZA4wQn1c=arRRdg#eva)$)obJ}fW1+%nQ`SjUFjm46 z58tio)LE$Cii*4$fb&WQvlM9GO^Pzvc3fiSnLtfMaXj&66KlA3yl>RObn5`KzOX2((ZZ2jgHWhzy3o#FE&*l5x+J zu2ViSLale_UUI-JTZMeu{y>XPti}|T@CkJ)t!mj=LW03y=ncJZ)I1xdEU09w=w6e2 zmO{Qbjo->OG6EYb#_kq|gMa+aG;du}=BE}b7<=x%fBirtA?MNd&zH%>r}HrXuF&ys z@E^I~^0z+l3IQ|#+cw6;rsUO$DW&1vocPNalpCL5I-&<@2{MU5KPE~>dPa03V!|>8 z5EKS7YUm!K0UWGB?5*HP5W!=*jZuTD8APUw{nucI<3j>8)p+>Qa)?jeux{MFyO-H( z^*IAS0c2`|MOv?>0p{8dbgQwHin0(IvLh?}g~$QDn$A}Sh(m_aAm6GU|H(@!$s=Ez z+4kdxoWBW{AinLoG3ma&b>|oscCZ+ghb*l+2KjQhkB+xHg{8?)e(7Mv-%xmluc)VR-JDb=pw`n3g805Dr`G4uF!%b~pJz+?(d{#;9dQ~`S z7F1C8<#Ubq$DsbhyWeU3Rf3+rtr990{*tTOcRBi|I%mVRbRnc;2^>Mo1FPqgqTppe z26qc?Q1a&UzzmqwDTdkms56x2fZKX=wDN4~pm8xXs!pCh2*8yNM1Y+^$`lR87_cyL zmWt@YO6-(JQmS0KV?(^kf-Hs-4Ozp;reWZ8^s2$j@SeCRBpZ~!ksknf-4Kxw04C3D z=z95fYK9dOK+fHK^2mXoY1Y&6gunoYsc~b8nr) z?mFBnMuvJ_eR1bT+TfEX`}{%cfu&j8Z$CU^XpqQ=dqB-nZ9djgYx8L#F0@1aJPYN} zRl8MlxE1xH_WTeo^J}W@@yCuBbjn)1r}S#s>z8|GKgNQB+AfZN3`i`OgonpPavS7x zuQw)=B3!%ATjC~&$KQkt^OkyMO#@>CW29VV#td;d!y4%&5Hvgtz&94wIU0Z(g9l$k zb{#W-n?%6mUMQxVVhl0HF}fj~%3#zEX6n+jZJy`k7@OqU?Iy1i;hEsjYeFct!g*kN z)J)&7W0H-8mtvrB_~P8!ng)qpwWTIE_iagRu0+pcWQV`jFmr2mcQB<>7@;qcp>>pu z^=%oN%?$Jm!KV9AD$t&;Idc8s%G+-@=_^GaB)BNctIT^;MmZ4xG;Md5*T$`m$@E{# z51KVZ@4qh8B#&^7d~)!xFMsIt?C<%tpRYvQzl#=I-iQKsg9y|O^XIR>|KI%9tDiPP ztXx)rnnzvNVn=!1Sc(JG^Z!YH{l9MPZiRZ&g5qPk zoz{-104&lA02+A6|KV4a_rgDxH)iPIBEQUJ1|>RW4qPcq*Zw(yCtHvdc&tzlfVuK7 zj4r^Sc=<~g3M0hiMW`0nAh?(Gvp*P&2O6*v9(iyr9)Rl&5-&|f*&oDXDuSGrD;m5s zTtp#Y#7@c)am_l|1fYuiRAg#aP+7K#vhs3vq2G*s!m7fEPRl@6j}=tX)B zMWpvGUC~gb3n)be>4=D8MZm(B-*eu!*0;`ko^>WGGkeXR{BuvPUG8#S!VHume_$BE zW08(8A3O7psr3^JR2A6B=32G7dc52xC zOiZxyN84tw+0p`&{VJI!+W7{|p#>~O7p0weXJ74TEyzi0WZ=9()@DHktdXfkl(1d% zOQR~x?p3D*D*hMSkNjnQI`#y<$MYRq1Qh$sBDy?6lk*Bd2xeQB`#-I#I?6va96f&} zH*((X`axT|g%Wc6Ai_$r&g5c!Ev}PkHSv6+`Gt%3+=I1{w<4aGfAlVRWYxlzIK&$0 z6+GP?TG-KTxpdRoYOQm|{rF|4(OnLUzi}fP8h~$go#>O~(U9?T?UUEf9?*x%Ur>2d z+gl?@9i1Xr^#XFwNV!pQym3iji#iD*b;TAUNkgZhug}346-8`aq|sv6MY}~bRoln} z`AOX@BB8~Tpj@UA6j6&|SAZ$jM2bv?1J$`1L*#-&MG_Jft9B{x%WZ>|=Ltk!cLl@m zi_+rp;3|I_JFXYDU}*Brj7-+KOzq;~qHLC&Ctl6=BCio3O_C{XC=4iN_oE_nv6e(V zzr|b?U%hrs{6@YyvC_UZpR#!K`_6Q#$#`pJ#rcgGmonO7)-FMGS`(PO~IAGBDs)u`)$LBs5Od3I%#?%#Q3?UL1 zzBAEB#WSHf*rA3%tuyA!F%|{t`!%~B) zfA+t$U1%cA$H?d~35bB+wG%5|f1y3#n=U9r`d||16=&RG86b$~f(v6t(9`)5J`|y=C)g4Hh@_4Rb z#GNzh-qGb1@a*itzp}Zlq@`t)ze%<46gRj#NOiA9K598z`s>^u`H`L{QGCd%R(W6V zlH@t1DBL^^Dju3;lpl`nQ4y#E>moLWVI4#uH*uzb4Te`q7gkV!md=8PhlrKYRyIuM zwCv}hc0n-T=J_w-S6|7OJ@J~6XIXT3413>yensYrXq_IyG8Em-Jc!J@`sn)k$Pew~ zIq&<-uM`^gHb0S3lmD=D@8VOi{$5pKz=rv&!iPaY=eNd{&i7h`T;Fo}@%rvdSFSq> zDeoT`e4TK-pDY>DT9>NUtaG^kN$GEu2o>v@MAWxWdniM3Y_DYXU74R>PQBb!|K3?h zTv58*cw-@d%GKqgT6kmy!WT{%x77ib_jM+2Jb(ClvprEret>I$VKhnyY1t>cs(dQH zaV@*~nG)82$W)N|K_aPct~ycJL0qeXChO7{sz3o|7DangxC0now%Bzf@~FP?qqiAL zRqjwKQCICplKy6(%E>SLz_L1bRe{5r2A4;)GTCbveYooRjNKoH{Ji^g<-FC-gQahe zCLg`!JS6Q&nA0SE-G{h z>`AHaoY>=hHI~oMw_^VoDBz4R^ghZWOOwOi=r<=P#wzc1m6oA<&bW~_pk zKXCb{6L)i+)W^%QS%&$I3aGD%k=3##E~+`4#E%!%<|{&4vh=8NNlO>TP3cADA~_^f zcvr7q{AfiXW{!6#8se|KjOn3{B1j@Z7!)-XE_{&IQ26`HD8nig`DF?mf!!V(9gbNd zgry)rO{HFuQKR}uS{{~5xM0N<1n%4ky`bSaowg9h+#tE2&6SYz0{T_43g#Lntl=?S zdhZ%Xb55d<>|*<;9^a0e*4DBjJe;__XuV7N<)nF4A~i2No=D5ZAH{C%H*Zdp zmAFrxRorwTWxIVmmDA6#MEG%6a$a9A;s>cDc4SdcR5{pqVBCtK#On^mXDAWK2!t3$*OmVF_O5T7BVKkNt(1-%oV~k& zg0ci;XYu8zRMJ0`!RXNuqoQinkPzS`#*-h3&fQ2HlPA5+con^Fh2+grKhB5e7i42e zZ;_eUw73lVav~M!nfjdN&8sKMrG~ur9lEsrlnoI_yHi=rf03d4KM-ann zH?TU;Ee0kj3<5k0ph(mpJ>nP}i4EpO^yEdR5?{sYY9Yb2%KmO7p}2xr95pC{x!5h* znnxT8!7@VBXbK&VQ72iB?tZ8P_+;^@_i`B<#?bgc`)k0qOvCE4*DkroA>8aNX}AR^ zyW8cz`)X#&_!&mbP9jDh7>v(1514uCU#h8(q+_3ntZA5V9fY;M!{z>5db3nKr^9D= zT77u9Ig`E~^V#edvrAWl603yZcVDL>Q zWs)cMO&7OATg3*KH!bN9l!d@yZVF5In&MMGo))EmM83@^UzG|pWT;Mi?a?>>qWTK! zf*~=;^wmcVbtox&iKU$TJ@+IipY|X8N`bP8@#jp(End0$_n?z5+`1vdDRS|=@yDIb zrV97>t62H=zq9RITqA}jz0>yNIh#jpMzdBnvAxMP*K!Mj-%gDkN%a02!B0}MrZ#PaCPIrD&DGv><%=^PIM@|#O z5VZ@tNrFr)6e$TsSIEX(JQ<^EOURN+L3(g;JCn(A!IeuC-t9F4P)HEHcgfZq@F`1i z;LqA9Q-NEG*x4s|EyhUEAB=woS6`mzgqd$Xt`2lOl9X5$oM_!lxk_xvRtQLGjG?lO z&wf2(GSmLc@8IM95zVwKpXleGEx5u<5B3YM-_fdMw=j@Gk7?EzJXXJ_^x3V;hoMyo zH1o5B&FS{8lLlmq6%U5`2GFihf-U_%h4K<^kW#D_C3#dHmP zglZB6%`$Xj&1j|Py_xwXc+f!i+h-(Rztg)m4n-Q@jM?hOVU+yx0mOl_uqc1h*4}2U zSlT*H(to=yT#J*P?Y@RA_}wH=h^B3+@oEL%jml*{$Vls|5yD23eXlk<+0OvpGwpu=|*Ft z02qmtcoWT>N96_pit>~0a=saeR443l?9i2mSU?^2JueVPW|^#e82O0_J{-sNLXC+? z6sa3$$M5IOiXGsG-j5bY zLJwEm+T?#7@7rM&CpEynt*E?O75+jk2VrL7YVSGa_xz>gWQfIJV>6bS$!xY<7VYv% z9BfT%%dcp2YxHBhT|l7_0k->1C5vI>h0H7kpt#Iv3`^pG zvINbjiG1O`$6+U2`@!$-e&yyppw>-?r_LB*ZZ--=Q1;mVrca>5FKDU2(3sSD;mxbq z&!}J|AEE428>;Tf6ykN98kw1b=e_o7Z}=|f{IqYrgosVK-n>-EeQMRCE46DC*V4$n zl1$sKOH&<@WnXd%G+^cZahvwzyP@yP?%Nr(3!5IJ!`eqlM$aZXVvfQ+M}M|Uq6YEP z$jwbV!HX}IK9}zo&ODuw`}yPWxAD&Ei891#jpMK-p+G7=40&~W zg#NymIA+P9igDPbEs@@j9>hT^%rV#ue!g?6S7UBGcxabv=&t^Gd&NgWDp%*c5xOO? z(1>Av-T>7-&ryq_sS-f=>$Zam4l{2ib*7xeykKha$j@sa>US>x%5{&*~i2CoMi z!!r|0@U^t^{^&}4U=Lw9(siCYptaJKJNbHIv|F+V7;nfy$<^^kx?>zUF-Tqr2*x5Q z0^Mk%VvJUgmaJu=Ct=6ITI%C;j7$lx4VkS?9akBUS%JMrk!xtjrk#X$96s7nnU^9i z%^>Afs7A$0rq-{$X_o6}Td8|jcSC&nkNk>0q-SXJ+xM@eRY)&gz$>;1-r})IAH;H= z(nAW_AIH6ZmfD5a^R_;nB0nlQgYt~7i%T|KlL~yQp8w4@jQ88yr;p$LZEoat4Lhfr zIp_56_@Dn@Lcag&Z6JC(_SoRZ)H7;f@-{zuib>r+m^lTe={WR#o}yMdJTYdkF<6Wj zw6|BshwFvK(Bv#< z7K!;k(*qj0Q6=Z&#xiu|`P#+J|Mb&CS)$5JWN!{ko!FQN-p-I>4toExd5d!aj=gU@ z#+mTTo?r0JfK#nueKz@zUb67bzg505?59y$)z>OUI@$Q2>z%)HN`=JUxlkK^Nl|mZ5;Ah0TdO!(E zFms&ej;Obkpc+F87r!aKj{8TT-Pd7XZ1-}GTAH*V9g;n7nD-G4cQ4q%l4|x$`G_BA zU=pr2{SvHcW^8nWsY@Z_%)C>4$w*RvLBGnq0q*|?`A$;RZsUHCwQQ2@35`}2!_AzI z`l%}oz3Cyb(oIqQU24k;=aYx0CR6tPt{a52m*{dWc6we8@OX0G=^y+GvkenrU(6`{ z&$n=$UUsPz|1+PNwwTocQSeJ?)&3(QmCd{7^R^w!+1!GF&fPePJmj$S_G_83IzbeF-u`f@@ODDM3%c_$0to@7 zJ~L^?gDn1t7%hHS8`VU z)^Kd`V&ZUT+`n|Ve<&{I7Mcc#z8rEow0BigDou!iI4q3BGm}KwU|<;dUOX5!%9Anx z5+G`b#{$YJoS0=82E`v>D|eBgH!A)1}oTC8u-_UYXb{$4MBJ=@A} zC*nYbz4vD0g!sm5J@?n1*FlvBdE3n+6AQN{f84m{ViwfZE(0aZPnv_CS+tyVGA2_B zpqXG)kj#wlwyd-ptpzvv4~7NmsxR!1wFLzM#8?nGe3qVMK{Xf86ipgVn~NHg zhys`fY3Nhn5~GAzIjVq+x(i3TW+8r=&7Wo~+~7OFQ2u)~-W zY;SV{VXWb>sUw09nan^Bb0OC%t4RUc?~|V1P`z&ab0P_V z(1Kj)aPv6aAkoxR5o>FSX{7?e1OP804z0{@*2ire+5Sv*Km!yzfQ=ysmSVo2$J}Pt z_(nItN=1}41qm#WxT&z8X_%aE{6oB;N(57bVT@7L&=^q$qSpm{xFC`eE@MP0BV?4B`_H+ijTj2^I!8=0M`10EA>)7eR{!gw2mAD5TS|Zz!3@Tc zx$iu_cRzbX^xft+|Nnd<1?1_HMzsM%<1#GCv*B#?00qCkqY0k@#=yksPq#{eUzmbb z3V-a?k1%3C1F~T?Ff{@9`~;wQLa;G36*MKDJJwrP_QjKVeUquQhqeq#MUf7&8JC4cZD|Gx zO`zgkF;1u*P0X)Ufs2WTC}K&1$;l<}I}mLwN=6nY8FLV*V@tf3e`aj2G>eOQz*{zd zLAMMdmLT7ARdDUBkkvg<<_>g^r_$3fTcq4`LsipU)P&8*V2xs@uf0)aUpLAI0WFyC z10%1#wX;7tZkd^1zl2ZiT)K|pY$#DI4%JOD_Q2$!CSzIY!GjxZZZ~t1P=e~YQJYxG zbW*CNC8YE2Py0O}1qNftFau%}O7J4-xbv(6jPN8-xLlm7He-}Y&_$z$)DJvc-%Bbc z$2H6wmLOaxm{1PJQIEDfiB~HAKv9D&j?=}lnrXv@fHs96b>Xb!M>$z>Z4_nlh07X& zeUSw`)h%M}jJ5IE+*O&RA^nLalj{cx)+PE@{uF+NgrIN1?-Q43za8w#vA$=Unm$nL zld18v;bY;%w`f?3g%@+_@7TfR3rl6oB#QrRz2lk=vF%KE4=NIdettNKeJi8i2vlBv zQs=GI2;#U1r^yguvP=lhx^l9v1;jFCSl!#P(&=b;hw8muZdLpOf;)C5EBSAc04EHD_3 z(I1uNx4|G|WlJ44yX{4%Dq`;GVAiSVQG0l26?0+g#a1inkLD;he<>F)32&box_p0Eelq!0 zSaS1jCGDZavx%8Ye??#BRh6#vwR;Y!dVZPsRfJqR+xmU?!I#H_>5|@Z2;nu&&Odf% zzpMfJ$)iAnZhafn{RI#521u*GKmM2}#f6bu6jvD!MBN?G<=|yvmf&enWr|m;A?~UF zvwrq9k0AoEYk13B9+Ak#u?c#wgLY6g(e-nxsV4*Sl8M6UV6BttYn;8vr>awGW1Sc z_*LZ3^Qf$G@=x&DvWw;T=r~M)hZ|GvUUot>iWi3>f9uo2NRJDXP{ISY^1YknFG$+A z8X06j7_JJFI$p=2{%SGhX%oH|r)07+?D%hA<{lZddJ!WanepUAiKLeBtN-lY&tGjH zCB}`tzS%_Y)5Df5_WyV+UP?AwDGKCkTZ$<2jox>33=Um}2CJ%83zjC z_OWEy{E3@`VIGSU{r*=aKIOjKgH`fxYQk!$UaC*@us7+mjhH7W>|Cp*E~!iFd;c|p z-?sji3D)pw-AB22gF-8t_Q{UXcGq`m86)R4^sSnI$#fnc^(0*joTR_|{<+nE`;q?F z6*Hxi5*iP@*z^mBFU%0NS=R;8udgG(3p4}-m2sm=zOI0-=T~?VH66lHLR{`;FV>>g z_WngR0e#c;m}0GM=FY6(>z!jd@yd@S=XJo_zZt(C6`q?(`mI1pyYeu3|BkZOEiUZK z>|Lm(A!M!!*qzoZ6Y$ZQ4Z!g9Z*$74ke6Q{K91?gvDEVXs%^eJl@{*gZI^$a^a0G< zXFO0{W20r^df7CzuY&r)KEs=f2_+0U>G8L5%}!|d#janbPwxK1ZuI^1*R#9O*S$A= zQq%uDrHs}T9^ICfvnNg-k^yfAopkF`IO(1x3`Tu^9IJtr4`gRYcuOG;ISuJAOyzN; z+P#{wWSwGz8P2m(>9qPkhO;I{gYf=rRQW5sw8-J}1#Hwj?-=%g|g92L(AA8Vi8gV)#Ji+qZF==BeNJB=p* z*zW*i3V+?_;SaQsFtK7Mt_8W~{_Y{5PNZ{+qe-dBa(>$=?1}|E8=teVZ@DfB(C;-D z>6kDWr7y^(9OzD=84$TtIl99FTEooCW7w&YfH8m`se2JfikkgBNTwmrVhNjiin;q& zpS_&YV92B?#nCh7S`HDBwsdx_K58{)l|IZK6(jYb5b;;Mvd?R8+9fvnTAnXs%7rJ+ zS#YbC9gfdJUI#iZZux#kdy%498kMv6g0F}w#J#QQdaP3wcl+X1Hg*u$j?eqfQ-X`= zmd@6Q9{1B*J_kK(XZ|0k4}Wh)3@tolH>_ZOscb5URcs4g?W_6m=KJZ(>+-eYF?*B3 zPCvB`TbkFJ-*$^kJQr9{4Y)u9@IuQE`YaD2V0+Wq%y8N2cs#MJsO*Y3Q_){2;j3Au zs)r*V>3cZ=gU&z<;$3C`luzdbyv;NtW;J6-M_IbYD{WftOk zu3H{@ebBFDPGU!oDl;%$py?|}uI&!1v$HdqOQMq z@+pk{-$o}8Mc}lux%*_%P&$(|V0aNBi&G`%(8S}|28MZx%q!IGVF3~JB?Z-`To{}R zgvQq1ER$CV`jnLt!W^NAMH?roh24`3DP#>OVk_H&eb>OI>~XnsIeMniKX|W1^{7kD zSfEkNAh~!;i9M0yD4e^28B=U)5^CF*Xso$y4GHg)uP+c3H2&K9R5dW@hkI_B-q{y( z|9bHs9;BL$d<6Sq4Wr#Z+m#AK~tD z9G{&%paApY+SiFz$ttd^<(Wqp&vJx+`)gb)X!rQ6%LU-w{b}%|2-jAq$M0Z#G_RXV zpXaUm0Jq@l+=17Gmi>Dr@GSM-%9NVz9zq5S0|LQHJ@*^V!0~x;T}q0J4myNt%W~#MQR0dSvpMupOb-ZgKxr;W}n3A6rRI2+H;j>i|by+EH7o;}ud&I6<(k_jo}d z)!$M$M6X4h{T{#ndrMh6wlygAA^YT(a)Ms>+3C~8voo8;?!PkYT|Y(@?*1yAOPj}_ zeWo6B4rrd_;Y?E`u(ddhDlLq9H$HdwE<20`taIhDPVgy=IuT~wxyh(abdnC@=}->d`67@B@IFXEWelAz@-)mA$>O}Se4hUh4wLP$JTz3F!wzD zSyzFHfAdhrB2VjQR~SR2+3lqW%@AHcWJSa~-6R&HnS}N4KLpY*itTcfMWkass^$$l zODPA4{V{M-eP+4;WGCOL?HbmjS^S|w%2MTv?5e`2Hiriro&Pp||Gy^Rf2$uZ3~qZU zoXX^HdCfz~O&))nMwAXXB<0oGUn*# z)trj8NL3P7C-c$s@4~_wNH5GtKJ`};&VZY{HgCUsN!BtVa)EE!BrPvuIBKujg@f(& zl)?Nn?;OJnc5;2OewK^LE(pXdY01_RBWPzOTJ#k zE@&a}0*6L05vfVxS>A@&sUfVl9s{)_u&%J35S#|{#J;J!EOCa%{so{TTxJ!v-P>YV zMbdl25|%%DE^yPhK_bb(+4=)GVZclGLK6H1MF43gt%FZEITq_K!d8XXz$jk*2fqz* zy#V!;|Kx|2o8ieGwCO(L&H@GRL`*JSo$%(Z?(Z&KDN`M4yoAFKjURkJJ3Tu+RW)Rz zf?L0F6`Ma=zP7>>kJJF;?IELd16oWdGLr?yfkudtCypv5YC@Sy8_60f6h07WUpUZPA%_f(0 zGPb|*xK1jHr@dtDyA*wr#3m(}Q?XDgoBbkKGRi)u!%GqdPl6~k{pKsTTspJ6`Lgb0 zhUeZxTY%}Zd)|$E?iYUjts+%@&oivj&N1g*pCij^t?1_7-pD#L%Rlg++$+7zVD1&+ zo^?-Yro0Er3~+PXoXt%!U2v8q#CzPas18ljl6R$dtEuLQB$Nr5S&qQdiu^%QAW$ZG zh<1>GtG(X4fJqT1ZCbx$0zshVehtPqmsTd7osIf~D0&vv$%g5!Ih&Rh7B4DB&3hzv z5*shS+LU;md~EpBg~Q5lqNWXLIY)SDxRoGWqHiZG#53R=`El}6q?-W4tz@xJm_pmN zpU!XN>IGjtja?0BFw_Hxg9o%xWF0)19tI||;6(vSL4G8hX$bZ?7-J5BfQT-ltfi&A zsZ?gfQU-c(AegRI02Y%huS484$qr@Ac6%*6;O0E12V?u|R{TjMizUZjo0itGvOQm7 zxb;-*pdQ9y9{QxAkCS@9s%}(*t>&fYTrM-UId*pe`(kRp`lI-o>`-jo#rvWHS8lJ- z>pB%=P0ek}Hr9>96I~t{b#$k_cPtBWI(fYzhjuyp>wog;3AVqaoW-`{&fT3`l*O(B zg*x5m>`dDI<&*hqR%h?|Zat(_?R)e$T3%YXYpXE?FXMk#t)?p6YX;mE>m5sw+cRl_-NmpQpvk3llRT}?93?r z?1NKUXZ}8A4gaa-E=7Aj{p{@QkpJv#l}^B2`D*aP%O`}5RWM&E2o&9r)2;MWt%4 z&K1zlj2Kan995JChK{L%0i}pB0d1%oVoo5gwEh^(Eh+$Gh%}F~MI+&f)4GtD$79j* zpQgQpBuF%-Dh2m-{VEFwASQ)+_fQ1tg4P(^Ac9dm0^t&ykE8)NKX%)<6_RJOC5#C4 z%^S(NaY^dYa0%)d7P0~Np!nkAHS~l+qQMAQ*x>RVA#zUT}lH0*Nmdx;%TFaz9MOg1a6|KOF@Az zUK1RM7X&NfhoE454X7RO5p{|uM785P;tL6I2nRlm*oW_fIa-66i4x#|7!>$R#y#Zx zW>En*C>DvtwH{$yG7_~WuEZsJukKt4>7#k!CXV9+2@k^vApUJKE?S5_J9UzJf)$lQgP@fyN z%Wge1pIJ(_Y%($51&B0M!f&2=@aMZf5N$uTZGNwm9?~dCC(FsEm(U+g2MsI!efd++ znVrwc$=yd^;`NlSXX*c$8@I|ov3X#_|195{qHIJl*i&lSnz^Z`VGZxV&UxCh<@S9o z`KwE-fBO_83zvTWhZPUP_$gfLXEKp$6#0sO9e+~%1`nS4|ACqvKPrAoKMnxQ%t$n;L}FHQFZ} z+SrV5@>=X%iq=82REnKJ-hwbt22o6wrEtRfaSJ41g-$BaId4ZqPE&x$N>3llX*e?Y z&-^=zOe7+vLyRNC@W2V;rsIq+z|F3w{pT@JFuql+yPXUes;*3vHDYv_batdY0zbDd zC2vDmBFbI~M_PD*5})=L%D1+cl@&t@mOUM9^@tPN8X!0r;i#H~8C0L+yZWiFJ(W;u${sNN98fiiaeY0@;&BUKk@y4JBPygfHtuzbe+P&t| z(l3%c&(8I`vvhn84FKeq6nuavUw3>`8YSOYmBdzjU4C}%_E4o9PL?RFdH#8+t3oEj zJEB~#=kiXB3YdY<8AGgGnMTx(xgh$5OI=VRacH>n`%)N_KNNUBv*^~O@-s!|sN{RY zNNl23ZEFmt>-Qt9(jOC5mJ-%)gkwlXupUhglFYsq9VbOfAMfv;EtBN*RrRIzK<_y>!r%CtVTOa#K9|n{0D11 zy5Zos(Ke?4Tt>HOkksAUH5(2&!F>JeIFrS)eD{-w_ob@-r+KZ3E<)C9h=HtitD%|~06~k@HcsPE$TLd3i@8H1f_uazSmMoRE}c4& zP`k3CFcOEy4X)QTT?e;dJhvNn>R3*8otrVMHOmM6#jnE}-#@w07_YFGwzfRQGtu*u zCu$nsoD3O7C~u0QRGZF2ts7EbQ{?OSvN+~147@TIDKeN>p#F5{vU6Ne+Ys-$UP;A! zOFO&YTCG@5!4y_iKo@pBaDhqGR*SN*m5?{sk z9KRu*y}G4xi!wSMnCaO}la8J}Z9Km_$>|6UvgVB_1qq8u@1EmIMHsuU%gVqEu(RTy z@j(a?W-UnU74;?t=J_p1TpJn9;s2uiM&+-xS$-wEvq0395_eax4XIqJp$TTTgV5mE zSMqGQC=6h{nk4{<94M|`Vk)R0OT_C0q2Z^(SFNm413h=UDP|5j~n=M{*!;fs;rv`*1 zf&F$E&pA=S2vPmbNtB&DllOHG%WSVrOLUCqP8clig|KeDJ9S1}Zcx0LqPUk(%#$CN zd1Cl#F5vTmVhrqL9(WOW3`CT#?1%6)MOfRq>VbELU?4}?{z}Pybs9i?{8ch&BL;<> zS1yDJXL!(pS1mpKtoQJ)84jrniJj~1k zpg+}X6`0iPD{Gp#JR6fIR%N*jq*;i8?QPyHy2t(S-{Y3z=2LcX85Pw_vI}iMh1Jwj z<0HN$>$&}<8qQn9<%#VaG2`@#mtrZDoW{nwy@z` z7Ch_cG1TB}p!Eud2ZY0OkXWFJP^clzfYv}FQwlsGG2DJ&FjCmInpqv-JI||^cbiV& z4&4Pesme)T7)YP}N!+p(`&4VPB&!@uEVcrWLgiC|9rQAy%RM8$jn)uQiOJ6{O=mq; zX~ByAy53k*X10J0G1bfr#d%2&*2RsvD(epy_C(AL{`lEqRO?nqzj!C?d71r%;b+bd z&F-bMzz_LVccNZjqokq#NMN3{cCR(qmBA(Bx#7ETlqUkRiRZ)k02K(72u1_+0@TWb z;bPwc&mLi@Bx1zWWfkwIyaJ1DnC_wg*Du=c$HHmSh2_$vWTd6t(2X~v+FtQm&MOZ4 z^Ac942#}oFY_kJQo0-ga5yx`eV#Cbw4}Xr~wn|1G}?XU4pbuVN&GW3?iHJWxl-KC5Bk)K4)ie_jZGiaVL*WkvpPe9H2#?9}zsY#96F+4q($b@I3 zBd=3reG8%iA0#~5e-8vAq6WT?BQ61+BR!%B!r;M&&=eFf4^P2KA=Ap#U4-bk1f(D^ zkwCT_whM{ztyS~xKX{emyj1fDJsgb5YF)1M(rfWTfr-B<%q8+=cJG#~wRI^0t2)X8z#j*TJ>RJ4G$2-6+$E zdzba6?e!g7@O3i?!8o{S@dLcWjHryALf0uLDOnlVrOl94d&&O!e=ZM2=V#|^4uZ{o*> zvj*k`E8d|pPRzg61aR6;)a!P1sc|Gtvb8uK7=5wQXIfX1zHqR4kb8es-%MgR-KO1Z zEce3KX2RVq|GV0~O}~TQV3z&1s4Gp=7Xpc_8LvfUeV-X~KAu8r3=;PVEbv`=)RZcB zH7|ig5Ju>5l+6;@ltdAX?QR-;Ix^O{+ep+iuw>Ck+%=1&6hl!6H|e&Fa3$uZ+mx2v zP{LR|C`OJxmOK-VmZFjZt+(SR65;^#A0)m-KK4-}Nf>jJhqZ67OZo8=CFX0N4C63$ z?tb^H30JkbA9ROFEj%z!vaZ+O32slFzs?o<&c*J{&L{iBw+U-@?rM{E`aTXRTH^H% z)%i15hYJ37*Z=8klwNtB|3QEV(nwK@7#?zZ`r~c-*^N@bJWEK&QJ0mUjY9v8*TwKa zHGzy8j0}}46n6#VCH8`P{U7|kG+a&DIW^GZdF^VtoM@YMcLjcqOAmSDmwL=Bzd+oX zKgJkS4w0ip70POI3<;F}#ZJq)9$;*-A2^0s0D8{Y zDG7)S{2*2A*jRR%aEAuqx%>9%bj9ewqr*R=NBjW}YVX;F`z#k1xyIZ7Jadr27Fe2n zzPtMDeoN1iduS!ecvAX>w(#8eI|*$`Qr?b{ig@M~mnA&(AfmQ>{#4TcoV;-YX|hI0 zP67S1WcO_U1E0nGQBcmEUHksyZ#F@n6k2Bgc0Rrln6+s4=j^d`Q&@Ls2k%?ay+WGu zT#_FZHX5mm3`!=%)1U$MWAd^~N;1q-S>4b^6S^GDHFb3y{fb&Ly(gD#0>L+>8G{~T zf~EFJ%iGrufrAVl7|JHfR;>SV(L@4Mp zHI7A?V$m8fY6c3)E)}6}=Kw};V^m`sT!ksBAkVl-OP7<|B|aN`UJ{f=Z&%~K^e~fP zf!;=%_m}?si8ByyT6h>)!q)yQ++63L=TXRie>UG{hbNT+KY_LdbwrGmsno%sJxq!9idTLndK=Ue%fGo!rI% zfq6sPIOb|Mq;99|-q}E3PR?J;2CYSPcN<>G>~qs5v{eOdyxJ933{pXz>haA4TjLTp z;nA4F_kFBcnU{rJ7bN;6Yf>D7?)3QER&-?2eRK$aIo1+h;$uZl(mlzet~#{$QTy~W zDGcL(It$l*{3{(s-;0>|n+0eF{vu46fk_pxx*lVf=yNQhG`7sxr#hY(CIV`Ou-@aE zgFyjPXHi$iA&ALLl<6QIZOdp*vzm-9^m9;HJYRnKg#-~U>(alaecY@Xzr z_(NCRG3l5=ji#k{Y^t8%`BcT#C&=>4JzX7m3HWqDimUkXAk7UUkr4K2A`Q;pqr6&6 z)Kzd-m7DNpG!O*`xZyM)YCk5O9O#pPm} z`qrV@KOOO@0wp!K1t&)$+K;*Icx0U9Iu`AJB-9<;o9Xi(#>`oc+?N>B(0zusu=e{I zh-^Y=^Kcqijyvm->)6)$K_-_)bzZFovuER~Ec0Jw+-Lnn>zIe-fO0F3puUVs0UcRLqs1Rp2Y| z77I@-z-PwP-;X6!gGu4)Ea(&_OWr~KkwinBuBWt=jretncfJ3>w3BhuSXf`LJ9H!T zemPdmkQ<1ZX>41~*La|u-4y#o4p5#QwqMY_vk^NYBH!irmyeR9#DfE!zt`y~Szw@&B)FhiZ)MO89z;sxi^s8anxoO73`t%Rq zsmFN9r+I5Fs^x*USp6So%j)B(1^n(O3ZHdsJzBI>_<1w9jE{P*j#&HqE=cTawP>2=|gq=a;7xh}uS$x%m%8{z3i8rV$sg=!_2 z-_Mi<@+9?lX`l!o`nmGwb;p^Ts+%KIomz*iplAFPAK0O)*GfykaIsHaI81U%b5tU~g@-q2PQh`)BJ78#uKybTm)ul+uqXnmHPE&G{1&Jk?Pd2{1LJ`b!OfW|JvWDt07@B$w8M!r*JN& zG-zVrUM!s{xbiJ}xluT^URrDcz}Oi|h|fITD_pstKU89ugI|RDW4Q2(XcBVkNw`$|nvW(a{k&%k{ZH z2UTXnj|cP<_Rq33lah7)1ytH(Dzq%s3%-452)yg(e~WX$H>`zCzv@K_OaVm9yTU&~ zYH?}KN&grBZi7mFQ7|di~(DLKMir-)}^E0G_lLJaYrBFX}H}M(o0Jt_us8(0StewYF ze2`fvLBQh{h5NwFH+oKuC^9^HZgOLIh^dk9!_vzU58{HGjm|sYUW=Tu1eL_781-~& zs;&Q>)|Ouw$4fYe5z;+UDsm0CA=h5Tr)3Z+(3ni|XmvW%={0DQLv|>6nz7-rsK(Zn z(d-^knzdetnZe5GN9Tl0 z$a`nlTltM_4|RHam@pcTVs;H3mTNQ7$tzhg4&OoBz&WitRzUKm{+qTO2n9T4;u0m{HA4a2d&q1#P0=5-NjTC2 zQ$PIg|LU@Ng^xQzR*7gPzh%JC^gELol4yL$4biv%wv-xPW`m1>lQ$zbcb^xz&2CST zOhQC}0(%L*GsFI_81K@HT#8xkk*BIWp6IpYWDnl-mii?|euZ~>ez9Hr`Id3l@yOx! zm+g;9*?NCW2t^`371Bd~ejF;%cC^icM6NhnTkQ zmqk)m)SHV1A>T&GGFPLHa(dQ-MXZX81HQ0W*EEVc_l~sk_tO8$`X=1U92+D~(?6aH z0DwOz2_pOUR#Hp72q_(~BCNck?n8Sk(N4G#6?O)1Lb~EoC0uL*V=k$r!dE*Lsh))J z(t*yoBUR;dhDYUjwAK{2KCRWl&0Uv-PlM{F8eJan^qi9m?ixoAz3i_mi9>N)5cj@h zZmU!La_~?7)ur#i@%IMbdyKwq(we@_a`n`>s5pY?%m<3 z6!0PnPP8GFB@%0^rgeIpH}YD5yXNuNC6@Jn_J(W3l}25T5(Uju;TR$lAAbsg z^nX=yYYO1QNG~%yZt8olhM&w|zx||MaS9GMSu}4P`#EI=juy|0@tT)R5WW2Mt)(Wr zRY3z_pf=I?verwDCn!$p;f|o;ZT&3jbgSV>G^+SO6orZD&p!+hN%0Nf_ziojN#V16x0PY&G#MismJ+T zHK{bIDd0X-isgN(fRDQ&@6r?>&AqBuzg#pmc5PQUv`SK$GYk6r*3zT$>lik!@~(^( zo0jV4N&uNP-zp=eP7H#pj}p_+r4CKdM8VPnj8r+ns@n*tEGKLxQKVl zWciI*72{zCLRUr%aU*I?PvRSei@4n#aN|>>vUl28OTzwh>_mkh6dcR=5O0lt2Pfo{f~IR-tHq zD;-HLLA?P(TmS|E24)Zqm_I`Dj<}mE4Vffdcyn_GhZr>(v3H+2&J5F{OP%};Z4Ie~yz|J<*n1^{v!D4tdlVJh zdafKC)NKEj7seo2@(+HS6!ril_WldM(CohZc+$zoaZlO6VQQy}Y1=$vl~N~VEtSiv z(S)z09Em5j$!e~hX_bqFUF}!HOsz_;)ai`$f8>0Rt6&vc<+FBILp=VuWtI`^ z)bu=0YMIQFM|X;JSYPKMxHap{io@4}>dTsYOcAxkcCMK`l}=bAnsURh`t*?%oJ6W# z?T$TKMsp`^>KfCrLU?^Wt=cS8ulB-kZD5}KtaXd6n)p<0@65V3>9w5|ZE%cZ`+bA0 zJ5AP{RKtc0NJ6zh?j~i&o{YcDl)qI)52U7Iv~WZq8i%2r+lY7M5rk)VNl2hPKr|8V zL^uo%$8^G@<>9RMLlTvJIQwjD%xUB3XpGX#wdu`*2+JrBDFnZ3at^ z(QsC2SEc#`*S?VfG>lall1`{rM;ZAIHfElo2#x5Vd0$P|JeWGbC8|1fpNg^p*kIyQ zO{EBRBrmUT^&)|n$5RY4jZ+8ni&}k;psTspdp}{2_{XL z3*m@_j`|_tW#m5T0N6wOc3@tRTQ&|CHW-pV-s zn^Yd+@sH<%{_dPqyACo_TF*AT6Uw#)0-skw)e}1_cTKG+x3y=tL>`dQ_+O>7O zL&-+~=ybpks?(GrFnx4H2A`2RfO(QqAA}3F1TgctI6uj}%oV@v0J2Sw=dMeJxd5V{ ztNm=zc~1^a!~i79gVjc+v%q~8DqxzJz5-!n`n{e=)mL>GVpoIfi?nAUko? zv5okHihL5qi^o4-?2Akw>jU%y9!#%gOzxE=6b>b zo|nh*Pjf<#2q})+pEPMzcW{2e zfktqK8wTDgLEl{Yow$%XVss+f0Jh6pC@k}M`q+XH08N?-m`Rfz$3UDbKiQ>-Wp@@g zujeu6hQd@vwiP^+(*>!c2H5ugoQ578c-dmjin=Bg+&gLt1C7Wt?k4w$Z`|g8_#Vf$ z8}k?=qxi>(nk4JUr{yVAyW}VJRmtOZ?a*gj(21kZheOe2hpbKuUUU45ALEvBtl7QP zSTBMO$mDo#J9U8BuXmp3kEU*=B;AUTr*=En%GX(RDxtd5zsK~pey@02^5j_o9^?Qd2(wxl)jnXV5)+ z&Hxmn%vPh&@jjr;VG@Cw^Dl`XXfatcd9{CXJ?VpV)V`D%+nQljWC^c1^mCt$bK>|= z)q~*)O0BSu9GlHn;w7v!_Dq*R#Q8GFE#Q`K&CW8{)%B}8duG-V&1lAdSyRil;6eIR zTf2X*x(5m{CZVW{v>rH2Maa7_$i=2VAV_mJw0Si)&CB1`Vj41$$SozzQ`vp|)@CYj zb(F9a$d>+s^LJ`q(_5|hex?YemITg?4OUFEG6v^N$VIup!}|8UL|@W#2N};tJ~8y* z9PaR5?8Eo;Z&Y3$at8N%dB$xg^I8nLQO2ll92|F|eh$eTuvXs1R1!o?nY1Ny8ia3# z&;3aHD52mGucVdX;;?llQ)d=axZN20K`%g2!f_9lF4B4_XnsFBezEK~INuF?A8UST z)3I3?;ri#F`g6C(YaH>Roo2zBj`u*qVSFI^E>o?FM8`V-H?N@6QO_4bd(k`N3yduH z9pXKRQkMm;CX)2bK7W4lbLr>0$D?Hr?e|Fr&~VT#k*4dxeSJTBH6y2*0R-U)0HI2d zD@+B$!N@6f4*F7E2T+6qh|0cg>#^okW+E!Ug?=k&aW45K;$qt>?oD`H^gBsn9(S{< zqy5ZziwJiWkx*$}$nD7v*M&=79*dW13uGeh$1V>RUbH4C#%${?#7A@eom&56tT(ZJ zk6U7)xA?iPSf+tpl76?Rvjmlz8!uu?+VyDlIkv$py^4(oU!B8L=wwtcYv0fqXt}6k z){(R>)p613KH=J6R<-wnskXi^_HEgl1t1_H@bhcuoQg*dKZ*L_&IoS6HlUA>3?Ks~ zL<5u*X(0eyYF{4+O^9pE%LPZV;9vw=r?tw5e69@hsLTi(Tj%QjzezNexlMQPaWU*v z`0_aQE0~rpjGG+nq);4NGZGx9rB;)3}o|5!-O z2C)xx$o*nlmmFx+SNEwPqh);Pu;hB_Ea~J&`0SQQs7jJBQa$8-tYKks-xHR{F;-UI z9_zN7Uq!@jLFSi;oQIvB?g-r!A1H7{z9%n|X~Mt}Dl)T!pi-fETW@*?@CKmGV5Q$% zlUkklKv$i}oQ4k~z_mw(ASPx&0ElS}r1#jorHGkEX`R_&6~x3)W@1(WNe__DI8Z*8a?O>=ur2g_&5%#R{kiqFoK!StKs7?in4_0OjyIyewt=t2po z$S87UX5%Sx-O@r~@1iw?A6jl3Wtlk`jgl4Hmq|02r5e4(MsvikSGF`B@!K(XZwB55 zzeqGvbDGZ)AGG^5`1rTmi{h`#fyw93wVp3;;xDH^Zodl+S^V7V&2EH42gQz>_myPR zm|mw`|CJfKKM4Rbi^6ZB29SQiK!|XQQIgw>Z9{5CJdztH9YZK71tRbOF@!XMA7XnT z9AVjCfe=uRKuFpqh3Z#gNw%f6(U*+Td%`+=RoMb(=#+NtHrYHIf9Cf-f${I> zcc-C~*AIKHAG*DG_i%Fe&!6w74_Kf3_Ws%Z^VhHU!qExc4w8HryfDsS@VQ_H( ztkqayF4iKoD?Ad43yV!GBE|L4cple$0L+^#i+E&^GSEZkZNNz)w5Ib?&KG)vlnIi< z_M-An-RP`_>a45&==@c4u@>U3XP&j@@s8V4zwh+)Z3k{)&3ejG|#HRSMV-{ z?eEZCTu{rl2?8R?Q$M_MB}ZydvJWZIOkf4TIH3inHk1K8I}4=Z-R1mSQ84kTCv;T- zVs%?Xy00pF+}Vw@za8%`GdX6TNwy>T2Q81UYsz1!x-3jGwrQg-Z`56vK0KKaL`=Ua zelkcI`0w)U(M0e)|Bl+)ZgXMczb4pB1wcN)-Aa%L$V)TU*ol_!Z*T?SH-3CSrA zhZ6@_fr%`DkiJrO2#Jz)Ux+{=By6LP6#=;m^v*>l$_&>G7(gIm!*u;Cq>~S!OwCQ+ zaip2Jh$fS1n1lvUEdx5(B(Y)oE8ZePTe#O5-3JvcWVcE)P$J0ssT!snNiH6ln40Pe z@4~pMU&3>^;uOh4hHm^l$r$D@`W8(eR_A-i0^SHNl1N|ZSICLH)QTp|D-qtj5s$}9 z4U37Bi)2}Wzr7;QRxpogbpSkE0jrc%H!@7RYGyVisQE1LOjjWLtY%A52jTR`}^x(hGgasIENAp0*bfH zFNx!1bSNa4VkgzgjrGq59dsrv9%KbKyvZLd`X{V^{NDUKx@K0%QcgF~jb9r4I3}*v zK{f*bko);ffD%U@NyC~6rI7{@Z!!yIz*!s$0H;wV3dfFYmBL3b#zaw>u6-L$>5;^= z%_H*4J6Q~ZB=)`mzUhnP0)=eYM`l%O{y*=M&;OHu^^t9o* zp>dm{S#RXX#?i0z$3mEG<6nsW6vgV!4vOLTtoB+pmkC-AXjA*k+6j->;8C@EdJ~&E9 z1qGA=ngv7{Ahd;aw}kyjD9#-4eKXWGmAL^0m65&K@YKj!cAHGKzU}0I9D4b@_mDr{ zk6b$1N^`OfEV?#UMhE9VTYjtsSCF$)i0L?%2AXn99dOW8OZ+qqyhk533*F;Y`GA*n6qeB#4Sq>CDA8Kd0<6%3eghe9fa8 z)pKBOofYUVHT51dlE-r>z3`y3$5}@`t=FyJ)HHXpk=eIFqF?~4CO^1hB!zEs3jg$= zDoKO318e*fzZm_YP3OL%$7F2K;DOq>#N$``&pqxG)lN_v2I_OKZ3leGy-x}`eZxNyw|>)x-TZ(Y$+_cU~S1dV!r$zwSs|!#8H4w)ka<3 z(?ibmZ#iI}W?9-28hyM5Pq{Yr>Zc{AEP~sZ? zW%&Ld{Jz$7ij2OkH*S2xzv>*T%?X5fFm6iy!=F@ME!ojMZt1#EaAS~=GDqTRgs)_D z5kZ0o6D}nDE#iWOhz7;UiegCs5(5(WaG-snI6)0UpqXZ-)1o=?pF*WS#n^J1XdBk5*0aIjJ^|%v%dfvawgc=GHA9ufF>^hJS3S z>-^+dky6`7bHT|*7bXD)m#1((AGkY=xSCdp5Mv1phub24igJ?xp~O*|&D^@8Gc}P$i+n!a4FzjRa`>t97AgmGf z1vvNxow+GQW1QuoLlAGCJqHB*PTey76tz*yuKSHB=Gik5`@iWb#u90XB$`u0jvtlR zkT2y*xHSC`_u$_fIv-dqJ#O?+yBmz}2&^vn)-&0*Uws)2%*`!h%e*!h?7fVkI+}7m zm38LCV8w~}0AWTLQZi@KjZymm#}SUcL;!gkVd@iv2K846&Ig(tEMA)B#!gSM78bd} zqD%xjg1Km9800cSK{^)6x6{o0$BfU}yzOc!uB5njTSOyAe|KD@%Q&-Q4`VPVL+^<}n)6ONt=h zMQ-+Bj$qA2l3*p)!aJ1H96z?Qzq7Y?E(_WpSsvDW>X~SsW2%_k`F!8Gz&gd{++~Yd zG=f|17{GAs_}$k(sdeqk=rLO&cyM9ZRUi?7G8yov8u)VH7)!^;2<*Yik*ibKbJ;V) z_!#%)FpnhQ^jk<=A1YG)VQn&qQqMjnb{|d`{Bnh!*pWz%YCx_nn=gvDBfjgD;LAJ> zo0{uLo2k2j0fkw)9ZhKwaS!&d){xeh9X}GCYVGA)Eni8bB!u$f{=siHs1l;Kq5CiX zVq1>M&Pk`@~o$*lkL|;w$GuR^&AEjoMnNlDWE`0tQqKF~H7l(xGtJm0SVLp*fVa z2Bb{3-q}F0!U^(U#^T+ke*~IhnhUX>Ot1T;zE*Iiw`}|&JI%Pb@QtEL`;qRU={|l? zD9+BD-hvtWW10dpcMSO5#4)L<;YAy>mqXY4LA*^;(TZZ}&Un^|W#a63nM1#6M7dcW zfy`wGx6JD*$a8H{i_p%3;l{&MnUY*B+!zkVo8#Iia6_HP2@LUaCRT*W^u41`9 z0ftJo-%2%ZCOKdKo;wLA)$&cd-_{T+!w)AEmQeyqFaA(XPmzZU+DC91qy{;r@1|W9 z7s}qqaIq*?Cnu<@^Pjqil%um6KcU41%g9@98IGAT(g{STu4FITPp z{dIuM6W6cvw zL53@d+sN2o(w~fsYEO}LguZ~7IsxD%aKbedStl+WfGqS!vXYC_S|Amg#rqy1OYd3% z>PHNWHQdmtD=LI@-pWM)v8O~cgYF2x-%2=I47F{kN?%43 zT_8dj^(Vop&SP%5Uv61VlYF;DmT*DOE1Y}G^C`*c(TLD_Mk*m#H1Dm?9);!U1zjC5m;Oq4QJjvtf&k_~=+;d$}J{&>ptPa4;vjLIpDwTYR1898VZW!8a z=cfi*W`j_!Cv%pB+O4>)oVtTAWSIU-RuiQO*~-i4u;@tUH1fwv(iDbop$81*Y2>P6 zH0kfW-zu+GlpOpPN+AyXBvB@G=1Rgv7x#4hNa)bovp&V7Rf-=h1z=bfIaEZ zTh70iUVlV@`MK3`hiA^zx%_)jI5WnVg^!}o5yL7SQCf;M8sL)zSz^wCeC%PCm@b$) z8yA_qS8cVSlA}E#b2LBd2Bv@*8(^}TWgARk6pE})p81Nnl3UGncC-smpd=Ip()h3G zsFzQh?%2q#y7L3ngoi#`lhU2)44LJ}sCOun_hXp3UZmd?j4~*OW3JecwL- zKs8furU&JBLnG03qD~GY{;DyO*Th8G{c3&612;6vI0_z=P#y1gN)8f&zI*Sbtv7Yn zo@n^pk-WEtyq)ohpp&%gx96wB_-8wx_!N(w&lDWxijuvb*&P3B5WdvTWDMhe*-u@# znc>K7q`bZ3XURE#F7$ELUBrob{Cz(mE0ianEX!z0gvt4r+}-%SUO*`Z68ZPz<7AVa zq!b>K1aFiwgj8J_zJc+6!zbiqke7*a+^aln{@@$OBQqDdK!pWx@x3xiRh52Ft7;^$ z!-JsWweZv%c8QN;>nAr!^-(@9qK)+KmgsDeem1!hXy@n@yK>q4)2gWAYhMP$o2&on z>*o)wQHp^wvvp6PzeZ+5@3@gr6&5S}}@J!JJoZ|K)x1!DZ-R$GU7@_DrF_1aN z(IHwoOa^m9BZmPbi2!i0uYr~VrR~4^kA7?JLx|^9)o6b?c-Lw&B?ao=WsGxj4Kop(mV-%l~cRlk#gs+ zg+sEegRz~hg%n=QYG8z+A4EbKHDB&b%3S94G1s$vBafadBiFXfHJ1scmJ5c9z>EPy zFqr|r+?EY=E*~ZcW(aV}jwQ~eOIEX#RP4fjIsDc_75lePw z#q|6S%F<~Na%omQpj~Aj)`yh+zWM@4pn+>plFJKmX7VZIi`-W{Sz91?+K-%4W$T96 zvW+BdjKur3C4Er5Y1@ggwZ3T`{FtXEW$v`%TkH1M>LNQh^lbNJU&53Qs1$h|)&tPF zZ`9O=eyOfu6?%1D^j7$1sMq!7hk&=w|A^?z^7X3S6jGst2n;EFLlr_6r#AFuUkSsR z8%s<{jC;q&OM_E$2C&o*f@$y|TRBMNkbU3Am_ZXUNnU%1Q&@8|%s{wX@O8+VhI!Z5 zR6?$ZWNU;0Y(ub19_)D|_ivGa!$C_Y-p)|o5D8v?8lvCLl0#sk1~41Wu5@0me9;ZA ziNphs`WBEyYEquP1ASmleT$ETta*8EWu$pOw8fdsr~m$1_VtzQB>>PVf-$8?ds-F| z$@C16yrj1Tf=4PX4ayLDeH|emc1xX`YB$Ro#qa_WgpnbnV`rp5rb)J%Nq?}o8zXUj zEsi)GzNWM){6#k(O^9;r2ZbvUQiR-;Ys16)Z}=O(isklR;D6z-cdu=qa+HR_HM6cN zyNB*?f>WWS<$a~Zr%8M?;vg}zc_29w%5nYY`@c(2|2ls8`1Hi%N895*_?_lVefU>21H!z=WXrK_-d=0I0$VI7bg034yr&U;0KWe5?>n76lA?Xr~!| zri>f%#>fl;23v;FUVcae!cuW)gtSEsUX2sxZY#V^PI&jT%6O2kfhEu>subOa34VcQ zg%8}=v4f+DAxeX{Swy=y4TAVAxRXYU+y2SFTEjQ~WqGmFPyH}JdnD8QoBnnr{B)%MM4@+8wUxCjVZLsV zotct|030=p&J2kaQGWB!$-|SLbNq22g*jqtP?VCK0+7Vkj5183ASZ@Fxe`PFx#aq9 z=<9u?aN%!()@-{-u}DcPqJ{{Q_I_0*l~3&;N)XGxF8UuIzgRwp-aLeo!1a)S&(aYf z5f=rHYN`4$hfOw)dBQ5RB=x3htPD1m#FT{#C)tMgV@NeXZn@K-2@wZqxKW%EQaNaO;y`jxAYcef zG$1B_Nup-A3>IT@doY;iZB3VHH!($Y&&z|un`z)h>r(Wx&ZD`qALJ65FR%JDQYTt; z1nqXv72BdpISjO-?$gU{9Ws>1zBw04sW>H!6?R9~yK$_(I91usEJj4h&f} z#s;z-+E{$7Y@yKdF5j^#e5L3d|6c07Sv^bT^ewZqrREQB3X7_DUhn@`;LdYIuCG7+ zde`#1W%<9RmUE{=uRnw$b`SryN$Mr4s$+N@UDvg$PnxW}ogxu<-`%sUB;s4(+SzDw zK>GMRqALi-ir(ll85}U#M!<)>0T{p*6?6FUAW;3**0@l5Yp&+yOV2Ov@oph6hraIu%ix@zlnXYlXscbbpq(a3Gs}}&o37u8pDRf^2M)SzoqvaI z-qsFz&EERl_6Mk-XL4GPI$JftN>GF(YcRS%ANxLLn^ej^?tbv;plRpxF~bVmRfk(# z?UOZ8yh)PAL;2B82EGpms^PYubQhAe?5_NtOmuy}y#Bp=^iecN&HxF~yn(x^0k#^2TSLC;-_0gjqEzW+-*j2zNKM2sexiEC_3W z%XRdTcjOib<5f^QqC=4@_eByl+#{chQw*`BkF#Hj7MYf^7B~hhJk8lPT9XE!*5>U< zcZe&-=DpB1Phljo;M3sH)P5>VFPEm-Eo6GD;+%os0fW)IJ7V|j9V|;1Y5WPwxZt+S z<$rk7YGqK}X&OSr{L}2L0x8rOg1kS{!cfv7-NYt#CnmS;c3V&0I=S&IZm!pUoUHEGFSI z6KWdfohcc%wHU0Q{%n72zSe=+i7o2Z<`Qf_G<_=6D)HdrvvR2MBYKzX3y<1A?T%bp zU@gwWa$nQp)IGRGm8Q!wD`B5%wIGvfjW<3)MFlPupG)o3>0Jcy9`TPPb;haBG}EY< z{_KiQmZ%B6%SVM&Jum=<={OE&b;Bq&jX|mx_jw#OYDx;*&h{=)8)wMWB(H9xKng zKi9E7_A$`3*{|YZUlY|P&(R(!Xp*vlB=??4bgKBGkmX+K6RUWRNJfG?Kwm46YvfGs;i_KM$8^plan2id51Br_O(7lH;M|m&65qP`KF^~8aVcU zz3gWr#u&4H5=%1uv7ARQWc2%+eB3lOSKnFIQ8`;l*=M+j>RR(|gX6E&-3eB=?WU~6 zI#uasL_-|dCwK(`Vq+5vdodxLqeg>(cy4|eJQL^t4}Kr#hv7&HFiQ>=k2K?+X-_#F zK4DXeGM!Y+>YvT2|544H`9zvtk>l&R-+}|j+Qe)*!Cr(wvNEh@uQm6 zWcF~jBFQH8Hrm?7UnNst0dy?{MjS#57RD>TAJ)IS@;J#PYBRlQzHz!%aGI2vvG(7P zGzKJ~CQt}G=RAkxEH&0q$-11ERGp6S#-}6+>B@M?LU%-Fen?v6WjyTg$Gr7Em87hm z^D9pN3F;$zbaY1z5&o}}J~Qv=7z6chn}S7rM$d!0S;Otkg?j77(#2xbpAI|LxjGDe z&*$E{lKNrie0tZ#6OSJKXn&`YYp3R9dMnd2H9yzNw&k!h@Ibqq+Aq;$^tnx^#NfU1 zwT0$QEN$~a(a=79zxJnRBe#tCEO#EPjagW+o#vxG{p-jTt(xv26oTW-V@B^ZQ|`L` zietwBQX5R{TjDvo9&s6Il^Z{51k@A+RC9W7wAOMFDDe+*&ZIsVoaMg|AGDkZhcdBd zho9%Cu8rxiEa#0y^0@9CH=2@dYqsn!1WVl()HS2ja$s%t0i_C+xRwarV&-6_;A%T{ zFE8VkVXpogmpNE|{p9$1$h}P0%s0dRKg;9)Q^ENEa9-kx1-wsu^(UQ!K4?r#0{aC( zh@~#yy5lOTA}BS4SDGPJq2r`mG$5s5hd|Z1NKki}g*fGDKhZ|?Qrfb)&Fru~$5$$3 z%LrJZ2{|p5lH1)B?=Ed-R8?VXWg^)U#aIhcc6}bpp<8F!of8M12CCrhgK?U8>^=G0 zgsOwxa!L{e!&?(Cc(Yb`Sn!1P5k_lOxc5Hn`@Fnogm1~mNeI%z4VkDPUOE~HIqJPd zp?|beEB4P^Pp4UrHfyrIyOo*1=QQ`2-g|X^ID?OB(=en+v{FxC*Z*#8AI{NNF^@8r z(fMlG*Aq)w^@11pfOHSeQ@;2aLgO?}z**jQ?5f84K-qp{5Rtl2Rw8CTOClAN{p7-6 z_>$g5Ot=Me&nkK5{XqWWjHvYaTs0GC7PZhTeI5$%V0{8~Sr+K+cw+wKqnfZvjiU@`EcGPEh;Nv3+4T;Gk%N zOrSv5*MSxq*a%!VqB3gJDmm)5fw^$n0k@>jDkTkJ{x*>?KE380%kGdfG6F&!HkT@C zMEK6PP@UZXSg+NZt7>L!i zUbxWpWps>YI_y_`)m+ebHNlz8wGvu+KeZfkA(o5=kus-2Ks0j+nF*5l zaQ(vAt18>Pg&11NY(|FzMDSE^F%e6Cb1&N{T}{Dh&e{8?4cP24L18jzVRKz-lq^mK z1$Qr~%*g%q4E4piG{CXem9YhB=RrG-zN-&BVv)cLJ5HLL<(inA6C~=ILDSriAU4V5 znQd9Oj2Q?O?`M4Dsb5P}gzTNGG`)N8{=+3kpS%Kh<0H9>?{|A=&>Drc*UVJqqg$A1 z6bf@$?v32_$!1o~b(FQ0HMLnsro2)H)B0(i!MHM?hXm3%Ma{#Di#5NW zQ4cNPPKD^KvfOSDUn$XRT}I0IFzh!DytA45E)X>w1#)CGt!CKCunI5Th0F~-m1lJ| z%x;nZ5AxI{FhjEhT1|#>vxe=+zF6cJ&`kyhF02<8=rZ}_&j?kuGu&ow z_|ETfKDtcb(VNdq*Vp)kT6jD&y*JLJIJqa*R7!JTX_}sGc>dLOhNn~c*eykQ9}OzirnM)O*3xnYh&elc(m}Uzs2#E@sr5(mlv6_ITydmhBi1ojxe+Vq zrBcvJ39~oop|p2+mLd@ILZUq3h}D;yC>VC6YD~cML$xnteD8xlW7}Uc2EW>6{S2Wc zbF^^%(V~eIUlKhqM8nCnmy7e>jgIpUq4ziPa9`KwseL{MZ8Us!OX_ zdohHmb-ZsZ`cJdCMFH)L=^A~Qlzh$6WeDS`Pr-fAnUBXc|HxCMr`mAi18u8;r3W2P zpMBmNv`WFx)|vMK01gg7rN-|ElQ8ls1Te7>4&+tEkir(!C6&_apbA525@Cre8FZdR zl|$J=8I%H6JlevkGKey`2OWD{@`fC!+h8bacS{oNB+kG@93u37hA0&l%=Q2khLXRN`jo zjSWt$g!Fdi-c$9nX?cd5N!DN>OQ|%0ik`(UbfbcmI=!MFCt`6DhMG)5IeoMjfW) zOhAT%21^}NTK1rJ$k@zJU7y=+5~l)Hxe zPrZmT@O@lBgex--Av~I|I&oDnonbt=AJ7d3GTq{5bfR^v!7N}&n5-+vbNS2-Ry6Yt zBo7^vY1PyMligcn1Znv|m}qrS|{;>x$^^+jFWiOjh~YS#P57CL#t9*rfz<3AOBs zuIkl@+^9hJYbb4EUd~1&n}$IFm)>FrGFXy=5cRC9r4+Wk_i(^7L8+dC_Fk=N~AC^&oC#U{MBHbll?)o38fM)`zeMtMN8umZA8B? zkBms1lJRFHrfBNSBrV2AF@}~BPHn1@PB}VmvbUrI6@>;QW6l0ru{%-kzZSaozOR~7 zi9Fai7%PG~M#Fw&HOLIOnb!zhAJST;f+(rqdH;TvjnB>!+J z=SH$>XORIpAkUhTlS`Xt5q$Y{vBglwoj!S?$vRWhm%Y;)37uj5q@}tw_oBJgo|!uT zEPkM@+nofTqVfHduaF~Ee?DhUF-vua!<3vQdhEmQmyw`=pykrylE;ahHS+Ek=18Mw3Ol@FYza3yJ`G8Yga^oTNYegib8DFL+3G1b^orT*P?Wj7zJ)=#V9fcg(N_(ii6 zf4~vLZ}Kl1ef1{c=#ATPj!jjV;Yn}C4(!!FC%#&iH;9W9!n;bAL|DQ$GD|^f=pY3f z#SF@+bsh~)lIrGbFGupap6N81fVY0Xu6XpvsLWfEYFMdq;X`(S57*>Eoj=Ry<9Ly{ zENJm@jgl0QT&x+wA0)|IohL|Dd1VJ<)ML2XZ%cM|cdLL+79gmnEIBq)Il zFEdM3X)EXYBaqpyq!cdVi!l*1JI(c%)v}~Cwj#l~5_v3Bza*CL%d%B5lnk(VSI{`K z2n3a^X%eFiApi$`qd2e|pT!b=eMF02ueWR!YnuSG?R%iF*_reQq2V}s<=hWwp?pF? zG=~71)0MwhMA%0%X%doduZsLJN*6y{ai6V~NquJ8!EW5{=jCbJ?~?lS?BV0gg)FRe zyE)DOAN>9gER)3qigSx+7+EA@4qVMQ)bPTI^YQ3h|G~Z?vI^yap>ob<0rGem2FskW ztd@YzH|D{=8OO6KyAJs^w!Lg>v)s3}k%jeUh_bpWLw_T+dvA<5AF%N)qbKSL=(OssjaG&zxnZL(T-qZUjM(e@5t*xWQI?r#L zvAkqJ0X5f$()aZnoLJ~YhW3nLhyD@+U8g^`fUC2c+xyWjK$!yx4lRDdozteE%lXey zP3`-^%~u{MmIY43jRwaENFS1BK!F0tAN~brBwSQk;RLQu8mDX4 zqmBMOkzYX=T1D+*OOz7lR5h6TdMrE@$-pqtj5*R{XTE{ug8K9o6I$MhzwqAoLJgC_?C=hh9Voy@lSZp?9Q6 z6*NEyp-S%{T|jz~A}GB}2c@V8(m_EK74^sBe!J(}Z})uX?EI5CZ~n>5n>)|Uo%=kO zs;|aXk3(NgSHWk$LFv6%uu;F4P2)rKPAup3_42DLm@cpM&izmBGXrmrRg=>BMY4%# zWWH`m4_2fT{lo9z@*05D1!M91o@@Ac3dJKIDy3V%82!eNM?3uz9^d==0%B2>E+9`s zG@vw&1HA|>NczcqC!mJs@;3t?Tv0a=$TrgL5M%<+*j>mDkGI|x)SsN)v}dt6D(85? zLISom-zNe3Gjoj)?$C)epp8@EP6|y_AsofJ$8@}?5)E9eLZ14sM%GVtj^P#2w~4af zp+t)%n3s?9lizBcHswXylobH_)N5)v05=1GMMi( zW68a&yXYgO*URR5$E|h8m7mltS9x5-@$-pcCyPSALxfV9BAvY8zj7deZQtELGlvHo zLqM#Dc}+L`Cul^#xMB~3L0994NY86V_|-5~hGpo0CBg-DV5BrQQV|G+mVF`Tx=lU5 z;DBp*f^W;$9sfCc^CL>{33obWlBd7NPd(x~O^`pAXPj80EbLg2H`j(dMYy!*T~0LI zcBKcQ%(JRkAvVHu45HcpsWYCm3qbw6i3Q75Z)xp7{)Ew8*hOCuQtp)~m;~o`QofmE z=Uh3)wZH4xVW56$Q9o(BYy{7g!O1B1797=Sbgb#LmOAQ|Dp&3^{Wo5?7d;fX@>cG} zM3bxQ>%eWtxxY_Q{J0>w|0VzT|4l(LZGHq1nFcAk&I6nzTmly}Jm+iaaB(oYGm06I zB$x~-0ntHA+vVEgd=Bp4R3P#bFW$%wAXW*6C#v%?B-xReQDc^0+6ku_@uqZt+!#c% z+6wf!R;g+2cYA-Q81nLbj=Fs(Yg^}c@D3(jOQ2Z_P7}!VK~C&jV6Tpn>0sSjnt;O? z();b)llp1tolqO~Hd&Du)f&9tZ%40uT2%_0udRFdhRtAzsyLqHC2LQUJN3YdlZWvq zpBU1PMC;WU{deC&|EO--3-R1$;QseoP2}D6TXR(RYPVR@eq!O+9LA{Cs5j(t;|!>C zb^KF)07S44X&uR+m`oVCr43fgRRuT}5z2bWq)ktF_fSW-se-P&lg{t4jTT5NX7d(5 zDi-mM!|fS8h1cKc?n}P1~c$Jqijl_BgCj3)46)(CsoGBID>;C6FUpEI_*k3OzG zm7IoYh?*oabkznq{hl(*KJhnwW>JR8iYqzgd~&4x26P&tbKFT4Ha}OT%+6o!vQcaM zQQO26#M05$cGOzb*)3vR(5UpckTo7XhVS#uRbmX{Xm-U<=DtY_)h=EXD%_wcHy%+h zfS^e`Kf-Bi(Iys;8JpkoqJKi{F)a(fA9Nd%M$y+xyZx?vlgRY+x`HN)Jz~Jby!)K( zLTC~ll}XG$NTiB&N+j7m7fKn5Sw{If6G>9F?Wp0<3=&*G90(mQ=mG>vKs2Q#b@Mr24eq(gy+pc}igrDCfWMzqjRY|}|!kXOG`uX|9 z7?c}RPOy?2!ojDvX;m)T$RdUo2-RNd^TRXyQK#nL<0sc>?aO96^~I{4Qz?p;jz4~b z88qAMhG=r;H2$_fIp4snXK;=z>!X{4A`g2>I9?jr&dlEnb$Ii9&yFQ=H|X_y15Lpp z=8>^acU*gm4}X1mw)4Se%&*9F{Sss8E-YQKLU(jkQPx&wu zNW`GU2umayX1n*;!~jptI}ye%A!kcaM`2C6@S*K=%645z(lfxLEZ~II?md0 z@l#@^2r*dGr_pA~&`iS^9y5jzR&b)sDbaf(dl2n=tu$37Xezz-L2&N-G*`X~Cj9k=Qxb7t}5QltGQwmVKnwl-~_=@^?<8q?_R@$f{(Ecv)w9kuLo$dp@p z4`0|b2;1c{{FoIyCU&?f4U=ZwQ7uj^c{NzFX({j-QYy$~|8X)wbK=E+37HgG)GbsQ z$TJIFRR9lfwM@2|ClI0?1k$R2W5VDXE%T}}ZffL^GEK%HOE->{!0_prFLFseZyX-) z7&(8O$c!$Q%)b@c&XoD)?fNYD`U9SogiJur@|rn4uHvEKQK+C@{={TTg`&Agz1AD1 zo%{oYb~UQbJ-CF5moyg8Y$n7o=@F1VzY&@5t2*n#lDULkPy-$UB ziq0{?z@T<2(vxPSTs?>E#P^^#bcG9@MC{8Ro2!UonQoQ!ITMmiYvLM2Ah25V(z#mV zlCNO(p?smE_Y{u_@6Xf!ALrly$Nu?$c1e+_8$^U&Nn}bc@WQJq%guV55dY90>zVFy%WiM4@HhXdVwBmP~Ju}K({^9qr#4?DC3}bX$5D~D9rVtG_ zqG4Hx(QMq^jSIWsulkkb=>)B1-uZuoesi}NH&37{!|(qFAZO$~3mRFdM$sbx#*UU> z3ouqwhAck0Q435Zj+$SiH#YYZyXWGuGkkF}W-OpZR!vXnuHaPeit2U)==HYj^}-e(wf6+LZ!u$?v4~%~<6gc(~P*?!&i^#F+!tS|JKg-4!W^)d!ax)k5;p#1$4M^2VB`gW0(SVs?7f zLY9ZJHPC5LHrHNKL`x5I1r262KyF)0uc4>P(!#R`=IUm~ssZVP9aUXOONCGRnee2( z_21w$APJLlkrLi}AloIQeGk6^ZStoy;a0*oILNiDI+~7zFYn>d8L=fzd z6=Fr$J(i~~KU=rjnPp|zBqq6*@k#}@pGr)|a0AUIgZ8Y5z43OrZRR%AlCu$`n6~1K zPC8^_(N^T#-qG*=-%Up6lK5ux<@x=%;yWXsB^S9aN2Tt= z>GJ2-CXcp9;S5DczHa59Q|yU^^-5;68vY$ArR#d!{u4Ls&2l0J4S2Qi6r{xtBLZoW zvgDhyV~knwqi!zF@SH$$&>*0aEQul}i!pYF={6bD+>{8C70|hy8FLB&Hc>f)=}zto zI@gu0S`f9Z+_MPBwAbJ{Jy2{V2S$Ijuiu|(7z1v8a;Q8^my|E!O zfo1LVa)z9G(Rl1eqBISAtt4T4Y1uaP;xy>yYRE0J|7(7u50c6@cUMMd=2SXkuWZQ5 zvful=_uFT6q6UvXcd3Y9KMTJ5`%iP&?zglh&&R$YIB7<;y)of;@1i9C^9dsvCN>?6 z5$3!;WmZla08rhG6zqB|5;(jU)3U|B5jP^n%DOF=UrL&fk<6FmCr(%*jdvl6Z6_Wf zCjLM7&p&Sb%hWMu(Kq_5gJZ9$CJaENiAT!jrhY8<(Ec-pbl~_BhqeYOjD{9gB}b9A zN90c;taz3=Rfwu<%*+Iq(*q>80RiEd*7O)wa+8GEa$yMaSMXLPjEM-J-)$2U14Bq= z*rpPp8uXM)5!4)9V5&9%P+N)#?DNH5x{!tlpG8IvdinyQ#&{+TY4NPBrwqD98BYVK zI#D`=00#~i@k4OduyF|44>3oN5 z-*Zpd`u8un5?%d%4dvV)t;!Z>AOUI>jL6W8a%c4AMg9of&>87Z*EfG|xZBpfxNG0E zO7}~InhS^iTE&mgyj#M+tgq3}{rMZ8&}PU!MXaAB*=H-k>Y*F)>~-3&RDZkSeFT&Q z#FYqn*PxF{nYQ;yl2RIg##+hHZw!H#b$x)WshBmY`v`=KcMf^nXl_ajiA(gR=Beb? zOR*PsQmTT=)WOmnshUaf9c9?K31RT z{QRaKavk*1^Bb<-rIO8{(8L9szC>(d5Ft&A!y=ZfX_Jf@Pi3_aM{?9#$4!lFIUntw zN(vTbd|^-Aa1VIOh?(yDtGD;ghas@ogG;F*=Q5NsW!Bv5V%6-{#-q2lyO`r&ok!ic zZ{8%j|M&gx|1HS8DE#;2&GB{rzt5X?_51I}XXzii-xZcn^#Fh#0|*6&Zu{$3b(wV~ zprcT?>wL#|>8S>RTBcR*_&mxcmph2*dGgpd^5fVG|c97p*y7&!F zLKBOMrK>rN_oQ&9ai$Sb0uxcy^D?lw3I=AfI(96JV_*FujfxxDj{8ih6qmmzyNg*pQ^nWs^goYOHz_Bqr(;q*gi&?{cKc;GQWg_ms{~ z3rv|hL1PaqkH!%`rau_7JD&<|e20YawXu43Q2ZV%MEet^uHwtykO#|IzotK$vM*ft z4dMNEC)ebK3}<*r%|{hjGh5GEr{1ABBAytxTJpwSv{+_&2GefX-t+Klf%o2cv+xBK5asJpnBJG3x!}SYquKgilX80Hpl{I5Q~m^4^o1 znSJSW{r=w!|7)96f0P*RogH5Rcz{~!03n57eNG7;!$B!wxX5JMUhpfboZ$ajl!2v&-pDt$+XF!sb0zNj&&p4LZ< zW%|aB(W6MW8+C$7^43(SR~e@}?}F)Sw=bZiHryxm73@~q{9^YBs#{#<4s-xI5|ODx zZ{bNhV|`Ay2{PM;m6~yuDQ{s_a5(@DA^Bs63j%{0n~rK8!1xh2DL>A#m4I>rzr-L5 zc`S(FM6`SdCn2Au7h4?qOab-1tpHtjFG)BO_75=95_v?f3$`N9wQwuZ(~D5?_-nef(?$^xPIwqQ+7tLP&)2}0F# zu64?`0)w@~nIk>_D6LFQ=qnE`+@pP9RWiACC&jhMy;GFn*v%45_3E4**9`=tP$FPD zq)x*KUgtfF9}V~md#bpLs6(_( z)k+xe#;Z;htGLKKD=PZP#p3M~u>8PlHtG8&S^C?`iTAC#TN66Y1*E?@^53h3SWG)d zM);A2e_?&MupA|$e>YTrgYB`Ko>1sd!?I`A!9Y8$iN?0t{QAo;Cu{l49pDV>meDS7 z`;Unz9~FGVjDd$8_N%_bXUCBTx|?}9W{cYFZ7;6>YgxJ(%!@802t9xubb%XF&@kp} zsIdc)#<+X~+PE0#5kQxkg$e8ladfd12$*0jK-BkmQLaZMecgrY?$cEya;OE zldMy2T&XCUoxMGN$4TEuMAW=7Ui$Chq(iu(4gNuE{8hWeGb=CuFG6c!U)=C*Q$8oh zKfIqDd!(Me?KkpJ`r7m8w)}#=K!|swF0Ft6^hR~q_1_Tr`w*g~4;LzWsj_e>;}kf^ zf`tfGhsP|gUD?3hg-9hqX3Q2kt(Rl9c7$`P74+tKX*QaO3+8EXYbri_c)|Qk$Zt>< z*IvJg6;y~);IyFjrw1g~)=7T-<^!268m(Fy0qGmF1!qAYuN}OXvhLCU+!4R3*U`}t zxHR5*pH9D7cN%${LfcVE;U9j#l51i~i7_T-1y1whA{2M-iQHvljFJEBmOP9?B0_HX zXT_dPDsC^fOuJ~BnFf`@YgOB?lQB8_uTiChCI{2u&vy%BTR%V}>d zd&16I$G>JB`!mG?I-D%8uO49v{ocyX8{)KfJ}u1B0FmF+GHh#0c~3u_`HRn6F*vO% zTwOK%`CfC;Yb(p;LXYN%8wO1+N0a{Ia|v_t?p&!-PK1)aXiG{CD(BW^mXPpe#T&jJ`~5FdNP zyk}7#sHu&65zMFNi_`UWwcp|N{Tt}kZ^|${%=AxF?%>oReABf3tq~(=ny+3Z^(Ogf zy7H&AW6!bQ9J%^YnIuM2tc^`JDuSc2{@W+lr^$IckPfr*@s<0c=;#8!J_G)s+2_oZ zq*y=Bbw3?*tu~mb)+OKLsJmT1wj!g04rADANz9<~ROym7_I=qw;XyWfSrIbcDS%hk z=l|`+12q6Z>bpM_BeH}fWiVW2baW&LWX8DRO}(=MJ}fm0ySK49LRZ}LjAR*|d7VEd zWs0z|5J+N|q+#AuWO{m65*?lZ#Vd9e{E7?LovFxppr6%wo3bESa~9v-Gf6!xY*suK z75bL7x8=Q|R*>maTZ^Mr>8vaeqRGeiu%mErZ%!LMGhgnEZfj}jZq=3cSjf4u*Cn}7 zt$__;Z{rlEPVC}|dNvo=*K^x7QhQzocYihdJaRQ(Y2g&qC_kY&=_BG(n{UriiJ6Sn zt?#K9LIQ})KLp#?R%)o3-Hy4S95h?qnq!sqGvM3;I~kMJD$2?Ylacnu8>S@_fslhl z3|z|y>QohKd75%g@#gfhpyzH!#r@BquP31D!CRjc(uZ0U%j{cdcRKrWxEZLY67%%N zd6r)mSABa`==Pn$gRuCvZF^>O$VqJy8(c^w52lpY465t!v6JMgBgr zzo0eM(U6AtJL37{w*Gj<5qH9rE08=r;-w#UoF~}6r{ury6koS_qnE_;H%zCb?~CMv zxWE`c7tGp~9UV6-)*~4|8mwr(D^ykb79ID3eP@abW&tH;>u4JHm;G~s~lA?7H@6H-Tw9gU!yaJdRqCm zzi4DPN%FanlTboy-R~cy)m+0w3^OxQ3Y~_Z!`e`VV%7a@7T*iHjN19~3xm&_8}~M@ zH?IGCb^T}K`nL-)PRCfNsZ~g+baBDr^?`3@_ePg941oXuH_!K?-JhG$84{6_y08qC z8BegLzc-|mmy~?XzvQ^UI{2h;m`$Jv&R&;T&w#d;bTYr?K+x1PPgWmYeZzW@{>9FX zszh?JRlzhdy3XKshWMk+T8I0_nxV50UZv3|6W)SU<8BP*!E^7om}5hOM#Z34;qQ99 zi(fJB{;)e_WMHAz+@@1FoN7hzus!Gz-lRr!nMPXGxh(0fGc)ey#}$lRaov164q9Va-S`YyJJW)gl-ZjQ*0~wbF@7L{bsyNN4?O` zA9^eA`Ty0I{zCJmb??=Gi^RA1O2A~eId>iiiyC+K;3Y!J?Em`>AbO`9PSPEPEXW5GZW_Qg5VGa9(6s9S}=I zt!OMr%#vEM-yC1K-7FJhHiXn0A;$PaX~`eMB{py!-iwhEG?a@E2g1ws+{|?#Z11#h zXM2ZoJH~VFin<&J3mX5la*&*8a^RfE7e(KsbnIoGaXwcLe%Z{S{2PD$u9e7&=GC>a za;)9a&Hq+ElXY^M<#}{$(J-;v1>=Yr5T{NAsHB`)QYL~Jmyv_e#LQ|yBm(6Ok#*|U za(W8_lIklyFgI~3j+K$j7UV~X6{K;6*_r$L=*eE@r9i1{dTMtJD4|Wha$zMhtAAig z23JQueu1b$kU?k5l=X!Kew$+4ag*y^>?aXY4&2mJ-}Ty$;H0bABb)$Z;(k4|_d!#E zoopw2pYrg0&xx$5f}rI2QH}_+RozuXjr566+K#v42e?f?`iH>m2fjuJvive3uB?P} zPb~%k+(O?`$MIDUcm4-)Q3e060r{CGcdu8OsAF`Y(F5iG$aOQnncRewEKW7Z078S> zT?jBtDQStt|BJs5JMbXw2N;9fJuYXT(B!9KMjY(XagzRrsl!!BcZW@hvy`>LnqjSy zpdFB-E#=P}{y=0nCA~`^hb1q3kO}}|rTIvq79Z7jPg5*~AM3`&EXOBJ=3SyR5S5@C zNKF;^pL4aY+`Kt%(Zrz#)x4$KK^!;F8rCJ@FwHy z*Ah8asXSRe<1<;cG~ao?4cms4k1BqeCOPH>=ZBw8{_!*^8y-o4d?)7MzZ^Styky9= z>`>r$sF()CB*#%)N#5!d5iA*WwwLU2xIa|wvZ;QK^jx{V_5=WV@C6g@ArL$V=y-ED z-I_=kNXTNM&SHrvLueS2=dC2q?mvu+|Y2c)K?!<*~o&=(S`OJQR>I}j{ zR&QudfM<3)cjP|hS3*4~*7WBzlw4pM`;0VEP6p>Q$z6Z%$IC|T53)nAD}u<^3$ z!-ug*+@V)~Q~-V;{?mAxNcv|6-B8S2QY~{}5y#W8;*bgUr)t;3h2P8T4~H`y_@c;~ z`avco>w%LKLEmG)J9UaV?^)&L3Vq|@t9JC_;HrCU6}`AT`}tNLnZrGyj}FVDkN%U@ zH3DRZ51;@nY*M6Nl5c-X46reBrYO^c;H|L$FRXeXu1p~owGe~C;3$BgJ)Za)`PedU z1_m}51v$xkCa(rAsJOELL>gj7J3>xJZc?{Qsl3X!AaIH=vFUK8q};f$=eBzjFX6tj<^8^u+lb5p zX66NR`&~QvN($y&|MZ*)y^k{9SC_7lw(MDS?Y_xN8fNr$Nht)}Gv}eaNxk5be<9vGoH)>yFwdThADD<)!owN-32$#I`|PZZ{a^%)$_;3e)X@mPM0d~I6f674 zTvG=#92tvpxGw)SX50JK6sT!>%g^nL2#*{eT^}&bE zHdft`)+kS8J;M=#3VmvjV*1Ybuk-!-g1hK=J6rwQ;~B=D9Pb#VNhdDL~I9+#fBUUkrtXLh{UqT9gJLNDwCp z5MxrPLBwqn0Z64x=_ehiD>}myNpv?fD!BPs^1dm4w)i%BI7?-Y4df$1;+NZg`#HPE z`Fe4F*0dvyzWpzyir2gYAX%fK@8QqH~7tn0?|%dWpOG%`2S*+lb> z>a&H~kv7Uk+sKmKH0Xs5hr9(P@z@<|d60006_du8E3 zn@pH z!~^H6(V!P8tD&@nn-uX)VE{nw_~BF|1|UJo`Om+MN=CG%OQ8i&-P@HZ->Ae$GkWpl1@CUu zNl;a9sUVg1cT4y8M=sOWJKlf)Ui3UXZ=Gvv|It7H<@(28SS=tOdw5w1Ny5i1WOS5v zP!~WM*>ni`Ft#EldYCOq0Y;V_Si{WD55FP5nehU#!v;O6sC@Vw(w;;D(|}}Px$}y+ z|1paoi9s<@Jw7H8eN;9+Gm{F-Kbr;&V6`Nnyu}z*b>iwxD5WH@s=+}Wb=by8uaQLt ziCy*#XP?3{yIf*W$@vtd8fe$DF%T$2^SNcx1g+EVNN&DyOdPQaKO9zq;f4>97{X*7 zWi3mAg9j914@AtyG+;|qU<5pHErD@M8lV9#=evf1Ov@pZ7c?)#Mi{eiF^VZXTT zvC^=UwvNS_o3P~=03WN_@al_3fBb{E#kO+yCtGdP>*HzJB`$nE1zA{L=CRnjG)#!pG}I4C_QV+B>ru9E$;6l|9SEsKk!Qo@hsIK10CV#pyar~B*YZFx zF)jf@3_}%q0psHn0f_H=Ba$@X_$i2h&Gx>o!-y&wI<-JN-M04Y8zGBH5u+msJpmXIqFs-dt+C& z7Mb?UBu73Z^PaW_H%MrkmLrRb1x8>-Ij`@9k=b-KiCgD1dv$j;aoy=`6l>*vVVP2& zC)&cJ7WIgy`S`;frwBGSC(G`-{P)}R`)_Na9Y-T~h{rp;E;#!mH@iP6LI6aWUBO%< zDa(u!6aV(lT@juDQj)u7U%a*`W}Y31epUjoB*xq}ydxebhZG1IuR(f36p$E4R%8Gu zI|@hv0#MOFkQ4Iln%F`7fLjg#u$J#lm9B|L$KxrYgN!D9RQ>Za>S43HURUL-fUbWpzGzd|ox;MS)Z(L{W6Q@7*&8^cz$qDJZX23kPY5*}EnCj-_9|Eu`toB+JMpWPutF>s5cYjJUDa)@k0+d&sK2ovocZA_EC# z(Tj_*O*E9e#eeWuiIHO2yQIQ08$KDyPrRXxlzm3g4OQkg|0oqxrVUbm#(}biiIEs$ z23MD=w1I?RJz*)It(aP0-d>r27kY})i-w!~VrBlsqs$H3P`zrwh_<~>f3^8}b(6%~ z#2RGrzFhRon1kC@v;xKFC=~Jrj?BD!y~FX-gE(l}GFX`cICEbC=~O#e!3_r^wA=v* z)FJPH-j*i~8?sEEFvLtu0ALV=E2STNJbg`aBZ;))x^130^3c5#!W*eFs{-W>bQ%1_>yEqXLpt(%u?ffS)k8z@PVU_pG9 zswJ%XQ7C05x6R~`r05Fr78Ut>{>1t(#yi)UloP-)Q~=a#k{NW==qT#~#tG^+Q09h- zvd#2-KK1u|_`AI;pc7h+!yXb`2k~=}GMndtMQwJEM$jQKN~Q6#3g{N*(Ha4Zfm45+ zoIG23&OrFj7n6n+%6CLE>F9B7_kEU|jmGOeClAwE^#qDC``e~n=KmX7V&JL#UVCI= zptra$AfWsu*Qh=^r8LiSMA!^Hkn3a~Ut7%((gSzrE!5|164FQNW?PS_nrUrOOk_w| z1NtFV6A)--=zG6EqdbD#47zlTEm^#j#9&&XbYkF5MQM_+e6*xknWyPE@|P(*^(wiE z08!orHTu2##D8Aqa(@dcvztFy7T~)id9BHsQx`gril1!?!Z;;!H?b--L_bS=4j%jZ zE3H0i=)7PIcsB1jCUoPAZM?`m`47MDE9C%E6vpJ(SJryyM!(^ASj18gBk%8&I!xN) z;qV&yvw=`cPme4A!NjOj$FoW=8G?TXPInfpilFzoy5F>&IaTqtpf^j#w>l?1K0JNU zSL4^~TQz2Oa3M3jOvIXk&}YFFwdw(c_W*eAQl5EpBnD*~jaxURv;(h%FMw- zgBGU9{BF1&14-Un65~_hL0KSekuymEcN^8 zvZcFnNoHer6DbNiCkg1J*i2#6m8sH+pg!?ilaTjcJ&NSzgfbWyXqkAto>(`{@jxxJ z7uib8Kb`ZH+_`sGKJ9b&Fw?6>No8DkV@4Nox)ju7G1%yvgATjXajD_V=z8mP%QRvw zsG+#~>c@V~5vxkjou6%aiW7#9t`9vykSD*3)wxj+8dfMoJ)THIij52n5SJcOqiKyT zzcJns%EIXY+*TwL7Ef>lq%}snJZsEmr*P7v0{s~%etb;yB8i!XFT*+$NP~A%)7kT$ zPf|!G<{9Rjo|n)4i?CDSSYW`n1(RqC6Hh%pGKh9y(OGx5v!B{bq>sDk98vrt;c7BW zFzrq2(brB%w2T&rXuFax>OPWX_x`(bz+U-AspP-UIcW~5?lMh5W;wJ^UWpkjOS`w- z`DQHt%Z{t!e~PpI7ilyc1puJ0U1Gd=!okCk!834!bA&YzG}kdmUv|6YaCaZ_lFA2| z@RLLyNWmcq%U{g(k}zj5VO&&0z}Hk6M?uKg$C5D}3 zLGKXpvP54?es(uFGXJA>PpSQ&Lp3Tq_&*hhbr zKq{=wCN~Nd9J7o$=t3^dqzb?;b`t`Hq8G7_E{D;EYtXZjR*l43pM@x!%G)vF3m?YB zPr`7u?k-M*Cf$!-cFHnhC2m%?jtXw<742JE72@8sU!R-rsVUv8gb)9K2KCNsjpM`J zG9yZc_|<}`WYeyaIKm5fd7X!h1qqezF90RpFzXC&>KS_}d39+xW}Yi7xgH)%;Z-}2 zWiAPt+%`z>Nj*l3GBD&EDX=&o%^ci#v2ak>}Sr z!nYT%9WUS2{Qw7)i3af*q)4HQJo0kY{_USjzN`Ys6fp)%y%7OpgovbIao<~faSBbl zsly6f)paxd2c1gBC@=t{BS#Of_RpCe`Bp40` zp`qY^48pR3cIpJ0ELm2b&CY=knvxU`M*Sk{YL(6I&h;&1H~%UZ{X4_4LdsnNL&xG_*>68GG!2zqIenNrHbu=+orA zlaLPxzoTS&n)f_?p|O48!}e|YR{N?SA}Kgat3{RT`UlH^DgdbNbnKC7KCF*LS?Ep* z8!HHe-a3#l#EuELpkfD5JBZk^GCZ3_^1T_XxkULXsHS18aQCy)0P9V#JFiK$XEHHR z8xv4l5EIUQQakliykcq6gnYtLxD{ck7b$3~QQsD(NIl^|jM>)b+MZP%0&~|)VLa(w zJ+(}Z0v0*ihRH3qrP#Rr@AS|AQz-ebM+LhH>O@73q4rUJ zTyLF_ju=5ImtT<>T`|`(drWwP^O+>(z+8zDCPoBnAjyZy5yzEQZt)`BfqjuDk)9nr)I&JXd3$&+IeRVou*Xu8c_(xzKM?a!Eg2t}U## zed7E!1P%~dGhoTY4bT6>@BGVmI5IPg!3}?f8S}JB4WjH<$rtCjNz;S)HiBb{?&TD|z3N{wU zA_%opO;YJ5!-{&dKLZbYq-jZNRxPAuJ$>>R3D62_E7PYn51);Y^1Oy^e0Uk2TMF%c z{4_1dB&fvwVLN_z{i?H+e!SItX!w>xZNZpek9Ea@_eokF#i65=?5;Awe88f$-&mN% znlW%iSkUh|iZFI*IpH^L&T;Shye8hD++!jS06p29JC>rYO8H8Jq(n`%EHOQq`D4jw zz)BEv`bdr=`81LxM~W6C<31o20`azD1@U8JC?HmqGz5Z;KQ5!@?^+7I^@#DHgy1Qi zyp@jRF*rNqhdYRnEmYZaOH|V}j2(_x9~9dQp}S-hgssqx7UkZ&g*8l^+tO_+xCp3) zDSP;>WeYWJ-X$aRraI_cHnR$&Upk|*Ma0QFVBy*Oo>x<;md)x#S29Ux6B$uBs_CdV{U%+G<0f$A-pt9oVxTu*^aurs%Uz zN3N(3uCEa%j-+Ly@fV!=9D&SRAq0 zFLq;g=k%U}1TAsrd^E_3i!Pm5OBI?8p&-}3Eue~JW6o3&q&rRkvr>u4LnP|-m$_w( zACECPkmh$!dj)vB#LXvcPgjXhD6~H>trrbRmkqO&02&HU>X!o)C8{gf859h(zNmJX zhT^zy>n4-Pp^YYM10P!8_5}t9u1qb|x-){bWoOU&4X6Z#lz-zFAK(I(5mqnb&_Y*A9*V5|u zUFpD<14CFyj91K=Ts{Y&g;zX94m(I<4@}pE5lI3zknBJrfC*9&=mJ79YQG*M(QI}1vU%zOo z^5%>Xge$P~?L6897t;#n`HwwYEr0m#SFf)9!ysqbtBWk!lb4~?X;bbt(Tow@b1pLb zUV)9FR&}nY-6s)0ms|H9@-&|WJ>(%(Sv(*m!Fsrv{(K_4tF=4FYx(Ka^Hk~GUi!|f z7P~w5q2C`#J@AvTK4={INH8G1*RS#+_rIsrx%G3}rT*_K@P4l%X*jR{c*o>S?WzJm zr<+snXGY-+X-+2zh5>HivdXOVJId+-F)ko#P$}%}MvKT2N1g@}+d>@Zy2a?rb2I25 z$1VEhOqYj18url&PDhDw9acv!?}fC!X8m#H$4IqZx5ra~?cZxAVSKy4iOiId%jDh$ zJ}G~95=zOVh#9im@*+!FL-#-Eh&iZznZEbg#H~S}mq9xG&Cg@-w`;naz)C}d=F0K;@b~+ode!g}yQb8s zW-w&H?2(xZPwW!=EW}t1121&ma(ClCaRWbe;ZlT<7a%~edYXKcEXV zGc}PSk-Mli;-gy0^dXKsmOw=Xpi+jRJ4eaU_5>mMay$*F4~3d)$foER(jOSsp%vdk zlryqHnHw<}1c>EndFC7?Fs~fMmm!i=21arq4SDN0m>i~H*+LFTM`jk4Wg+XQYuo2l z2{UNmp2q$uUfdYGuG|rtyTSjg5~%xrOh6Tc-f(Y`Ve1ksX@mwba6OVufhrGj=(^a) zNfuX?R7G>!yy`qQ3vKY;^;r8;@DyLj-X`|Jwlm)P+vo$yaLq#9sr<2{CDl8HQw__z zq)#4%?j1P4`88{m{Qkk8?fC1QJLly0zKSo^-prefunvgYfBO0J=QCw$%fsd{YM83; z0GyVpadcoXpA9WLXg#1rG^0UOHAtYJLEK!-%2T4*;)(}-$!7R)KZlfPsd&}kgIIp5 zXsXY;DLK4zF*IY~WwO-J?73YkUd*jn3LLRg0WvTlsjL=dlb%S%_Ags1vA%B_;CaT* zY7XXNk~EflEjj>DL&%;7U8RsPV?9Z{x?;y^f8mI8YdAzm%l@5z|3u#Sm%VhH@ejiQ z)sNSr=X?Q(mB)8%UIR#?dJvBk$^Zuk!iMPhpCe2RLj$GfW%q5w1^sfQ!c0dJc4V9k zMn{}|D~4{R$DrJCJU^zVdw=^*?VIl@@N$NN0y zTVYj#+t=C$LROK^9nyaso32HE5nt}RJ)&~26<(`Mw`o-{V~y-sbX+~P%N6!!+x$<~ z?af8&508D0Yx(j=yGBtgB40jc1=f5v772E|klqRG`_OfAubk_Vp{EH6zma^}jT`Lq zN(mFdlujiZY^G38LI*w@Q@-aFPf;U56HCOeNyLKPi|`$k*ip3Ze9DN333qZfJ_u2> zd2H^$L(0pJVz3_uYa&0Ae6a`|(lsU#bHl}Ev8WQE7~IClNMhf7V`$M_F$je7ldwtx zQL88U=c++DUdr_~?Pu(q%xs(D5d=OF9bAc7Yp>)f{< zjyGw6e_9~T<7e+1PG^?E%FjP#0_IG;D`N6d4JtA*ZrQ@&$~80cxAeD$9-Cn><*Gq4 zLJ6kT7^h?UmSN@kYn7%HcPYNyk5DMT9ss^$hjJDYbS@DZ4Ko2ySbk6youuwQ7p~(; znJvqwU=-`2mbWn-4al<`vtn%j&{`VuHP@14GyD4E^AFdBS1Eew13+*NdZ2(o$k3?k zRI%kPE5AH)d1}aPk~2jXBXMxD8Bb45MaASI3)UDZ3upyd!yrfrdBmVIb_>&9&T0w* z;%Cw^LBlWauVhf*DOx213@FkC%V9)sDz8FfNZ}>?l$Lj;0D=HKgF+?^I)9u9NlZ6+ zFK<_Wg?{~7)_rfBN+=zyt_RPL^H6nL94hAf(;~0^hVs+&CgCH2>J2*GO%K98N&$rp z+fq(-+FOh6Bul^1vJnrfLcx6*AQA|4L`z@?r{q9#VFyd_%yz$of}KKfjGIB4nOF$g zX&@eJ$~!rO^&pHE@iSluV6xGC1~)q!D(}$(b>}fYnh`G-X~}nbF?u6Fsup}b4Kfym zCB{PCWIh0lK~i1|m#z+V32XYLHGRWnd24$$kJSyl8$~RudY?;6u8aIP`XJ<3U)Zs0 z_WIHPMT1{oH-^?al3xGTsCNZ`_C6Ffp~CnN+VTencR;y#&DhFH;^eVZV)d;SE>MLU zvWzh5Y>dSscrh4&JMey9S|FCFz(r9VS4fXN5OYl(1*i82tYmBnlyQ-*ja1qh3z!}M z!*6(~2uLdwW26$e1-Rj#sc-maYqx*;$+%%2q=46J3HfYu$&pV%!i*=r-n;Zt7H>8e zr!HhB172R9h3Q-+^?MwxGGE0v^fo%THn-Wb2AWPBhJMcr5|q8Nj54CTc>T^usUVkc zMPz*_U(b!LN=HA8OHez z&64$gsSaO7sogyYjgdzpQ7!d$Ha3p6QFXOG=fRA&jW@d(U-_^Z8Fwou6HDK|v?~UZ zDDB)CYCEBc^s-+r8^)h-@7U<}UocqvrR3e;QSvltyzReb7W$@9szLL$1SusNKpFJj zS9G#~ph}4>^UP~s0v3{bkOcWi2Y@jU4h2Eg7c83Xm+Yi)hIUmeT1m61p+FrF>mUT8 zbfDEIpu(xXwag@;qb9?d0Ka#a=tPvy)6=(M`7|P+CZ3<~ri_dMfzLGP7vBS7#l-Pr z{q%<0>h=@=2VY+q7DX6#y#*|=bS((d9quk6Ai~n!jexs!iIk+`(v37rsC0w0AS&G} z-6ahIDyf)!_|^Nq*BA3^=9zypbFSx}bD#ShEBPrc;d>5GPx)H?=DkC2Dv? z6y#m=<%=OC2XFfOb=!l!pn_t*ysjN%eyIK+Z?0n1>dWfP@M`a@!<@aNC#s2IO;p9# zU1H=ogQ#TZ?L2)GEd`iv6VN3fZHMhn=)w{g1H)ieVsbhZ8fPfTP!~!~MR_?T<AZ0(&4(wQzbk@c_koGv*DHj~r8E?*xyAY~<4h_S_3Ro25TECE?@!!RUI4!szh))7L8^_Y83o%tA12m#XjdpWtH&@IACs-L1ZeCji$!NBqoKJTG;}@!oXUGl z8u5^+K?>5$aV9U*d~H3AGYJ5w^REl<92U3l&<4O9mtb*L#K1%ti4qxymkw5w*2V5U zc0ta0ng#D13G{(UD{V<#cTFSKHBL-~T~;?^cjt}X^Bgn_ynR9BP8A_tid!N$nIsut z)YvG_Ng}yQK62LZs(+$ZWs>#^omCIc7>b|-ghQhRD+@WcZ<7~urJ-sIZcA=rRVO5Q zQ?_R;7J(|;6}7wD{RKJ(h7Kgd-!#P*g*AH-g)AOKg!Hs7y_8QX%fyBv65ekRrXcmD z7Izs5$K=Td4cQa(Zd@UA45U(aB}K|3(_ez`D%7 zcR~A?D$em<+8E6T^0gtgf>YZ2r54QWiP~ZRK0>BWuvU26Z zSdsIM60f99r1n~)tFUBXLaw{sp$`BdFj9A&OsGI&V~in+U~4g zb^73rk>V1nBC;grz@#Byw57@KwzbnXxox!B^Sc%zz4t}=*79}U?r;kgRp-$5Nk0EB z|76Y0C;p~ARcTbipu{cwmV=%BUS9^?=9{=t(;57hnqFUMt<}#mByH-|-{)Nb_Qo7m zHas6s3>O!Y&>aEj#`Qr&l9WpZKP4A0jxrcbs3fY<;-iDf1`P1L?TdWQ{NY9LE^ORz zeuWhu9;g&+Oc;t00fG`tq7IcE?g-ElCzB-Uk9K$e!|$!s%tYb{jP8v#dxJ*xcH;nj zH)fe@{B9&EVRLsY2}rz4wmoPcrc{v=CtL6N!nv|_%J=nK|II&E1+u0I#-^uIpw_Gx zR!H{!{r=+F;J_ zf%@=(ST9Ino}da7jhFj7>g}kxL80#}k*6`X8@0Y1eHq=A6v4e^E}`!p)>&M#w*TlU z<;}HB((4#iAAL4XH5Fv4y+>~5G+(Il_}9bt{mBg>k6(P9RbkilE*oR4F#$P)kAaD36=U%a!{kKwTV^wC zemF!=tlQnB%p|9FO9`%y*f1GJ9B6Vs+un37gw@e!NqkQ63-T^bZE{rH-Vm0PR;$S9 z!jZBHD9On@2-)c!)IZet#@)wVyjN|Tbe>2CG{8<%ia+eUTJ2c;Kl!Ww3taxcO8`)9 z^YrH|3N#ecM_?r|^}xHk{B=msGu=bC2_W=+A<4$=r?Xq=Av~-SuiM#zTJhw0j zhfaLAoT~y#qmbq7Y@R!~fo&ruByGtl_AhDE)w%hSH7_I_l=qeJTNugWCyU0k>^t~< za8MRvND3p8+`km!K?(7U@;AvwB-(nASP}M(IAd77qt#dqAf-ez2o@2|q-OpYBJu>9 zFmQ^jUYedfpq(`$hsTmwH0o{rjf%54={U0#O-;^;yK1t9#7b}zYSQ{g42k4+^7-VO z2opqXdMUHkf)=IE(R2P1He7zLV0NtcWsXLNrz_YwZ7${SK7V_+G?!t+lWNRee|vDPY~AMXE$X!lRo@(`rF6(af7$E3gLeAev8rM!j{xD>8hD1rEl`)i^ipQZAMRY<+qylM|;j8+|<|>7r4Rw`A)qgi$^oPAjU6d=Q=P+K9WISY_#iU6DWuyp3PJwAX>Zo^#N2om3kDzAj)6?{RI)r~>R zzqUn!$;DB9zvCVSEyVWvG{m<$xkUxt*=>ES8mTu8t8|Pzq%ugTYXA5Sd*++zQ~ty4 z&Q%n{e{6dHwPp10ii7`Z<=5MaBMprnz;+jn$`w;0lSyyf2PKbjGwm^#3%*blwso$0 z$%4tSuHHiI7CV(lk!b`v0=$?@osB$vi0sR7q-yXJ;k`tYl%BllKv1X0rl}dz^^>&( z3%sdTM*7{S8Kp?YTYT#-zfOW@iSD=;>dzJu-D;zZ>E)#8n>aydON1?)z*pU>Ulg7- zy|L3*cfDWP)3-g+MQDoe^)HM6qFrca`NWhf)Ah~xrhMYB$p#AFg!XKj#}5YFSG2w) zye-$$GWGf7v;CLLjGK9XV(ceNnyK>T9M&O;mWN^4p!0fwr36bKnH#d)8_!21oh}3< znXWG-vOy5s-2&nI{SkcSnVy)r@m+rwMW8A>>VKl$`QmogRC#>Fk%u1`dZ5d5_}0 z7Tbv$>T0=W;*3B3b^ZOij6duE6G}o%#M$Uj29Kr%wXzC1(cp3oxSarKGc1~v_#b{N zMK)n1^7jchIs%WIoPWIWrE=%^6Cv`@@w2jPRf+COauBGi6>|*SCBq)sF_M(K71_Mx zd&!{MlavogRb!AC;Sr0!SuzEesqJ6W4!DVRmmlYra{uHdr=->eBJPtMGm&^f*5(rK zwjGzs*=+fHp&Fyk1{*rDHlQq8gdFgWQQe^OIe5rrsV03d*0so|9K&ts7h0 zl*=#Z6GX%sDyE&FO-m|Om?;*3-y7ZgoMJsrZ>3r@(Q|g;llqgo+|DjCt^LbT8M=bU z?VhKsTXY@bDf^Ibg^*OKQms{z@rM6_n$dA^rP$nzqabxFnfP~-6MdBgVuh~fhIl~~7~a<_uOd#B*i=Rq0a3wVc7Y_Y zYi~rAp$Z8*4FIM9#sCDAVG}j(@&YK-6D+ic|)TD+6P@)9R;0&}=%1V2*3TgSwZzzq44+qMNeM4mM;9 zuREJ(W;<>~oo5-Pi8B^lvf*G34vt}+o^^2s9D~Im+MeTCf4EOqy#NSk3+w9`?~r+0 z<2&x|wrZ8-zlTlk-!Tdb`F5_?>;0Mw{j14;w|7NQMePt^o17Yuzva`ZPw{g3#H^r`x0dQz;15A9KbwJ>|Sb#GWLkVgaeU7>+zn4|u!B$&Y znyX&RFmH7~i}2P3aBBmH<`PvisJuBC>MOMm1>(EbdANjROJ~G-a>b(%2I^_=1_CX6 zE|oaN#stWjoI#htaTnKhEXd~w#(6ZZfB0eBlg45IM~?yIJ-4F!N+UA;)cyYbgg zb|H1vWYrUO9bASZNmT$n9CiRLm->BrjwhE&6qIUxVTIYT>%vRaTwhp<$etS(rsltF zQJ?N}%m3|V(q5cB>mHrZUM~Q@cBQqBCqApSj+WOGHa_4^O?h3*{>61r^E(nJ3AL=y z7+v%egEkK2qbPd|8NFXdPzotNUkmc~tXSS? zX8XJ3zy%8!$~J{J=6dBCzdHA6ulZ-Rr+zyArvJqe>AdelO6K-3ecfyCz>8NEk6KwC z@qPkXq>H&1K}*G4r*_LY$OZc+qJog&RV;L|7T?iu8k65@=sQkMU8LcUqlwUM{Y+^Y(IetS7^={ z+U3Mi6s($L8*5DQ5(ZCMpE7HBKT$TV(4I01tX6F~70}I4xqOP0_i=Z0d&)_OVhH0J zO0(PYfb=#@@-)?TIocN)%{I%bOF#KNIaPbt%Kn3xt)0DT0~>tOXJ<59EOP(Xp4p3y zsl_~r@1w%S6&zgv(o9|-`}0)^MZXgS?HQ6CCBBZBpvO?7?TOI6$Vt@qScpyub742Q zyQ-W>0Y-dZ6T=VS4jXbu&?YGR0)A@<3q8WdZ~4w}Y!i+f>DyA8ji{3%O$YSfVKpkK zm?JF6)OUHk`=^XfH9x6be%juRvfthlWXxt@eFO1JmC`FVyrVH$F{M_l5^tR($UOsj zAYQCe!rNmYGbxaf=4V%jNvCZTs>--UX-TiiqqgRL?eI$*YW&!d{@->C0FZnAnXVvH zXO4x!rIE}|efSkRa)p7C$lY7vPShlPY{dh_RJ$Y*VM@)t$3q#62zquHV>3J;TpI3$bNVOv4~4mQ99 z*ADU0l1?6#(#{9@9%B)0%0S=#O9MP1#18Z4L&j zFw*h>eId5mFusSbNxl9EK8pFW`f@}RPXzPvxHucBJvp@|D3Upe`URem$TDJq63-Z8 znS>+8$8vp7zAV0@vqX;)1;@d=c9{)P+)&uH0VI2&6Xw5+*%Rw%me0TKnlN0*&TK={i(!Jp6 zr?FZH9X=@1I2f5Ouj&}XIN8S2Kz^=`NjF|N@zjmX)}AiE9XUk($r@7)wisPTI-j3H zZH)pf*k!7JAJ+bqP7FF2WECnNI?6VP64I|0{!?890Az}+{Lp$k-ODqKHt7cXt!4Zk z#2SotZ})Q1k6<_kfF}K%3tbb(E((ZP5bd=l1~pFx-~$6Dia}wG=Wkr{$I@bBxmW;< z)wlFtaD`gafRA(O($9}XD>*&I_(|UwZ@=iclaQA3&C8~IaY{S$njbz_xx;%t)bzbR z+1!Aw71m68*HC9^&@X?ua?G)Y->%oqM$Oxpc9*;IiPg%=fkr6R<9e7A^8uWot)<^M zG@tRxic=HIyeKvDQ6jQ;j_x9no?kCDK2=_`xr(&x%s}N$?cF_H3FUg&{Dbqn_#r=N0;0(?+AtZJ9RMDG^a%{#ruPze@BaR3-X`U)6C~}e1!<4=m>Fl4QBqm;x zp(EuS=$GEVB#ABwe4&~)b*XQ(|Aw393)$ZmZEeL z3g;t@bFu&ex|+KXHmZs3iBkX;5gH4vG_z76P(AmxQKibAx-o2-4UbvLj6Tny%Y)*@ zyULsn6v;|sY^EV%?yAEKq>C)uJ zR!0cYdgWdV9^)X{PS|)ap%6PbAVtdN756X>-=Bva7l^Yy8@sVD5V~4$qm!_kSfL* zreXN_jeW%kB{)T>E1XL^L91%moZ5UuM1>|Tkyx*2b;&i}XqDEDTs2c?mKSl9+SaLe zF_kI3_V=<{9^gp*1e|2PY)<0wm$@j4V2QdWG?wyX4O=x ziXhh9e((KxI@0>pa_{i8J!$o;`6U&l|M-=c@MZ-EK+86W2 zXm{ni`nT9D0F6*&4Ew9B3?maa&3Fx0GCC$L{dFiYM*ynD0w`&~&1skiKcG<7R8<=#_$vD&*1K0<-ie#kP>ZkdOsGu`Oq6bhn zZ!|#)?;=dNw;-vqC>Y~3)O!j+3ht$R8VFGWpt%{Pwd&D8k1k&O{te6` zMw(+lS*a^5f@7Z!0%jmmq65HmuyD}*h~!?J0ht-8P`pGjF+Jkg5UvQ-;tdO@>C^Bw zy~%}ffMjPjah>_8T7rEIddY!AWISp5A}Bs7|4y}u;snEGe8RwP#aE*d?uT=TBRjj9 zGNO`qi-%d|qRyV~@>VTAFG-(>toZElW*vTf_4L-*pyaDBSDh~uRxN%#jh3zSpA}_3 zRvCJ1eN`&<@c4tjYWI}FOyD>@JqrYc0}xY7-ybjzgAPzYbE8e)OcTQ=Ui01ZHdA8; z{30d-coHY9hw!m4OqWp^D5#MiM@I8kAoz%JB2KIenY$D&@Le_yIwvMPgLCK{b6a!p zxnjkQvTg-aZZ-{S!2hK@scZRk=5M$sTyY^UQUYJVZv=)>Q z2u4)^hAUc~;4)97{>%|&x@W_W1;WS(B00Gmf>IQl2NBHa)L%FLuXIY&23HS9 z@^(3@c(t|g9nKhK>U6xoicYJeEBbEBRL>uLBa}kMI!=nHbu4Vn% zd$M&cIpZD;XKe1>*r4{-(hp1zW}XDrynpyCZmTP%ZQQ0eK|~<)*-}$mqaD4KdYvzm zNeg@X?&Aiv80)!4PX_r7l|I<*wHt4=_SDM#r~PyXYckFb;d4lrE7`HvFY$nNl3Ty1 zvvlmRC>Mi4t|pp0$#i21M$O9(y--@h7cg>>K^~{hA+XTDMU5yG)SmOTEC)$aa5|M* zrQC|(n);3txy|o*@np@SG{E)H<;&x0e)To{9~Xk#J=ET`R%4*>)X+}4v93S+BOWBH z%PWOOEs=|iKCU#nH3fg9+q90$^IJpXqeqGv;{No&5wfyS6J4}9cbXF!)Z<#hf z4hpybOYAY2Zu9>m#r`u*2DlwCGtJ|v6VqE_!IKD9itRpUhXPfI$et*MLzE&Ttea@f zz>N4+(&Pm36SOZQ86w4QTxtWTWeb6*@oh(G9RD5B0M!SE=s^;CD+PS%M%3(3N-1n4 zQKd-D>8;BdeHjb!+qW|3Equ)IzS~mpT-H}#*(gaw#M*W?#4WmKWUAf`>a~=PS}4bU zlZdmcao?)!6`AyCwlJC$dZqhLF^$gh=ycc~y9OxowtvmazIid7TRdeDZ zrPJ)=`LKWZojhnrR8zs|+*rnX)x~Hk2Rzid@%fs+dXUfy7vg0ju*kj4*J6`)+9esZ~9@iHk-q8(8voJ^q>(S1BT#P%Uq82L%I zsv+M812e?L8@l$OCSI2Og)AF~do`wlys=D=9+aU@>8M#>RyB^WSpNv$RQ!GM`oNHN zWOO8va?s1<3(K^yZnDd}$1qQI+q_-zSZZ=lX$Vh_wH9#>p6e#oS1^w_=E#Y)#ERQ4 z`u5n14@i#uJ|%7_MK2K7B@J~0a=@)wxFJ~?XGC8ZnAKEinFNE#!RGctI&()a6}?G$ z(F|s4Cz4TfwaIsgUE(DEqWs?%eOb;}FPT20cO2^%iAG#mshDn-L2LFE#y)e;oGrzO zsN7hnTemnWdx1EgoVKo1UULB53Y3}F3OC%DZdO2YO{JJA18V=JO9Y_*T(ifzr_-tO+fB!A!od4zcrzVfl7xpLSW>7R zr3*{?>X8-0iLuU3?6{aRDzRr2phEaMTllT6p8QxZM1h84a!wJCD?-~VFgx|9wa<=3 z*(S(rS|~JA{C#9bkh!R8R^#j3)QS8Iw3mumQ<5if7`&y!+MUYjm11Li{Ea#lbN$)& zb`PVNeY^9yiaNET%W3%uQQLtUHTK1-lbpP~?B%@7rIIAguiDP-0dm4xu4g&f(^?_Q zPBTu~MvH2tIi~@Qi+N{Ep?8Kwj#`C3WksD;VwjWDzr0 z3=m0sHx!il2znEzRoAyq&@tnCkb-fBBpSoXcwqCb4o;Zl2Xn<3&VQgrEl z3tJz6;$w^C0{uVy8W6T4N$#5s-&h&K%vM;^1?bz}fAmD?;s^j{;wi0a#{s!%CJ+ck zFgE~giO_(m6d~Z0Tcp&o2tN>*h?)`c5pV`M4!a470CLD8Y{ABW0x*IEVn9ugZ+%Lp zh~Jms>SGKKkAhx30#=kWlzA=j+@--4p-KfFy(Gr{)ec-%IQQ0a&YATS=|;uQXokyE zl1DGK8GErzwk}}t7jiq2!4}2eIiEO){j!a4y6O4=@;gggbJ$O=_A8ObcI|PB)+*lL zTrj(nk>#9k=1-l*FaO*NdOPNEV~hLo#@{6UXZbAsWt{riT&ovNVx3uHzkTJMbcH0a zxOnEett5YU+v*7PjK~z+6Im&kJ8M|-s{MF%o&ta>O+WpSK*ZC%C6Ci##iG`Adib_n zZcwUmA%`?3ujeE26x1pxgbP#|>7^?{0$j%gZB-bFB5~koV4|z`Xn3|OXvLhRvR?Hq zp^z3I6wpy;dIJ=^s7xHXYWnlrt@gR({Gp{dS3+;mh@wx8C~7-Wy5)!EZ@&QQ7;c98 zT>R73-^=uNyw}Fi9Rm1)hp&B`5|g9L1wKhWPxSbH<704LN5K88D}{0E-;b_7UJYLS z+^qu7zRNwlS>F9qVR7)S`&)GYLWJ#ozG_Qt>$i^k#wdn?)InFiIG{e4l7x)(f^+X8 z4cc@%AvN)hu>{g&fdWSc+oJQ;62XyhlSPkl!e?*C%Mft;qZ+!;>DNdo*>EGYFic;+ z%8R*hCo;7H9T*hJ1!iSLa2bPXkzPgH#N?HDfs_x!I@ThH#O^Ramy3fX2hmJ2a8X{j z0(fdU3QQ*CNJO&xc7A}vVG^)**E$<$?+N&h0lAFLtHv)D&gywz|8{CO9BDOvt%hF@ zXaH;@NQn>#DWCdRO&N2=4cSh)*J7hd=A<7A~He_%8;L*p--*d40i z#6u=nCbXv1pV2&1`QG*z8;gF2QDv0vk74Mq;!nb&%#RtEx&|6-%+U)lHMCU`h+;o43WDRy^W* zzD;OsSuDye29clAu=G}sUWv@i%eZGGGU$=4`e~o-jbOrD_ zu6$eLE>4C4n5gN{#B?ON>Un&k{CE#L?1ndfYT!CPCJKi+c{u6O#hD6)Ica8y@b(c3 zv$)0?dp?Q81sZ4m3A>jU!H}T6VSILR7L8rpzsXD68DdQT-Thu=Mio52Qr$;WQK;-l z;bZ2vch$-L_}@mJ`nIcl^y$rc9r~HcK3|2GD`nn<;P*a`-`#LB4+%O*zY%0_l+Nn$$nq z2{Iy&K|lx}Mf6s2Wjs1HVIwSdbH6|?usK)QK^dkaJ&6cm08(xfv*`uOhx`>`B>a>1A3`*k@yYRpYraCf*|clxvbDI(3+!;VCvN z<*tt36%LWGI2YUbR9(L2@QsOcq~FX+K66rs{!_K==hIg%fEKAeitt?(9yJXh8q){5 zPDM>Il5)IUq5#6^X<;g4ipn%0VPOk!CGzmnO|pb=#YAEWB1W7E1w@h%{)~%;{=DJx zWw4mAixKVHlNO`WXir5mp`Z7NKT)qdRWNJrG?yMqyNTd)`G;Th8$4`45~G{<#?Gs! zy0Yofr+7=jFfq@Kga{S{?}ruMHc(VTK`uQHr2o3h(%~$Tr)kT1+T=|(B-hPQm)T4u zk$P4UR3jwh(kQ7d;wo53C-TH_KGip&dwgb!=H^f55$(oCxuI62et+FN4Zp>WX$S5Q zrKrLvT+O9dGVGR`x>x zpp=}nRY!W+nWR-aA_H2frB!<0KOg5i*R-M=9DJ+1m8sM*hm$K#ywN0U9+%toI-*qc z(zfyA<-|4etm#_)#pUhk(>Ra(q2tS+lFbjMc9{58&Yi1_%ECX3osY|pbt840dtb}h zS;|@uTSm;2X_UQobRQI(YsL-#aQ)Tv*6)v~)E%4hbmggZt=dV&=1%=kEBBc%Ikk6j zK%=W?S<4?>%yjyoI^-k-EKn(&RC11u4xWVqyi;b>$7#sf$3n0;TWr0w6ml2$HXOj+ zResl`g$P8XddqzDbR-A-K_Ip@6j5{b;1>EU>3&1Nl+lH<6;4b!-k#3AA@|<&!a)lu zfaQc7SX7unKx9?%S_q~3Sg=b?xa5A~y!$UBso%##Kd zu%VyP^f&Z?V&Azx@YNQTOp?{uu4t)HDrHgSb31+1E-iX3pqTAR``_g@r2X~z{0bVz zJvh<7z>)|JZ|l+kClZJ4BO((uy5U_%lsZNckzL!y1S<4zqN7DInZCq^?e9>PJw;b9 zB35g>tL*c+R*_)Wdo0Cc%RQfROvv-X+c_@to`Mq8Io4BxJw1ZgBgt?201*t*4F=(+ z)Edeg4qAbqXSmob968hi-zF+}=X9;q@y03z(~QTtCC|TPZyP>M+fj)eVR}Mo{e=1S zk;-*6XV^Zz``1`mQc(_<_F#;Gj8V?gXl3h6!whQ%m!WCju$tB8=W255?vr_;qd%zT zM((C94oG-OqcIGUC<`^1G6;%S=ezynIcelWdu(k6$yz;&R;<0UrRsn>e=xC(201mW z9%r;$no@97S;~of11tVi9W~pETC!HV+}3a?Q5SxG9SJXS8OnGvQl+#$2pN8Wbud@5 z)v>E;sM-wTrx?jaS{NNs=dCO13mwghE}V!*B+k99p*d6~NZ)?h^CmaQH87R+Rr{bE zUuA!~mu3Q&kr^C&9$%`R-u^);9bEwweOhi$)9Os^v#S|qhk45!EmIhZkyccb=1jKx zS3l3C&A^DatVeGw*=^RTTL$>vvgB}#;Q6QD&@XjxT}8HEhXRootlJ&%4v6ysFkSR~ z)CFXiDJo(r0R5xi_Z0_|!k&8_l7QTbW0E`&qy;Q2xL2lKoH@c&K`%7Pp2!nuhAh2b z&w7ZeDR37X?HO9(`1@R@%$WMa*Rld%xyV{%s17ZQ9oW85YZiEcc%gwQw7lUtajJyY zoqj}$Wj&%K1Lve#)jc(HqA%PGF8n%0alGE5SAFN1q~Vt$4H-EZ20kBe>h*!C7b!nD z8U^9j^ofU=KA%X1kZj63J3EVZ>hKIaoc=P68A9kMGylHJy2@4q& z3Ayvn{xvD7V+0P$y)_7Q0jHdIK{C_8krBRszvvs-`Vu&b_cIJp%$ zU1nDI@}*b#)z1G0q~w1lmj2_MgF)(eKT=s|tk0l-pFfd7t$rBln8>SP(5oU(&{VAG zP80btc zoCw_WSP-hE&1aM!&?P%tsSGr-t7GMCnB`jUYb!PWG8>&f!s|b@&^D7a8s(e#EIsB% zI*$~@#G;PgKRNl2T&Wos!(rrU#jsiH`xs)&`&Ao-lNoh+D{0V3Nh%Ya-JP417(v!G zwdfaio-QUbodk!iPv&Vgv37=_dw6pDpfU5g)>m&+d|lqGVKjs7ub%I66wrk{)v;iQ z-Q^%kpfUJ8W|Td2$Ly8^~VM=oHQQ}VfkvU3PPeO6^^xB z!``VLvclm!=z`%_-0NEuhBb~^n*~*3JHMNVD)~5+=!ty{{GZXxafjK`G|ZvmhPFj3 znmV$hIkow;rhklm-XAcDeB^7rkHOd6E_CCrd3Q&PkKb7dj;ivm5q)d-gpb?GTE;0* z0dCYLTZWY!I?Z@kRubd7^`rjdyV0i=lMf|kYj@JJLSnrhO8W)jh(!vQ%^m?5c>l7I z{KKypd>uBZbALE*DR^q)K#)7&mJ?g0`*r^}p;x_PTXzNd17(Q^;_$~1%Sh@`_^T++ zFkCSlNUj;b9}brz!c0ivpC%)5>vVt)xb>bOPNRv+V1frxvWNpb`_^R5wVnTn$pXdlaXsf_KJSwB?(J@*lC6h|wjFAG;uR z%xQ0`30oK_h!kGui@Cihci8+=DAEAY6J~$jv-nB(PIT1B%Z>}H^E<8wSN7%_9E{|Q zHB?~@Q~ru(6ERyn!2u&wu9j;F4vgi!Y~eOO!P2R zK!XO`hv|;7XZdPtE8=ftDu8kcd+tNPhoes==VQpSD?CeeBTzYIW;T= zR`?Rt8otF>lqdCQrDIKUb7NpVfCgi^a@rU9F7Z(9K>7R_h-sWXFQ;oAn=|#-HG=_WvrKZ-9S%+ zN*~60xT~H;0G6P;h_p>U(L>8^f+eDr?7 zowNGY#i!gIiLG^=V!e}s$7Rany{O)y!PY|HY|Eus%7`Fl1@42n;@ zlo*UuA{$WeZ{+oHvfugDpVW9HTuXS5GB?cVuD=Eugm2M?OIlz;=4pPZT| ztm%~%%7_1}pXEO7Q4U%d57Mm;VLl33(uF+Ku?f;-{l`D6SMut9e*5XcG#{5K$^c4( z%NN(WQ4Ba%Lsip6@Ydf$J?7k!3e!dqF>Nu_&!E)lq!y&7oAk3#J;t{`i1+#OlMwU4 zncYC$6&nLxid~yqL|_!Kr+|9sup)`*h>_Sc$)r)_1m0aZ#6tt9RY`~h10IS5FvQL& zn&2#2prKrXVSOc&Fgx2v-!fTgH$+6>v(bvf<_wc6W=Ra; zhrSIrO{m_yTf6%0UBa!Z57-!yIh9f8T(cU{Qrn)T8vL0Me!J$ePkV(bIR!f+s03WP zWDwVK|7)oJgh;n0%L?$}gHLtd3iu8(&G0Tr6a>+?o%TLVgd)xFnQREg&?K6Wp=dp2#4V|hz29!*U&)ejN3MU;>d#TF%_3aJ3f+8$S+{zbzHSYMt8cn#)(T~WH zg2!JzC)a9KFXgh!sD&|)K#sX>kG+K#khiVB!wol-o1vyp4qaciAqiK35!#O>Z`CmU z%OkozRE*@<*&|EqwUC<K--98Cw8g5=;TX#e3CRdbzRMq#99`e>bO>LAYkl^nohiCeh+2uBp5 z;uvtZ9uUR_snZMkICSAW%2#-gpvYaeRY z6cD1-8Q@Xt3{p0a_3##<%jqth;B275GBS?MMv={QYcw4jlI2vsC_SK_=H&^O8ZFyFPv$PeBN0ovWKp0Svko>o4F9G=i*t1a5;7Pm<^ z>Ct&eddR5vvb1{dJ+-cVCS;NFVLAKLagN5Bs278)QPcwrnls-y;OF0e6jts$V)SKa z?-OX@6{zZA@&m|{4Ry3rE~|AE8(`>q`~9!SzlC4_X=x*(uP83Cjw^1+QiT}h5NVYn z|0L#6``^0&sjSy~+@_5I@eCubV9Fm@7x6SYbU6C?OJ5zXo}-a{6oIt|FxIC4GsU^| z1O~ulBLH3bcXgm$v0V!siLkENZU==#qHd0rShZLfj)z{)ac{eT4^|*Tb{M5gK^ zVF10QAHmFNa0*yQEHobDcqIrbtV)!uQabW-W*83Ax*h^OPd!<$@jeKG1@vQgsaX?< z>0z}|d3;n4Ok|qLKn!RY9A-k~n6(PwC~Q29BPuFHv-C)Q8QJlhpsf%}APX(^=+djP9_#-rn z7GekcW7BFjHqYi{x$-DR{Ok4DK&$o+|WqJ1Bee=TttOEc-9FGQkA{Tfk7}8k=lGyzN@hL#CLDS6`UrFU&l`e5~ zj4$2bw0K0l!GJ@T3#LLIdt72?kZ3Pq%i)gEg!tm?M*$>)3$%@2@&}_L!75xLQFIzz zIP?&Xj5>vw8fpQhrPc*N$(6R~4QMrEtsBxb@M6%|sIi(4i3YtqjR%P-O4R{6OhL$% z=!+F+H!y=9@%kEbccEc4r)!s56qu41bFaa(^2NEC>sRd)>g*BrT--eMZnRP_Kc{mR zvuaklRYLDGa#X526K+ zy$->(2CqmCa5$>Rx(Wm$@$~6NFxpMq%+DE}C`(J5d~>s|rBeHc-05T~*-PQmO zFatU1yRjpHrDK@vHUA7o+}dM*a}4lWqt7^RTlo4tui9S7nd}~tLhE7ZC!gQdPygpT zxKrajCq1<-0l)#w{X#;Xy#M&Vw(TOHILe<;A*^llV=V zG@yZCG!kM8iUcA3Amnh?J0M(BB@~H3rca}oC2vn#=z|y`)Lh8ORQx3KQ=0}miIG<^yi3q&G{Q%`mmzqXDxAUNf5K4eV(7nQeTYUmx+{? z-ivLk|6Hm2rrq>ao&9N~-eZ=tV%d2t4Ln-1oO@#S$CoeSPv6apt+qd_G#0X*um)|8 z2rHN#^kEktSh09`n$2CAqmpj29_{}10MPoJZHXpT4WZz%J$B;Pjt@fTNG|9^pD#HD zY#oZSK=+oMkpW{=aQ2!ppwHg2(NvnEnBzqbOW|Vg)JAnRaiM4@kI|0{CB~%omJwOa zze{%_MAaN+lnrKYITagK%)BwZtIg2BS*frT?5g*8Tu3wFT*_^wbo}m=TLgZmqwP0R z*DCpo&33hjpxe0Fu37C@zaYb>TO*xWza%pi&aSe=JEK`g<$?r8yy3@vNwHGSv+0tyZXNOMeyC$6JPR1hotD2rQ&n&&7TKje@jCwrn6 zbs`i@paUgRfMLuuiEN~3oCO@@vcboO%_z zb2|da6EI!wR@1sK1o(q2A>U*eJY$;*9-1zcv|DHtuo`( zaeGNEaiA`@P*TG2A@TtWgQF*|GYj^mV_N>X-rw2TV*U%-K<4U08|^!O0@P=TQvCsx zn(T8fmISNu=$~CLLi7Now=Pd4-_D^D)rjy2&DAZ;Ue{+E-|UR#A}f`pXJ2@`G=T^XYQn5X^xIMRC%jK z=|A|gRr*ex+K4J7Fw%_VJ|Rt_h=1-8zj~L_;P5_BKK`RA`TMT8y6Z0}V*s`_>8NLcvxtZc5(Kv2T=$Fr+goVsMp5}ad zf8U=ZQ=N_fJ+?cjjPdb*_uO;s+1I|F zNWJ^G5hZ&iEn?Q6;T^ShBr$oS&`hjWf*b#x@M4DqZ1BnKrV?H7Pj_!ZO?J5&JT= z=p2E2>_x-I+yiY_$RDQ+!8aCr&3c(+uX2@wOi@T6a{ynd5mJMbj05-rIYE&{21rG| zpd(|Sm`8F@`HkwTcutDA=(Cv)ohfyZ@R&WC`0UQp}i~K#Zm- zgj&C9M1rMH*!6cIVWCPXazG+s;6{4@M8w;Yk&%&GQ8R)eyT9tQ4z-j#uH#jG8tYS0 zlxmd8I|qRxu8H?Qrxv;nq)SO}E}Ex}_o&UjYK)ti539X;Y$JYjX+fR+<7MNd_xowZ zUWz5=ouFB~>*v!)OjWmQ&T#RZ7|~9bOf_ckGPt$7< z31+3JON*JK9`dGqAW)BQdC;+a7^-9){dzvpL-dJj!U%?8A*gF<86n*YBYEqU7g*8zg zk|6;Mj8I@0@;&V{+NzfOv_o!W zn`^3$4!8UP%O=+U;MY>B6hEM7X88EM5vF@Y)FRx+gr&pys>x2m8bs91_yGC)QEj)G z6y?nDh`bfASWX@9eIEsD-+P=ht4!>7MQlZ{CK=}1vvLi-=q~&8=u6_KiwMRax#KoD ziwbI#sZVZ(?K?#Rc=!r#pDQWv$-A~1;GL=Xu^@azew=f$23wS?SsbtDIhMy<*Mp&O zm05b^f|H`r?SPsAKV$v}zjowJj6duDuy)%zk~>d*6w7}9S!+zG>;%>zx^Tw_^5jX5 zb>@`nRFp;J32yHGFa!IRy^5AJG9)a)iQ9H<3G24$728`$dUp45i+Rnpx+R~JT6g;h zi-JF2Qh$|(+Lm>PIStFOk3YUK3-w`*x=nNKW-n!Oi$8n63Q+R%nS7)UnOMUV5Jr!$ zk0bz~o-xaLY#GrzvBg>(gNhhu`d0?AFueo=7*mOgDa4P{QH~ru!3QKq^5|1JserY^ ztD`5FJKkEf?JovM^QEhTAYbW3?%E1dJ^sp*$2>y)an($XiC=~tPF<_q z$I`T$84L`*d8eVQ21UP4ik?IS&FEz?74|ATPn++FwY+}XWL{wq*g({Wd6IiA=m3d^8fsQ*8l#Sh5p}0yvl8d)12=~*HGViZo&X$dp+4* zXeIK#{==!{22f#l-vd~@#^I&&G*z)F1yk{|B$5dvBUyetXxFC`f0Ghkya@qmRe+k9 zb>!mh(FV$!k{aSIk&E@CW#+MK?2n$yl)Va5hT?hMoF{nLdr%!74+V4$q5b+gEztOK zcas*z5hTrvG!qj@<&c|>iBX&WDK1|44YsG^HhYp3j^e!3Yw5Aa_0qYIo!dTZJ~E71 z94*RGwYuh7pL0F)=Dl2>Gk<4wZw?x<0V_Y${pekQZ6tpN=R>lwG147fLpo|l>6p38 z*04u0)fdW2FuO1j8Ieh>$MgU&(vO^9h$zW`>>2>--ihM?V!Ksn8M+fU0#RB#Q&5{V z4(Vf{Z3D~p{4*L^;9a)H^m2KMVx?<_CwJlQVg!Drs=DZW^J0{tqLLu8n800Qvn~bg z;q5GotC|=QONJOdvEL}KPSW>I9lx6>_H*N@>QxbWJBi%D?0r~~qu9KdbC*NU@$8M< z(5Lq%HD5i>WhS=Hyd>m3E$6+^L_t3{T~j&a_hjUz<<|mb*2?Zl9{+>i*EO@r13Ko0 z9PeE)V>Orjm4p}94w>(Unj7APeGCjwB&(#m)^8d*RWzTF;}L^CPuE` zFGA{PdT>*{!kcpf=VKKQL|M3aS`ohg6x+ zd~LiXsm$V9DnqnMc+an$@{JJ7(G#o{FDikG+pW%_!*KHhN=JZHbh3I$^lDwHbg#0Q z?F8C|@@b<4TN#QkJgoT8%%XEi7KpkrSthrvSuIA{Z|u#!HM|{H2XFK{_D1Bo`|K?y zAK^|(R#M&xPFSD52w=^NdcnwJsV7F2N{#FNx<@IeCto|PK>-&#O|Aj#oaq`-zsU*I z(36BoDujInZ;nS@ehQ>JnNWZjq^eGZv?G+@p^SfHG zvC~mJ;JZm#P+F5bw{cz<`Z4G&MufHuMUF7B!h|P9(9>79NE=d+)PU81-?cGJmGf7^ z>>J+k8B${$3YC*Ua>?cG{H$fvK05n^d^fGpZ_l}B^^%{x+)A=TS|l}?<@mzb;(2!d z^a468lf7f+$1AI1UDr}4A*|J|r0RH3W{8QD`#gnR3pVgt9?dl-F$Rbyd1)pe z-$=XXx5GrM3HxA{(mgRtB8_Q-SiHJ<1hn+@Sr)lzkcY?!Q$`dd$2kf#*JMnO2gdgT z^5vNAdLsFFWsge?PjRjKC{8!paI+OObZwbkj4Lytd=eZa^MlOp7g{sQCW|v|G_e~W zR^Lb9gRE=rp(|9(PkMrG+SNC<+Y^om4fqNqW|{nmOwwwm5~07nKbG8NRVaZheTJ_`8zzO0d)MKXS0_78~P zMYc!wA-f!VWE1iWqzRT)A;Zn?$5Y>8n<<;$49vgIHUb^0qLC|LM@oqR_+TicznnN+ z1~{>T@jx;$#hb~)w9Bd>d_YqSo(PeF&?m&Vk7Mm4q1qU)DN-EZIV)EfGUyp;Ipn+J zO15l*(XxDvk&H)nVL|-SrRu&v^Syr9gP)7;m^XH1P1LE>q*RM5ovX)m59nJm-u{72 z;}(Bao^>zM!^Qgk!7qE%3~XTi#sJ46_He<&<5{?mZ^3mL?tl1apQq2pE__7F2vQ|m zQ=)Va{#@Lc14{j|ZL7G(_9jjvhKHIU1ZB&pT1Rx!`sZ}6v;T+y#;iQezZ8_j*&HBb zB0QgS6~+Rqikq_3X|B#`ENhWNsZtT9UNlNBM!l$Fj7}nM%}2yTl7+EA_l5UKouHAC z1wxDszu5HseO5zm&&|l^ED1vPAvW&l9Mw)fl&b|O&vwi?XUO^k|iShL%vzuMT&S6 zX~!1829HCk@t3Mh+S3Xs2+BR+Rn%lO&g3=_k&pq@-wo}LCsc(%FvJM7Wmk7!k|F04 z38|bY{5tB`m$4W^hUC#O6&UlW`{r8(x1rHOG?}^iMzK98_3m{08zx*H?!VXF^s>uI zZD{>ZHTc#eSJ~Ft?@J|L-inpg@>fF(A3q+ooSrWk3Cn$U_cufAteRqn*Q{jfhf&Vm zzo8D|0C0q5Jdw76&NdhEM0}_4J-FlV%sXQ|8luhF2NNNYclY({=a8s1L;CLfCl?Tr zy_~XWWe`($83e`?nM@>6B_mM9gJ3EckmyQug&LsJbK}9fz+j{7D2?+94lyAx>{t%X zG6t@_>YEyYvNWf19cd9S`B4p)5bM$9ABQP^({`bc_peb4XxlZJP>B1S^$jX`*_5t< za^zq`+BsimIS!`1k zm{*Y%_`%UUkw^}W$XinYSqe@5AuK18kOuy|@=#!3G(R}KQDM>3=VlYE zJ4T)9T&yp22Xxr!FVFeoY2$W|-RY$`jVw1a6 zVeG2NwjLs;1lbNxR)UEDnbO|sSRkPb>EDE!DC(Viyd+r37-&M78iMmSmm3x3uuuwzC_(n0mMP=!gg+2S%WVg5?+z2D(lCw@I4U z*@SN9??x8Z_C&mw6CYUvM>jF`O-oHQp~jkcF7fM=b#}==yXzQmh4TQ`pGy@Qc5QGl61K6SyRefdBm(tmti>u*GffT#|1O%+gBMU$c zbZgNfVD$i*9r>OJdIW&D97PrfAm;kUMi67-GK6@N1FiYMP#6&fjv#SLAnUmzdj;Rn zQd599YVvA+E9aFx)|aKv=G{c%WKgcXTEzg7(ap?_7lG0mWHjiWdI_jdX|9gY{xIo{ zr0gVVYT1Gvm_q9gW=igo<<_7F*!L^rN>J3`fVv^xUw;d1)!~VXd7}rH2+ZiMV31`i z)^{W8E=nL`;;XXz*Qb`M#5-@ffMfWicYLko=z46gvPK+^cfI@keHfd?o=@t$B6EZs z!S%Yy(I~0N4}Uk1cXf7->8H@A7bUS8i8$XvQOjI7Zcl>fbq+~m4k^a3Do zgh~boTd0@jnE*6ICwoI^5z%tXi*d+w30i-?Kn+w|_d}h_p3*rc2_y-TH#|pIGPMyY zqD<6%mW{VqZ2flf@p~%k>!hS~^Nzqc7^aaNu>$6Wt`H@_3*W7H1SaW33MiLR*$V2$=q+&8S=lM#9~x7 zTrKY%5Xe@P{t;bq)rE1V$(SjmKn69;WUf6kYjn}{=;A^p(_2H{kWw$MtVQ&)$#a=M zliA%P{SzI))tI{>MHd$*^vMg>DsDhjGAFt1wH56WlspylImWv`JrQJQRsuk=aPpF>^!p*{A*ImX&p93@u2^Ac zjvC6725Z*;Wb$f0<)zlNjlIiWWM0R#{y|QRJMq4s?Nh;T)HB!52JLQp7H`Y0$m-8+ zPzA1ge#rUCC>C02wh|m&n8m-iZvRBPv+sC+KpZ>T3Tfa{?5nU^EW*JkPaS#hj~5M4 z3yQVb1oi%YVl9#z{#6m%_Z%z{EHvbD%_CG{L=u-0;QWf?zo7SGEhKuYsbl;}14>iB zF=+0A;v}S3n4f`7KpV51kut!?(-7N@S+hBew-LjvFf7E`0P4$mDe?8I2~xpfixyY) z6uRPS<`W0e3{-k7r9l=db&ThVXF3(Ql~{j9CqK(C@HkO44eLNKpQFta%aU)}j9Y@_ z9ajXi^wCW5UeVY!n2u1z4o>)>OIJ}ab5!`(h(TKppT51Xfu=gy(G||(De_x^RD095 zdSs8o);t<2Dp>=Z-*6@Q;u4eRFk|QHUMlp|euYmcYTKvr0mcuzp4?v9KiVy@9w8k6j$p_q&%!tv9FMOrS zl8OBgvLB|bd0y+V-X2vETj@WW+W4b}bmy_~Yv1wOJn-BAgjp#_aX6Rlx` z(=kT&+fTqgI=i$!^VA_O?fngunwAII6i;`n##NljtXD=P%HoalrB6k z`6qPwgJc10-Y`yR^q%A2ri;@*7w2bxLga4;_sJb%9FxLd&VL@ixOjVU@#xCg->>xK zPo95|V510iYTe<=)GpTdnJ*^=c1>~t=3+$zXqAu{S9;;0WC{IvKLc55L7MoX@dWVMdZn2l*iFpY`{u;$r~C zu)oQ4XUKAeNT=lO$PISSD2=-PmDL~wPJxti=4#wBSYFX*@8*s2I5hJ!bkYE{xCP?m zB~=~ymXukxnJE+^*rypQ*YDbs&2MGC0*Zp|7xHqD8od=r6rgxKg+oV z@bH!O4Yp%cQMu;K?_;mjkIa8G@>_j;Sr(p&T&0#SyDMZycLk(CD4trn-b?}ttH&AkGOdx7jUF*-|R>@r6S?OeqXOJGx&8;ix}Q^tv6)mid%{u z4nYA8%6FFJV61)lJS(0;qWcxsyA=vi5a;is8Og^h-@YrF%$Cm~&rS#z-cN*^9*2#n z9itajY=>%@41XB)%K@J`n!2!v&HNs?dDVLB(dw6zJmu5A;NLPEwWa6>EMy{*>HQWL zKUjTLK3^6gU0me;{aZ&}7UG_fMf&W#^!40GV9AuIB%e&#z1%keCqXHE<}jwo&gA!p z|N6tg`N{7DkR;||kMWtqWR{V@0Tcy^TE}(VPwCy0?H!ge@{rNbC}G_K%Yd)C3skN( z!t8L&25Oba6Hy+U!YvoTr3L~KP=LeT?#){h?OJ6h2p=U9uDyNv*eGnaGHn?RMzvv* zq!>wm#^v?+*0C}GfriqR-$r(gLhmXLp4}kl#~pg*mHa)aRiXSMvlw>$!$Z5z*RnFS zfc#Sb;CI7e6#t9jvVV7HSjb={A^kG{<-8toz3z>|8ln)Zv0vWKrQpn`QFLJ1z~j62 zZlNLUycobiV{q@n<{juFg_jaI)DTH@j_XsJpmlbp#hz$V$-orI&@8l2)X{RY7)>1I zI?p8P-I|aHik0Ghg!v~fKduGm7zN;_AIDZ^wrnr#27Rk66Xj@Vh?e4mto!0I#iy=*kpsca_3nR%b$u$4 z*jTR$%-~PwGl>B%zz59PwM~}Z0zVnu0VU6aO=$-Br*7J=p?RP&dl@&2h&*<=B9*~) z8^tF(n?xsWR}VzN0v&Cs<n`~7&Okhuj+-mGu1v8jXU!;(ZA>7s z_b0|g+j3|5gdIF-i^v@|=GDg18RxfEm+z)ye}#U&^ZB5f2VbMPS*Tr1LnJMG9K|)n zD9t6c;oM&x+zi_NH-7&kW%Zu}02GkmYpp+f9*8yKCZ$}rEio7$zALesYtZBXnz3mn zh{cs|en6BTK&*I;$3w|l3?Hr4sb2l<>vInzG+B~`Z`;t;Jd$WuookiVxlNX?pV%Ck zsfpTl7;a3d21M6v~ynesi`^RC?9RMCFscvotWP@~hRK1)xQT}I8MeYG>c!>~#% zC;#nXaeEEMH-Bp9ZV2H8%Pc>4HSdf{`uUyTAy&%jr+=Ns*wrumcI%pd{E56pIl&t2 zW$?f^g>>!lY2LZf!%|s*QcQdf9n$$O!lGxib7-=#KxE=8Lk;>R!6Ov|B?@Jbxik zElst0KLh_pN0v3zhok!{9EE4F->y(lYg9R(ip2^<#bZ(aLO|!tyK_6yG=nUK3~^{h zYNRH3a9sl)vbe$zjkiCn3haz&i5SrErYa;GqR~OF!dIyZJBSP!9HwdVJa3f|Rp89@ z9HH?wV#r79P{ue$j=Hf8vE)@5rntqW`U-=3rbyGo6bb=PY7ZLTIY+0yOg*v8>6HG9 z@@nvkeQxJrK{h`##Ud-+!cEcTO$GbXJIW+M#^-m=Hb-_E-X7cN2c&c@II^ym0Yp5n z+ZLpk7#879FV5yZUmOt>Pv;(|t)Y4NXZ1S=zsKCVltjP0IGZxO`0Latga~+hUfR-g z(&+#3?K$piu?-8Sb{r|O3Hb*wkgkQSq{&uAiu#4VaE9ln0|t;>k@!_Ob@mAyungY3 zmsQpNB?YIAC+aYS^a5P)IHAS@yDxX0`pwJS#jPE*Hr=bFy#TNt;g>zZHdA z1;`{pKa}hSMMTkZ505DSzt!*m3#$+i0H^-uRQvt|5u8o3yf#9S9MN?*Ih*1J9}Z5Z zyRMuVd)q9kSV=#KJ;a7x!Yi7W7;{7OMv@A$zrX4WIU8p03Rf&g^wAgElpp)$XRjG%jl>71bj_(Ul4Gt#P!Tf3{FTRq z)_z0F0&-=#ocjWkHwo__*)=g>y_#wtCCMp$x%dSwka~MTGqT0?=-V5P{CR9?jA_Y?hhIH^+ypy^nn>WJd%HZ$I$`pLE;v#6u| zb(C!#vE)SH@z;}1=;JQ7(`bT9JTWweC6$d(1%U8U8l6!|!nkz;cVX-f<=Zw&F%cAH zsy7QJN+AxS@WR5T}9taBvI?aA(p6r)R&$RS#s zFwUY*1zNc+O!wjg$H`;KTY_?o;Y+s};@Megd3CbIa@4v$8kuZZwmkd}FmHW!-!gGi zG z1vaez;J0gN1u&3#%f!1gw7qT%%6RXNA@9*VPtYEotmav1>g#kMq_>I%GJ_vCT8N{l zD8?C3L%!-UtW?PN&Ef6B1#oFoBOyZDtoDkyZ|}p~M=EZ*dLG7>DDv18lHBGZ_w^*E z+!^DXcD@8Yb^L8>+*qi|t*2(}YsLATR{x%K?zFQQA=9Dw*}EuV5ICZC+V|!o)38us z5|@#S-7EC5j;E*ks}axB2#=SK!mF!h4pcuWU~*`*XKPtTFOHv!j$T~+vaY*?+7I80 zzrTX{YO4RhY6wb+A5>(~?v0C-_6MTLY=BupO* zgFyRpK15#TEST#a^lxBS9nQOD_OhEquEKWv#4UF3+tqjW0q(ND*zWh^xINBmY=C(!3r$8D zhLvSMz0_oUPHbOxJ0{=EG<356aeMALqLrP!vCCG6)$%#(xd&C&SBoY?z)WGfExh#QR#NoWg=x z>#qzaIhip~7kTUQh*t*bOUVeu-$%AxQkM>dYmvnn^aDaZrcU}XlTWcA6tf*(OS^fH z9TMUa%Q2-jXc#jWHqFdZV-OEz_fBBeeZGu@L(-Sabg~kD(;^5}&uDQt074E^=GqI? zfZ4=^zr!Ozb}{@Vzm_e3&9C2efGax__lX*|yS z+`G51LGK3e#@&7v`Lj)~j@Lx$Mv-mSBPYJNzZbVo9{xGqy13W@P*2JCa%smo48bHj z!wnz(GYS40{P$Ey$7t>(17Pr9=mjep3icZ&bUxixKt)#M8GYN9PFy1qh&x&Du%+X?f|t*pUY4 z5DQg#a^9FLp4uB|c!U`Se)&D&Z*Cft7|0|fD`Hv`sH)E>gGs_459G)^7rL8%iC=W{ z%w_%lKz3-w7Rm$0&JZt}~RIBCAnR z+!9RpMVQg~RHh6WisVN4@w{tr`%!vnd_p&%&l&%Glm|kQiigwDdrit`^RZQDnCc_U zB0<(3^&wI;ySf`O<}*PLAb|Rzk$r!=;TVc12CJE?#90q{s%@+&=Uh&C7IEam+%1)_ z3R}!nqpeRgdZ{IDMIg+#EB368VhPcqyTM$!-TZl&3l;Nck!W{Br+zrUE2&h zyM}1E^Pure+N%?-!)d7`>x|JVp)cr?SrwSR=3#Zj{Up0-2Z01BZ-?Obt`rBB+1Dh) zxF1yTWq2Py<;IscUlt$Jds@}l*)zWXHdC{-SMj6x>$x+cxc;(HU%Xi+o`)gyyp%Vm z(x9<_vY0Y|8#tNkzHog~PW1sYIYYKtQr^vrFMw1a0`nk)v0rwiKS_zv&ya8#i`S2R ziyVriEU@S|-S~oxw$;d>r4^z9sn9^h8fYs-pm=a&7VI^dCcc{uj||0Ggw*KpQWq4) zGzJsGPoIrRevtMGU6#<*UQL%~jL5 zhgy{FGeqSKiw4na>oH#T|xl9)M|TXmN%EV)VMFyVq~1-gBpZKPrGs*ImUeTm&5;>gXb&vZq+){U$p|T9*6s7*#r62BAcjb79gBB0(W4#mc&8s8Hc|xCi62~KoK`X_+cRFeqRN;21xr-QilK;r9GeN!alS7_vvFH~I*@dyapw9W@fepn{ ziw`4pS8|`b<%M_2HJv-`&#PW@x`OglDRl6{AOfj__*~?3aIF4 zryC@xFB2tIVVUgdw&{$4-H^rp^K@e5ZPa4`B9>Kr1*me%W+Kqfnz^yo&rvzA`WmteV*{D<;W zajQ=`znHn5jpTk7+eni#{(R9>7x?`s@!>=EgPO_NgUw3yUyE#0XllZIczW{M2zmrb zizXXn>dQ7I!6){5VdAiF30qhua ziW*|%l+H`DDFrb+A3X;_zL$(*BczRZF?| zuJ!kQLA3RGTuLot64IJ!hOYyok6MCjKxan)vMGW_yxPP>p#a{TyUqmwcxDRHb*7j- zq>YCt@p@HYC_77*r@qw4HoH2hX7mGhsXA>-=_Kr-k>fMt#m1#`y&a0xrMg7oKrr!P zSq*Q=ci9JbpykRHUuEwY(&_J(eHb-Ia3`KetnN)L8f027RMc{0(%^ifq~PmdDR$wH zf@U4!f{!!8N)5%1!eo1sFuWpIewxset-rt4blA_IbDVIYI}8>=9T~K_h7^eJ;ls6=a^BG?PGl1c}#;lp|dT?V0&YC%u;c+0Sd= zyn`Y)3c_hIsA5Qtr8)qNs`%#hl0qyTFd)7bs7eznQLKbPUcvD>`(luQ-eKI5YbXfk z^MZ^?4v760M?nR|$Hzo;mpBu}e7CA>5c`jx3(da%_pZueBTsaJJ{$dP-R~^DFHFR{x#WGelKiXd}%mo{p z)9Ov%eyh3uXk3q7=b+`sZbRhZAB~?$0FV|rg{t6%zGhk5qlT>aCD4bID5Lm;G1)m9 zT9kF^JI)?3myfFvGeKg=kP!mrUq)Gl6^axJqTTrFWFhB*cV>qw4J{4M3}6+%MW=O@ z6?A_Mfj-m+wpJk!q}DGDKXN+?(_huAH;?%*536ywXt^00J{fZ$T#EUv9(2};483x5 zk7D)`!sz63eWB$S|C~H0sqjMU^XymqRb~EV;dUNY$jIwVoM-87$-lX;|Hw}NPXYuD zq|!$(0;e=Q28gcRkpjIx(7j}SgVQJiw@l$jMNUQ81x+LxA+wI>r6J3(rrbt4*l4Y8 z^!1WIUx8ox59NE-5A`G|2d}{6uH%}1y{_#mm3Bb`LSKjj?-|f=c~@E zX4sE8ZsT1SK9fOj?p)78&i}c#nxD{f-+V+vcKio&%q)vh1B-lkY3_#Hlc9oIP}X}h z!O6H}bY*CurOZTkdCrNTWoqQRIociY00F-XB1QKDG9vd09-3FGItBMXNpGVVkI}Dk z0~7mr0~>dtga_c?PF;t)RD}=C)HkQI%)gD zwDn~m_mfZBbn|qHvjZekt&Bkm*#{wMn^boH;J3G>Cb_@IeB{zUXS*XlRPIv$Y~P{7 zdFLK)k+pgkub$q1v?9VYfa2#Gj#{t{}Yc`w){P)t3L)HjDA~^F+{>96c9@EFn5qPJz*FB z2?Cfv(Hwci=W0#d@<{-Xc39;-TW3eKzx*Di15;~rf7-euXIpHrvOSvizHLmFtKzj( zE=n###~LfmrJ8!p?QdDmrv|sxCf|LDA644@o#~c1Gny%j0k+1g@(Z5Nbf3O=;GkLE zZ>M#Vr#*J?%vN|l?kgwM^lk6p25B5UuxnvG`1H?u8C%a`LT)0%h%yo{fIy7Cmh1!~c01tEe3~Ic$!?L9$-NGSH$>aVZqb^$q838L zh17k_i6TBOnz2&ae3aZkspUh!#P_S3cKwNkyJbsD;_z<-h>QdiC74$<(<9dIN;Dw- zGi;2MRI#mj*U}B`8F`YQzkD83K7n##${OXrV7@V39%LR`2GX$l{RA@4)l~zFD;nwh zau#zvXpk~~Z{*&JP3-E%*Oza4IZh@IZlHhO-y0v>`&P)=@zn6&82r!l@_&v1cU(*i zRL_y_gLsH2hHfC_4!Z^+NOLyIvsa_k<<A}+7h%z5hMsemi%b%T0%J4(H*JPh2<0#7F}Vx_#s=EZmz)baRFPU^erus zF^hCYZ(&PA>5`;M$hgG%LMAU?Zkc%vH?07#a+%pg>{Z>{SK|yGxZ-E8WzGFg#|p2` z1`ZXt#(7Lgg5*@lrjxSQQF-s<0MR;o(KXVboS7l<0iF$GRx+68_P!nyvWxUL8is z4VgyqD=o*{GP%=3HGhW&o?=p#`Mlzw?@6a7)z~tPtljgl^3<8l(=d~d1{?NiH%SxK zD{toyWu()>R~P19);==4?1(b>dCv1~(P(Sj)xQ#$fAE{1Hw+wbH`jl>6mr-{#U>Y? zrpkJ*Cw=4g%GypfAN0Zp31Bo?WBiVlc|v~-6=T*W10kNtBtr|mIxah#dUZ!@67rR_ zOX6T@mgHlwKqe#?XPzs!{la+E#MD)j;!7W_?_~b*C~$#1OV;0A@KNpybq?obXsX`V z1ru_^Jhb6_{*gt*P_EsLHeskaQ*=$4%dJp$|EY45j*`TCdraQ0_>PojRsO@752>GJ z*|_-{0*h{J2y}Qvp3jKgu9@Vh`m4%pS3}Xj085vYTAurOu#xr0J-qL9=}>@V8dhft z2!$2fFu~q-eF>Faa=g0dG8s^iKgkR#*_XjlN9WP%#q-;;b4 z(`u>8BlrjbSrbJoaD>L8^rB~C_&^1H`E{d}Y?q9pq9U?KeGK`8l zh6N z_;vDx;Y)M^pt#!-pn*@uR4@q95{EFc>_Q^X!dz6i2Xp}=L6T-=K9#f#!tiKr41L0Q z&!&KAF1b#L74yRdctHXHfU*H)uaIq|n&`?rv1L52di?Y#P88xTW>j5HljEehj;2{xDPNdoI(BoiCPb5>6?pM79eS+xWkI84T9UUof;WP?8s8vlK zbBxRU?oGttDoa&Tdw7!E*laJFp+EUlswEFW3;^oD5ny{gdZWm>97kAEAP+-Xo;OY4 zJ}DiN%n#6rAZXC4p!0npgdXO6%K;zTWHIa_Py?~Z$A_9-JI-MU=5?)=;9b9h$|v+W zaY?{qfrjvhTo6|c=yDk&d{!LK$`nzo*1le6Cnw5Wq|hmtA;=?17~PlnEN9JoWuW+U zCkZ^`J*VLIJSWGZT9_eQom$Ea>g>$;uKgg@O)EC9SC`-xk9pC?UU^v`;0n{&`cRS3 z=WEfY{;8hq@rQSJLzQMigkkZ~Lp>09GHdKok3I%w*FDr{nT)=w?Khe-;s4+_$a6NC!dYAI@lu%Sa}R@i_t4j_2pSY3}g9Y;;`czdk7n5L56EsV@QQeXCy2w9+OU;+boh1jo^>#IU zFYFdylbF-(AorJE!eV9sa~WQYWA5FRmfW{=>h#YWlsua>Ci4JY^&{=B)3?o?Gnz}c6k97g^H}v~+w<8lR=;x* zxVUc@f)lT`2#_>iao?Sq9&>pSWIT^fh+?SqP690eM}6G2UI%)qvQb=*^l%p8#4&XP zoO!G^!=4#pmUM+Au|#J(4qeDvG?rFgE5aP3D7tAJ!Q_lb;Dn1OsKEYwly<{?nlOFr zc!4WFHbF~Xo?2GqW4V(vx#)+MJjY$*9|sdW5dcbfSAsR^)~|flB=ppBwS2;9)f>hq z2No}n<($9xmvu@SG?#kc?*ASBrR!+!hcVk|d)4TtQEQ23$nCevuj(w4ZUA~~^Mkuv zH?RL3!79Kj9+zh5UYVbwm^J)%Vk!RB+>rNVI9@SeLqYOvgZ#~TSGoOMutMzHkZ=8q zi?3?(PG{SBSyE+csxQi0{;?Mz2lzt(%YGs-3IJfg_yt&vV@a3*6Jt|hB^bI9Du57j z3!%PVXml?fRTd|N9+Bz{7jXuNU{GQhn?MRWJQ>3QA=waOpAfR9 zLm}T?P;dwc1L95UbBS7G1ibxU)YZR!{~r6_Kk(<{}T}WOGssdAp()x**`r3d5$YojD zboTMIcicTB?mLQ z-35rqfV(SWP9mRf}iM#^#J4=dj9iVsqh` zq5&U2=u*_hCT=6lmGhH{1cutLINsy81U*B0G;aNi9u63y5;$HY)`U?fO%S>d` zN9(5q#c;Asv~6l01vAcWZ8H`IW|C8>z{+FnI`s3%m8bfq&f)7@8;H+et@Nf+xa%jvSQE9YQr7vV^utR}tD7`cFVR=OzZUe*-^+V$KWC>i z_v~Qiq@prP__cK0d{T|ZJGp(fpUQL&q;EPbX0PK6{0y}bS;q*Dy$IX#DpxFkmTBZ-H8l3&Wy>#(gtdWR^3-A_IO?` zqL~aXQ>=t!QHjB88oUxt?$!10E_0@X^$T zfSmgWP$>UHp%)8dLm>a#Z zqu0y3)IUd%Wmq;5IhrsK%+;kR!!f88sqwdo`!yPytn!zqIhr-ysP)t8{$)6otz%Ow z+nY1Kd*~rZ2c;$(t@NH)Z#PuKH(6}oVR+m;6BzyG3g{P&86}`C9h>^NJUa5)i*;o|N;DN`Ish{UR_;urs1PDJ5o&OVxy=$>* znC9(?<^H&0zhD1;_$T*v%WK&0@n>-2A?o@yh!tv-tPI&Fyl|yqM|%a4S`ZAB17EO zWlKXqECJY%-4e$DBqOO#3{z5SBoQ?Mh&nVCS|w(qz^4wT;iAUy;|uI+eOv8Bic(FC zLFcFSMimN=)n*%5O|ceJ-egKNSp&e|!HG7dzXcBXt;iI+bVIr{RBQiI@xeI=N%f^> z*u5ED52LfE>y98Q!s1=_Q}YH)ret8#3^@!R_N6tG3`UJ;3hH;(DNNGJb2it9-i><9 z71-1?|7_!YCRxr`B_REiD(OaAX0^yH-crluT15Np(6*J)XU-A2p>)5<%Dce66BWbQpM~wr--< z{L?r95PwA*1u0p(A*Mh@$pV}Ia8d-$`YLbr%db{9pjvdvUq7Ubi5^hUAlpK+4}CFy z`;FG>fks!8w2EWz6{@Qo7v*Qz--uov>$QdBGPCPcQK*|C4a;7|mj(Vd#HoLS;s4BT z_2cesB=`=KGrcqM8IA`TQ9;n@@gq-QT|J3P$fnakJ@6`4#zFIs77*?l1RzPzm~ ziT!o^4zFh^MCuv??4fk+RX`^$x^|i<8#-c*ePK%?{p191p^V6<* zUfWBTmdh0>zav8HC^1f?egJbqbelSK-%GrGTpWNn#a;{cR9bfLCSjp?tW6lk_6)*0 zAV&kA8P-CjMMm_`F>nAWSw3As0QF|0C7ye{pZdWuC*P_djb`2X+XC*Cn0rCa5b3-? zvWDbYxHg)XtOQ{jgxM`m<68Br!Z;HT<*j46uw~V9npLLti}wD%-LQ|V>b!mV-OPT` z_dJ)G_A!0X?5(L;;`?DtemcDW#e>7ZF?V6@!dQkfkwyjy=b-NFC2Ov^fAAa2w26mE zh0gxDTNtElJhwm-3E#v*ya-+;h{*NDJwp%r{ORd*sWzFBNvGK|joAUBT@uaE8 zX}_K{BLa&BtjR@U=#oVWVIt*%i{ABONeGB(ea-+>NR56=^z>)ST7J$^q?E{jTbc5= z=(lo}CQQzA{|9UD8Prr5ZVM+NK!DI&=p9062^~bGOYdDu=*>bGR3M>u>4Yl1SLq-c zs+55Aj)H&!0s@MHjf;2Az2BKR_nSHM-7i0~_v}gjJhRt+_p{!$)`N}nD-ld`K2KBh zd&OgL^Kwp0x0KOLf%OliQI7+H+QoP{bN^@at5C@i+bY-^naOH&b0K^l!F=bd)RCg4 z+iX`}qpF)$GO=FSEmeUXcsH%2I8zP_fH$o&)03t~S=5M^jyYXl1k}t5E{gY6<|iX7 zoe?qAut}KVVHg&AvnB1keP)>@tWTYAZ@_1HG{z^xq}TC?f47y~4E zfL`GQ>FDK9>w)Bw03Gc2oV zj^7p+y_#_jU(BzyY4n7Qx0rr$sCqc~?%>mxU)1h~`ro}?yjYUU$_Z=kl#JdWSW1!& z^oo8I`d(o5=QL;A+V*G3Yq5=6cj$jEpuaN*tu7`qoYl%a=KDY3_kRQV|Mmn(gQV3= zY&B`uf1NDl3!el^LvVx6y{OpCY>9 zad{y{JM~X=}0;ga)d~PUxgcGC?J)H0Zsn)TcI2b`~Ni z2oqY71Q{eig(m^v8_yG8z|$O;glZE)KBXhllgH2Uj-J}6u%u#;(cPSh_CCa#g0f!t zY|ST)@5bxv-N$eJRq}IRdGG3%RKR*y$962o`4{DD10|oM$W8-+5v!!-f`qp;_)_{^ zr>&>QmSU)#@hts(|I+$@_#KlT0FZj44WB&IH)^dCW_<*G%GHe(Y4YbOy%txscV-9N zwp+e(V;ipDePh7ikzO(Tf`JLjNVVfw8Ou^L0RSm$W*??lIiHG;Kq`wK4V=VN1);m+ zr;9iCw`bgL@WG5U9nmc@!`lWK&};*75nbfaizZ1R6~Lv9l<%S(a5lupLY4}0DkwP0 zB2K^gJz>OV8)Yk%CIIrWIag9T5k$;A6v*ESr_@0{VOh=`4~tJH~4JZQD0U%ux5Pom~@m0PlsScV{}=gLN66B!f|xFNJZe z5Er@k`+c)2XNoqK33gqAQk+FT#nz_pc9Ayn24Ao_(#~8^_^?!Y zB(*+(h?GA%Ne=>RmS-Ub4XMLTF@M|EP!_)xgO>fL{`G zENrMCkl@jeW;m1GN?L{Z(^u>3k$}bt<7VXXdViIOAW0yAO1n8JEsYU^lTN6$vz_a? zC0`NtTiOQ>A`Jnvi}aZcau%pl`BX#DuUOryFVXw9S@Scjy{WPD?ERAEp|&$HqPO(TQ83(CC2}Z#?B|ZxWAw@9F*G2 zu)6q+Zl&d{(el&r4H?^E&(1OUe9^{Z8}x*pifdrr&9+2!))PCnyLu~lxH9Fg{P5_U z(wfri?=5+4F;NSFh=et|i6y;Sk#}7ac%f_j>TT1$1&mahYO}3}oJ@~v6Fq@GhLNeE zn(ptGjR^5-|7kg?hzfmc^E@b3833`(dH6R5w6E+Ws=!;EiMA!;!KsjPGo$`8rHpz9 zYEv#ID3Y>=-Zm05Tp6a;P@A|)V}6F{jexcuXHTyXO6<61{Gl*%KNF!ne<-^Djm>p) zkfHRF{&8V^LPOVsdlsMWd}!1%t{h@+{`Fhms@8IKUg@djn!}Semh$hz=b^(R{@WYa z+ajx005T}Ua(GgtbC4d_W@Hi*_b`E{g^WPjGNgx^)z|Yod8{Wz(}Twp;ym%~I0|lb z9HtQoi!4Ll0E#2Yu#b`2m^-XQ@XrYo+|GBZXplVwh}N(gzEqP0>Wme91*eh&Mc@>= zk(ZcBRy`Ali zUs;`emHG`{rk_6ME^K%q;O2u9R@NewGIZ^hRry)HgeM39fVDU1=bUM4D}7Wei;53Y z)C-&Eyascd33Bb;aYhF_UECw49OB81yq+luuufO02Hzm2!vZ3Bv|Y0bc>gkPg!he) zn0ZU6yUxR}&DB<|u#6?|Q)_mr-xDR20{h-a4{iv>zOS26xL9DY@iOo9wZ+f&z~=+E z;@oo9@sb`w{FD*3<2DEfs$_d>4HqfIMcH-W4@qnScEvk=}$gbT_%6r6H^{ zu->noyJbzbwW9CY*IPeK>dBQ4?r;Rw&erCv0>m~P^LO}hBIIP)WoDcRC?131#@T0D zKO@V{<;9G}LEtz#kZ-IOIgAT53Il^x$(?P%nv@uMQO-)>rjbu9NTnfdC%G8olt08B zy?m)4_B8dNCuFIDP2zd@PJ>_W=g{pJY+?eHGI9szk6GePUNzNkBs{qD&hs94%chsM zqE8AQvSTW{?|5-8YH=+%&E7Rh+FA=>Z(JMU`&AL+8lbQ~{<2n1xE(xaov_xKl^C+i z+G?402`&@+WN|+6C?xjBtw*_Mi}Kz-&I!8M!iq{3hkx(z+Wh&A?m{($O)wnJu172^Gh!%Y z(Flxqah+-oQF~I<5SZ6{i-Z>H0>T65n5eygSYTuYSP)_4=;9&CuB^kW?n=klXsJppWcy$d+Qmgm^wce!u?pVP1HVffEJ0LDIU=pFtue6f5lRq8mWe+GGx_F z4t(igrMlBpuBZ-1W5|tKjYwczRQ4Oc*xMV|yVsu-aq(1S%-(FCv-P`u_xJb*ae!;$ZysQ7%V+SCSl$lCLqp9zYu{C;Jwljtl|^0`dsx9MZ>*mT^Ijqu>Ph z)@WX*V~`md7vqJ_2O-cL#B?y;Q>+f_DfW=cXTAn+4huN33mz|=ob?z`k0>p@TgK}o zNiXChrP3-SFKOx@$wYc1DLI!F6`R3>O`*(%kYRw5YCtZCgY}88axs8?Xb`JBjpv6C z$G{_rp&r7#!vL%NSGigQJ3k&8avz^HeRd!XaWWY;VSZp4;$)=4AlYulVkNd50DEIzE4La<%mL>ei3ff3E(Xp-c|@K9x@;{8kX%c>R|8 z>TmdM+dtv|tHM7Vu3rEBr#625A6LF!xW|Nidfx#cc~uJl0PUBDOR<1rv^;x6m(Q?r zz;wUT8&vuD^@HIwZXD}^gh|DbA@SBoBnJ^09#CSf$4sKS=@_AggP8-N&U^Q&Dd7|B z=4tRTU1DM}yYYdqxCnZ7rZ9Xyyt0VN_fB<5397GsurwJuGJ^2zc$@%Y;8f?9C4nO2z*SPZ z4wDEsVH8KHkL%2yxA6L-RXg)H;@)Ea@Jp0~1CaLx7(RH!4YW6ie?PScU^()a4_(Jl z2#Z%y_hJC9Kls?2BAu{xVcNeO>+d+16%W zNTT&OX}E` zV{w&Wk_R_3%Gkx4Pc3rQd1?uF@BXhk{=x*ct(d{A9ISsV7&$;&z>p2dzM&suyX0`^ zJ0zeQU40(HuSJLzQwhVC>kwhDm9WsZo23KE{LM-xa z#uu$!8^5wCeN^g;;rcc4_-~kucfwBqxaNUWqoNFrF6tWzO$-Ttq#y;QpmNGb&72r2 z%ttb8w2`rWESV-C8h~ejlQKtpbv3wj3 zj)rhdsYwlkP2M}Y+<-qaGKm>aZz5r2!rXb>=_N@(XU_a;UbozXOoTgBa?UALmo=}M!vbx*O_f8 zljHyK$(ySj|E70;xvu{F*>YwDa7#!pf@}z00Qr$NYA6lS;TsQTJpft2$kPbDd#bQu z0E%FXxmY&QM^4+@j(&No6g+|kDtnGdi}KOS=(bw2qPR044EnhrxwoZacjYqKxy^}O zp(#R7Qs+xyDu;lBS#s5bPnHE~q=PN0Z1D-H(ZtyK>9IE5fBi4n{!OSxg@*QZ{*}*i z;#ki^2}Oo|4fwQD*N$>IUFPvoFxH8pv1R%@)?Zx_Tq)=tgX^K=3 zh(1O`A&$z=P$euG5M<76@U}INbXg>LN^W|P+>%%j2G_;_D8X^cPzVr1%~rG9cp%vU ze!;e66Bt^Ran9nU51-*;Hug{FBTp4GtU;7FvMg%VT#5Ys^xU71N0;PTS(N3_hYYvn z{S@jKvDpu*WO-bdMZVYtp56WXQMFTm{qOg)#tKRMJ-ZMUk@q`;(AitUeVGk_(v8N~*ebprJX=GhE#|Ae|y;J!^c-tH+N&!#7AO%J zipTcTdC-c+A(joiPUH9a^Tk5U^0?#0$#m|}D0=A#v2ZEjGHujudN$Mv2{n-EVnM^a#8 z$nO_|j+Lc8oNKqIn2&_&G7mM4Z#f$^vT3vX*Qi#Q8f>^EzREG;5pv2zYI`qKPYLfS z#FP1*Zs&F>+c4G!I1xv9oQP=AZi-CB%1v9XPusoGjcvg>^o`=6-orHA6Wk)n46`@aKJ@D+0prbm3f!`*29-z?y ze)1#lh3lwLH^lB4geu=Z?-? za-Pje{iO(aqcPiSiY(_i(#L-?NDvu9$YzxMxb51f{lPaeIzNL-B8IVldyyD`aJ zHFP|YMoUrfyXgkSDgsBTMOYA3p*5lyMbVjMtZ3%lve@s3f2*TQ!v|ZuIL80zW4l50 zy+=mwyr9}!|3-y~1Q1aoi3fBb#5;*qB-QMw(ozS!g`!O2 zP0)4QA5g#R?@I)0wIsq_c$otp=ptr(OB@;Vt5YKHy;Gl^;^h3{`~k}3JbITYbEx5S ze1K1B#n&4nO!7xmo9*u<)fz++?$m`4=74`(zP{i3CPG*d`E&eNC_$z)=p9W6>Zn9I zf+K&=Yc(gvZ?M2IhGZ9$jT~g-qgKt7ztI_h5=|rFe2uJr5uZosO=A6R`x$_j%d?|5_3{I{*M`jV8SjI{zi)~~Z$6#3gAkc!P@m(YYgxVU7#mo>!XLDj5!ml(p%iy zdKL%;qjpw^ZCIyAW|oVB=ku0(PpKVr3foC_8P^XQRBbAAQ{NkWW2RST@sQnDW?)S6xg}+2S)axoycw)K3Nz z`HakYZI*1s#VD6OKA6n#)1=}C`IBn=s3Y@?n@a!iOD-}588J1{yv~oEUedZ4e3B!-mDBvZgR7lUO|mG@u_{>`QYBQ6-ei7uEBPuK3Eu z2M7wip*d!$cmMTmHV_D#yVL6wRvY$=&R;C~H%Rk60Pl{=-?<3Azobd{F6L;m9YR5d-ks!c z1Ha>-?04`(Pc5K17^sUu5~p(9pdJNOGGcykh&G8X;-Y_#OBcXER1IQT<(^i3o1@O* z;lm#n&+5Ulo(b>BC(t?K>oYNnAANe1Z^>gT$0N6QKP@JcH)Sbb)^5}@hOU=A zuj91%JY&%$=Y2N_{_u3wzbtRkt+n;%#m&%;5F?Th(<=y8HB|eV#vp?z`Jq-(`-UPwp}JB~czfvirsSre1}l70>EG*7DM7c~xIs zj?lp)sMMvdFzcI{&>A+DQv$$p)!)4l}nkemXXx-=i8OxFJ+AzPPZ?u z$`ISNQvdL~SoRM3G0J%48owv+M{()l-STXG+OUU@R3Zy%O5^|TRnsscOK&L2XGuoq zN-oID8vaG?zmS?dmjNe9E-$0v!lc;GrSTYYjuBQ09t;Wxf{7xLMn=lcl<~JL2JYfa zm80*m=o!~DWcD1m*pIk0@i#x=aW{fy`Bk^lh_Z^7g%giC%M@F8xC{1Njcj%$b_~4V z@4cI%S;i=4XlxP7d$QI|{W|z=#76R{U&e&M>F>ra-53?x%Gll6>W!N^+MzOu2K=TO z3!>|pGfVm7-ydiGS<4@f{aUB->uB8I?!?oH*Oz~vyzAch@`XcDVv9i_fNP{i{+xsZ zovb`fr$-DZCx|r{5~NhbQzTlao=i@i*G;mMC!?j3WbE`}xe07vl6kcCtQ-mJV$gIF zs00Gc8!XR3ERX!4oyKCcmFnvH(GEXL{03zLwaKa+X2!g5BT0>)Dm`%H2l6@{5!yDD zKS+zeyv-f5YA4EN&yqt>UjaMfq}{`^6R64yUf<*>EH7!&4_V0=^4vLxdmXp;wyfM- zyf65KXK&-6A;okhR6shttzvAKa`ky~Nc_F;rd@Y;sXm>r^}cbqS{D}Ea=u;jNZh_R zJhbm&=tS3XlQ;b+FT9KuL9!NB|5LJ=5SpMj@SBoAq6r=ty+xoKG3w_>6P$Ic2lQ@2 z(E~Vq5|c_vBRUf_LW0FOzN6U2i=zX`KX8*swcJQNJ}*bd4AXl~jn-lZjTpnAn_7$a ztWy=t>t5IQWi;)1Y61sU(YBkdB2MYrS;3hngLlj(v{`IJR6lvt5QLbEOvN9wXt4hg z`SBpeGe$Qr=~w2ogU(4VUpz5BWiI8{>tE>lhHN>AlkaH(E~od0hhwc<++K~H)|7N! zWnoRW-QcIv@2IIIckj^82F8Q$zNQP^shzrU)bupe7!Fk66LcsXVa)_M<3}oR2e7V{ za6N)R+{~|wqok7$=gZTo(qmuYV~+E5FN<(tFj2wW0TYK?>Me|=@x#eMUq?uWF$jPrH1aE9Hgnt}XU5x9|mDYn#W5Jzr+4 zDy76Y(+M>e$?38@GqQSM;d**`qj}i6f_`8uoBZY1Dy{-2rswfpiC?`EUe?0$vPTqP zbtW-3^PAQOH^+VQ#vl6qV)|MK`eC)2GhaA(bNSEuZ)AJzV$1ulXM=q;Wu@WGVhq=8 zDGfPE;2X+ylr> z@u9kpF<`mDkDYQz;6U3zu^14bh>qf{geu!O!X;x+JSS*&2nNlDM1i)!NDfI57oWs{ zi4_fvqT`+p0}1uE9JOF{Or#G4q(n=EA)>D%0$rHIRP-`cab+6Q zh+v`$i3lYlFm2LSOOFSrGSH2|;HLr7{ESI%pm-7hwdOrzq#H63yLODr5GsfPsFwWNE|P`z|^n*{qpMXFj%9i>%5B9_4Y$oGy@X$5(abA z#FYYJeljdBYLEzecG5_J$VjSznd$3UhA=39`2YOh|MT@H`BM++hYXe{P4JzM;s1-i zy27y&Gnp~a;vgUx4VW08N*nB`MdyfAXC%e;M_`*5L?FOjVOSpKnm457{%wDoo>*C# zCQ2}3+zIFwl9w983%T!J+1Tc#G6D_qzo+>E??iWf7u<^w7t3RnWZU=7q zqb1CI@xTlxbcP6191Heeb^c6mq~5(wY&he8!R@6+_5w4W2%F=M+1;iGs~*rP?q~|` zwD1>H3VwVHj?sZRmkVn0vfH3};)|fv;x!l|9JjnOg2=pm-Erufs>-;k0j}Gw#@yrF zOMO?Y3K8?HzS26f_$;!r<{;EgdCUvX&1%c1 zNpba;{j)hM^=WL^+{G>Gr?k*@_ODg@0D}HtaPbFQ@cZu_qC<_AH=i)IkNkO5Ez`iU zaxUm(dF$1y*B4PkjcTbMEqmI87TfC@h9k}snbJ}uhLmT%eCg8sV4JBoTkYiR^J&x8 zb*rD$G08;_tD;PM8b{P>#7$170z6UsxBiYl3IdSGqRqeD--L`O{;WTG352C#^&9#E zKa({JpLd8} z!A7^Grp7!T9 zi;bN&3khp!ePbWEJy>6qt*`=pzqfZBy*h&FsQl8wO>1LFSXF{)0G>2MQF=Jdr{w%j zMC6Ogup;uQyj0ePvHGPLm12|j1^vJaZ^{J!Ban=F-S(e5l=`%~qOJ-ZVYy6lvjkmM zsfUu5LQ#!~)|w+KXV25@6c<;Yq>gj(9Os!2YqVt2-zFFnv{$Bkdj0OZ`1U$kkh+fR zYixD(K0rBT37N7MfdlSJcjSF(rA@dm_mQ=;u7`cj(kZdt$_^YkWjrHw`|X?GcOXan zLlKpR45Wt;^&JOcv87Pjh$7Ci%L*pkR!K2g3P~=vN-{__3C(y@4`6+dIa40f5iuy{ zIj1g{o(I$rI^`_f>+2%xs45Du7WsO|v%UXs_*PE30Km98zxkXY&rl@7y4>xCeYTti zZFz`!yxVVqh~a?;%&+t*=bx!Uem?e-4ahrmZk-mC3?!cQf7wxCyon2_E@b;iu2w2e zH`9~(v+mxhpU3Xagby5b8_1pRpHAof)=8q~F3)Tz^lrZYnt(mY5&j5C1}_e*{P{;(61oJZ=3; zL~D@;oJaX$-k2m_+A%8a!Q0s%>cYikA+Z!{bs3I7KPh(V6;au=#(jIm=LJ2Rr4Z5_ zf2vV-iFS38{5D+|_cvVPZM|--;(@1<(8=|5-6i-JI>WVS376=}a2h99;}|jJlcs0~ z$MxPx$*tIh+{<4saTue=rTjAFx7dHZe}1*}{)&t3XTyVvRrQxfEsnldf8qdyTbFf>~;VRIxF%CDRG zlexq94-cPoc6r3hyi`Ze6@bJY#mBMrye|Hm5na5v4I!w<-cB0NzxDUt!wd`w9Buj} zH)OA6Z&ly(u$yh6|As+d=YS|osJ%09T_;mjhDd!p;ByGVw4W+(SYOk|oNI2%Z|~CR z+x|SRW9!!rZxV^iYy(ri>Ns4x14AT+c<%A7Vcr{LE(CAP{aBRsVxotfNW@glEb2Ma zEEt&C`Q@9Sux#vFh9)4VQY^xaBTfF`*5PNB(gXC2)TmyyY+97B zzX~}CH4)AXFHg)xf9z|f4$?pMX6WZ&%u=Hhe&z-Oojk=`Ku>X%X zwR}n;xG?JnbN!uYeu-%09lOpOMlbNd0M&Z0TyNdHl&!uht)uUUQ@_9VS|1uZrT!o0 zcmEfpm;)~2k+*-JBF+3LOI3f?&*qD$@kqvtJK4ht!3`y3Fo?wp97qH5m>Ftq8sw)0+HynS=^`>Nn)X%Xa1 z?`1iK$CV~N?noa90%!`=9_YPg`MJs96VMN1jEMlYk+a(pC-r0Iw8!*LgitKD*BMWl`AOWq#6Wiewv=K@-(7IRKLLh z*89nq5$-f3wz!zS`gi4wW3WNgzZ=1r_CdBV#p|4$=Zo&pYw9t*TgY^CL+5Yr4&IzU zlI;QHDUUu>^>_m&EB-+gwa~9ODI-7NN5GeK5xeH9LtwWcxjTlq#@K=`i(GPUwgD=b zTRZF(5Qg9)f-(V>hE_x@I{-&)1VF za+llIe=)2HBk}g-BkNpn1I9mI!p?RBUMa$U=1uJ=flJ%BKiJDA6X1)b=BQrJcbJ0V zBi5EFzwcG$>sNn2$?4uMy8645zN`DZr~SRlxGR)pw&BTTirgpP>-4Lquisz2N7%Mb z*`_NSun1RR-B;L&`fPUy8;6gsE^QWmzrMPBV%hz6pzYV)r!FSHFY5}QjRh86{a9T! zQbS%F;~>V&oUBA(mptSlwJD!aGi&r%JF5@Q@>P)uK47qKk}qcKJ}mwsgGQg?9?C~?ZL;T0wC1DEom z(EV;o4b_GM0-WSg0^_>Ix!l32t53kdmVk0Snr8B4@gs!2@>!)GFBu1vlgc}(^p!u` z?xLv%BDXBvMx_t`4B8QWS@G)k-GWG0=>s5p+AS(3HT5ztZbOKf!emXIqV0xX%ju8M z+$A;&?HRG8{8!dminr^=yMNx-lv>;Ml5l>dqejxrk{MCQeK?BLj z{Dfc4N;@93R5AfH9o2~=kZdxjZB{uZm@JKd7_D@FiE=Y(d{Q1xOS>hSc$O$S<4Ek| zOs&zhriKp5=-6#~ETT-gX85O4myq&6lTlx(V^9qBTz^HO{bnefUq05`IZF6m^^Jw{ zOUjqb;~6gvDUIOSmn=L8YX50LqT+Kjy4@y&H1DVN_InY(-{bJy#g7hJqO8dm0?CH?Q7<}l+P z#XAyZzp&RRGO~gL%ja}0Ui}ewFE?|M<8b$Gz2>@UX_vw(gVHedV9&LrasQ&gY%z`TJKhSrAQuqCsYj} znKS<3w>fqJK&t99<-HbsvETtOeWDj;UpOq$biIExTu{EhjylPUs(Q9seK-)8GnrC% z`ov4^k(M$5z@aYp=sUf6%pvkQ#K#y0gJXr0$0`MG=Uy~EoL`9oDD!ux#D8?l&hQ@+ zPDKS5A9^=yV}`~ocz_h787hI$$U8CPbS7cov*;;R&Z#WfVPWaUgKuo3h_exU3Xi?P zl&zY?Oo0MH?jO>?YDS%ImhxM7(Ed>zBh%C?GyK)TsV1&WH}l1trIOt#UM4m8-8PCW zDQr0;yz!V85<=ur@kn(k(DGK8KYvc?(_}uUIO%df)NA|C=LdOw;af#m2@3rBt&i{5 z8Rza_KOw$6zWQyS_pb9Wp0Y&2J3joXBk<~K`^(kU)a|P;hDF0SmF3-ykr*T9&>vpz`!CaG^Q{4{2)Bot)Op=k~r zQbeE80_amea>f<%VSgT?7$6GnRvto|BF?%{1$EykIlg^nF-EfQal(Hunp?3!+zg2v zTK&j~*1sZe+>VS`xT9;Hp23u_8GM)3D|RBEmPZ2`nx8MFaFroBoXG-LA1~00>SFVF(qjSS%d7u6vr|Q(RgkiB4sRL+FRwuxs^PUMg zC03nVng~XMeUpk$Az>gdiSt#;87NkKQQ5~ZnHk~GRHtuu%3|tNFA zbnrlk^MKYnf4W)T(g(G5qh8u_eHKCq^XxrlU0#u5!?Q+r8%zQ#u+hO;X$K3jaN!FY zUH`Fn1D>rH@C6)O;*-7`8G^m*2MZVid$o7ek6#flKV~<`J?~(G=l{_a&<_*?u9F$_ zlfuvLBFYo%9@-RMp-gWp-XLyf=F2P&U%G~BA=n{_LL~Z@nDUM zf@$+KRU!swo)wQ}eo#nZ&z<|Q5;e|KzNIAqM=F^-8o&rg;1LlpVA;6vJW|~{?u3bW zc9c(;Dqi z-frPQrBO0=X&P}?#;!`o0cJy^=h~k62Iv1po|u9GR<5njqyRZeZxtY%4{f|^JS6NW zz}~ojll=f%%@sh~vIqz6vg0viBavQ4kcn1gcyE6?_Ldlq_XSNsDoN0Kfy< zhI~A?WX7W*+f=0Z@b5E z>cQ)JFRiUvqHHseM%hHK@Nq%! z!Ty&#iQMcOCW@uc>Nz%dhawf1f-9)L$!_dsPC9;0T8q2o>*h~2|9;&4 zN7g;WK~c&dftxzFy#DsSe>J0mE&UJ$u4YzDyGI`Rc3D7nz(7%8+3Z%V%!iGZo|Ymm{06RJQd_##dFaKd-@8a-D6#+zb*%Qzk9$u3{$-e#b6e=N1F6Wl2Z*Bv+&b zS{X?Wi&1Wu6-KwvwX54$6%DIyl@4;n>i+D&l-Nw`rgZWf9BLL#XlDx#G9}mhD{%_G z7I{>3|Km^jhqeh$h%s))2wa>dAKh`=>YqOG=Nn2EBA}6y_|N)NL43M^-kg%0kKYXD z3FjfUyS;PBxn%yDZ?f*+@tH@rDmojsoU(Jrvw~iSxc#p5QghCI_~`TN&L=q`eubQ- zE&N`tSHCj{Uw*o}`W$+V&xNKx{^$2~Y}5qYo?nS_?J5JX^yy#1zT+UpX8JZHAcC^e zK(YY|yt^M?%p}D{f?{;;q(-9XHMp5{NO>?ROC_$%*!$LszETU$0SkKEjY=n`UiBw^ zdZ^#!zRzFU=YWW?0`)D@4ubXl$gEz!*pS^6-G*1q47V9Qk8j?*4D&x*!#z@5)~T)V zKjjInpix2vaW?(%_*hx(cv=71_#rFh*SwwD-LZ|c2Ms!_gO@+*ESn0GM9gPUz(>** z83_5rFaPlS-RYWte(a!QeyxA*fOr-*Yyy!7%yQiu7-&QHZukv6pnw&U ze1g=5^X$+gELh#iz=N7EUEI{vh>$7}MR3wn^?r41e&w*7xb|c$Pta% zBx0sVHk)~yDtiF2SlnK7RP%_*STw$bgq7d^QvwkE5eh(KfmrfGv{@!QK9Uh;YYSt~ z#cY}>^0aW%>q3d{CoY!kezvWqc5p@4NZMYc-;To&VG9Gk=P8Q>H~AUeX@6s-dMpAA zUPCGKay6*V$1iuv?yycl=S#MA>`+~i7=+OyF8J-QuD z=z>_+!hR5{`)6jsBgDj^&Zqx1bL^Ui-oZDWvri<_IyMoNfrcsrU;Q!skJq)0gzI?f zcdzvyQFZ?#i&bJ3ink&CAOHqU1GQioLi@&nRZ>Vpuq7-wzW&Z~>&)`B8du+(ozt{^ zl|)ybJ|~ta?y+Cr95YI5`nIPB^06I*QCSG-BQy2kFjfgEdP+0<~7u*~})+Lwzebo@T*UajcKup9Sc?^M$3K{nl&g`ry00a>6aw|7q45^_b<6|+g*FKC{xoA&$%2;M| zp9uz*mO2V}@{6Uc6H_alT$xWB0lmoW%%ATbWZVxaoDdbaT(#IzGg>>_9Clc>w(K>X z5f0G)xn4;ibY@7dy{HLX&3upWD>J|MyEgCTko2zO8Ez7n>6IrV+~Q|@rQ6`AO*K2K z(OMB>L$H)5bTqOi+x(VT$(%aQzMCv#@5ox&o*l6C(0n9&%B1>Hda99;alI3Hj7a9* zJRSfL3AWYpQ9^=gK(3I@{_R9wly8|JLW*0B5_53pCmrLvto?lEZB`PN? z**u<4-pL+xk(IIQb$UUDc^*LHps#2KWr!0?A&A$>38qvD1_e}7z zooh@A+;W3NsM+80hTbzQd?V3_f;J5*ne?c$e}JGbz%eq2 z2ac*Nl{W-}+*8O#Saz1#pH`Bpq&{Q>wQ~STSmDA(sVdR^6HpV35qgU(rgB$>1mE*i zR=rX8W80bdzP>vN&7xI&h~8sBHJHkp8!ehj>L@Q99j!O}!5`swF;RZvn)Y>d?C~Tt zHQmCBK=5%gwLW{*K|gJA-$Sv@`+`1-fCI!8sPAv$be>Fv3ygUx4!sIA1C#04+?_6w zvB{5>z{Y%gqL)pqMBi%gN+lPxZpanioV)|$h0 zlzV-nW}$Z*%J&a#KIqlwU0E65pCR1;Vper^_TOun0Sw0{Gk{t><>-LHX%Yf30*Zes zLI6ka;e*BXxbTF20Vx(Rfr?&6qwU?Ul%fP7QxkQXIi@n}n8%jg;9D`r@9RAM1nmYl z`P`>hlA?1Gqb4v-kL9N=XDuq&OXsu8XB)g&M`h4N*h%# zbGO-d$)^o&7tU%9z^$pL->)`!*y2BNok{F6QG?~VEc?{`;)PT}>xgds;X;XUS=sKw zXlSAH~wjtV^ z9y$Vytf{QwGwjT7rvYa$jsvT#1H-ZQ(j9!rTglfigD&AJaKv5r>G(zA?5F8gKdkTa zm#q9M+8J40VrD-l80Cp$(!T8s8&vXVYa1?j3K%p#j~brKSZL`@Z~M{Uebc5t`+Os? zjHv89qC)fR8ozq+n?ukMK9dQyb;s-cI&1$&_inMF6j&d+9uI~JIbYB3-dCnMZh3B6 zlG|t*ugN5TFu+X8KR8TxrZ#YRJiDR&BFqI7|G`KnLsg!J>sx`1|_$b0m1rx{G2e`fV)yF1KM-Z4Hh5}5KqCnu@c zvCc$ajg$F~aE_p;dSCc+`K%+akAI&w%r4b?tENx;<6bdt;}^ds2QSE%9^LXqhsob$ zQe^@VYpq-;oaED{>_0;b!oXQ8DKmaB=5+06o31R55ou9c+^~>1mWYeTFtXLxy=(1X4Ck?%^ZDEC?f7R=1viB4JnyBn)bbDGMSiy%8iMC$7&+mS>CS%sers6x z=izGJkE`%}i z*)+l!lK=s@;#){!)bQpKPZ=kvdTp^uSMv=2{65!%Xe@6r9{`9^1^tZD4cw|5aMUM1I45UHYO=HE&bIyiw>-Yufcewxn{F2snt!cq6*pX` zu4no(_+rTeRuaAjU8a;1edy2QTvfe2d31B7bevM3^Yy2$#Xai%_iI;2`flF`b<*BS zQZtzEF~e}>@{WFElT3o#POxAmSOLn9W>%C>IZc@jEO7Ch?>pZaNqvfxuzVsD zMTA-IvG+vo?C^5!MP#-qQU7Jk_U)Q`H$@gc^IgF8eXW7w-&d2r!;Y#D2VEJ6Zqs`I zbG~msK6yQir*Zk&c6l%Mw76L!>;1U?=YI3<;|uQ(M{fRKfJWp#(#tmhQTw z#-_4K)Ox9X*V8l0Mt|MBwYbBWXUws-JM4@J*Rn*=2D7uw#*Px)G!P z6-V{^QD6cw@pYP*oj!*FWJ)ex|Hi;qypPuO zdN>I;kz#C|tL7 z{Y!+cr*{6u^KkTThgaCZiAhu^!#fU~^HnGj6NQe`_%!ByVHU(IYVl!G%1PZrSlvwPP6L z>&QwN>Ml zdK>>SO7AVm2eV*0Wz~sT8qFOiR@dO(=UnX`KMpS zlsTLxQbV&~Ic$0$E>9t>S)3D%W_yU1n!pK^CmnCY2YZqS!Ow?&DiSFAB_`NwD5kV$J@jUs)2m#M|UAZV$lj;hcu!WW4U76 z>{)$OMhonket!b0ujikJm>Fk|hZ1bO&KB5ja3tu3{8|2?a{200U1HCrlA1;gZ~11L zeYTFmJljwrml)IYO^T%v`URXBT=vj|ck%6=rXMzcH;}*e0HG-2j6)hvEAyqy*GN6< zNKETYyGe1(OzQ9WC1JW~Qr~>w40dlU#X{!=7hUDSSdKwy=~v%^ici^&5zohA8N3CX zERX`#vRHTn1(*r;rf${=u)z8|?z0?Y>N(TM!fFY|S3iP$l$9|Mb*TMY_o7kbNyE{H zGjxD3;i;K<7xX}9Y)@5nX34=zH$tTNh~ zOXDg3(sZB13^O$fKa1bES+Q&1ZLx4174}d00m|7 zL~?hk0Hb+mzyy?o`ztFGN)UPjD4Po@VS!$!dK2NKx4_b4K0$X2T{C%?tlQ(^macND z+CWZmj64$->Ee9Mz_kTiBqs?DsOJOiw%W{H$6RSe-O%ZbBqi;48hjpGr%PgV}}#jc>UAwogAF z=pA->C9CLAS!c~{=$`M445zO-`iM#EE*QQ~(te;|I<_Bbprs|Lm8IBK+4b_1fS8`L zwWpP3=RKQuTQRnS`5#y&YiNzv)4Kj=OGQyT#ZYUCm6@XmH~A@H zUe3-4ywK)z^fX2@3pU_Ldb0|Q@?rvJsGHVvEks7%!;16f#em~kem=Iy+>d6r5fVW5 z(Fqy6Kj(;h-E{l&OBQEk!6jlL`|kO%-;BQ23_ecjOZwmmZlWq0@a2e*WR~1a?9AFz zC#ktfU&Y+5pC^OUL$~PX9eb3JN1Daa52?jj6t5Nwr|j>C??$W4uDD|j%?yl$t7=W( zc+}r(6-=^v+4Qbc&%k2ufm4{sYVVW3j~`uyz6~qtT6r#f6g+hFMCYL_oNFRHR*T=! zrAxpSx{;2ir@-^9(>rpLy7FRI9EHVQ+4|JcO(a#+>s^k=a%w6E=u|gXCOX0b^9U>1H0BGL2IwrEi?~OLCO1G=-!9Q9Mf%IPP_t2jg%1gUsines)vC8fgp( zCgWf04kj%VJB!6+FKzHk58I4n}8P=)Q{S!MmBmZyVNV~J*n29m1}Y2LSj9> zcU~uXD*xlhvQd!@`u=PYR0BjkS>B?L`?f+(#2S(Dom7e`#$TR7jjex>C;mD_n$d|X zEt;q`YNJ20lrdyUHNUGD0PZ1DyzP)D+Jv3;>2VgNG#*YFU>|( zD~t~><0L&QP<_pSu+~7hJ6YJnWKwRM*D4+m{eI?^?5ZzC|IkwrgZGz1K`t>i;*J&k z%A}w|Dd~^@ZN$~yt*Zw3+bah*v@1JASJtJp6ptz)j%977ALIV}=zqt5 z!M2xISKprfdvo0`p)eK_2qhr0%;X`2k-Z1WHORyO{|aqQh$&B(W1XQDG}*qMbO0&J zf*jT3z)p+-0O$dEnGiNv4r=Zg`G_jxQqtj4(uc#OxuUzA#hR22`0hxun+NzewEXD( zs>D=&1^yU@L_91g?~}3n-v}(dCX6?imfgEwCnb>-sK_4o-Nob+R%1&IK%1(0tzWN= zv9AEinmEF7Fbe2rynJ)&D^I7}rc{2X<)J?gL3dkwm1Dq!ne4p>o7?LT_k} zIey>XQ$FT=2T>q1;r$6mLfHXPQGjQ^{@Zj0U-Vv8cFC8kD%G={HK(~jh)Mt3JYUx$ z{QdFE)2lx)+AbUbOhy7!d1cQX!>ppr94RdJpT6*aA9{WK^6w`7PwnreXHIHrE|uhz zU7~TPd)3@F;-?4i`0;hDL+M6ZTPC}aR@#gL_h&kLDQhnZ62zxbdJ-8EtBI4XLK8!9 zolF;GQ5%Ue9(8e|cy*n@ImOkkLh6I@#c5(f-2`I1b*+r0q}oG`fH#i*lA6}JQjw|-k&>$W0Rs5sN7)&H+_Z3Gv%|zAQN5|_RMSAI-3(O!}owI!;LN<>!S+zh{ z3%9E~MG}BtAgH*HsN=*$L$=wIB$)l+(>}odI6!q*K3BtcVf+MFG|4?l<_x~ToY18> zN%CsfN5cb=0uxe*y}vC6Z@!picYpZt%qPr0;a2Ls|F}u-=Ig9Q170%Vre!W%-02#1 zT0Q@>D>@u5hA1R211o& z+_Gc_5)qML=ZQ-uDI!217+byCAE!E->4DQ0Ig@|--AjXE$S#5{uO6&}9Ll;=3~JrC!9%5PIXhIB~2dW{^>w_Q%{u1gzo?*m9P*-QN3HJb*YzDrACI4QcP}5E`ra&iCbG=QTCa_zxbx@F z$Xq#s4AjS?S~@8k4oChRA|et(0ATan@O7bQFOYQh4EWgXK3^EflFy61kM*0MQS}BB zk0EfnQ+4E%U8aCQ#M*S0E^nzI?IKU0T_G3GtR!tZ1%5vd!tfw-jWSA-o~}}%XGW3Q znGe&-?j_uI@TB2ROa^ANbZ&ljeaCVja~DA%@$?Nh6)AW(qaOXhG*4s4xancD`UJkp zt9ap9voZq<)t?&5IB%6LGkU9|rOng%p^>yNWIf$ZSs53uEX2{i@>nB`Nb!c628+*b2Z)uP^Wrxu^ICrmfl zt%D67a1V6)gb^<%D||UbFH+FJ`NP;=G@v)a&h80pTHBKQnXajmK=*TYdJmNL;_qrc zs$+?>n-u~juVN=tCgYe&BCRp}Rrf^&oxMbjTJx#d4l3k|wzV~>HT5~4>GuxN5eez7 zHD`5zM(wV@?c4@sK8BI%hB@F0xr1a}Nsl8R@B9j%Ms22ZGL{|{&ZRGFnR9ArOT+)I zZv(DnuBkRm33U_p8Dg5%b#Qel(;yen5*%QhS9xuqzQDGolDOFm=#~3=x3Fd|fxGvY zK}Q+lkxi&y%;v{T#CbNq3g&G1!2~3OD*YLqnL=1dcD5Fxzbw+v_adT?x>4SEgiEqa zNAXWtW$0a>{DFI75?Q*Nxr=;g--F?$37Ja2g?i6FVO_nXON>AK)4fU+|ch1a%X zg@~ggA0?{tnkdvnFra5Hz>38VVhP2&qqsy9im!1i6uLg3zy^~01^ch)#%7d-rmta@`aR{@HG}lnfM61EK zAjSJWC_o#X51zCek=P}=U^l^bAff^{N*iYUL~pi#%scLw{AFT2P_D)_QW0OLM#KGw zf4qZy_=TDFrX!!WX>Z0eL)lq2U6U4Sp#ny6LI3>dO_SQ_>#9njbb-dLulnrAPw4OE zQqlGYC8!qH<=Od8=cVrQ)N=f)sF2Iq5HPak@ZHuD@jYQIu%S`=HQRYeRaha!LR>1$ zOs-QZZ)MTylcbvVKrnzTv9eJ*?q`tva>!YoPs745hta3*tTAqj93rUMC1JnXKK3dF z?z}uZM`QS>ih-$b%tR#F0=yP^fLu3_4ratP=4Sr<=zWIA)w{=F zHplL#zbPDqUT_u9eR<5C=`H$BtX}uOHqifTnC1W1D*$1P_pf;3+;Clw{A5=PA}oMT z&^XfRgf$*Xsz?<#Fec}O5Q3+I1c)G!gNUDw@eLbR0ylS6zbc9adDPdo?Q&2c#Upp` zx{OyUJ%W@!Uw3r5?>a$O5vcj%hVeV*Egkcxl>R)@tPC^jT$2Zze^ireuNjh-ak|kX z%^C zmxq;JJ>x@%r^dAAk)e9}xD!tXw467tiZ_kV_nI9)X@7sN=2y^lLU!*nhwMhrhu8Jk z9U3N+Q`+W48*Pq6iYGd3jsXDc><3&~<0Y*Cpn^V~l774&F4-Ix=}j?Xga;kR@v!R) z&r=6BC*$h#fBIEdsl~+RJ(~7Rap}u((cTQ!31yE6lr-{4Ita?Gs9kG48^$5%7w0s% zGh>{SfC|zfCw{2$>40a3OHT=pEp&VA*o{k5Bh`xId7rFyGxWQ@T(Dt!uR6F6CkCt) zkBG<=(J}DCOW_z`Iq0h#+zT89!i2+DNz+irDrUeIz%^m5VBI~;Z1GCBI}*o6wruvM#Y_?7_^{_Stngs3_2t5yoTyvZ44j>Zm7bn} zHS+^4`kG6bv=&w=(!Rb1!#m;d%nf+M{hBj18|M}}1u0cVeicQF$GT}#3U_pAikQrgQdwGZL+&Wui6%h>7&|zaBSo1RYOQ=S))l4g#-dE*tduPl zSD$1yFkZbNd=Qz-b?$+Y^XUM}Ib!BGskus!sTq=E0Qg^XNz|F-=RjgwJR@MeG+;RQ z)mvoEl)v;uy8eLw#&x!=oS;wZ`flV9Z-aJI&~EQeoSiKRFG0QCjY0|W?UvgqdnD_M ztzL26U17bu*34y?Pm5UU1EKtBZ=Xfq$tyYs{C zf%i3X$t`}Ro){F}7XG>N^X30lJhwE-t&;ZLAU@7{Ql-U8#5a zGyP0(^)Ot`TZ7{kK%L&R_jr}%#nCv=XI%hJk#?R8{uVkXQVy+Tg&UXK;X+fEhtE^ zDS9LJ>{qBey(QJ}?p0~p&Z~jqp6`rwuRh3BE_k?nKL}QM@#%Q}SJB8lqek!Z!lr{` z7XNE9;jQHdgK~4_;#q@Y09fa#TRaSHw(Xu?=&pT+21~njGCTGedM4Hdt*5&h1qFQ) zcB~t{|45b`gpAQHW}R_`JR&bKR(Y`-;*^gXDqD_#NF#@kw8@5Nyj=8mg_#4%(*~VE zIX2EB5i=gx`TTj=%VAS7P7Cvv9@%$Yo!YxVFY4H_G0(B%UeB3p9MPyvEc3lkzq!SH zQJ(YrZ%V6nEuN3WOAj#LjB;b!G38#_S2M)^LT(UE3aP6Qu`4aLCO4L!0=up9 zC`HbOQ_=2Y{LF*HNM+)jl-~O$A`C{4}&w25VoQt zyT*LxVT}mdWoU*2A+RB4t0vQ$a&oci8sI+tnd+jqCs6FU>1M|E^FDP4hE(|?28JH* zyH>V}bf{2}WT_;!(k%U#OpHt9iP)Apw{_&HpT>5&j`Qo#nY;>Dc$z(7MQIr*a zidUKa?~3U+-cgRFF(PdkYPuG?XVY(~Hgc~cbIwFqw(I?`No#JCt~9BancP#TJ}zoq7X5r6KPl)9qm`jSDXg30h&y%sc!{MDjCEQ z@7D%AW!IhkHETdulT$5S%ajAV8C|Qsd(v34V_td$&UHOKG9B_^-qPqVTD{MEFU==>Woie_z$klUSQu8)5`8-gI289jZ=v zHe*1Y`yYkW1ncrs4%*=~!P!rI?6s}%dUdY%=ga$!0+F0)G+)Eg_s6-N4M*wiLUlZR zZ@&$gLkj7!;>Z2f?FREG&}uHG%e{}Jcd@PTe#d}U9>Ges4)yeVpCY?FA~%=?LWf?3 zTqq8denr39ISLcI+mKo=`yr^qtNI|?mZ>vOy(x4;PqRAln@xXHN$+Cack!Fb9jz%O zpY64O9`sw1DQXCpID-{_FUZTJ8U(}J@Oto$VM)pONOwt6O*zTeQ3;Yz_1EwK)oA!z zA}HJhUXM1Sr&|EQlrs5jW?CRe8s zh0I^fjjo!l;_LclZKw>)EO=B#hT$fgw3L|!(=F$y4pYkFL_R7>=$OY-h}_zgu2vEm z*>FUk3UXtwPZ$IvQ4Lj$!kTatb+u_k!s!;SK+@k6=GS9%7a3J@hLcrAk4 zvwDpA81Fn$9ksvsMG$*+>q~%PGzZ9RqdfgznV2NH4P^dJ2Bl)qO%)+ zdkGgt<4b#|$KUt9+4a8J3;Wxd0>3=8diZM@Q4pCTImiW&S;Tyr-wtHWJ zNtbt|C@=~>AaF{!$H~D?K~Y_8mer5k@;GbEw0^D~(M*)Ke{MlM0Lp?h1g#HP(Gb+h z;GIq2PBDyhA4`))F&PgOBe+$U`pWXJ0Zt|KrLsK^EwyQN&I37i z_C#e5UzFU}VDTx-5bdj>DiHrUKN%ZjzFKp-<8#kyRo-vod2axjRYdtF3i0s=mTezM=^7TYuBVR?YAxZB=eXOy^N2-o+kT`R$|LD^Xpw>az0i5 zj?!b|0~iq#O*$P749jK3u^iy3>Mpahc@C#?A{w)P=2)lr)TN&{Qw_$040Va^BHw zX}h(wg6o3I@c=>TOm4*Uk#MPvF?;#JNC4bRB`>44&{el;Ciq!}s|vzryqXKK=bNB` z(>8{GgCnQdwCC6gL%Pn>uOF}0PdKu3-|+fuc}P@5KswumxzL~z^+?uA;$e!uz6TKz zqEZGy%x0818z8d{(7go3>?9{gr>MasdXfhYc$9AxvwkFT(_)b&`g`&@KGV#q_4Vqm z|DU(rgo!NaNCP=DcDcMT3dA6eo{KKsQN8bd3qWZ3vzH~Fvr!;k2IpMGNRqs+plK5vJcu zgc^{*+doaG4^?|LD5!=Lk31W&GQr7S7aC9H!l}gbGAiIXHF8m@5WLtXJqkxwO&RN5 z*{%yW!QT^rCUViLOx(alIB+)FYOCHTlCYIji`n?6Us3UE|G5Nfco~c&viMO~5OKK__qpt(cs01!WM-8!^6-oK1?CYe6pMagY5i$@%GA1qJ zIIZbmlneb?ybM%Acu7rAC{{qq*jtaTL_Lq&RcVyHp>!ZFPGh#T20Q6_E7Qb!WCu=) ziFl_ec>A3+BPmGTO66#+g=Yk z%u?*wGCKTZWA;@h;r-ver{CTXjxHZ4mwy4s&AbEF$y#N~Fa!xbJpTST$L?9_yRBze zS3mv-ZTR1O19czx&C81>jf*+`ekbbopS+9t->>{FZ_6IC(E&>UpyR!*`)-~kXgXRU zY!V3(0mcZc?SP{+wkb$~;8+rtC)yO6hQ2O*EfHb|APY~Pd!4V0Z{74@q|E##lqGFV zT_{M16f@vU(JX&>*ex7W^QlmX*@xiDQELEMu8(d$vXwGDKIj#{y&#s~awN7YQ`?%C zy^NO%Ef6_tf8LgFD|0ZX*Y@^aHb+&KR`Z-qj*CroBI6K*B(I- z^o@3>5z0N;+9;|#Bj=qDNfv89A~G+aGM3~dq)6sF=Eb^>WX99C ze3N|*L;ilx${{O)c&jX9?eXIhhDIMShIePKVwNH8+OQ?3L5eng*)h1^_S+~kp*xVD z4jjNZ5_E9hGg49&m%>*yC>iT~l^8mb@@^6$a1(1^vp+Q+4g_K4XwI{?$g}y|1 z!~}e~Td&(~pRG%{7avCD(mW|zr#XmTHt$@?>XdqTB&r)KWpi7sAjnlv#n=SJA7Po^ z{`-yT@h1T3iPtWi>jucol_3{*5tU5(1Px|`e+iM+_Fu>DRm!I@D^sP77sl9qexAMq zAI|?>E!Jt?HTR9FhKC$%5hBY`(#RZ`Vv#nIJ_j40rhmr1#1#=e@^Af|Fq#M${wb$h zur`XS(Y+}1h#z1%7vnSX6&ddk7`ebxCo2N?9s=<=wSs`z()09e8r8;~lcehV2WK&s}WqkdJ{< zajfr3Z8F=^Gpl9jx(EG)R2u6pMC^GZsJ1%mIJjx_%zv*}%Fzl<W8aH|5h7Qo-$9}$zdsB2cN#B5jPSj%;YZGi=b?jJ!}3DNrMw0Y8=n8OBkA_y>rbalPNu7wN~vEYHlZhWq^ zMWZ91vXK#uf>szbPng|gL}Pio`XMI9JZwF3p>;U9ec|8p z*KuJ2g7;O`ys_f+b?iDKC@e*pE$#>NLzgdVDT4p_llvc$Kmi+p?;$a6k!XH5OasaW z=8D+zawHC^(&cG$CZMZYorqB@g1byGVYF@_Ub>$VMn31e?jV^9Xor_b!)1x!KyuCC z-J4tk+KgpoqJq{MF>pmvz#vdMDd72RORq2>rcGHfYq? z<7bU|Wh|<=5Lob$hL&0p03jbFizmROa*pk6}&u&9=pdwk4g z9wGJ>%23sx4-&xMYc16_q)jjy>!lX=?-#i3qL#*xDzLAi5c!H-( zQ&RnqLv`~&wm7rFEzOw6<$BBk35|F#Z=!^yy zk>ELrIa-R*Q8SgmW?DRPszPijmJGe|s8F3RvkCl2PGXEp^YsSZ`)6&9 z$i$GQJ2RT}oMn-(EN@nPHg!Vi4m9N*iduAge|c-1!j~yNozP|yzXtidj{CEbd^AVV zo9-T1@faWT79^TI^zwt}FeSVj)q|w&jND5mgMY}IVkDe>Q{{qyAF%0k$ z?hGnayW}LX6D;yicLkJP^kkd6G;6OwPESX-vWq;Rr zDU|^Tu3(q5q7XKaAdafaAR*(X!1^9Ez7Qk5Gi}CYuNNjj;uKF3)70)gSqV)cU!AXv zao1AF>}{@lXXJRJVdONPyPIQdXW0VABbe9YtH2kM-F9S=5;y8g+3DnM*LhtM`@(>^ zWu^Fq#e-Rzx3O%Bsr&D3+V*F2zgYPjeuKC(yyYnQo&N11 z#fcDBvIs&yL6IN=lAFYF6NJE+IqAC)HIm1JFn$Qx)Ia^wMXeGKN2=-FUJG$w9$lIX zGYYj2*MmOvI3C>R<%+&?4y7H%7-{N;OuV8ZkSB)VwOI-D5j6v`01O#I3IMTEV?r`Z zo8PvCa}9ROYCcC0_flxsP7{M3wfM1nNNMM(-oSs_-DVS@=j~RqsAU>>^*OWR`_KIJ z`PN3JfF^d*NXaOQz_W|lW(6{9<7&NLG3;N`CfCT0pz}xB`a?a`k$QrL?qhWd*id0h zH=buv)H9{>7X1E1qWY4um+#`kdMa2qw8B7-lzuOT^b`!YHiID37W!TkNK%rUzFZPl zABb-RA2#ORM(;yi00~f@b!XOHBDzEyM%K&Nw5Gr+4p3HF;m%JC-J}_)?c)&k;WPfwDDMNSEw^)8j6I70<8K4t#NdHK0~mX3az|scOoA;05tZS zl$X6ACI@sEN6QGbH8x>bz|_!(kzkb6$?CYs>85?pJPdr%1-*>SlPL06_o2ESDlOZ?EYKSGru-(SntyD470b$Rww z$y4;?*Wd0RFPpzS4P6Z1Tc#;aw6JSgwTtZqYsCMs+mWuHUXBT}$+8gw2#BbU%j&q} zFMzqDm>UEjAYcH;PGFpnn^3>2FN23q_Xy$`)F1+=PgwHp5pA8qtdRwRVSZSX3Jhi_2Huy)*eIOM{CWj-y@%K^TyQf;B0Ml?*{D>`E zT5@ajI#qN8WB}#?Cd(bbY2etiFx!1SV@TW}cgT>XBEGMre_S8Gr9Q|n$8`(trF(0A zTGe@wJ2wl^TTU%sdCS787K233miV)iv%im56LdO$Ph^o-m@=BbN{ucB1K#em-ytVB0TiuzhGC?tDB3Qa zfBJpi`xSyuLE>**PNNpwt+v9tWMQ8g`LFryL*gA3Nymy8T+7XIk-+{a+>9SM#6B?} zwWG4YE(AwINt4ae3&vdi@jgj6lHM%$7eJ15JKr15;S zS*q`$fV-Wn{L%^i1;&_SofU9d704#|GW}v*WMpZ}&s>CdFtw2SmbXZxPXNPUB>ij6 zGx6z<6VaiZ{*BKPh|*YtW4R?aM%(;T{Zk0fqzN5^!l)j(QaAo$OSWDaDu=1181@9x zAel!~ZZWL%b3=WXxNTBeXx60 z_3&lF&}M`~b4u`!n7>I7=SLfFjMCd2?5Kz((*<6`{!N8?!^tdJ9Z>ztPr_&IF=ONi zEF?}yV+I2qn4TZ%$Bg>C%2hF(r6bm+AR)%WtcZ#EJyNOPn-AA2&hRmtx3{QuGd-?E zJeV6qd~ENQb!mT|(SDuvsWpNoM43!3tN%DMXXQoo?|)3Vo!Q>`#jYY}Jh-^!!$sh7 z!b0|`pOnp{*g-~${{04vKi+D@a$*sUij&Wun4zzJT!)S^&b$dPjQq|W8DjIqS|c|+ zdyql8Q+H>I@O$y>j#-mgJN2E+hYd})nId_7h`u%+fa?w_7IQs(BFGTL?5_T_NrTUQ zCMVz%zon4B(c&@3co*pwMjHX@mo1bsruBc0zgAU_i2Cl-jwcx27-otZ30p+ngJhv|114sgf zT;JR-0U+P8KBUjH0+zcabmTqPB3bo-Xo@gJF(J$&%pK#XxbIt#W`BZPPTBeenO=^e z2_4+=A1gXj@05D)87y>)0eTOActF*<> zmp>WL1zAsRS!p@L)7tg-r}ll_#3%G6X(YkN-=YD}ZYGniG!$S%uN7aAw%(U=YJZ*jAH&Bh z#bjMu8SYKRC*?LAUx47&fygml=vMAuR3N^GuajUO<*H*5%O%dBI1i9T(Tk(0Te`tQ z`L8?5?qBvIjqQljse zm-(BsA?|G8a5eg3n}lxB@?`n>X!40~=M_7Y5rXNr*I z9DV%Hb*58K<%>EI{AnXbO;npWM-(wgt^=3U_i;Bx*D#|xpE%J%A&NK?FvM1eU`?+t zBMMHSrDsO{RNx`i=VqhY2nO#XxS#<-bi6SkNPSpBg!uVurifjK#bH(}k{$kgrl?!( zCV+RuGK1pE&&O^;=|DMMZ!@G`{I0#dKA@SZ^5HRxDu1RbU=;d3dto_atktvtG*&jpEKqg0YLAV2Md7iJ{vK-Z}%L<-=f6Cm76G0oAo!5t~XaxyIBN2YZ95D8Fea z=%rG@Vo)JG{8w7a-zZO-h2h;D$&5Z@HVZ5n6{d>yd#ztD zOo%3i@>|@yV}BIjS-l9yNDqM1CCcsZOAOa>t=H2w41iZ7*AvKvWaYLQJhnM~$~3Ts zWJ^#)WBN@QJ0N^;bQPiLl`6Oj;kv;4%raWql40_`5EnBDA<4@Q5j85q(i*3^z0YF0 z>#8|nMI^@v2wW-`x~?^T5za^sf|#qT!gv?}Kpy$%1ZasIv@*SI&w(<)2{AtX*@mOU z+vqT6th|K~G4HdGv|zMAsy_7e0fZPf5NXndj2T8#OIKbvN|^|JFawM}P3`fSuQ}_tPm^E%DL9tlYW|OFzqEI+PxqR_ z^S__F`MFsegX{z&kpLo?rp^9~n}aPP$%=Xr=D&BZf~AGxnyb?`fdC1!{0w)KYw_K+o^sZR=&LaD|1yk z$=#)tRrmhS$HklR&AOpajYvHldK;`dql&IRHGk_o|6!#2)G*r7{qtSVjt?(gDKS@XTVhGMymuESrfQUS+JFJ{d4#%Q~zLgD3HyY!bPEj3Z6FR_qpP3MhExW&Z}=0TuXkACQ!oO(if{c zleb9Kf*Lm!Hf1@WT$M?No@*bSc``6Kby06fhWIyKobYb7b?Zu9_0ihN^ zp`XRJtFu0{4LO;{Al?#|G8E~@nVMW(M_cXTxJFD&ad*HZH7L(YD4LF zRR%NJ9myVwK-cn*4k~r>a?I$Z6Uc8FO7bXZJDk)rdpu$Em!*v5W0fI5k+8&&p4hc; zFvo*6ZShAw9|R)shH`5`$PXiqA_iYP2~F`DE3#Xnt=4P&7f0X`wHXuN8$(j5J<0;n zV_KzuLX2H#e~)|`ikMdqn7k$vi|cS>$A&UDgaN7Gbai%RgwzQgVyL~eYO zOt|h519n!*V==ofl+#q;{OQ>@ib+~ORYwXF-W8fE$|)e}&on#&7@91SU~S`6Sw1a4 zD40H)pbDT*ZGcvhGYFC=kwtn~)-%TzKj)4$k2I9lBNkW|VI)7Oe^#@TOtQ_)=eH3> zcWydV+2*ukXzQi4{i5P~(ZRAss);&BIHliokNq9{f%-4MA}U?$6?h5zsYzdF5~Mv# z3VHT;RB+T*LCy}KXsLM%K}69;4CPYJ#PS1)=iZt(MCDCnJYpRv-8#^5wmYmbYqx|3 z0^SE*U`}Nibcatv+q&)h`0=k|UMVYR>mI2;tWQ>5s?;qY-88YPu<~*fSI_lF$jfkv zWJ!szG5QrZ=LPx2>G70pZx1ww1v0!I+Q|Jnqls8(d2!w^98+2)T*te%V^QYN{_1$f zctO_#8}_C#MN?STrX|n%nFy!+YgBToSSkstbIm*cXhn)p{%CE>cQ3}T7k5RK;A>B1 z;Y>`AB~W46f>j$s!dgc_&5jR#I#%Tjnb%gRq?RI51)J++(&*b(ycLcxOkJN2XubcY zSvjX_~#R$?=qe6Z^ko1}IF>@kXXS7!9FfZHuT( z+yp{VMG>@M7AU5qTGPiPiQiSjm5V-JXI7NNtjn`i?0%EQ2!KoV-GlepuEC54Gmm|Z zs*TbE+2>tkvi1~tB@G{TB5u~mWQ;c0%ha#^p!&8oor~iWcsC-jB;LSJITl;uUICnA z8F!hkRM9~0m!dnn2F?)a%-Fd_1a0zVlRb&_ z7ByezO}SX71g;8ezoOspP##TJf6ON!K5|<%MvQ7VQIK`2dQ@k-khk8YWy?nYwuc-x z8ud+*%B)pUpkmzOyC(6)Q~UNFXxXBJ@H5qRazxy%rT6toWQ_jbd2K24D&EtPwEt{F zEWk}4!BOdm8JAtg^GD!K=ZC&eb(};9FXa;UWIm+f(pEm)`J_q0op*jy13O7?&DzR) z6sFPECTR+y24$F}+@L=oC?7%V?EQe-c?QH9boB8u(b*BT&@Y5nQgY zjat$YXY5FP30(3s+&T+pz_~$^rW{z3ogCzUp`Mb#!;S5ntc+L0>c1nm=|as*w-3o< ztUk2W%+=`9fka*r^!HgtvsQy-*u3J($TQie_c>W>U9Hk$;!Z`aA9}oeuxk0|htiL4 z=jTr)Js&bGT2V%R{i7IA|B1l|({hUT0if7upQ!wo|NKAx2>QRB*o-UzN+=|^4Q>b< z2R@1?V+!PcP+X9mH-i%tKxLH1f+9%#GIbq5fFW99pT1!gH4?ja$8jU_nx=LdC&r)B z!zG8xmSS7)?*jWlMp}h(59edeB!$Gj6uKeeO*KxIT*OknZUm{ zm6?q8uz+amRjK8u^Prn(J9g484yJsIPi2Y{ryYY%#@iQaRZbQHcg3=c&RtxelMoZD zYlBVGg`Za_I=-x4V_3EIYyD+KHw&*bI5&xB|D|R?f;PnRS)RqQ;1^Es0-jco;e91nU2}lR9Yks41 z=1Z%0jv#u>)d<#!B9^!%#NO0pQo|y&oK&Up3c!LW^!?3~`QVQ?^7nWXL?@}9XEs=K+RyI`KfM1 zCC7kCp#StcVZ4MPd-MOW_SQjdglmj>6i zxI@tvZSf*4MO$cTIsD$4d*3-T@0l}m=l+?U{m*xL3V^1_oPz# zDA%`%v*M1a=339h6=2WzD}HOEH`fkh zrtTcdbkiNt8|V8RUpf{KEVU@M1a=8unzOyl( zVOsiu#p(xpo5!QndC-tpj?2+<@?Di^?rN|roNCp<&Fy4wK}u3r@vnTZRY9U)*jLy| zFU_X4Xq4Hr4Ug{^_U>LLX1?79!cWmHD#PZR>DG$0M$i!?TcS`7g2G`!8ac07IQ$ zoUjUCXbnDuYak6sK9LBD0-%O^5^%=kfzWFOTO~~^-x(poM|B|Jn4CKb|B2N!Q-EAb z&r`nbf9WOpxPsqP&^PSh1PIhIquYvL%m^=t1M+5$h4(VNi*n!RIzs8`>y+r|aDl*` zXb06gudkd)qYj$N!HIVb*`WA-BEdS(iK_f3Bc)OR#OA2;MLm5==*o?exyqnR4$Mt7 z5`W=q>Usq3cV8-QYd#JQ#?)%gCBl#=NeD{fl$GXIMcd=!fLmtsa-m#7IA^`A%Ed}U z_Gn!4yC%2QuV4OwFsuJI{qiN}{UsPVGyLNyQhiqGu?k9GZun@%&5o^yFJ>25A(J73 zgQ<#VgQ?2)U`k2gxN|;BI*|_`Zw9xaiKd1c(IEzCh4M$ z{;MqCOkK^e_Nxuj>G%5GFS%ok6!+g3unj_(PF*eZUmx<3hZR*|IDs7XIbzU4$Vmj& zX~pRkwdP~5qs}Wj5FkP;ia1&eLeAf{B>D2w3uNl?EjJV4Q7kMLkbn&#L@)HF4`<__XQJ5?M zB{5AcC`r*0E7^Ht1|^qGcbTmp&J!d5I;)0*CbTG#l#o0k5%D{o$9;rADK)C>34IGC z*7g~ho%0B9)v*|-17J-kddpa9NwM~hR39vwK1>iw%vRC<%g0r}CQDy2@jag9W{qW) zxxKe@QlZCS?un|fc?fB2?#kp~`ModkaKtcoREahua1C;7qRT*3s$iN?hs(W!oBjJZ zla{zbfvbr)J9KNJ|-BP|E#tI znw8sFM~67%Nh+v%j+QyzTcZ7gDASv;yK8pW3B`IZnV;@6_-BN z&a?U?(R2TXzuVxu-cbFOAQZdv!pl%Ldzk10DZIr?VPIjzM}H{xEup5o*d=DEI}bZz zw>z9OgKOwFgL4Yzjs^uiuMW@02`#^(}ANvuueH~}l7 zqU{DUmPona^O=#3YxG#45#$&EqxX{p`5WcR`kCtiMFXr&^VAuFRhx;j+?So{m3K!C z#afG-VXQ=>W|eW|I-kpGe>(16-$lNW(R6LmxG2#yi}x%?);5m~U3n7Lers*%Y2g(S z?HmZ4>Wd!{mA7X{7tMclrPjuf?4prD{jJd566v=|q07AzIsS)~aOI7@d#m?_0A+u` zPwP!LG(wAshZ6ytr!Zj5oPrT(RQXOap|6Y=`X2e!>UpsNz%lhh*m)`MZfO3t_Bd>& zzRNRe5+vVKYCCz`-`@{btK4OpBp4@D{Yk_Yps8Q-UIoYjA>k{QDz(8rA53PG(~7=x z)Gm#d1Xf1j$EbD%v|?k=tQKm*uKGXMf;5;*i1GB;pF-o5ur$s5)9oS7sf21} zc*D_)JwAvXrFJp0ap2$$X@`2}M)j47cQ26Mo8ckXDO1Su)?R&9@9uzi>2nBx^c<^U1lcAa3Kn)}5E+S2swn zQx&nc;_>!*?=#Em);ZigXO-N+kvu=BOA>nXZAP)=_rHge#6K<)_Azjnz6K{bVX=R( z-Zt(NN7Mkv#xo4G513r5?=b(Ylo5{Pr%*xfqPTM=_=e@pGScB}aQPuYe}n>Evu}}W z_PfrXicJQRg$~Tdi0ny$Yn?fq#KSS+rSX~69CU$&-dA$%rBj~V`U6);I45*9{|8;q zcitdTF;Zcfb~XviC7~~ebc~`y=iezxLi`?rUsiuj6#kk@Tsa-~`VDvTMNr>B;^%X8 z%yE_b+@MU8Gu$zDcl}N3B&pj&$mijVJ(?tcc7&PjNX=tZ?yjBoe-e{~+S~F2Nk~)$ zj-%L##rH7*OumFY#>qC2sL4Wpj{#^j-1h}^8?J1-7z{hGUBsi-l7`%CRX+2H$n z3)!6ZS%v)aR^=!%+#g0!cgV2bbP;Vk`A=E0Z&f5EqvjpGBGGzy%`uvsFZoO4AXikA;%iYrhM z1|A-C)($y6G3Z!6GUPzzm>+{b;344CjjadTW1|BXEuxItlYoO@LoVhq#g9FvC{Dck zZId{D$zXeSV%Tp#_)3~$Va2?5f#zi<@OHogqJ65d6#v&xvrJ!*Gd-7sAdv#%{?1P z-FK*aP{(4E(^z~=C;&k_jjQ?R{8d=_RKT>iRNDy=L{$IbclziMh23Uj=ocD1vFWa% z?e&zN?(Iv(rnh;R1!&IaHLcy3@ti4Q0~n5s5DYF>Hf9heSA`3B-i9eQvbLUx5Qp8* z6^=zvzBG&*`q@DsbQ6*x1Ok`jU4l{>VrKSu+r};4cj{v?a!YM~)j%}iK+gpromQOnlJe%(|;g=U< z7A}!cSo&EeM{N|taYpUa2OKJKu~|jhE=nvzp$h_}Zi`rH8p~*gQhR0O$Dw#zzu@=K zJMzU@{kh7soYs;4muzJ<(;*)p2*~|hpL1Q?Dg?ZSRS7i}Uu}#`|BBNu0JRzlvJoq` zE+|BVSs3%7lNBBQNMc0HRg9>5dN!#QAoL>+1_jWxFo{^Ub?DgE!@X1TfBVn>xB9Dk z()Pzq0=h`89ixJ03q6TP+8m?ghUNGjfNAoci!PDQHe#Z31EtPZW8Kir63$RWz7K^} z&ixwJJ~OTgp-0jVIVj=*Q7ock`0?Ykh)5yWs3dGGfTA)=++RyT zjKBU$BbLQKoeaQ3|QPI>W>5V5_$%Q{GYmoTMou0~>crS>J3hBNJL?D-DIZ z7BG?nMpTCefEX1(Oh(0lh7K)bgZdxDa#y&+_%6@@;=Q8>A@YL+#!c&zOl(2gTSR>k z-Eitfnb;fq^7Ur?7RJxpu?^fE!!RZ37>N~<%a&dlv&s;{O!GgZ%hCy8kI3^xby!iU zRA^D#^iUE-Sj+DDTZOuuR!-b#1!iP7EnuLa!m#D9l`rc>+ep=v?U_givq&p%LU@9| zZG?Cay37vD5heMd)j^G$oEWU86!-EU8y@7-fAjl)aGU@4%T&?0k0K4G-zP@Kvk0RJ zI*964K&DG%h-;x5c-{rEG+X}Ldaog#nfSA$^pdgRnUg0H(^moof)x2`{7PUl~Y zQ}kL0_tEtqC@35A+Fo@FsBEV4_O5qSUE{DFr7`!k8d)0DTbe-|ThA?BKC#>*Lx`8>xO4GPS3 z7nub;cg>Adg+eC)KK!_kOQiry38rQ4rIhI7Bam7gi!=b`vkv-D^>vZjxE_3^D`+Qhu;(fZT|^tLK-TW@C`WU?36D%X*TPZ zGT*xLm0}LQux1dDFg0#%XE*VG{nIymHaBy!4ny6}S#@~8g^ZC_BuOtbJ<+xTcf~kz zNNyfUMk`gPQ0F5$ol&Nj5;$IO`{*wjO;Ye;Drb)FCb{^SNT@zsR{}lJz3wOg6UAl) z4VxaA=UwC2RH18KBx4&p14lX$wgy1%H$X9BMvGiNV|g%w%EjNLblwi4S`g;11H-D< zzt69Wbo@jxM#n{kB;LzmF5#Rz(C@|Xfm?hjIlwPtTT<}ge-P;K_ZAj!D#CxuVHjt+ z&ZoW%Yqfe;Fe&5QMel4gHxxT0x(#6@8v1sRP@CJInW+rHr(ds3lN6jzvswz4-#K2G9UjV?�fE~LVUXZo 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%0Ac6hp8|fes3rFv#5V=K}(&rSmeRO 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

Tb-&ej24(=97>8zFcy&GkNeivp*1R{e~<;9 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 z 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

hJSUu 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

)Gm-FkFag1M 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

IZVxp+$d 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�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%0A= z*laN8us1Ti%{O4G{VX(Zq0B(6;;RNUXH;s=?x|ZMbw`5qGu=xx?Mh`<+IKm$qUqRU zkO@c0t_zpmi(Hdt)D5Z5{`_gRucLX*y*^n>;Uw}&AFE!_WWDfN_nJdbuRgCcZCzI< zKuGH!{AQQ0lXP}*gWNqlfzQ(r24P|(?n6bOpZh{uU&qv2VhUxGI=r?SvP;>?dLl77KCHjnpl{zaJeaY0EHFk)KZ4 zEdI6u1S73ERk=L611!&g_rlzSvht!2`L0({`}d(uz=Eg_1-pcDvHVdh@ zZhP*!pdO!W%}yI)r5b>tM#jF&9!sdW500rF{LljRK7pU)Gua2+<2y)Vqrrx) z_Kd1Y&1_YOjOKaG`mIi@(WA&$D%IG^PAbA)=-S>duEN>+0+W%z!#R52yT1w2sTazd-DhpF?f#G>C7p|d%EZMc1^qdg@Cs+=bJE7U(Mk z_1dKLet~k0k<^|Hr7=dGaNf*&jf}Lt|3jtd1Ph>d7VGnR!sA9}LvmT&Bnu03P3e)(#E}w$5D@h^ zX5=;oTPx>0rld^9u%)6AS_;h}awQHJ00$DA;mRmVWCdv0g098hV{R#I#UkFe7E}Lb zjukRMcGBN!;2mc!)r78c*AjP+o~-ef-~5Dgs+Tq{&JR86=T2Lfd32dAv@~4R>1_G2 zqgb9pmYGYWCqdct0Ux)g&&Cvgf$n0i6i!+Bai*Hw5F@9#W@3UqAWobK?9PgAai508Sn0Z3I48$&KwF{60m$ir0CerGBYfYjLtp zSvO3S#G4)s@beCsE)XwoI7DKE*j$dKMHyqPosbM;w18@-PS6;8`3onYhR)L95#bi+ z7y@PC^u~0L99w|jgX%Eh#ln3dY~cg}Q6+>kq2{+-kX$RC1(h{)9rd_EhXavoATwUO z(61af9|R4{9qDo&fE}8`0R8kUmv*LvUkSw4FU|ME*k^sD&~LN1JaQLT$&8TFyrbCI z>X-KK4qr8d&fHzS!5-^HGa1Z*W72*4``)@NONi60)IerdnfrZ|yC?Y}zB0+x`oE)i z14!0NKS!U1W50irkC0qVm!!t zf$%pus~ig*B8@%Q#TO}e#~yB805M)mT0rN2{^Ch0vbuJko72(okHWk5qR~GGW*DW? z7nT)|%_t9TxEZ4e8&Sd?9I-Bxy;2W!;Klnc7id2C7%vE4q_>O}3@U#uu&DaV;HQb3 z!-B)qonG>E|J><#_)EJ*S@2&N9rvqnp>r)@*F(3okH&wlcJ);(U%&My_22dP|5n@V zoj?RAeMuMIEi`dov^3{3DRBohG@21jOai+#VlX}7Gt}}7Ig}|kc}ei-Kr8yi>_SzY zdKTG)kcoG2e<4xjeFaO4|gLC?Q#b z{2o$kY=+Y=4YfL!{^8F2EAePKYpC@>iAM1~?IeAYsA4?xzDEW}&LvwtNgGfh1SU_f z>w8J<4Q>%~)K$JWdf4ada(z095~>p=))!T9^ysDx1tkBusbnJ_(AyNC9$T@WRVm0t zieaa)G7~A;IkE3DT>$euPIwfZ5CzSETm8<^aD#GAizLDs{HRHl+OTjcYN9rj4JgDi zqN7ks*r!5BT)FCh>CYTrSN*1X&W?^#iX<|x_VNAN4h?T9^}S#+DD3uIhquhHyO#+o zZ%m*6;O&uTCvJ5Qe+m=ds;Z`wPS}i}Cjwslcut|^=;-$3Z$P=Sfa0ctI zTUhw75m%6UUxwD9JYFD+>y?+_v9^c;6j{u|0ia4RBT>y*T3&S46HGGM{5g`-H|_z~ zG%y@{_@GR=8XRlQbyv+eO4MYOd@{3aRPWQM(D~kPYf_kEcIB=9SwPXVO#_riUXklT za;aG1VuPYII?ua#V3cr&XDym?f^2+rTlcNECU1_!A0?$Q+{54Z`8sCIuicqGz(0?! zr=p%%5Z|K9*{ndB+(uXH^Gbn>o%x}f>@$^uFmwVsTu&Z_L_p#Yq0E7GJuaqB{0RBRuBENj@Zx%+MIAvhFo5S- z*AC;8!9vPKl-m(orODCc4W0e{;rZqKsn|ch7sZd>+;Mw#|3&rAOv<$g-)~4fGE5CM z!nSBHMVCrbo70{eYH)gj-&5qAe4nP`TF!s#!Q-}19$cI&Y3pzKmzKF8kU zGyc0`wZitQ@xR9}764rUsG4}h!Z~5*3Mx+=r@qN}9zBIc(M? z=^SEBUci?7N_Jv`8&ci+u6pM5`v&hH*V`{Vdmt33;2+2NGsK(y+t1Mh8}jUvenq;~ zL_~5Gdz;5o&i>2%2RF9u>yD)$yFK&Q9#pG;vUC-GdiY=)XS*%K^Zd&n>6DJKXt~Tw zK_BaAnK@51nWFvsU5QLnS89mUXgt6i6d;Gb%etrZVs?^sF7mPo%To%vLuv1c>Ypn^{Ac>3MVU9;pfxC0mi9{&8p z4m~2DiO!A!O~Tc}Rq({*3?bS#&)%{TJ9Bp5%6q(4ZSM7Qn~_?vHz4&7eqX=e0_)@} zVS85<2>S+PV3ZEYmP?<>cnfoX-~s;LhN#B}v;`VbFUAJbmWA~(Y@6P_&QJeMw+%p!Ksl>8m--I<dW){S!XPByCMa zT%N=cQ=Qj#q$?&XW6kgCze#=Q1{0_4v6S_c{=(%$7clj($Q7ckBFm1Sm3zW!bFF#9 zu6blPJEbvIdK}8v(Y9Wf>N^(fOC^0j-8`dckB4eACu{NqF=__oR4)7U4yDOAda;D3Q+By3g1V#yXADj+pPb5s8Y zOpBF0w)=~qKZEC63k8`qCxS(CHJpnfn8gDGQzVe`jpipRuhk{48r3(3>p1b$+W+c9 zSMp#D4Z1|x#CI9$NE;4kEFa?!>{eeFe~9cJ^LiWhNCef)efRehi?f$=>yZz01D`)G zaQpA^`>&czWxXI$l>;0jp%UBD0%OcSjcX<`YH(kMd3887ll&)anS2l}#0kLfKN9^VV`JFAglpS|hj3$G|Uo4RV*>pTASO!ODx zM`*y(y6TmU!BDhW*>PJpY>ia0rE43snpI02mE>=c!gkP_3z5NRzzj~iUEqA6UM<+gaCUBN^xyzYuo(PuZqViCEle958Rng~3j zUABPbg;Ns^qnhh08pG#qFduM_tdWc{b#>x9%xlU`4|8en`r>K>Lz`MUM-OPDQ=fUC z`_Id>6S&h&PwHbnMA`ZyS_P=Io?cS`DSf|uTmGK%s2#^lHO)x|cQvv-baEi>@i;dI z!Jrp2xP%zr{xB`z{%jGe(T(^V29_KFnle8mkWUH!;P?HVjd%!AMg4B+o7iEA`t%@B zrsL%(@X@>Mv@Th^!v-?I`^Oy>Rkwi*f?VrOQIv1WZMSb~U@-3Zq+20PH3Vpuc~$n{ zNR-EkN{)z!u*?)m9vxm-EY3)BY>eE#=79&O2a@L zG#%Cte>`~E7g*NX8)4tO8dRle6`Vu8@W2x~nI4my(4B{E8 z0*%J8{FNWG6k?kiR<{8CK4C?^aJHE-XB`P*pgCbDW&>2|STYh+>OCa9;Udyl^OAhm zfq)^#$|;G-F+JtjU5!EA+sO8|&050&7bz~F&wCiKNHC2iaw)sEiKTH6ro$KRs672i zpgLy%t=OjqVe%v1kC@V&x3XiFnk8Wc#+3|qYVQv)^fKXv8YIV^g13d+?b<^U3}snb zBZU-kQblQmd5FZ5{=HX6Z&x$<-*x=pdVgnVE=#PhnB$|81oE@zDfh+yWd8jZi2q*? z{_$9R-tPv{eu&n201Tqf`{uT_1K2B&aH~j7%`Na#6wVQQeN0BJRBONmkP>S)w(y!f z(&V;@2V}rFYJ`66K)}pwJUn+6Xidi#2NQLfbE2i^W6pw0IXx}zzE3c~)6b*_E55)K zYdF*wKT^8Shu&6Z2vKE(7YRbC1oJ#wHagn|)z43|RY9Fay}NDCdlC?_KB(L^I#cBw zevc#UJu&p+8w@D!J@aV6xEV*2n1Cd;ajR@~+NVfg7pFP;3x7}JPQfpdn~}5$Oj!4L zr`5-d%Sz2n~($^k?Q)b$$82?T2sysRqCfQLQr-mh?7Zg z^EJag@>1-e87Tl%qqifVb=guBD!@2csQIjnX<|Sp@3DhRS2)VkIzUyVFs%db)a<%& z$I;E?2)js@%u=Igt4O>c?6;EKtbe<#$6LkLNt31AL@*<6O-V__oD&i|v^4&HeBl;=mvD z=b{}o3IO;AzYE4oM2LW+mRAZt;`I>}7^XvV=-c}%v$K$&zU7`F6YmS z@xG?iN{hMeqT1J_0KOn6z%JKBz>xevkTHq0J&H8VXti4~1Z$ObbfotoYkq>IdJ0Zi z;2{X*IdLVL*UmN4aS5^@V!60rMeo{(`l)K8(0I#~0|N=Ur_JI0o?>0x77MpcU|YiG z$^_gIw}XUL-zyc~?%SN=9haDgf}$HD3nqr9t+zEm!iLlk+WET$&%e~8svohVZ)r@F z*)WiH5RVJV(%wl9x5NcI-(Se6#vf_x_=b(%-5C0WJnUfadt3UGHP?S^#z*|&Ew68s zPfs19tvE~Z^zY;%KpWkZ*`)U=$n!0gGKDwcW~rKBTj z?VS(K5}Uook0Ip;W7*AYXGEGz4)cpPpF_Dz=vgCdf*$Fz#E%!z8<(frlP;N@dS2HQ ze44o}@4F#dBkd)>T;7mn;3cP4WoB%oHgb<#v#W466KnlRl|(ALsBPn1xA@eka`RVo zP4MihyLZ@U%Jigc`TXFQf7jptns)x5e~ZThik$V5gYgDhYH%(}XEM45zv-))lS>g( zgxZitNUj0L*_*K0%gK4;^dNvdV4fVEi>tsZtE7l(JnIpmwkI;Cf^Df@& zCfy*5%*~~;XrHq0&Wa!ei;8592^wb$Ta!3L55!~PL6oq=ziG0Fudn@z!l$U$qJbaX z$pfdwiE;eTzutaTm+KDzUO&hQnPwPv=Dw{HQIsQPe6HDlNm0;@88EVmW0%D2w(@5K zvWV`#V{pmkV-v%`(k`Ik3vG)blA`s`7gNQ7p1l;l^t=_V-B(+d$t`0Ov03o}P6nB_ zt0--b(~cBsi3=vJdPze8K}GLIem7b(zt#?m*gbg#o)=iVnLqr}A(CRLH2GwdhwhL1 zO@*h8q7NQ}v<1lZo<3h`u3O~3of`|@k>u9<2ft1mkH8QfQ%&#&2gc>d0chZx&03Y%Wdma{yY8u=W^s{B!Pqo? zhKX&cZ2+@$f*8HA;g^h8byX=$Kc&3xvj8gH1Ih6_R-l;s6Rt~e2B|+`%`-FRE5xt2 zU;3Ebc&C`82(BiV>zG!p0(IE*=R1z{NEWEFpYJ)c)Hop+)l;WS;|>KsvUMig%~I_< zUi}PneO-O$?-gGwudAo0-+$i`(S0mY{AY9V?im>(u0|9E(Dt6C_X?;lkNevbRrRW< zlBys>ngZY;s>E|ILZ?=|nn6ntV|)M_ItbVpIIds3h#%1iXJMDuOpDKH`p~K)FPDo! zF7sef8Wt%iUK z;3D+9>e$j>0iW&bg=7v~l`q!5N-rrJDQS>)Svh0jT^5g}$3v}>7Ukk+>7S3{3K4(r3-H!FNx6ONS*~K-a{c!xFqk2l#e^P(*XaOQBcNWH#HOxWz zEENCX!Iv<#@J$Ls2^bmaN$qAYidTowB7;RLD}_X9?9M|&X)v+WCYFrJw817EIU0i! zu$CdU3mUidU(7y?$+!w%%1YeIMq=S_6q#|Z4>?!bZWKk(OHM|LSiLj3T{=~7E^aXu zsuZ#p0+y1cEge)czQr5F{Ns+&UAuw;%9EvM7gxtV{pq>mB^x+v9whuZYvXx>eZSx* zk%N!xmtGpT27l4Q0`7>-B|umu2ZJC9SWKRixdovT9rDmmBGVu+WG&6PIHs}$GJ?o5mL`QLu`(=E32I+Vl)CY@A?=!Q zqGgbpm7l1NzNNAGHnVI0EA3f4B*JG_O0{~w7@Ol`P#(94O#Ze8|4=STzI%Cj5 z3I?V+o;5gNK;i+Jxcq}(^v)}yHrZ^<%TLkZ&1^U%L}=%R&+?y-9+trSu_ zE_g6Y4HmUbn&G(&Q_v(2y%0LTmctFbFoQ9vvkh#5=Z#(PB^7by)XvGNcTZ$!8x`O$ zEVySM!DAX)?2B1g^}%Tj>Q>Q^8V~R1!s0t5%}fo;rubOf6t-swugE5}c?3@$ zHZLDKHxt<`9~iKIZarDAF^?e1yQ$YA&uy$!vMi#FmKdmflDj4gY9-84^lVG7{ZQw4 zN5uNS`M^%A@_dTEP+%-{@sr$&sdGQ0q(-D1rd(fxh=HA`g`slo$sB(4FZKDG|*ru7n%eRg-Hv< zjEGy@!o1L=OGsn@LFh>k?XR_N96Gpo$OYt>@vPfr=CO-$qN-GMbRniMeT0)I<1J}} zMs+f>Bu2Cng_n3HBKdsEwd;@7Wjh}O48N_&H~txDYUHlV)3^~9I9>k7ikzY^n5Q5& z9%W8;vP16*3;D>T!d}?%hiX-NUCDy!XQmG6zHf6>`FQ77Xy%W5RqyxybpQCC`zB2O zQb#=_>pTMs(olhs%2s=Nz4cJ3`}JLQfG~i71^A)I0p`Gpcyt6!6-`^K9DzrZt8x@$ zN^`<}EP>VpS2553Lc0Nis3tTOTRDU1u#eE`46ID1P4YE@nqv6tXbpfotKLzwIyF~fgKy77rbFi43iy+cx{K%h6{63X zxn*Z=+p^WEYewMLr5}ch#=Fza-%Dj8g7P0$6}QZU2J&$)1cW%O+j5*_5drM73&Qs> zLwVEa>T%S!LI1pAC*@%b6snv&Oc3(clS7lSkfdFGdpi|03Cc{b!zA|hYYe7nG#xex zrPp1d%nT>8aol?pGpcFLA<99$=0~5G+W7s+HQr8+yg}2%YVf3$5IvkN-_9+q<{ap~ zhGI@ezE^4g7i;eo)a2W?dnX};0HL>pW4E}+6}w{LfF%{uS{W zW1pqJ^7p+Lm-IkJRG7!PUp&ZJfU%joUQa(E`nI;d-N#g0Gy+C_R9yNQaEIv+OHxW^V^kG{hRj3+rk{LgFdXaeN z5UVi<7tQI>8VYu*HlRb4Q)FJ~H}8xrxQpP=E9?3{W=k z+)$t)c5%orfn)yQ&r=Vp<6qzQc&z`$@Bgv7{Wso_PRK2ipi=ADB|KA8`0R=a8yKA($EPj%V12$|nG+W=6=Qc(?l_e?Uv}wWj;uZ^XCiMLWY<5jSzl-MmoW25!P>OnN!Nq){lIlUqH!CsgPIBrfDcJ*!Ws z8smTZQ;m%OY^ihcectYA^XSa@5xx?h#q!Bv;TACi<$w595nli^**a@4^bj2%r~1%C zlD3@-eOb--pS+C!M}O(cA2068%<}GKh~uK9 za(HSAV3FXxeK$8uoOx!w+?%wvVba!^vX?_0T)50vsHydI6#ZD^X zI91gS+j;)8@Oc71PqLcxkzBQO*PZ%E0OYMFP!tOVi1o_p!(-@hclAQJVU~k8jxuuL z7DNEzEzE!hCZnZ>YNl8!Cz#`OyGx7e8hk&-Yo}1QSJt~)#%bQdZe*?(CwbVr`IY@# z>GO}%VAUSFiV?Rx;MJx8*91H|;G2nvVmk=!80IVor?m`25O zB77R{98K3H07T8U>|GPPdqrA)k<7Y`p;{0N$*uQVzEY5mS7t7Srm9xbRa<0-mB_~! zjw?lbnSbw#4S7oG;mA~~NeNG9RO#GvPt&`qC3|hSA?xAAv6swGd>ZVojTY!U*f_Hr zFr#HSNWbfy|6Q_x*#-gWUe+~7^Q*V#r&5JGIS^kXZ!B&D0YH{tT+&zyRhOSKrDd(? zyf`@V8Qe{rDN{~a93A@9%2hC#gv67tNxfAerzfFK)6QHcRj$zIwG-MD3colC8nLtr zSv8%dg?ec~-N%I`wOBLpr>-{fY4RWuE%SylyXb8{lNmCd6u0N7rEV-KD= z)J|N(T`pJ4MaxDdt--&t>?S=GgJ}_s#jUQDHsZr1{j)HB(JT2%DGWT6kyPg5C9yk1 z`wYRMAwV69Q>81&#~DAI2>28A3OMo{C>P}Ttxr^05+}JtS7kW1Nzw>0rs zo!HJp)MuR{L10m6qT23s5v!iZPij)#of>0$e=CGGw`3yXL2rX1(E8~@pH4#iBI0uG&h!vbVt)#*< zB=sqMsrtSJJ4ZPml0L3i7%HB?n(I_9T_fc-obR`4rF3|pO8Ky=?bldud3hjbW@ciZW9?>qF%Z%(X#ZwPtOv(}*T#BqBRvK0n0i!^XChj zY{Y0{A7^&B1OfnvM4tz!leRqcpj}WnmX9FPi7QXF9jCi#|1RSRn$(Ffz0y1g6&pO< zk~9q`e1EO}h`XPzGI8Yrn_AnC(0uVAJO1?N1JlMUN1z2GcC;}}Hi*Lc>XLU;zJ6y$ z@zK{gLg#_j)0_(I9o7IvTJzN==)*;HW=1@FO*sbp{_pqsbG@fyKQsxD@2;tOj21o- zFh6>CGBn8E4P3-hWB^t!+`Yo#qrxOHqj$=y_(_!IEziGzGneJ!BtwIZM zc5em6&>%N`La3yG!J&2^W&kK2%0pyl@fkuIY`wsdO1bLaGn(e#Y+ZT4>7RjSAcQv5 zRlKb+S6sWn>5DELI{Uu9;R1^x1+3TdTJ9Vq@!RXv*#dK_y|0IgeoEfv#GM+#nWlx$ zx4tQDx(R7#58k?RQ8DgAAvBwCLG4$Ybbm4?fcYa2Jdv^|}@`reQQ3E;lEoQ-wI z8-fN*0Y4%T+VRP!hMD{E!&no`ki}Pm;5JXgBUC zHo*vCV<;77VehwHE-hpZC=sgg$#G5UkjOH+6s;MbXj+~xeK?c#)DtP@Jo)0ib7Uho z>G4~}$Dt3CY}s-cEvr#1nK_vfiS8BccKfSnJH5Fq)x^ub&+Xpjn@q?^S(fiip*!01 zZsIEnw>74gh6h3bv0U|Kynfx5+k-ma>ET7P#u- zl3+scp$_*E3T+rIt&1p~ArV?B`r>^G?!d&DOL;=H-$*YV<6Kq)0X3@*!OGs8tcO^t zOZtnFDPhbDPZRI)hU(W}^bGE>7#Oayxdb%INk#yxB|`Xk#>>c1d;tr|>n zCAq})#&{`KSZXFAgL`k?hn$xHYGY$>9`S5tq@F(X^o1lmBQTPCg`BrFa)k7+lWZ!bh1N6!C?-+$@pfA1<32m}j@82|}l zBt@4bZgP^x3m}>R81Nv%M}$hzZku2T6RO2sjyZ`j73wp^1Q8+Q-24QSu1jutfw&B~ zk=dkj=F$2-9VJZf3=ls~d=Xsxsg4wy+YCzJ=A1AlgW~gl3g!(whQX*U8_IU~=+{^E zK0lKV%G?lc-WgU}^UnD@MlZF%<5NCTKcUy}IzTSY&u2G;k1hF3Nk*C)x*GOMo`u@V zZm_JSXbqYAhPErcK3g(9znC*4YSg&C)UjbkJ&XHYC{x-|Ibyr%c4Mii36ZmzduX?I z-h0^Hb?N--Wcy)fi1DREB(VFfF|QzA-H3NZ!Q`#M26&PMJd%8=aLm~Q=^IalsDq%1 zBiH5WxxYze#+Dbn_>6LFVG!$9PQV~=-}h;__!#`SuAIAAxj1UY*&+>$5RTC2X@+~- zXO^if7++U49&(SqGxA6s==VW)XB)d4@1FftgoBNJaIJ&%!rs`tJ!9iJ`MqQGm*xVM zOG_qv5`0s&p6` z52%a0SDpDoFG_ig)F(5@%{E244%Evql2itu>S%!gej|7=#`8z(E(-l2D z0-4+rN7yam<}VNUqnMq_rF@mPHhk^;v^6Bz zd15;B#j|bPt<5+~Wsx~d8$vu>RXY2Wri)`@uLp3c^IC*N@LWFHsQySSr3UFVSj0N}Gbf@W+d8IeLdz&ou>@TMZ&Y_j z!6l;(vWmcB9IotKAKD+qys#@0s9#7_7{f`6ZC9#Bm@11*?= z1~X!Y>_KJ>3gSHUm?@=MC8+KcuUWzsa=Cr2;9&E-VYkuYyraT(3fY}!+e4~?$J2*N zzFer`YW_~u{%nCIzQb&VC<2cnMDk0qNt;aPw4_|cd2ZBYNNzafKBsu^p7VZO+P>-Z zWY82-YwjvEdh2DbKCkp)|I?}nQC!o~=YVgH-V3*LqZw7Yjn016Zn^qm*(~RHr-;|h zfnLzOJRP>Md9vH}E(%Nr+>gzuK%iuVFxGD4AA7P#P;&q98&E$DV0>&fbW%UFOyQt@ zk&q0Lh$!hS4ed-q^=I?`hI&o`|mQme4JV5%)j;{b%?`$C_JA$Z9n_ytjj~8Ie5oPv3 z7%afYau@+*qeD07zI$Tu9z`z{6OY$sTo1|Ql_1{W-UpP{T6+l$G3px* zGcCTWc;GHx5UrASNlR8$HO)8wLdaN!N&Mroa3wy2PX*Hv64`q`Y|dp%zJ2|t`qbvf(8%! z{ALo77%lrW#NSw)Qe7~Y*m~FHS=^1s+g07`)756TpVPJEkcAt+PTl$S`v09@j!FoC zjh#HsoKWsoA)a+}EGxGrE9bLQ8Z+}PBoyxtvzd|iRVXs` zn`24}H2ot-nXR0e0te$^ygqVB0%w1sys5hU14&X456Ibnt2bliS>wEIcAu(-`@Q?= z5MQRMCY1yKkVy7;gjSyuci)z#_+}a@!GIr3CT44M_p@&g-q)u8ZOdrLPw(1uvA4Y% zc)zD{?W%Fv=Jv-lFSq-wQBR^8s&Bye=5L&ne!&&AFS2?1vcxU>mBQGS_MRG*)uL!x zg!kIC-p-pReuEu#0RS?<)|XeTif|DK@Fj1Bz%3xmi9R}TJnPT2%oLg_Fq*;%rilQh z@me(P#HznPL(w$Npl0Y&W#-W&NtPI)>oTPDa9lK^*=6U+%`aLVl<%Q7q$38XfUvqRPs1jY(7px~n{^3`8_6dLq z5`B)RN7;JI#E0c7I^F4`FGsV)x`$AUTivu|uU=2FB-Hm+O@m=P$ETRTf8g(>IGihm z{DZg~VF?VM!y}w_h;?Le-NPnH4vFB;;e#L>6im-pSG^!T$_6P!AG_|^+MPV6gG5jd z_he)fDSKckc!*X=i*W`8Kz0e1SD^ICI~P|2NUAPgb}QmOD@8jxK~>W?<~ttCnRYGk zR>h@~?Oj}4Gbe*@wMBmYc&mM%o`>h3&Q-6)Dga2^p-Hw_jCjbm5X02IcAt4`l9W&~ z(8`x=gv>j|n9qsmpIlc63b!ut+t**x)E_QRE+6slih26%gJ&Iy15`6G0JeuKpEcEa{qj%O3b3B7MqNdxSZ)B((j3$R%aSu1FiV` zLDTrWqn(1I`q3wM1wMZpsZCi)K88`wGYUqMpes(epe5Bn_PnAMy#p28lJN|xjZ0PU z$hEa#{J?tV0#^cQlnzm?fEibLf3;qgo5toZO1l={VS8;N@coKoLGR;2r|i)ie@A~v z+Wm{)|KauTzyEd40sx@v@r+tJF*Vp7|1%p1SZa-DB%I95?sCs6Bx`#+3&PbkkzH{$ zK6QG&OVaIQ)uPO0pqO*85$*@9+1(qa9&wBTiarA`vKb>)7L$6n>F|( zQ;!~df=Fw(PujGryGvY*6`%c0R}d~scrsbV-(N~!ed^1zw{4iyne^1pi92E$i)?r~nY+(gcgv2!ZVf25t3r;j%3O|?p)Us; zlMJe*9s9OC`*U?l@7q3-spda^nRD})&}GUkMZ(C<#~`FaOqm4E;@Y`gg}gk(aJTcL zDmYa?51BT2j;|`0+q^cAQYonPeR2Q6Vwlfw`w1)kxv4*|Wj>skS%duUvX(r$G5F-e zr^m5J1vPnAmLCpZeX;W-K>!eoMxW|ggD@tcbn^??;t?YQL32bxpD$NoDq&BSkLG#d zB2w|~bLdN!RI>PB0zY7I0ZxGey&0Lr76JRWK=Gi!X&EmW7;W~`E5iMI9zy<=l?appYmd_P6HTl+VqMC!F^*hcPc4IEzoVB!2 zv9U7u<|r%4kCJkuN|dqYaOqmw0egd_h6uIWgy0;<5s_Q_P)Nf@vW7zdG7q0 z`xVEj|Bip-zqcIzU!Mx+Bmj;7)JgovWFb!jC@3Jf$h7R?kCpUqkM$Q~cD<)ska zt!1b#m%t}(`5K3`a_KWz*UPRiBuIoqxivJi9+IruXV&JWER;K=l#h?UI)X|8m4BC4 z(xDcmo`tFN-rfQ{Y*V;Y6%E2{Rc9j!?9@mEA(<0-rPw)XmN?3&S}1oaH8Jr!7&z}G zTsAiweZ6UvXRLeTLVqqTQ~K^XnYukMOqIS0C7@v75fi|ng3AN9CydG;x5#jNp>55F%Dvg#5?Xcv|mTHhF+?H-;GAS|Tw`SagT%9=}AXqr;F z5{TaK=DS0Lrp<+Te(3kpm$B@#?weSz!20O1+`M1E^$)+Z%#X>8b0j@~?^E!>38RdV zq-W>#!&sZ$vOGNSsJdRXauAsz@~WWz0a75%mWZR`yLtN+4^hNrDP4s-Q>B9nf=2xk z3>-=6mdUEn!>Q7Co(v|m_XHYlWZ*{DcvzK)G%FT>Q-*t!=<~#ezAk5+nO$}Z6(Cjv z$G?~H*;N;-^sl!8;ldAmUzc~*IIu2p%|!5WIE)7sH1_0jUo{?lqx4nQS1`$l08%#QTr}eM>7U)9hN`R zm{#cAd~5bkmGO(AEYs%J+JH#EhEanxuN}<8<5Wbis$4r5n3z(d(|9mUe`!j1}qG;hAMW4VUYHxVCWoZm`w$o3F zjR_7%6^fKN&gqn{Xhd7+4e+Y>Do97y1~NZ)7u%=Gv_4Bu6vCPlb+m{07%x%j`GqDp zdBbH?z^|pqdaC3(Q6#?#DW-Fux zq`tF7TnQ?SX8~8Gq>QUsMM&sVdoFyH;70_z)KgL=7`*qN*AETlRS`j{FyrJ3KZI(1 z9&P$`m~~A^RhzSdf-e`0DFNA&xyVxB$F8W5UM_%3tQx4CP?M}wByUZ8L@$|$n^z&~ zi0}ZNl+o#X5EY^6hW3E^BuUI9B3F*3!qsTNr?Yeu!_`#Top zaF_3A_&)rH^|Kxi0U-N3MVy<9Hby1qYLJn;OmeijK8?;-U{ zGz|bVQdRAwPGb5()YZ8|eK2MU-Y9AO)90dBSn^(be`qMx%`TY$0ZqnY3iWqfJ#e@~ z%{tq>scZNUd!q~5JMGZ{%18YQdW{hd?n}@`6FHsO{x9GF9vRbm33Wj*ru$7xw9SD{ z@f?g-A~#nSdplJ$sQ|rRESn?y`CV;!yUmQQ@ced#WEN)+yh!r5JpX+)j9hf&vxgtw zZ#>D~-*6lVU+{OSWLD3M_?a`kTp1O`s`gF!rU#^aeoxrk?_iHJ2ke#{`1y@Cx*RM?jnDPv<#psWMH^O zT&KiFCxdvc1!*c=Z;^zhb~r`zx(*4&a0t|8(%+E!yiS~AT<|>F84zK$`@*jTfvRA;6gNpETko)Ye|b}f+VV_xZ5+ASWALYOz^5dbE9$l_ z6?3Z}F~IGK28H5?-8!OeN&xDSqFw4e$IU`(D7RiecWplF0pC+%=>WDHWo$cdpUJlr z9aaFcn@3>@dgQE0WeYGoV6n(bU(sN9VUZ=@tqoJhZO6tep!HkU%Sv_OCerM3!mYrZ z+9G`_ow$9~)rhW~+`MD;TG+FsEkn8FiKWm*aR31z_s7p@I1yHTl^JAMtztw|j`2|F zz5^X$La~ZX;p`OwT7$aerl{>C2Br*nR#M>J1%?XJVJ5*n@fKTLowl>7`=e*CBcSGk zOI(Rs6WX9O=XaILoirN*iiOK}yq=B`)&0oiiLz_Q-@APsaeTe>3lOX=O z3_K|AbvIWVgTc^1h!+b&8}axQy~#G9a#=Q$?x&=_!ZT-(zgPt+m>Tcc%)~S(=*o54 zw`AvB8c=lLc+vF~S8)QiFMdG$`9nDFEn&Sfwweie7_??8=r(?=FLiK&8%67?^tP<68@- z;hg&6?)+>7PaWkQHPyML{DPlKCBw3558nCSV9>q@_q7;s%#^5g;yiCIK?zURUnJEo zCn#_km1l5r<1Ea$xRI(Du7M;6^_2W8GUiH7>g5d@zD~G^3H;!EYWfVfw)6zEDrFPC z_z*+*DVNGIc^EsLVLOR6fBO8vdksFX+iGuK^56R=r;@3$__t(~gX61#(_NeQ2UDG$ znN(_=b?Xp;6;AYJ)E~r5+HlW#Ac(q>eFRRBn`N=GWud*M=op3;%m|06(h2Ty4>Bpd z1ok}80z=~RXlhP3>d$&PI zCvY3T)-4@g#a+?@$d-fvO6{PZ&YEobN~Vr$s5bWSxxMg+aI}McTL>zB@%WLYAB>+b3p{xF4Ox3bHhod! zAAYZ8t^!6`E@=BdFm+#?g7TdBpPi&5SerecyzF{#$9SDCEuS6?B0~`!)EuIEn5Y<( z5yId|)gGa8+`^@I#qgr}bgN|r5Kx~>{=V5GecD{{j1V$f5D#M+npPS}7PAJd)n>lF z@TkpDfH7_8wWb)MVoGyp)5L54o9g)9ZLbd&QWw-;>9T}fF|)=V^fog*WjCo*5ca+M z&G00Eo8!`swuZ%+ES#04RIm0`76pTZ!r!St;}vuF^Xx8q-L5c3Scj?dKMB?Oa{tJK zD09^>)ynfy*2agXy*tOZc0cFuBy)M^pWj@5KfRVXx(gh@17rog(viaK-Ms1Y*I=J7 znK5L;w9y$HNTLRgsKyPWgQrq^Eq=3r2_Z>aTz4m1Py8ck`YoL27`&O%A#nA%3SiTy zwp6%*4nC z){;peyI+b2m0zPsp3*lElw1haZtM=%OVq8XQE2m!oE6LU$Ug~Nc$GRS$I%oWX(0t@ z-6%|H;`XhMk@zU0%AL)kCBkHM>=zq#p(OEr1$?sxhAXeyzjp5}-AS>0b)ju1hu&l0 zgTS?kheK`txBa7kv*A<6@u5FR93j0OmCdU8;$F| zypEZE6r)J$8fVeXTjP)`WKBs-VnUVbCWFq`gA+O3DPo+2vP35E!Wy?GM66(dQ16X? zC8mde(P)=oSXJN1h7wu&6&$kF<&C&CJ>SbQG-Na@cyjJy?D@W_@_5m+18hu+C9HQy>h^kbM0cmw?p>l?=otAm36K7k$jc-4w&pm zoqh)PjQ*G2j9Z+dyzqonU}*@7E5pP%eH|I5Qh$$=hrhOV3QX!<_?b7As; z_E#=WKF*s0mZCT2j`x>UkQ}}gy=ZD_GP+8B&Oi)k4LLt%m(QC(4|MZJU zuGinpcNKI|GHzc_`p<}rwu4lt!u+~b`(8*rNh8sNk~Bec5>^%WRISuhYzbA`msDEd zJg0S}oOw%;a7L>^kht@Q*_$VRBnr+whF zNv^VURIO}p{@sSS9U&$+bne99%cBWQ8hXNI6TrpvY!STx0r$kY=6m**esK`Xvq8J^ zB&{J6#?*M8r07dlC)nIQE!DD7>rXnL?e~(kJ5ciM7bA&!jRpH`N83THJ#Vt1kzL?X zqYYk)&b;r`4M~tGQ6^@;OiKqHK&f*`P8r>n^yQ6!JYEaHF`U z{#W;DITWj;zmU=3T$`Rr<@x!y;_aaF&CG4lJojhcbaFh28@8MWXJlQ)R^zbYLvJ37 zISZv$)tlT`n=xK|ebx8;8Hezi%NKq>^1Ib#uC7{IiWR>?KX=?7`k(0Uzqc|DP9ZQ( z|EW`w;T7VRVQDTlAuMdC-4#~V?gY|)1MlO&tYqEvON4KO{S$B1i?v=%5z=+I5m~d4{eOx7?^IvScy#5U6Z|48<=Gt#gb{fd}s+FS1~i6tNHqjnD6J7Ap=O* z%MVJM2DYuU!;SSt60g9SFGuV|Pi$#og)c(K*iB!_x4yT!>fFk-WV`$Fg1IwB!qx4n z!V8QDcfK`bqMuBiUka6Oe1)mjPss%Vb=}KDu;`8&`>fSR&^;p!_RSHGJGsghHNy)

|UY?73pE&kLZc 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 0 && hero.ally_heroID == pendingGrowthAnimationHeroId; SetSliderVisual(idol_expBar, snapshot.sliderValue, snapshot.sliderColor, animateExpBar); @@ -579,7 +584,8 @@ public class UI_Idols : MonoBehaviour ApplyBehaviourRadar(hero); PopulateSpecialSkills(hero); - UI_OrderedEntryAnimator.PlayRefresh(rightPanel, 0.16f, -8f, 0.99f, true); + // 改用只淡入的动画,避免位移导致名字跳动 + UI_OrderedEntryAnimator.PlayFadeOnly(rightPanel, 0, 0.2f, 0f, true); } private void SetIdolDocumentText(string value) @@ -889,6 +895,19 @@ public class UI_Idols : MonoBehaviour } } + // 改完文字后立即重建其(及自身)布局,让 ContentSizeFitter 当帧算好尺寸, + // 避免"旧尺寸显示一帧→下一帧修正"的偏移跳动。仅对挂了 ContentSizeFitter 的文本有意义, + // 对普通文本也无害(RebuildLayoutImmediate 开销很小、每次切换偶像才调用几次)。 + private static void ForceRebuildText(Text target) + { + if (target == null) return; + RectTransform rt = target.rectTransform; + if (rt != null) + { + UnityEngine.UI.LayoutRebuilder.ForceRebuildLayoutImmediate(rt); + } + } + private static void SetImageSprite(Image target, Sprite sprite) { if (target == null) diff --git a/Assets/scripts/Combat/AllyCombatant.cs b/Assets/scripts/Combat/AllyCombatant.cs index d88f0ca5..e04e4c99 100644 --- a/Assets/scripts/Combat/AllyCombatant.cs +++ b/Assets/scripts/Combat/AllyCombatant.cs @@ -2053,6 +2053,7 @@ public class AllyCombatant : MonoBehaviour, ICombatant else { SkillBuilder.Instance?.TriggerOnAdjacentAllySkillCast(slotIndex); + GameplayLevelRuleEventBus.NotifyAllySkillCast(slotIndex, GameplayClock.NowSongTime); } return anyTriggered; } diff --git a/Assets/scripts/Combat/EnemyCombatant.cs b/Assets/scripts/Combat/EnemyCombatant.cs index c2935bf7..af1fa87b 100644 --- a/Assets/scripts/Combat/EnemyCombatant.cs +++ b/Assets/scripts/Combat/EnemyCombatant.cs @@ -90,19 +90,46 @@ public class EnemyCombatant : MonoBehaviour, ICombatant SkillBuilder.Instance.TriggerOnEnemyRevive(this); } - // Trigger primary skill on revive if defined and trigger condition matches - TryTriggerPrimarySkill(SkillDefinition.SkillTrigger.OnEnemyRevive); + // Trigger configured enemy skills on revive if defined and trigger condition matches. + TryTriggerConfiguredSkills(SkillDefinition.SkillTrigger.OnEnemyRevive); } - // Documentation text normalized. - private void TryTriggerPrimarySkill(SkillDefinition.SkillTrigger when) + private void TryTriggerConfiguredSkills(SkillDefinition.SkillTrigger when) { if (sourceData == null) return; - var def = sourceData.GetPrimarySkill(); - if (def == null) return; + + HashSet executed = new HashSet(); + SkillDefinition primary = sourceData.GetPrimarySkill(); + ExecuteEnemySkillIfMatched(primary, when, executed); + + int[] groupIds = sourceData.GetEffectiveEquippedSkillGroupIDs(); + if (groupIds == null || groupIds.Length == 0) + return; + + for (int i = 0; i < groupIds.Length; i++) + { + int groupId = groupIds[i]; + if (groupId == 0) continue; + + SkillGroup group = sourceData.GetSkillGroupByID(groupId); + if (group == null || group.skills == null) + continue; + + for (int j = 0; j < group.skills.Length; j++) + { + ExecuteEnemySkillIfMatched(group.skills[j], when, executed); + } + } + } + + private void ExecuteEnemySkillIfMatched(SkillDefinition def, SkillDefinition.SkillTrigger when, HashSet executed) + { + if (def == null || executed == null) return; + if (executed.Contains(def)) return; if (def.triggerCondition != when) return; - // Evaluate formula into amount using enemy fields as variables + executed.Add(def); + float perTick = 0f; var vars = new Dictionary(); vars["maxHP"] = maxHP; @@ -135,7 +162,6 @@ public class EnemyCombatant : MonoBehaviour, ICombatant totalAmount = perTick * ticks; } - // Use SkillBuilder to execute effect, using this Enemy GameObject as caster if (SkillBuilder.Instance != null) { SkillBuilder.Instance.ExecuteSkill(def.displayName ?? def.skillId, def.effectType, totalAmount, def.defaultSelector, this.gameObject, null, def.defaultDuration, def.defaultTickInterval); @@ -190,6 +216,11 @@ public class EnemyCombatant : MonoBehaviour, ICombatant } } + if (actual > 0) + { + GameplayLevelRuleEventBus.NotifyEnemyDamaged(this, actual, source); + } + // grant mana based on sourceData setting if (sourceData != null && sourceData.manaGainOnDamagePercent > 0f && maxMana > 0) { @@ -352,7 +383,16 @@ public class EnemyCombatant : MonoBehaviour, ICombatant var type = actual > 0 ? iNumberPrefabController.InstantNumberType.Heal : iNumberPrefabController.InstantNumberType.Damage; iNumberPrefabController.SpawnForEnemyStatic(type, actual); } - if (currentHP <= 0) Die(); + if (currentHP <= 0) + { + if (GameplayLevelRuleEventBus.ShouldPreventEnemyDeath(this)) + { + currentHP = 1; + return; + } + + Die(); + } } public void ModifyMana(int delta, bool animate = true) @@ -371,18 +411,18 @@ public class EnemyCombatant : MonoBehaviour, ICombatant } } - // If mana reached full, trigger primary skill and reset mana + // If mana reached full, trigger configured skills and reset mana if (currentMana >= maxMana && maxMana > 0 && Application.isPlaying) { Debug.Log($"[EnemyCombatant] Mana full for {gameObject.name} (slot) - triggering OnManaFull"); try { - // Trigger primary skill configured for OnManaFull - TryTriggerPrimarySkill(SkillDefinition.SkillTrigger.OnManaFull); + TryTriggerConfiguredSkills(SkillDefinition.SkillTrigger.OnManaFull); + GameplayLevelRuleEventBus.NotifyEnemyManaFull(this); } catch (Exception ex) { - Debug.LogError($"[EnemyCombatant] TryTriggerPrimarySkill threw: {ex}"); + Debug.LogError($"[EnemyCombatant] OnManaFull handling threw: {ex}"); } // reset mana after casting @@ -457,8 +497,8 @@ public class EnemyCombatant : MonoBehaviour, ICombatant } } - // Trigger primary skill on death if configured (enemy's own skill) - TryTriggerPrimarySkill(SkillDefinition.SkillTrigger.OnEnemyDead); + // Trigger configured enemy skills on death if configured. + TryTriggerConfiguredSkills(SkillDefinition.SkillTrigger.OnEnemyDead); // notify listeners (UI/manager) that enemy died AFTER triggering skills so they operate on the current instance OnEnemyDied?.Invoke(this); diff --git a/Assets/scripts/Combat/SkillBuilder.cs b/Assets/scripts/Combat/SkillBuilder.cs index 447e8ccc..fa3458d0 100644 --- a/Assets/scripts/Combat/SkillBuilder.cs +++ b/Assets/scripts/Combat/SkillBuilder.cs @@ -1369,6 +1369,10 @@ ResolvedGroup: } catch { /* never break gameplay because of optional UI */ } + // Spawn the track skill popup as soon as the skill is confirmed for this frame. + // This avoids later target-resolution branches swallowing the popup on early returns. + SpawnTrackSkillPopup(slotIndex, smallSkillName, smallSkillIcon); + GameObject caster = GetAllyObjectBySlot(slotIndex); if (caster == null) { @@ -1926,7 +1930,10 @@ ResolvedGroup: } // For listed skills: do not stack when retriggered, only refresh duration. - if (appliedRefreshOnly) return; + if (appliedRefreshOnly) + { + return; + } } // For non-direct path, EffectSystem expects 'amount' to be total amount for sustained effects @@ -1986,7 +1993,6 @@ ResolvedGroup: GameplaySkillLogger.RecordSkillRelease(casterDisplayName, skillDisplayName, def.effectType.ToString(), effectSummary, targetSummary); } catch { } - return true; } @@ -2111,6 +2117,21 @@ ResolvedGroup: } } + private static readonly string[] s_trackSkillPopupColors = { "red", "green", "yellow", "purple", "blue" }; + + private void SpawnTrackSkillPopup(int slotIndex, string skillName, Sprite skillIcon) + { + if (slotIndex < 0 || slotIndex >= s_trackSkillPopupColors.Length) + return; + + var fx = Animation_GenerateJudgementSituationPrefab.Instance + ?? SceneObjectLookupCache.FindAny(); + if (fx == null) + return; + + fx.SpawnTrackSkillPrefab(s_trackSkillPopupColors[slotIndex], skillIcon, skillName ?? string.Empty); + } + private bool HandleEquipSkillGhoulSchool(int slotIndex) { _equipGhoulSchoolActiveSlots.Add(slotIndex); diff --git a/Assets/scripts/Data/EnemyData_SO.cs b/Assets/scripts/Data/EnemyData_SO.cs index c4063f21..19c73bb3 100644 --- a/Assets/scripts/Data/EnemyData_SO.cs +++ b/Assets/scripts/Data/EnemyData_SO.cs @@ -123,6 +123,26 @@ public class EnemyData_SO : ScriptableObject return availableSkills[primarySkillIndex]; } + public SkillGroup GetSkillGroupByID(int groupId) + { + if (skillGroups == null || skillGroups.Length == 0) + return null; + + for (int i = 0; i < skillGroups.Length; i++) + { + SkillGroup group = skillGroups[i]; + if (group != null && group.skillGroupID == groupId) + return group; + } + + return null; + } + + public int[] GetEffectiveEquippedSkillGroupIDs() + { + return equippedSkillGroupIDs ?? System.Array.Empty(); + } + // New: groups of skills. Each group contains a numeric skillGroupID and a variable-length list of SkillDefinitions. [Tooltip("Skill groups defined on this enemy. Each SkillGroup has a numeric skillGroupID which can be equipped into slots to allow activation of the entire group via that ID.")] public SkillGroup[] skillGroups = new SkillGroup[0]; diff --git a/Assets/scripts/UI/UICanvasMatchFitter.cs b/Assets/scripts/UI/UICanvasMatchFitter.cs index 3760e495..e0d93f6e 100644 --- a/Assets/scripts/UI/UICanvasMatchFitter.cs +++ b/Assets/scripts/UI/UICanvasMatchFitter.cs @@ -24,17 +24,21 @@ public sealed class UICanvasMatchFitter : MonoBehaviour private void OnEnable() { scaler = GetComponent(); - Apply(); + // 切换 UI 时 Canvas 激活会走到这里。若只是设 match 而不立即同步, + // 序列化的旧 match(=1) 会在激活当帧先生效、下一帧才被本组件改成正确值, + // 造成偏心元素(如偶像名字 anchoredX≈-201)"先偏后正"的一帧跳动。 + // 故激活时同步应用并强制刷新 Canvas,消除这一帧时序。 + Apply(forceCanvasUpdate: true); } private void Update() { // 分辨率/窗口变化时才重算。 float aspect = (float)Screen.width / Mathf.Max(1, Screen.height); - if (Mathf.Abs(aspect - lastAspect) > 0.0001f) Apply(); + if (Mathf.Abs(aspect - lastAspect) > 0.0001f) Apply(forceCanvasUpdate: false); } - private void Apply() + private void Apply(bool forceCanvasUpdate) { if (scaler == null) scaler = GetComponent(); if (scaler == null) return; @@ -45,6 +49,16 @@ public sealed class UICanvasMatchFitter : MonoBehaviour scaler.screenMatchMode = CanvasScaler.ScreenMatchMode.MatchWidthOrHeight; // 更宽→锁高度(1);更窄→锁宽度(0)。等于始终匹配“更受限的一侧”,设计区域完整可见。 - scaler.matchWidthOrHeight = aspect >= DesignAspect ? 1f : 0f; + float target = aspect >= DesignAspect ? 1f : 0f; + bool changed = !Mathf.Approximately(scaler.matchWidthOrHeight, target); + scaler.matchWidthOrHeight = target; + + if (forceCanvasUpdate && changed) + { + // 让 CanvasScaler 立即按新 match 重算 scaleFactor、并在同一帧完成布局, + // 避免"旧 scale 定位一帧 → 下一帧修正"的可见跳动。 + // ForceUpdateCanvases 会驱动 CanvasScaler 重算并刷新布局。 + Canvas.ForceUpdateCanvases(); + } } } diff --git a/Assets/scripts/UI/UIResolutionAutoFitter.cs b/Assets/scripts/UI/UIResolutionAutoFitter.cs index 42091ff1..ce2cbb63 100644 --- a/Assets/scripts/UI/UIResolutionAutoFitter.cs +++ b/Assets/scripts/UI/UIResolutionAutoFitter.cs @@ -63,6 +63,7 @@ public sealed class UIResolutionAutoFitter : MonoBehaviour _enemyFollowAttached = false; _trackStabilizerAttached = false; _cameraTunerAttached = false; + _trackScalerAttached = false; StartCoroutine(FitAfterFrame()); } @@ -301,9 +302,22 @@ public sealed class UIResolutionAutoFitter : MonoBehaviour _cameraTunerAttached = true; } } + + // 轨道缩放器:挂到 effectEventController(已是单例集中点)或任意对象,运行时找 track1-5 拉长。 + if (!_trackScalerAttached) + { + var eff = effectEventController.Instance; + if (eff != null) + { + if (eff.GetComponent() == null) + eff.gameObject.AddComponent(); + _trackScalerAttached = true; + } + } } private bool _trackStabilizerAttached; private bool _cameraTunerAttached; + private bool _trackScalerAttached; // gameplay 敌人容器(普通 Transform,非 RectTransform):让其跟随屏幕左缘。 // 敌人显示对象是 enemyObject_toWiggle,其定位父级是名为 empty 的普通 Transform, diff --git a/Assets/scripts/_runtimecache/FirstRunFactoryResetService.cs b/Assets/scripts/_runtimecache/FirstRunFactoryResetService.cs index 9538e35e..8f17a369 100644 --- a/Assets/scripts/_runtimecache/FirstRunFactoryResetService.cs +++ b/Assets/scripts/_runtimecache/FirstRunFactoryResetService.cs @@ -425,6 +425,7 @@ public static class FirstRunFactoryResetService string[] keysToDelete = { "noteSpeedMultiplier", + "noteSpeedMultiplierDefaultVersion", "UserGlobalDelaySeconds", "screenMode", "resolutionIndex", diff --git a/Assets/scripts/gamePlay_gameplay/Animation_GenerateJudgementSituationPrefab.cs b/Assets/scripts/gamePlay_gameplay/Animation_GenerateJudgementSituationPrefab.cs index f8468959..458f51f6 100644 --- a/Assets/scripts/gamePlay_gameplay/Animation_GenerateJudgementSituationPrefab.cs +++ b/Assets/scripts/gamePlay_gameplay/Animation_GenerateJudgementSituationPrefab.cs @@ -1,5 +1,7 @@ -using UnityEngine; +using UnityEngine; +using UnityEngine.UI; using System.Collections; +using System.Collections.Generic; public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour { @@ -23,51 +25,82 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour public GameObject good_judge_prefab; public GameObject miss_judge_prefab; + [Header("Inspector")] + public GameObject trackSkill_prefab; + [Header("Inspector")] public float baseScale = 1.0f; public bool useRandomScale = true; public float minScaleMultiplier = 0.8f; public float maxScaleMultiplier = 1.2f; - [Header("Inspector")] - public float jumpForce = 5.0f; // Documentation text normalized. - public float gravity = -16f; // Documentation text normalized. - [Tooltip("Horizontal drift distance range for judge popup text. Adds a real arc instead of a straight pop.")] - public Vector2 horizontalDriftRange = new Vector2(0.25f, 0.65f); - [Tooltip("Random Z rotation range applied over the popup lifetime.")] - public float rotationRange = 8f; - [Tooltip("Temporary scale punch at the beginning of the popup.")] - public float scalePunch = 0.18f; - [Tooltip("How long the initial scale punch takes before settling back.")] - public float scalePunchDuration = 0.18f; + [System.Serializable] + public class PopupMotionSettings + { + public float jumpForce = 5.0f; + public float gravity = -16f; + [Tooltip("Horizontal drift distance range for popup text. Adds a real arc instead of a straight pop.")] + public Vector2 horizontalDriftRange = new Vector2(0.25f, 0.65f); + [Tooltip("Random Z rotation range applied over the popup lifetime.")] + public float rotationRange = 8f; + [Tooltip("Temporary scale punch at the beginning of the popup.")] + public float scalePunch = 0.18f; + [Tooltip("How long the initial scale punch takes before settling back.")] + public float scalePunchDuration = 0.18f; + public float fadeInTime = 0.1f; + public float fadeOutStartTime = 0.6f; + public float fadeOutDuration = 0.35f; + } - [Header("Inspector")] - public float fadeInTime = 0.1f; // Documentation text normalized. - public float fadeOutStartTime = 0.6f; // Documentation text normalized. - public float fadeOutDuration = 0.35f; // Documentation text normalized. + [Header("Judge Popup")] + public PopupMotionSettings judgePopup = new PopupMotionSettings() + { + jumpForce = 7.2f, + gravity = -16f, + horizontalDriftRange = new Vector2(0.25f, 0.65f), + rotationRange = 8f, + scalePunch = 0.18f, + scalePunchDuration = 0.18f, + fadeInTime = 0.1f, + fadeOutStartTime = 0.3f, + fadeOutDuration = 0.1f + }; + + [Header("Track Skill Popup")] + public PopupMotionSettings trackSkillPopup = new PopupMotionSettings() + { + jumpForce = 6.8f, + gravity = -12.5f, + horizontalDriftRange = new Vector2(0.18f, 0.48f), + rotationRange = 6f, + scalePunch = 0.14f, + scalePunchDuration = 0.16f, + fadeInTime = 0.08f, + fadeOutStartTime = 0.36f, + fadeOutDuration = 0.1f + }; + + [Header("Track Skill UI")] + [Tooltip("UI prefab spawned under world-space Effect nodes needs a small world scale. Judge SpriteRenderer prefabs still use baseScale directly.")] + public float trackSkillUiScaleMultiplier = 0.01f; + public int trackSkillSortingOrder = 9000; - // Cache spawn transforms to avoid accessing destroyed GameObject references. private Transform redSpawn; private Transform greenSpawn; private Transform yellowSpawn; private Transform purpleSpawn; private Transform blueSpawn; - - // Track last scene to detect scene changes + private int lastSceneIndex = -1; private Coroutine prewarmJudgeCoroutine; - private readonly System.Collections.Generic.Dictionary> judgePools - = new System.Collections.Generic.Dictionary>(); - private readonly System.Collections.Generic.HashSet rentedJudges - = new System.Collections.Generic.HashSet(); + private readonly Dictionary> judgePools = new Dictionary>(); + private readonly HashSet rentedJudges = new HashSet(); private void Awake() { if (Instance == null) { Instance = this; - // Documentation text normalized. - // Documentation text normalized. } else if (Instance != this) { @@ -81,13 +114,11 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour private void Start() { - // Ensure spawn points are cached after all scene objects are initialized CacheSpawnPointsIfNeeded(); } private void OnEnable() { - // Detect scene reload and refresh cache int currentSceneIndex = UnityEngine.SceneManagement.SceneManager.GetActiveScene().buildIndex; if (currentSceneIndex != lastSceneIndex) { @@ -103,10 +134,8 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour private void CacheSpawnPointsIfNeeded() { - // Only recache if any of the references appear to be invalid (destroyed) if (redSpawn == null || greenSpawn == null || yellowSpawn == null || purpleSpawn == null || blueSpawn == null) { - // Check if the effect GameObjects are still valid bool anyInvalid = (redEffect == null || redEffect.transform == null) || (greenEffect == null || greenEffect.transform == null) || (yellowEffect == null || yellowEffect.transform == null) || @@ -122,16 +151,15 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour private void CacheSpawnPoints() { - // Important: check Unity "fake null" before accessing .transform redSpawn = redEffect != null ? redEffect.transform : null; greenSpawn = greenEffect != null ? greenEffect.transform : null; yellowSpawn = yellowEffect != null ? yellowEffect.transform : null; purpleSpawn = purpleEffect != null ? purpleEffect.transform : null; blueSpawn = blueEffect != null ? blueEffect.transform : null; - + if (JudgeManager.IsDebugEnabled) { - Debug.Log($"[Animation_Generate] Cached spawn points: red={redSpawn!=null}, green={greenSpawn!=null}, yellow={yellowSpawn!=null}, purple={purpleSpawn!=null}, blue={blueSpawn!=null}"); + Debug.Log($"[Animation_Generate] Cached spawn points: red={redSpawn != null}, green={greenSpawn != null}, yellow={yellowSpawn != null}, purple={purpleSpawn != null}, blue={blueSpawn != null}"); } } @@ -172,13 +200,37 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour instance.transform.localPosition = Vector3.zero; instance.transform.localRotation = Quaternion.identity; - // Documentation text normalized. float finalScale = baseScale; if (useRandomScale) finalScale *= Random.Range(minScaleMultiplier, maxScaleMultiplier); instance.transform.localScale = new Vector3(finalScale, finalScale, 1f); - // Documentation text normalized. - StartCoroutine(AnimateSprite(instance)); + StartCoroutine(AnimatePopup(instance, judgePopup, false)); + } + + public void SpawnTrackSkillPrefab(string color, Sprite skillIcon, string skillName) + { + if (string.IsNullOrEmpty(color) || trackSkill_prefab == null) + return; + + Transform spawnPoint = GetSpawnPoint(color); + if (spawnPoint == null) + return; + + GameObject instance = Instantiate(trackSkill_prefab, spawnPoint, false); + if (instance == null) + return; + + EnsureRenderableTrackSkillInstance(instance); + BindTrackSkillContent(instance, skillIcon, skillName); + + instance.transform.localPosition = Vector3.zero; + instance.transform.localRotation = Quaternion.identity; + float finalScale = baseScale; + if (useRandomScale) finalScale *= Random.Range(minScaleMultiplier, maxScaleMultiplier); + ApplyTrackSkillScale(instance, finalScale); + instance.SetActive(true); + + StartCoroutine(AnimatePopup(instance, trackSkillPopup, true)); } public void PrewarmJudgePrefabs(int perPrefab = 1) @@ -231,78 +283,98 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour prewarmJudgeCoroutine = null; } - private IEnumerator AnimateSprite(GameObject obj) + private IEnumerator AnimatePopup(GameObject obj, PopupMotionSettings settings, bool destroyAtEnd = false) { if (obj == null) yield break; + if (settings == null) settings = judgePopup; SpriteRenderer[] renderers = obj.GetComponentsInChildren(true); + Graphic[] graphics = obj.GetComponentsInChildren(true); + CanvasGroup canvasGroup = obj.GetComponent(); + float elapsed = 0f; - float vVelocity = jumpForce; - float totalLifeTime = fadeOutStartTime + fadeOutDuration; + float vVelocity = settings.jumpForce; + float fadeDuration = Mathf.Max(0.001f, settings.fadeOutDuration); + float estimatedApexTime = settings.gravity < -0.001f ? Mathf.Max(0f, settings.jumpForce / -settings.gravity) : settings.fadeOutStartTime; + float totalLifeTime = Mathf.Max(settings.fadeInTime + fadeDuration, estimatedApexTime + fadeDuration); float driftSign = Random.value < 0.5f ? -1f : 1f; - float driftDistance = Random.Range(horizontalDriftRange.x, horizontalDriftRange.y) * driftSign; + float driftDistance = Random.Range(settings.horizontalDriftRange.x, settings.horizontalDriftRange.y) * driftSign; float horizontalVelocity = totalLifeTime > 0.001f ? driftDistance / totalLifeTime : 0f; - float targetRotation = Random.Range(-rotationRange, rotationRange); + float targetRotation = Random.Range(-settings.rotationRange, settings.rotationRange); Vector3 currentLocalPos = Vector3.zero; Vector3 baseScaleValue = obj.transform.localScale; + bool fadeOutStarted = false; + float fadeOutElapsed = 0f; + float fadeOutStartAlpha = 1f; + float currentAlpha = 0f; SetRenderersAlpha(renderers, 0f); + SetGraphicsAlpha(graphics, canvasGroup, 0f); - // Documentation text normalized. - while (elapsed < totalLifeTime) + while (!fadeOutStarted || fadeOutElapsed < fadeDuration) { if (obj == null) yield break; float dt = Time.deltaTime; elapsed += dt; - // Documentation text normalized. - vVelocity += gravity * dt; + float previousVelocity = vVelocity; + vVelocity += settings.gravity * dt; currentLocalPos.x += horizontalVelocity * dt; currentLocalPos.y += vVelocity * dt; obj.transform.localPosition = currentLocalPos; obj.transform.localRotation = Quaternion.Euler(0f, 0f, Mathf.Lerp(0f, targetRotation, Mathf.Clamp01(elapsed / totalLifeTime))); - float scaleT = scalePunchDuration > 0.001f ? Mathf.Clamp01(elapsed / scalePunchDuration) : 1f; - float punch = Mathf.Sin(scaleT * Mathf.PI) * scalePunch; + float scaleT = settings.scalePunchDuration > 0.001f ? Mathf.Clamp01(elapsed / settings.scalePunchDuration) : 1f; + float punch = Mathf.Sin(scaleT * Mathf.PI) * settings.scalePunch; obj.transform.localScale = baseScaleValue * (1f + punch); - // Documentation text normalized. - float alpha; + bool reachedApex = previousVelocity > 0f && vVelocity <= 0f; + if (!fadeOutStarted && (reachedApex || elapsed >= totalLifeTime - fadeDuration)) + { + fadeOutStarted = true; + fadeOutElapsed = 0f; + fadeOutStartAlpha = currentAlpha; + } - // Documentation text normalized. - if (elapsed < fadeInTime) + float alpha; + if (fadeOutStarted) { - alpha = Mathf.InverseLerp(0f, fadeInTime, elapsed); + fadeOutElapsed += dt; + alpha = Mathf.Lerp(fadeOutStartAlpha, 0f, Mathf.Clamp01(fadeOutElapsed / fadeDuration)); } - // Documentation text normalized. - else if (elapsed > fadeOutStartTime) + else if (elapsed < settings.fadeInTime) { - // Documentation text normalized. - alpha = Mathf.InverseLerp(totalLifeTime, fadeOutStartTime, elapsed); + alpha = Mathf.InverseLerp(0f, settings.fadeInTime, elapsed); } - // Documentation text normalized. else { alpha = 1f; } - SetRenderersAlpha(renderers, Mathf.Clamp01(alpha)); + alpha = Mathf.Clamp01(alpha); + currentAlpha = alpha; + SetRenderersAlpha(renderers, alpha); + SetGraphicsAlpha(graphics, canvasGroup, alpha); yield return null; } - // Documentation text normalized. if (obj != null) { obj.transform.localScale = baseScaleValue; obj.transform.localRotation = Quaternion.identity; SetRenderersAlpha(renderers, 0f); + SetGraphicsAlpha(graphics, canvasGroup, 0f); } - // Documentation text normalized. - - if (obj != null) ReturnJudgeToPool(obj); + if (obj != null) + { + if (destroyAtEnd) + Destroy(obj); + else + ReturnJudgeToPool(obj); + } } private static void SetRenderersAlpha(SpriteRenderer[] renderers, float alpha) @@ -322,6 +394,104 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour } } + private static void SetGraphicsAlpha(Graphic[] graphics, CanvasGroup canvasGroup, float alpha) + { + if (canvasGroup != null) + { + canvasGroup.alpha = alpha; + return; + } + + if (graphics == null) + return; + + for (int i = 0; i < graphics.Length; i++) + { + Graphic graphic = graphics[i]; + if (graphic == null) + continue; + + Color c = graphic.color; + c.a = alpha; + graphic.color = c; + } + } + + private void EnsureRenderableTrackSkillInstance(GameObject instance) + { + if (instance == null) + return; + + if (instance.GetComponentInChildren(true) == null) + return; + + Canvas canvas = instance.GetComponent(); + if (canvas == null) + canvas = instance.AddComponent(); + + canvas.renderMode = RenderMode.WorldSpace; + canvas.overrideSorting = true; + canvas.sortingOrder = trackSkillSortingOrder; + canvas.pixelPerfect = false; + + CanvasGroup canvasGroup = instance.GetComponent(); + if (canvasGroup == null) + canvasGroup = instance.AddComponent(); + canvasGroup.alpha = 1f; + } + + private void ApplyTrackSkillScale(GameObject instance, float finalScale) + { + if (instance == null) + return; + + bool isUiPrefab = instance.GetComponentInChildren(true) != null; + float appliedScale = isUiPrefab ? finalScale * trackSkillUiScaleMultiplier : finalScale; + instance.transform.localScale = new Vector3(appliedScale, appliedScale, 1f); + } + + private void BindTrackSkillContent(GameObject instance, Sprite skillIcon, string skillName) + { + if (instance == null) + return; + + Image targetImage = null; + Text targetText = null; + + TrackSkillPrefab modern = instance.GetComponent(); + if (modern != null) + { + modern.Bind(skillIcon, skillName); + targetImage = modern.skillImage; + targetText = modern.skillText; + } + else + { + trackSkillPrefab legacy = instance.GetComponent(); + if (legacy != null) + { + targetImage = legacy.track_skillIcon; + targetText = legacy.track_skillName; + } + } + + if (targetImage == null) + targetImage = instance.GetComponentInChildren(true); + if (targetText == null) + targetText = instance.GetComponentInChildren(true); + + if (targetImage != null) + { + targetImage.sprite = skillIcon; + targetImage.enabled = skillIcon != null; + } + + if (targetText != null) + { + targetText.text = string.IsNullOrWhiteSpace(skillName) ? string.Empty : skillName; + } + } + private GameObject GetPooledJudge(GameObject prefab, Transform parent) { if (prefab == null || parent == null) @@ -329,7 +499,7 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour if (!judgePools.TryGetValue(prefab, out var pool)) { - pool = new System.Collections.Generic.Stack(); + pool = new Stack(); judgePools[prefab] = pool; } @@ -384,7 +554,7 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour if (!judgePools.TryGetValue(tag.prefabSource, out var pool)) { - pool = new System.Collections.Generic.Stack(); + pool = new Stack(); judgePools[tag.prefabSource] = pool; } @@ -399,8 +569,6 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour { if (string.IsNullOrEmpty(color)) return null; - // Documentation text normalized. - Transform point = null; switch (color.ToLower()) { @@ -409,7 +577,7 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour case "yellow": point = yellowSpawn; break; case "purple": point = purpleSpawn; break; case "blue": point = blueSpawn; break; - default: + default: Debug.LogWarning($"[Animation_Generate] Unknown color: {color}"); return null; } @@ -425,7 +593,7 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour private GameObject GetJudgePrefab(string result) { if (string.IsNullOrEmpty(result)) return null; - + GameObject prefab = null; switch (result.ToLower()) { @@ -433,7 +601,7 @@ public class Animation_GenerateJudgementSituationPrefab : MonoBehaviour case "great": prefab = great_judge_prefab; break; case "good": prefab = good_judge_prefab; break; case "miss": prefab = miss_judge_prefab; break; - default: + default: Debug.LogWarning($"[Animation_Generate] Unknown judge result: {result}"); return null; } diff --git a/Assets/scripts/gamePlay_gameplay/CameraResolutionTuner.cs b/Assets/scripts/gamePlay_gameplay/CameraResolutionTuner.cs index 1ac61ba0..9e45e3c8 100644 --- a/Assets/scripts/gamePlay_gameplay/CameraResolutionTuner.cs +++ b/Assets/scripts/gamePlay_gameplay/CameraResolutionTuner.cs @@ -1,55 +1,55 @@ using UnityEngine; ///

-/// 根据屏幕宽高比,对 gameplay 相机做"适当微调":叠加一点 X 旋转(俯角)与 Z 距离增量。 -/// 目的:不同分辨率下让轨道透视观感更协调(如超宽屏略微拉远/调俯角),与 contain 式 FOV 适配互补。 +/// 根据屏幕宽高比,对 gameplay 相机做分辨率适配,让宽屏下轨道观感更接近设计(16:9)。 /// -/// 安全性(核心):**绝不直接写相机 transform**。所有微调通过 effectEventController.SetResolutionCameraAdjust -/// 施加到"漂移 pivot"(顶层基准节点),并由该方法同步漂移基准 z——因此与相机漂移、SmoothShake 抖动、 -/// 技能偏移、冲刺特效等所有"写相机位姿"的业务逻辑完全不冲突(它们叠加在 pivot 之下或相机自身)。 +/// 需求(用户指定):越宽的屏幕(21:9/32:9)轨道越缩在中间、显细,左右与 UI 空出大黑缝。 +/// 解决方案:宽屏时把相机从设计基准(z=-8, X=-40°)逐步插值到"z 更高 + X 更朝水平"的目标位姿, +/// 让轨道透视放大、铺满视野,同时保持判定线距离/视距/业务逻辑不变(音符/判定用世界坐标,不受相机缩放影响)。 /// -/// 用一个 bool(enableTuning)开关。关闭时把增量清零(恢复设计基准),行为与未加此脚本一致。 -/// 增量相对"设计基准"计算,不累积;16:9 时增量为 0(与原设计逐像素一致)。 +/// 操作对象:**直接改相机本体(Main Camera 子物体)自身的 local z 高度与 local X 旋转**, +/// 不动其父/祖父 pivot(drift/skill pivot)。通过 effectEventController.SetResolutionCameraSelf 施加, +/// 由该方法处理与 SmoothShake(写相机 local)、冲刺(写相机 local z)的共享——空闲时写入持久生效, +/// 抖动/冲刺触发时会以当前 local 重新捕获基准。不碰任何 UI:UI 贴边逻辑独立,本脚本只改相机位姿。 +/// +/// 用一个 bool(enableTuning)开关。关闭时恢复设计基准(与未加此脚本逐像素一致)。 +/// 16:9 及更窄(平板 1.6、竖屏)保持设计基准不动;宽屏线性插值;21:9 及更宽夹在最大偏移(用户指定的上限)。 /// [DisallowMultipleComponent] public sealed class CameraResolutionTuner : MonoBehaviour { - [Tooltip("是否启用按分辨率微调相机(X旋转/Z)。关闭则恢复设计基准。")] + [Tooltip("是否启用按分辨率微调相机。关闭则恢复设计基准。")] public bool enableTuning = true; - [Tooltip("设计基准宽高比。16:9 = 1.7778。此比例下增量为 0。")] + [Tooltip("设计基准宽高比。16:9 = 1.7778。此比例及更窄时无微调。")] public float designAspect = 16f / 9f; - [Header("宽屏(aspect > 设计)微调")] - [Tooltip("每偏离设计宽高比 1.0,额外叠加的 X 旋转角度(正=更俯视)。建议很小。")] - public float widePerAspectRotX = 3f; - [Tooltip("每偏离设计宽高比 1.0,额外叠加的 Z 距离(负=相机后退拉远)。")] - public float widePerAspectZ = -1.0f; - [Tooltip("宽屏微调的绝对上限,避免极端超宽屏过度。")] - public float wideMaxRotX = 6f; - public float wideMaxZ = -2.0f; + [Tooltip("最大偏移的宽高比上限。21:9 = 2.3333。达到或超过此比例时夹在最大偏移。")] + public float maxOffsetAspect = 21f / 9f; - [Header("窄屏(aspect < 设计)微调")] - [Tooltip("每偏离设计宽高比 1.0,额外叠加的 X 旋转角度。")] - public float narrowPerAspectRotX = 0f; - [Tooltip("每偏离设计宽高比 1.0,额外叠加的 Z 距离。")] - public float narrowPerAspectZ = 0f; - public float narrowMaxRotX = 4f; - public float narrowMaxZ = 2.0f; + [Header("21:9 时相机本体(Main Camera)的目标 local 位姿(最大偏移)")] + [Tooltip("21:9 时相机本体的目标 local Z 高度。用户指定 2.5(相机自身 z=2.5)。")] + public float targetCameraZ = 2.5f; + + [Tooltip("21:9 时相机本体的目标 local X 旋转角度。用户指定 5(相机自身 X=5°)。")] + public float targetCameraRotX = 5f; private float _lastAspect = -1f; private bool _lastEnabled; + private bool _applied; // 上次 Apply 是否成功写入相机(相机/单例未就绪时为 false,下一帧重试) private void OnEnable() { _lastAspect = -1f; + _applied = false; Apply(); } private void Update() { float aspect = (float)Screen.width / Mathf.Max(1, Screen.height); - if (Mathf.Abs(aspect - _lastAspect) > 0.0001f || enableTuning != _lastEnabled) + // 宽高比/开关变化,或此前尚未成功写入(相机/单例未就绪),则重试。 + if (!_applied || Mathf.Abs(aspect - _lastAspect) > 0.0001f || enableTuning != _lastEnabled) { Apply(); } @@ -58,7 +58,7 @@ public sealed class CameraResolutionTuner : MonoBehaviour private void Apply() { var eff = effectEventController.Instance; - if (eff == null) return; + if (eff == null) { _applied = false; return; } float aspect = (float)Screen.width / Mathf.Max(1, Screen.height); _lastAspect = aspect; @@ -66,26 +66,30 @@ public sealed class CameraResolutionTuner : MonoBehaviour if (!enableTuning) { - eff.SetResolutionCameraAdjust(0f, 0f); // 恢复设计基准 + // 关闭:t=0 → 相机本体回到 local 设计基准(运行时为 0/identity)。 + _applied = eff.SetResolutionCameraSelf(0f, targetCameraRotX, targetCameraZ); return; } - float rotX = 0f; - float z = 0f; + // 16:9 及更窄:t=0(无微调,与设计逐像素一致)。 + // 16:9 ~ 21:9:线性插值 t ∈ [0,1]。 + // 21:9 及更宽:t=1(夹在最大偏移上限)。 + float t = 0f; if (aspect > designAspect) { - float dev = aspect - designAspect; // 宽屏偏离量 - rotX = Mathf.Clamp(widePerAspectRotX * dev, Mathf.Min(0f, wideMaxRotX), Mathf.Max(0f, wideMaxRotX)); - z = Mathf.Clamp(widePerAspectZ * dev, Mathf.Min(0f, wideMaxZ), Mathf.Max(0f, wideMaxZ)); + if (aspect >= maxOffsetAspect) + { + t = 1f; // 超宽屏:夹在最大偏移 + } + else + { + // 插值区间:designAspect(16:9≈1.778) → maxOffsetAspect(21:9≈2.333) + t = (aspect - designAspect) / Mathf.Max(0.0001f, maxOffsetAspect - designAspect); + t = Mathf.Clamp01(t); + } } - else if (aspect < designAspect) - { - float dev = designAspect - aspect; // 窄屏偏离量 - rotX = Mathf.Clamp(narrowPerAspectRotX * dev, Mathf.Min(0f, narrowMaxRotX), Mathf.Max(0f, narrowMaxRotX)); - z = Mathf.Clamp(narrowPerAspectZ * dev, Mathf.Min(0f, narrowMaxZ), Mathf.Max(0f, narrowMaxZ)); - } - // 16:9:rotX=z=0,无微调。 + // aspect <= designAspect:t=0(无微调)。 - eff.SetResolutionCameraAdjust(rotX, z); + _applied = eff.SetResolutionCameraSelf(t, targetCameraRotX, targetCameraZ); } } diff --git a/Assets/scripts/gamePlay_gameplay/HoldNote.cs b/Assets/scripts/gamePlay_gameplay/HoldNote.cs index bca32f88..b96770c6 100644 --- a/Assets/scripts/gamePlay_gameplay/HoldNote.cs +++ b/Assets/scripts/gamePlay_gameplay/HoldNote.cs @@ -12,6 +12,23 @@ public class HoldNote : BaseNote private string noteID = string.Empty; private NoteSegment segment = NoteSegment.None; + // 获取用于生成判定 prefab 的颜色。如果 noteColor 为空(初始化异常),从 trackIndex 推导兜底。 + private string GetColorForPrefab() + { + if (!string.IsNullOrEmpty(noteColor)) return noteColor; + + if (trackIndex >= 0 && trackIndex < 5) + { + string[] trackColors = { "red", "green", "yellow", "purple", "blue" }; + string fallback = trackColors[trackIndex]; + if (JudgeManager.IsDebugEnabled) Debug.LogWarning($"[HoldNote] noteColor was null, using trackIndex {trackIndex} -> {fallback}"); + return fallback; + } + + Debug.LogError($"[HoldNote] Cannot derive color: noteColor is null and trackIndex {trackIndex} is invalid"); + return null; + } + private float releaseTime = 0f; private bool hasReleased = true; private bool hasEnteredLine = false; @@ -810,19 +827,20 @@ public class HoldNote : BaseNote return; } - // If the key is still being held down when end segment enters judge zone, immediately judge. - // Autoplay must ignore physical input to guarantee Perfect at scheduledEndTime. - if (!GameConfig.autoPlayEnabled && IsHeld() && JudgeManager.Instance.IsStartJudged(noteID) && !isJudged) + // END 段到达判定区时,如果头部已判定且玩家还没松手,立即自动结束(不等松手)。 + // 让玩家"长按到尾部"即视为完成,无需精确松手时机——更符合直觉且降低难度。 + // Autoplay 必须忽略物理输入,保证在 scheduledEndTime 精确判定 Perfect。 + if (JudgeManager.Instance.IsStartJudged(noteID) && !JudgeManager.Instance.HasNoteReleased(noteID) && !isJudged) { - if (JudgeManager.IsDebugEnabled) Debug.Log($"[HoldNote] End entered while key still held: {noteColor}, forcing Perfect"); - // Record release time as current time (player is still holding) + if (JudgeManager.IsDebugEnabled) Debug.Log($"[HoldNote] End entered while note not yet released: {noteColor}, auto-finishing hold as Perfect"); + // 记录松手时间为当前时刻(玩家按到尾部视为完美松手) releaseTime = GameplayClock.NowSongTime; hasReleased = true; JudgeManager.Instance?.RegisterNoteReleased(noteID, true); - // Evaluate and judge the hold end - force Perfect since we reached the end while holding + // 判定并生成 prefab——force Perfect(按到尾部=完美完成) EvaluateHoldEnd(releaseTime, false, true); isJudged = true; - // Terminate input - mark key as released + // 终止输入:标记键已松开,停止持续特效 isHoldActive = false; StopHoldFxLoop(); return; @@ -1056,6 +1074,7 @@ public class HoldNote : BaseNote if (result != "Miss") { TryRewriteNonMissJudgeToPerfect(trackIndex, ref result); + GameplayLevelRuleEventBus.NotifyHoldStarted(trackIndex, result, pressTime, noteData); } // show judge result and update combo/UI like short notes @@ -1079,10 +1098,30 @@ public class HoldNote : BaseNote TrackJudgeHitEffectController.PlayTrackHitFx(trackIndex); } - // Do not spawn the judgement animation prefab for Start (head) presses to avoid duplicated prefabs - if (segment != NoteSegment.Start) + // Spawn judgement prefab: + // - START 段:只有 Miss 时才生成(点中的 Perfect/Good 不生成,避免头尾都弹;但 Miss 必须立即反馈) + // - END/BODY 段:总是生成(包括 Miss) + if (segment != NoteSegment.Start || result == "Miss") { - Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(noteColor, result); + string colorForPrefab = GetColorForPrefab(); + if (JudgeManager.IsDebugEnabled) + { + Debug.Log($"[HoldNote] Attempting to spawn prefab: segment={segment}, result={result}, noteColor={noteColor}, trackIndex={trackIndex}, derivedColor={colorForPrefab}, Instance={(Animation_GenerateJudgementSituationPrefab.Instance != null ? "EXISTS" : "NULL")}"); + } + + if (string.IsNullOrEmpty(colorForPrefab)) + { + Debug.LogError($"[HoldNote] Cannot spawn prefab: colorForPrefab is null! noteColor={noteColor}, trackIndex={trackIndex}, segment={segment}, result={result}"); + } + else if (Animation_GenerateJudgementSituationPrefab.Instance == null) + { + Debug.LogError($"[HoldNote] Cannot spawn prefab: Animation_GenerateJudgementSituationPrefab.Instance is NULL!"); + } + else + { + Animation_GenerateJudgementSituationPrefab.Instance.SpawnJudgePrefab(colorForPrefab, result); + if (JudgeManager.IsDebugEnabled) Debug.Log($"[HoldNote] SpawnJudgePrefab called successfully for {colorForPrefab}, {result}"); + } } if (segment != NoteSegment.Start) @@ -1239,6 +1278,15 @@ public class HoldNote : BaseNote AdjustCountsAfterRewriteToPerfect(trackIndex, originalEndJudge); } + if (result == "Miss") + { + GameplayLevelRuleEventBus.NotifyHoldBroken(trackIndex, result, actualReleaseTime, noteData); + } + else + { + GameplayLevelRuleEventBus.NotifyHoldCompleted(trackIndex, result, actualReleaseTime, noteData); + } + if (JudgeManager.IsDebugEnabled) Debug.Log($"[HoldNote] END result for {noteID}: {result} (color={noteColor})"); // show UI/audio @@ -1257,7 +1305,25 @@ public class HoldNote : BaseNote } // Ensure END always spawns judgement prefab (including Miss) - Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(noteColor, result); + string colorForPrefab = GetColorForPrefab(); + if (JudgeManager.IsDebugEnabled) + { + Debug.Log($"[HoldNote.EvaluateHoldEnd] Attempting to spawn END prefab: result={result}, noteColor={noteColor}, trackIndex={trackIndex}, derivedColor={colorForPrefab}, Instance={(Animation_GenerateJudgementSituationPrefab.Instance != null ? "EXISTS" : "NULL")}"); + } + + if (string.IsNullOrEmpty(colorForPrefab)) + { + Debug.LogError($"[HoldNote.EvaluateHoldEnd] Cannot spawn END prefab: colorForPrefab is null! noteColor={noteColor}, trackIndex={trackIndex}, result={result}"); + } + else if (Animation_GenerateJudgementSituationPrefab.Instance == null) + { + Debug.LogError($"[HoldNote.EvaluateHoldEnd] Cannot spawn END prefab: Animation_GenerateJudgementSituationPrefab.Instance is NULL!"); + } + else + { + Animation_GenerateJudgementSituationPrefab.Instance.SpawnJudgePrefab(colorForPrefab, result); + if (JudgeManager.IsDebugEnabled) Debug.Log($"[HoldNote.EvaluateHoldEnd] SpawnJudgePrefab called successfully for {colorForPrefab}, {result}"); + } // --- Add scoring for End like short notes --- try diff --git a/Assets/scripts/gamePlay_gameplay/Judge/NoteJudgeConfig.asset b/Assets/scripts/gamePlay_gameplay/Judge/NoteJudgeConfig.asset index b8c4d56b..1378aaa6 100644 --- a/Assets/scripts/gamePlay_gameplay/Judge/NoteJudgeConfig.asset +++ b/Assets/scripts/gamePlay_gameplay/Judge/NoteJudgeConfig.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 088ed1ed6b6731f43ad3166781e3e931, type: 3} m_Name: NoteJudgeConfig m_EditorClassIdentifier: - perfectRange: 0.15 - greatRange: 0.2 - goodRange: 0.25 - missRange: 0.3 + perfectRange: 0.1 + greatRange: 0.15 + goodRange: 0.2 + missRange: 0.25 diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules.meta b/Assets/scripts/gamePlay_gameplay/LevelRules.meta new file mode 100644 index 00000000..999b7d31 --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c5b2c74f439e604e8ffdbc589075131 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs b/Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs new file mode 100644 index 00000000..191983a5 --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs @@ -0,0 +1,65 @@ +using System; +using UnityEngine; + +public static class GameplayLevelRuleEventBus +{ + public static event Action TapJudged; + public static event Action HoldStarted; + public static event Action HoldCompleted; + public static event Action HoldBroken; + public static event Action AllySkillCast; + public static event Action EnemySpawned; + public static event Action EnemyDied; + public static event Action EnemyDamaged; + public static event Action EnemyManaFull; + + public static void NotifyTapJudged(int trackIndex, string result, float songTime, NoteData noteData) + { + TapJudged?.Invoke(trackIndex, result, songTime, noteData); + } + + public static void NotifyHoldStarted(int trackIndex, string result, float songTime, NoteData noteData) + { + HoldStarted?.Invoke(trackIndex, result, songTime, noteData); + } + + public static void NotifyHoldCompleted(int trackIndex, string result, float songTime, NoteData noteData) + { + HoldCompleted?.Invoke(trackIndex, result, songTime, noteData); + } + + public static void NotifyHoldBroken(int trackIndex, string result, float songTime, NoteData noteData) + { + HoldBroken?.Invoke(trackIndex, result, songTime, noteData); + } + + public static void NotifyAllySkillCast(int slotIndex, float songTime) + { + AllySkillCast?.Invoke(slotIndex, songTime); + } + + public static void NotifyEnemySpawned(EnemyCombatant enemy, int stageIndex, EnemyData_SO data) + { + EnemySpawned?.Invoke(enemy, stageIndex, data); + } + + public static void NotifyEnemyDied(EnemyCombatant enemy, int stageIndex, EnemyData_SO data) + { + EnemyDied?.Invoke(enemy, stageIndex, data); + } + + public static void NotifyEnemyDamaged(EnemyCombatant enemy, float actualDamage, GameObject source) + { + EnemyDamaged?.Invoke(enemy, actualDamage, source); + } + + public static void NotifyEnemyManaFull(EnemyCombatant enemy) + { + EnemyManaFull?.Invoke(enemy); + } + + public static bool ShouldPreventEnemyDeath(EnemyCombatant enemy) + { + return LevelRuleController.Instance != null && LevelRuleController.Instance.ShouldPreventEnemyDeath(enemy); + } +} diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs.meta b/Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs.meta new file mode 100644 index 00000000..8c28fafa --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules/GameplayLevelRuleEventBus.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: eaf68fc7a5ecfce41bb49bc77dfc89cf \ No newline at end of file diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs new file mode 100644 index 00000000..d4ffc613 --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs @@ -0,0 +1,142 @@ +using System; +using UnityEngine; + +[CreateAssetMenu(fileName = "NewLevelRuleConfig", menuName = "Bansonic/Gameplay/Level Rule Config")] +public class LevelRuleConfig_SO : ScriptableObject +{ + [Header("Match")] + public int songID = 0; + public string songName = string.Empty; + [Tooltip("-1 means any difficulty.")] + public int difficulty = -1; + + [Header("Support Track")] + public bool useLeastNoteTrackAsSupportTrack = false; + [Tooltip("Used when useLeastNoteTrackAsSupportTrack is false. 0-4. -1 disables support-track logic.")] + public int supportTrackIndex = -1; + public int maxSupportCharges = 3; + public int adjacentSkillCastsPerSupportCharge = 3; + public float adjacentSkillCastWindow = 5f; + + [Header("Echo")] + public bool enableAdjacentSkillEcho = false; + public float echoWindow = 1.5f; + public int echoThreshold = 3; + public int maxEchoStacks = 4; + public float echoResistancePerStack = 0.06f; + public float echoResistanceDuration = 4f; + public int echoManaPenalty = 0; + + [Header("Conditional Rewards")] + public int allAlliesAliveScoreOnEnemyDeath = 0; + public bool awardAllAlliesAliveScorePerEnemy = false; + [Tooltip("At settlement: average living HP percent * this value is added as team score.")] + public int finalAverageHpPercentScore = 0; + + [Header("Stages")] + public LevelRuleStage[] stages = Array.Empty(); + + public bool Matches(SongData song, int currentDifficulty) + { + if (song == null) + return false; + + bool idMatches = songID != 0 && song.songID == songID; + bool nameMatches = !string.IsNullOrWhiteSpace(songName) && string.Equals(song.songName, songName, StringComparison.OrdinalIgnoreCase); + if (!idMatches && !nameMatches) + return false; + + return difficulty < 0 || difficulty == currentDifficulty; + } +} + +[Serializable] +public class LevelRuleStage +{ + [Tooltip("-1 means match by current stage index. If enemyID > 0, enemy ID also has to match.")] + public int stageIndex = -1; + public int enemyID = 0; + [Tooltip("If > 0, this enemy is held at 1 HP before this song time.")] + public float minimumDeathSongTime = -1f; + public bool clearEchoOnSpawn = true; + public bool clearSupportChargesOnSpawn = false; + + public LevelRuleAction[] onSpawn = Array.Empty(); + public LevelRuleAction[] onManaFull = Array.Empty(); + public LevelRuleAction[] onDeath = Array.Empty(); + public LevelRuleAction[] onDamaged = Array.Empty(); + + public LevelRuleHoldAction[] onHoldStart = Array.Empty(); + public LevelRuleHoldAction[] onHoldComplete = Array.Empty(); + public LevelRuleHoldAction[] onHoldBreak = Array.Empty(); + + public LevelRuleHpPhase[] hpPhases = Array.Empty(); + + public bool Matches(int currentStageIndex, EnemyData_SO data) + { + if (stageIndex >= 0 && stageIndex != currentStageIndex) + return false; + + if (enemyID > 0 && (data == null || data.enemyID != enemyID)) + return false; + + return stageIndex >= 0 || enemyID > 0; + } +} + +[Serializable] +public class LevelRuleHpPhase +{ + [Range(0f, 1f)] + public float hpPercentThreshold = 0.5f; + public bool triggerOnce = true; + public LevelRuleAction[] actions = Array.Empty(); +} + +[Serializable] +public class LevelRuleHoldAction +{ + public LevelRuleAction[] actions = Array.Empty(); +} + +[Serializable] +public class LevelRuleAction +{ + public string actionId = string.Empty; + public LevelRuleActionType actionType = LevelRuleActionType.None; + public LevelRuleTarget target = LevelRuleTarget.CurrentEnemy; + public float amount = 0f; + public bool amountScalesByDifficultyLevel = false; + public bool amountIsPercentOfMaxHp = false; + public float duration = 0f; + public int maxTriggersPerEnemy = 0; + public bool onlyIfAllAlliesAlive = false; + public bool requireSupportCharge = false; + public int scoreReward = 0; +} + +public enum LevelRuleActionType +{ + None, + Damage, + Heal, + ManaDelta, + AttackDelta, + ResistanceDeltaTimed, + HealReceivedMultiplierTimed, + AddTeamScore, + DamageCurrentEnemyByOwnAttack, + SpendSupportChargeForEnemyVulnerability, + ClearEnemyMana +} + +public enum LevelRuleTarget +{ + CurrentEnemy, + AllLivingAllies, + TriggerTrackAlly, + HighestCurrentManaAlly, + HighestAttackAlly, + HighestRecentHitTrackAlly, + HighestRecentSkillCastAlly +} diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs.meta b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs.meta new file mode 100644 index 00000000..d570fdce --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleConfig_SO.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 0795ac37be9814449ab3d2b48aa3fdad \ No newline at end of file diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs new file mode 100644 index 00000000..4399040f --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs @@ -0,0 +1,921 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.SceneManagement; + +public class LevelRuleController : MonoBehaviour +{ + public static LevelRuleController Instance { get; private set; } + + [Header("Rule Configs")] + public string resourcesPath = "so/levelRules"; + public LevelRuleConfig_SO[] configOverrides = Array.Empty(); + + [Header("Runtime")] + [SerializeField] private bool verboseLogs = false; + + private readonly Queue[] recentHitTimes = new Queue[5]; + private readonly Queue[] recentSkillCastTimes = new Queue[5]; + private readonly Dictionary timedRoutines = new Dictionary(); + private readonly Dictionary actionTriggerCounts = new Dictionary(); + private readonly HashSet firedHpPhases = new HashSet(); + + private LevelRuleConfig_SO activeConfig; + private LevelRuleStage currentStageRule; + private EnemyCombatant currentEnemy; + private EnemyData_SO currentEnemyData; + private SongData currentSong; + private int currentDifficulty = -1; + private int currentStageIndex = -1; + private int supportTrackIndex = -1; + private int supportCharges; + private int adjacentSupportCastCount; + private int lastSupportCastSlot = -1; + private float lastSupportCastTime = -999f; + private int echoStacks; + private int lastEchoCastSlot = -1; + private float lastEchoCastTime = -999f; + private float nextConfigResolveTime; + private int pendingSettlementScoreBonus; + private bool handlingEnemyDamagedActions; + + public int PendingSettlementScoreBonus => Mathf.Max(0, pendingSettlementScoreBonus); + + [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)] + private static void Bootstrap() + { + EnsureInstance(); + } + + public static LevelRuleController EnsureInstance() + { + if (Instance != null) + return Instance; + + LevelRuleController existing = SceneObjectLookupCache.FindAny(); + if (existing != null) + { + Instance = existing; + return existing; + } + + GameObject runtimeObject = new GameObject("__level_rule_controller_runtime"); + DontDestroyOnLoad(runtimeObject); + Instance = runtimeObject.AddComponent(); + return Instance; + } + + public static int ConsumePendingSettlementScoreBonus() + { + if (Instance == null) + return 0; + + if (GameConfig.autoPlayEnabled) + { + Instance.pendingSettlementScoreBonus = 0; + return 0; + } + + Instance.AddFinalAverageHpScoreIfConfigured(); + int value = Mathf.Max(0, Instance.pendingSettlementScoreBonus); + Instance.pendingSettlementScoreBonus = 0; + return value; + } + + private void Awake() + { + if (Instance == null) + { + Instance = this; + DontDestroyOnLoad(gameObject); + } + else if (Instance != this) + { + Destroy(gameObject); + return; + } + + for (int i = 0; i < recentHitTimes.Length; i++) + { + recentHitTimes[i] = new Queue(); + recentSkillCastTimes[i] = new Queue(); + } + } + + private void OnEnable() + { + SceneManager.sceneLoaded += HandleSceneLoaded; + GameplayLevelRuleEventBus.TapJudged += HandleTapJudged; + GameplayLevelRuleEventBus.HoldStarted += HandleHoldStarted; + GameplayLevelRuleEventBus.HoldCompleted += HandleHoldCompleted; + GameplayLevelRuleEventBus.HoldBroken += HandleHoldBroken; + GameplayLevelRuleEventBus.AllySkillCast += HandleAllySkillCast; + GameplayLevelRuleEventBus.EnemySpawned += HandleEnemySpawned; + GameplayLevelRuleEventBus.EnemyDied += HandleEnemyDied; + GameplayLevelRuleEventBus.EnemyDamaged += HandleEnemyDamaged; + GameplayLevelRuleEventBus.EnemyManaFull += HandleEnemyManaFull; + TryResolveActiveConfig(true); + } + + private void OnDisable() + { + SceneManager.sceneLoaded -= HandleSceneLoaded; + GameplayLevelRuleEventBus.TapJudged -= HandleTapJudged; + GameplayLevelRuleEventBus.HoldStarted -= HandleHoldStarted; + GameplayLevelRuleEventBus.HoldCompleted -= HandleHoldCompleted; + GameplayLevelRuleEventBus.HoldBroken -= HandleHoldBroken; + GameplayLevelRuleEventBus.AllySkillCast -= HandleAllySkillCast; + GameplayLevelRuleEventBus.EnemySpawned -= HandleEnemySpawned; + GameplayLevelRuleEventBus.EnemyDied -= HandleEnemyDied; + GameplayLevelRuleEventBus.EnemyDamaged -= HandleEnemyDamaged; + GameplayLevelRuleEventBus.EnemyManaFull -= HandleEnemyManaFull; + } + + private void Update() + { + if (Time.unscaledTime < nextConfigResolveTime) + return; + + nextConfigResolveTime = Time.unscaledTime + 0.5f; + TryResolveActiveConfig(false); + } + + private void HandleSceneLoaded(Scene scene, LoadSceneMode mode) + { + ResetRuntimeState(); + nextConfigResolveTime = 0f; + TryResolveActiveConfig(true); + } + + private void TryResolveActiveConfig(bool force) + { + BeatmapManager beatmapManager = BeatmapManager.Instance; + if (beatmapManager == null || beatmapManager.assignedSongData == null) + { + if (force) + SetActiveConfig(null, null, -1); + return; + } + + SongData song = beatmapManager.assignedSongData; + int difficulty = beatmapManager.assignedDifficulty; + if (!force && activeConfig != null && currentSong == song && currentDifficulty == difficulty) + return; + + LevelRuleConfig_SO matched = FindConfig(song, difficulty); + SetActiveConfig(matched, song, difficulty); + } + + private LevelRuleConfig_SO FindConfig(SongData song, int difficulty) + { + if (configOverrides != null) + { + for (int i = 0; i < configOverrides.Length; i++) + { + LevelRuleConfig_SO config = configOverrides[i]; + if (config != null && config.Matches(song, difficulty)) + return config; + } + } + + LevelRuleConfig_SO[] resources = Resources.LoadAll(resourcesPath); + if (resources != null) + { + for (int i = 0; i < resources.Length; i++) + { + LevelRuleConfig_SO config = resources[i]; + if (config != null && config.Matches(song, difficulty)) + return config; + } + } + + return null; + } + + private void SetActiveConfig(LevelRuleConfig_SO config, SongData song, int difficulty) + { + if (activeConfig == config && currentSong == song && currentDifficulty == difficulty) + return; + + activeConfig = config; + currentSong = song; + currentDifficulty = difficulty; + ResetRuntimeState(); + + if (activeConfig != null) + { + supportTrackIndex = ResolveSupportTrackIndex(); + if (verboseLogs) + Debug.Log($"[LevelRuleController] Active rule: {activeConfig.name}, supportTrack={supportTrackIndex}"); + } + } + + private void ResetRuntimeState() + { + currentStageRule = null; + currentEnemy = null; + currentEnemyData = null; + currentStageIndex = -1; + supportTrackIndex = -1; + supportCharges = 0; + adjacentSupportCastCount = 0; + lastSupportCastSlot = -1; + lastSupportCastTime = -999f; + echoStacks = 0; + lastEchoCastSlot = -1; + lastEchoCastTime = -999f; + pendingSettlementScoreBonus = 0; + actionTriggerCounts.Clear(); + firedHpPhases.Clear(); + + for (int i = 0; i < recentHitTimes.Length; i++) + { + recentHitTimes[i].Clear(); + recentSkillCastTimes[i].Clear(); + } + + foreach (Coroutine routine in timedRoutines.Values) + { + if (routine != null) + StopCoroutine(routine); + } + timedRoutines.Clear(); + } + + private int ResolveSupportTrackIndex() + { + if (activeConfig == null) + return -1; + + if (!activeConfig.useLeastNoteTrackAsSupportTrack) + return activeConfig.supportTrackIndex >= 0 && activeConfig.supportTrackIndex < 5 ? activeConfig.supportTrackIndex : -1; + + Beatmap beatmap = BeatmapManager.Instance != null ? BeatmapManager.Instance.beatmap : null; + if (beatmap == null || beatmap.notes == null || beatmap.notes.Length == 0) + return activeConfig.supportTrackIndex >= 0 && activeConfig.supportTrackIndex < 5 ? activeConfig.supportTrackIndex : -1; + + int[] counts = new int[5]; + for (int i = 0; i < beatmap.notes.Length; i++) + { + int track = beatmap.notes[i] != null ? beatmap.notes[i].trackIndex : -1; + if (track >= 0 && track < counts.Length) + counts[track]++; + } + + int bestTrack = 0; + int bestCount = int.MaxValue; + for (int i = 0; i < counts.Length; i++) + { + if (counts[i] < bestCount) + { + bestCount = counts[i]; + bestTrack = i; + } + } + + return bestTrack; + } + + private void HandleTapJudged(int trackIndex, string result, float songTime, NoteData noteData) + { + if (activeConfig == null) + return; + + if (IsHit(result)) + RecordRecent(recentHitTimes, trackIndex, songTime, 10f); + } + + private void HandleHoldStarted(int trackIndex, string result, float songTime, NoteData noteData) + { + if (activeConfig == null || currentStageRule == null) + return; + + if (IsHit(result)) + RecordRecent(recentHitTimes, trackIndex, songTime, 10f); + + ExecuteHoldActions(currentStageRule.onHoldStart, trackIndex); + } + + private void HandleHoldCompleted(int trackIndex, string result, float songTime, NoteData noteData) + { + if (activeConfig == null || currentStageRule == null) + return; + + if (IsHit(result)) + RecordRecent(recentHitTimes, trackIndex, songTime, 10f); + + ExecuteHoldActions(currentStageRule.onHoldComplete, trackIndex); + } + + private void HandleHoldBroken(int trackIndex, string result, float songTime, NoteData noteData) + { + if (activeConfig == null || currentStageRule == null) + return; + + ExecuteHoldActions(currentStageRule.onHoldBreak, trackIndex); + } + + private void HandleAllySkillCast(int slotIndex, float songTime) + { + if (activeConfig == null) + return; + + RecordRecent(recentSkillCastTimes, slotIndex, songTime, 10f); + UpdateSupportCharge(slotIndex, songTime); + UpdateEcho(slotIndex, songTime); + } + + private void HandleEnemySpawned(EnemyCombatant enemy, int stageIndex, EnemyData_SO data) + { + if (activeConfig == null) + return; + + currentEnemy = enemy; + currentEnemyData = data; + currentStageIndex = stageIndex; + currentStageRule = ResolveStageRule(stageIndex, data); + firedHpPhases.Clear(); + actionTriggerCounts.Clear(); + + if (currentStageRule == null) + return; + + if (currentStageRule.clearEchoOnSpawn) + ClearEcho(); + + if (currentStageRule.clearSupportChargesOnSpawn) + supportCharges = 0; + + ExecuteActions(currentStageRule.onSpawn, -1, enemy); + } + + private void HandleEnemyDied(EnemyCombatant enemy, int stageIndex, EnemyData_SO data) + { + if (activeConfig == null) + return; + + LevelRuleStage stage = ResolveStageRule(stageIndex, data); + if (stage != null) + ExecuteActions(stage.onDeath, -1, enemy); + + if (activeConfig.awardAllAlliesAliveScorePerEnemy && activeConfig.allAlliesAliveScoreOnEnemyDeath > 0 && AreAllConfiguredAlliesAlive()) + AddPendingScore(activeConfig.allAlliesAliveScoreOnEnemyDeath); + } + + private void HandleEnemyDamaged(EnemyCombatant enemy, float actualDamage, GameObject source) + { + if (activeConfig == null || currentStageRule == null || enemy == null || enemy != currentEnemy) + return; + + if (!handlingEnemyDamagedActions) + { + handlingEnemyDamagedActions = true; + try + { + ExecuteActions(currentStageRule.onDamaged, -1, enemy); + } + finally + { + handlingEnemyDamagedActions = false; + } + } + + EvaluateHpPhases(enemy); + } + + private void HandleEnemyManaFull(EnemyCombatant enemy) + { + if (activeConfig == null || currentStageRule == null || enemy == null || enemy != currentEnemy) + return; + + ExecuteActions(currentStageRule.onManaFull, -1, enemy); + } + + public bool ShouldPreventEnemyDeath(EnemyCombatant enemy) + { + if (activeConfig == null || currentStageRule == null || enemy == null || enemy != currentEnemy) + return false; + + if (currentStageRule.minimumDeathSongTime <= 0f) + return false; + + return GameplayClock.NowSongTime < currentStageRule.minimumDeathSongTime; + } + + private LevelRuleStage ResolveStageRule(int stageIndex, EnemyData_SO data) + { + if (activeConfig == null || activeConfig.stages == null) + return null; + + for (int i = 0; i < activeConfig.stages.Length; i++) + { + LevelRuleStage stage = activeConfig.stages[i]; + if (stage != null && stage.Matches(stageIndex, data)) + return stage; + } + + return null; + } + + private void ExecuteHoldActions(LevelRuleHoldAction[] groups, int triggerTrack) + { + if (groups == null) + return; + + for (int i = 0; i < groups.Length; i++) + { + LevelRuleHoldAction group = groups[i]; + if (group == null) + continue; + + ExecuteActions(group.actions, triggerTrack, currentEnemy); + } + } + + private void ExecuteActions(LevelRuleAction[] actions, int triggerTrack, EnemyCombatant eventEnemy) + { + if (actions == null) + return; + + for (int i = 0; i < actions.Length; i++) + ExecuteAction(actions[i], triggerTrack, eventEnemy); + } + + private void ExecuteAction(LevelRuleAction action, int triggerTrack, EnemyCombatant eventEnemy) + { + if (action == null || action.actionType == LevelRuleActionType.None) + return; + + if (action.onlyIfAllAlliesAlive && !AreAllConfiguredAlliesAlive()) + return; + + string key = BuildActionKey(action, eventEnemy); + if (action.maxTriggersPerEnemy > 0) + { + actionTriggerCounts.TryGetValue(key, out int count); + if (count >= action.maxTriggersPerEnemy) + return; + + actionTriggerCounts[key] = count + 1; + } + + if (action.requireSupportCharge && supportCharges <= 0) + return; + + if (action.actionType == LevelRuleActionType.AddTeamScore) + { + AddPendingScore(Mathf.RoundToInt(ResolveRawAmount(action))); + if (action.scoreReward > 0) + AddPendingScore(action.scoreReward); + return; + } + + if (action.actionType == LevelRuleActionType.SpendSupportChargeForEnemyVulnerability) + { + if (supportCharges <= 0 || currentEnemy == null) + return; + + supportCharges--; + ApplyTimedResistance(currentEnemy, -Mathf.Abs(ResolveRawAmount(action)), Mathf.Max(0.01f, action.duration), key); + if (action.scoreReward > 0) + AddPendingScore(action.scoreReward); + return; + } + + List targets = ResolveTargets(action.target, triggerTrack); + for (int i = 0; i < targets.Count; i++) + { + GameObject target = targets[i]; + if (target == null) + continue; + + ApplyActionToTarget(action, target, key); + } + } + + private void ApplyActionToTarget(LevelRuleAction action, GameObject target, string key) + { + AllyCombatant ally = target.GetComponent(); + EnemyCombatant enemy = target.GetComponent(); + float amount = ResolveAmountForTarget(action, ally, enemy); + + switch (action.actionType) + { + case LevelRuleActionType.Damage: + if (ally != null) ally.ReceiveDamage(amount, currentEnemy != null ? currentEnemy.gameObject : null); + else if (enemy != null) enemy.ReceiveDamage(amount, currentEnemy != null ? currentEnemy.gameObject : null); + break; + case LevelRuleActionType.Heal: + if (ally != null) ally.ReceiveHeal(amount, currentEnemy != null ? currentEnemy.gameObject : null); + else if (enemy != null) enemy.ReceiveHeal(amount, currentEnemy != null ? currentEnemy.gameObject : null); + break; + case LevelRuleActionType.ManaDelta: + if (ally != null) ally.ModifyMana(Mathf.RoundToInt(amount), true, true); + else if (enemy != null) enemy.ModifyMana(Mathf.RoundToInt(amount), true); + break; + case LevelRuleActionType.AttackDelta: + if (ally != null) ally.ModifyAttack(Mathf.RoundToInt(amount)); + else if (enemy != null) enemy.ModifyAttack(Mathf.RoundToInt(amount)); + break; + case LevelRuleActionType.ResistanceDeltaTimed: + if (enemy != null) ApplyTimedResistance(enemy, amount, Mathf.Max(0.01f, action.duration), key); + break; + case LevelRuleActionType.HealReceivedMultiplierTimed: + ApplyTimedHealMultiplier(target, amount, Mathf.Max(0.01f, action.duration), key); + break; + case LevelRuleActionType.DamageCurrentEnemyByOwnAttack: + if (currentEnemy != null) currentEnemy.ReceiveDamage(Mathf.Max(0, currentEnemy.attack), currentEnemy.gameObject); + break; + case LevelRuleActionType.ClearEnemyMana: + if (enemy != null) enemy.ModifyMana(-enemy.currentMana, true); + break; + } + } + + private float ResolveRawAmount(LevelRuleAction action) + { + if (action == null) + return 0f; + + float amount = action.amount; + if (action.amountScalesByDifficultyLevel) + amount *= GetCurrentDifficultyLevel(); + + return amount; + } + + private float ResolveAmountForTarget(LevelRuleAction action, AllyCombatant ally, EnemyCombatant enemy) + { + float amount = ResolveRawAmount(action); + if (!action.amountIsPercentOfMaxHp) + return amount; + + if (ally != null) + return ally.maxHP * amount; + + if (enemy != null) + return enemy.maxHP * amount; + + return amount; + } + + private List ResolveTargets(LevelRuleTarget target, int triggerTrack) + { + List targets = new List(); + teamUIController ui = teamUIController.Instance; + + switch (target) + { + case LevelRuleTarget.CurrentEnemy: + if (currentEnemy != null) targets.Add(currentEnemy.gameObject); + break; + case LevelRuleTarget.AllLivingAllies: + AddAllLivingAllies(targets, ui); + break; + case LevelRuleTarget.TriggerTrackAlly: + AddAllyBySlot(targets, ui, triggerTrack); + break; + case LevelRuleTarget.HighestCurrentManaAlly: + AddAllyBySlot(targets, ui, FindBestAllySlotByMana(ui)); + break; + case LevelRuleTarget.HighestAttackAlly: + AddAllyBySlot(targets, ui, FindBestAllySlotByAttack(ui)); + break; + case LevelRuleTarget.HighestRecentHitTrackAlly: + AddAllyBySlot(targets, ui, FindMostRecentCountTrack(recentHitTimes, 8f)); + break; + case LevelRuleTarget.HighestRecentSkillCastAlly: + AddAllyBySlot(targets, ui, FindMostRecentCountTrack(recentSkillCastTimes, 8f)); + break; + } + + return targets; + } + + private void AddAllLivingAllies(List targets, teamUIController ui) + { + if (ui == null) + return; + + for (int i = 0; i < 5; i++) + { + GameObject go = ui.GetAllyObjectBySlot(i); + AllyCombatant ally = go != null ? go.GetComponent() : null; + if (ally != null && !ally.IsDead && ally.maxHP > 0) + targets.Add(go); + } + } + + private void AddAllyBySlot(List targets, teamUIController ui, int slot) + { + if (ui == null || slot < 0 || slot >= 5) + return; + + GameObject go = ui.GetAllyObjectBySlot(slot); + if (go != null) + targets.Add(go); + } + + private int FindBestAllySlotByMana(teamUIController ui) + { + int bestSlot = -1; + int bestMana = int.MinValue; + if (ui == null) + return -1; + + for (int i = 0; i < 5; i++) + { + AllyCombatant ally = ui.GetAllyObjectBySlot(i)?.GetComponent(); + if (ally == null || ally.IsDead || ally.maxHP <= 0) + continue; + + if (ally.currentMana > bestMana) + { + bestMana = ally.currentMana; + bestSlot = i; + } + } + + return bestSlot; + } + + private int FindBestAllySlotByAttack(teamUIController ui) + { + int bestSlot = -1; + int bestAttack = int.MinValue; + if (ui == null) + return -1; + + for (int i = 0; i < 5; i++) + { + AllyCombatant ally = ui.GetAllyObjectBySlot(i)?.GetComponent(); + if (ally == null || ally.IsDead || ally.maxHP <= 0) + continue; + + if (ally.attack > bestAttack) + { + bestAttack = ally.attack; + bestSlot = i; + } + } + + return bestSlot; + } + + private void UpdateSupportCharge(int slotIndex, float songTime) + { + if (activeConfig == null || supportTrackIndex < 0 || activeConfig.adjacentSkillCastsPerSupportCharge <= 0) + return; + + if (lastSupportCastSlot >= 0 && Mathf.Abs(slotIndex - lastSupportCastSlot) == 1 && songTime - lastSupportCastTime <= activeConfig.adjacentSkillCastWindow) + adjacentSupportCastCount++; + else + adjacentSupportCastCount = 1; + + lastSupportCastSlot = slotIndex; + lastSupportCastTime = songTime; + + if (adjacentSupportCastCount >= activeConfig.adjacentSkillCastsPerSupportCharge) + { + supportCharges = Mathf.Clamp(supportCharges + 1, 0, Mathf.Max(0, activeConfig.maxSupportCharges)); + adjacentSupportCastCount = 0; + if (verboseLogs) Debug.Log($"[LevelRuleController] Support charge +1 => {supportCharges}"); + } + } + + private void UpdateEcho(int slotIndex, float songTime) + { + if (activeConfig == null || !activeConfig.enableAdjacentSkillEcho) + return; + + if (lastEchoCastSlot >= 0 && Mathf.Abs(slotIndex - lastEchoCastSlot) == 1 && songTime - lastEchoCastTime <= activeConfig.echoWindow) + echoStacks = Mathf.Clamp(echoStacks + 1, 0, Mathf.Max(1, activeConfig.maxEchoStacks)); + else + echoStacks = 1; + + lastEchoCastSlot = slotIndex; + lastEchoCastTime = songTime; + + if (echoStacks >= activeConfig.echoThreshold && currentEnemy != null) + { + float delta = Mathf.Clamp(activeConfig.echoResistancePerStack * echoStacks, 0f, 0.6f); + ApplyTimedResistance(currentEnemy, delta, Mathf.Max(0.01f, activeConfig.echoResistanceDuration), "echo_resistance"); + if (activeConfig.echoManaPenalty > 0) + { + GameObject allyGo = teamUIController.Instance != null ? teamUIController.Instance.GetAllyObjectBySlot(slotIndex) : null; + AllyCombatant ally = allyGo != null ? allyGo.GetComponent() : null; + ally?.ModifyMana(-activeConfig.echoManaPenalty, true, true); + } + } + } + + private void ClearEcho() + { + echoStacks = 0; + lastEchoCastSlot = -1; + lastEchoCastTime = -999f; + } + + private void EvaluateHpPhases(EnemyCombatant enemy) + { + if (currentStageRule.hpPhases == null || enemy.maxHP <= 0) + return; + + float hpPercent = Mathf.Clamp01((float)enemy.currentHP / enemy.maxHP); + for (int i = 0; i < currentStageRule.hpPhases.Length; i++) + { + LevelRuleHpPhase phase = currentStageRule.hpPhases[i]; + if (phase == null) + continue; + + string key = $"{currentStageIndex}:{enemy.GetInstanceID()}:phase:{i}"; + if (phase.triggerOnce && firedHpPhases.Contains(key)) + continue; + + if (hpPercent <= phase.hpPercentThreshold) + { + firedHpPhases.Add(key); + ExecuteActions(phase.actions, -1, enemy); + } + } + } + + private void ApplyTimedResistance(EnemyCombatant enemy, float delta, float duration, string key) + { + if (enemy == null) + return; + + string routineKey = $"res:{enemy.GetInstanceID()}:{key}"; + StopTimedRoutine(routineKey); + timedRoutines[routineKey] = StartCoroutine(TimedResistanceRoutine(enemy, delta, duration, routineKey)); + } + + private IEnumerator TimedResistanceRoutine(EnemyCombatant enemy, float delta, float duration, string routineKey) + { + if (enemy == null) + yield break; + + enemy.damageResistance = Mathf.Clamp(enemy.damageResistance + delta, -0.95f, 0.6f); + yield return GameplayClock.WaitForSeconds(duration); + if (enemy != null) + enemy.damageResistance = Mathf.Clamp(enemy.damageResistance - delta, -0.95f, 0.6f); + timedRoutines.Remove(routineKey); + } + + private void ApplyTimedHealMultiplier(GameObject target, float multiplier, float duration, string key) + { + ICombatant combatant = target != null ? target.GetComponent() : null; + if (combatant == null) + return; + + string routineKey = $"heal:{target.GetInstanceID()}:{key}"; + StopTimedRoutine(routineKey); + timedRoutines[routineKey] = StartCoroutine(TimedHealMultiplierRoutine(target, combatant, multiplier, duration, routineKey)); + } + + private IEnumerator TimedHealMultiplierRoutine(GameObject target, ICombatant combatant, float multiplier, float duration, string routineKey) + { + if (target == null || combatant == null) + yield break; + + Buff buff = new Buff(routineKey) + { + description = "Level rule heal received multiplier", + duration = duration, + healReceivedMultiplier = Mathf.Max(0f, multiplier) + }; + combatant.ApplyBuff(buff, currentEnemy != null ? currentEnemy.gameObject : null); + yield return GameplayClock.WaitForSeconds(duration); + if (target != null) + combatant.RemoveBuff(routineKey); + timedRoutines.Remove(routineKey); + } + + private void StopTimedRoutine(string key) + { + if (timedRoutines.TryGetValue(key, out Coroutine routine) && routine != null) + StopCoroutine(routine); + timedRoutines.Remove(key); + } + + private void RecordRecent(Queue[] buffers, int slot, float songTime, float keepWindow) + { + if (slot < 0 || slot >= buffers.Length) + return; + + Queue queue = buffers[slot]; + queue.Enqueue(songTime); + while (queue.Count > 0 && songTime - queue.Peek() > keepWindow) + queue.Dequeue(); + } + + private int FindMostRecentCountTrack(Queue[] buffers, float window) + { + float now = GameplayClock.NowSongTime; + int bestTrack = -1; + int bestCount = -1; + + for (int i = 0; i < buffers.Length; i++) + { + Queue queue = buffers[i]; + while (queue.Count > 0 && now - queue.Peek() > window) + queue.Dequeue(); + + if (queue.Count > bestCount) + { + bestCount = queue.Count; + bestTrack = i; + } + } + + return bestTrack; + } + + private bool AreAllConfiguredAlliesAlive() + { + teamUIController ui = teamUIController.Instance; + if (ui == null) + return false; + + bool hasAny = false; + for (int i = 0; i < 5; i++) + { + AllyCombatant ally = ui.GetAllyObjectBySlot(i)?.GetComponent(); + if (ally == null || ally.maxHP <= 0) + continue; + + hasAny = true; + if (ally.IsDead) + return false; + } + + return hasAny; + } + + private int GetCurrentDifficultyLevel() + { + BeatmapManager beatmapManager = BeatmapManager.Instance; + SongData song = beatmapManager != null ? beatmapManager.assignedSongData : currentSong; + int difficulty = beatmapManager != null ? beatmapManager.assignedDifficulty : currentDifficulty; + if (song != null && song.chartFiles != null) + { + for (int i = 0; i < song.chartFiles.Count; i++) + { + ChartFileEntry entry = song.chartFiles[i]; + if (entry != null && entry.difficulty == difficulty) + return Mathf.Max(1, Mathf.RoundToInt(entry.difficultyLEVEL)); + } + } + + return Mathf.Max(1, difficulty); + } + + private void AddPendingScore(int amount) + { + if (amount <= 0 || GameConfig.autoPlayEnabled) + return; + + pendingSettlementScoreBonus += amount; + if (verboseLogs) Debug.Log($"[LevelRuleController] Pending score +{amount}, total={pendingSettlementScoreBonus}"); + } + + private void AddFinalAverageHpScoreIfConfigured() + { + if (activeConfig == null || activeConfig.finalAverageHpPercentScore <= 0) + return; + + teamUIController ui = teamUIController.Instance; + if (ui == null) + return; + + float sumPercent = 0f; + int count = 0; + for (int i = 0; i < 5; i++) + { + AllyCombatant ally = ui.GetAllyObjectBySlot(i)?.GetComponent(); + if (ally == null || ally.maxHP <= 0) + continue; + + sumPercent += Mathf.Clamp01((float)Mathf.Max(0, ally.currentHP) / ally.maxHP); + count++; + } + + if (count <= 0) + return; + + AddPendingScore(Mathf.RoundToInt((sumPercent / count) * activeConfig.finalAverageHpPercentScore)); + } + + private static bool IsHit(string result) + { + return !string.Equals(result, "Miss", StringComparison.OrdinalIgnoreCase); + } + + private string BuildActionKey(LevelRuleAction action, EnemyCombatant enemy) + { + string id = !string.IsNullOrWhiteSpace(action.actionId) ? action.actionId : action.actionType.ToString(); + int enemyId = enemy != null ? enemy.GetInstanceID() : 0; + return $"{currentStageIndex}:{enemyId}:{id}"; + } +} diff --git a/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs.meta b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs.meta new file mode 100644 index 00000000..ee067f3b --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/LevelRules/LevelRuleController.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 8a0b6ecf635b99f40b1e485ca8180e6e \ No newline at end of file diff --git a/Assets/scripts/gamePlay_gameplay/Note.cs b/Assets/scripts/gamePlay_gameplay/Note.cs index ba3d3063..fc047c97 100644 --- a/Assets/scripts/gamePlay_gameplay/Note.cs +++ b/Assets/scripts/gamePlay_gameplay/Note.cs @@ -5,6 +5,23 @@ public class Note : BaseNote { private KeyCode keyToPress; private string noteColor; + + // 获取用于生成判定 prefab 的颜色。如果 noteColor 为空(初始化异常),从 TrackIndex 推导兜底。 + private string GetColorForPrefab() + { + if (!string.IsNullOrEmpty(noteColor)) return noteColor; + + if (TrackIndex >= 0 && TrackIndex < 5) + { + string[] trackColors = { "red", "green", "yellow", "purple", "blue" }; + string fallback = trackColors[TrackIndex]; + if (JudgeManager.IsDebugEnabled) Debug.LogWarning($"[Note] noteColor was null, using trackIndex {TrackIndex} -> {fallback}"); + return fallback; + } + + Debug.LogError($"[Note] Cannot derive color: noteColor is null and TrackIndex {TrackIndex} is invalid"); + return null; + } private AnimationController anim; private NoteController controller; private bool isJudged = false; @@ -233,10 +250,13 @@ public class Note : BaseNote } // Force miss if we've passed the deadline without being judged - if (!isJudged && GameplayClock.NowSongTime > missDeadlineTime && gameObject.activeSelf) + if (!isJudged && gameObject.activeSelf) { - if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note] {noteColor} on track {TrackIndex} exceeded miss deadline at time {GameplayClock.NowSongTime:F3}, forcing Miss"); - JudgeMiss(); + if (GameplayClock.NowSongTime >= missDeadlineTime) + { + Debug.Log($"[Note.Update] Forcing miss for {noteColor} on track {TrackIndex}: now={GameplayClock.NowSongTime:F3}, deadline={missDeadlineTime:F3}"); + JudgeMiss(); + } } } @@ -284,8 +304,12 @@ public class Note : BaseNote JudgeSoundManager.Instance?.PlayJudgeSound(judgeResult); teamUIController.Instance?.OnJudgeResult(judgeResult); - if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note.AutoPlay] Spawning judge prefab: color={noteColor}, result={judgeResult}"); - Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(noteColor, judgeResult); + string colorForPrefab = GetColorForPrefab(); + if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note.AutoPlay] Spawning judge prefab: color={colorForPrefab}, result={judgeResult}"); + if (!string.IsNullOrEmpty(colorForPrefab)) + { + Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(colorForPrefab, judgeResult); + } try { @@ -303,6 +327,7 @@ public class Note : BaseNote try { SkillBuilder.Instance?.NotifyNoteHit(TrackIndex, judgeResult, SkillDefinition.NoteTypeTrigger.Tap); } catch { } LogTapJudge(judgeResult, 0f, false, true, pressTime); + GameplayLevelRuleEventBus.NotifyTapJudged(TrackIndex, judgeResult, pressTime, noteData); if (isSyncNote) { @@ -453,10 +478,14 @@ public class Note : BaseNote InputManager.Instance?.ShowJudgeResult(TrackIndex, judgeResult); JudgeSoundManager.Instance?.PlayJudgeSound(judgeResult); teamUIController.Instance?.OnJudgeResult(judgeResult); - - // Spawn judgment prefab - ensure noteColor is passed correctly - if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note] Spawning judge prefab: color={noteColor}, result={judgeResult}"); - Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(noteColor, judgeResult); + + // Spawn judgment prefab + string colorForPrefab = GetColorForPrefab(); + if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note] Spawning judge prefab: color={colorForPrefab}, result={judgeResult}"); + if (!string.IsNullOrEmpty(colorForPrefab)) + { + Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(colorForPrefab, judgeResult); + } try { @@ -474,6 +503,7 @@ public class Note : BaseNote try { SkillBuilder.Instance?.NotifyNoteHit(TrackIndex, judgeResult, SkillDefinition.NoteTypeTrigger.Tap); } catch { } LogTapJudge(judgeResult, rawOffsetMs, rewrittenToPerfect, false, pressTime); + GameplayLevelRuleEventBus.NotifyTapJudged(TrackIndex, judgeResult, pressTime, noteData); if (isSyncNote && judgeResult != "Miss") { @@ -533,8 +563,14 @@ public class Note : BaseNote public void JudgeMiss() { + Debug.Log($"[Note.JudgeMiss] Called for {noteColor} on track {TrackIndex}, isJudged={isJudged}"); + // idempotent: this can be called from multiple paths - if (isJudged) return; + if (isJudged) + { + Debug.Log($"[Note.JudgeMiss] Already judged, skipping"); + return; + } isJudged = true; ScoreManager.Instance.countMiss += 1; @@ -549,10 +585,24 @@ public class Note : BaseNote InputManager.Instance?.ShowJudgeResult(TrackIndex, "Miss"); JudgeSoundManager.Instance?.PlayJudgeSound("Miss"); teamUIController.Instance?.OnJudgeResult("Miss"); - - // Spawn judgment prefab for Miss - ensure noteColor is passed correctly - if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note.JudgeMiss] Spawning miss judge prefab: color={noteColor}"); - Animation_GenerateJudgementSituationPrefab.Instance?.SpawnJudgePrefab(noteColor, "Miss"); + + // 生成 Miss 判定 prefab(调试日志无条件输出,便于排查问题) + string colorForPrefab = GetColorForPrefab(); + Debug.Log($"[Note.JudgeMiss] Attempting to spawn miss prefab: noteColor={noteColor}, TrackIndex={TrackIndex}, derivedColor={colorForPrefab}, Instance={(Animation_GenerateJudgementSituationPrefab.Instance != null ? "EXISTS" : "NULL")}"); + + if (string.IsNullOrEmpty(colorForPrefab)) + { + Debug.LogError($"[Note.JudgeMiss] Cannot spawn miss prefab: colorForPrefab is null! noteColor={noteColor}, TrackIndex={TrackIndex}"); + } + else if (Animation_GenerateJudgementSituationPrefab.Instance == null) + { + Debug.LogError($"[Note.JudgeMiss] Cannot spawn miss prefab: Animation_GenerateJudgementSituationPrefab.Instance is NULL!"); + } + else + { + Animation_GenerateJudgementSituationPrefab.Instance.SpawnJudgePrefab(colorForPrefab, "Miss"); + Debug.Log($"[Note.JudgeMiss] SpawnJudgePrefab called successfully for {colorForPrefab}"); + } try { @@ -570,6 +620,7 @@ public class Note : BaseNote try { SkillBuilder.Instance?.NotifyNoteHit(TrackIndex, "Miss", SkillDefinition.NoteTypeTrigger.Tap); } catch { } LogTapJudge("Miss", 0f, false, false, GameplayClock.NowSongTime); + GameplayLevelRuleEventBus.NotifyTapJudged(TrackIndex, "Miss", GameplayClock.NowSongTime, noteData); // notify global judge manager that this note has been finally judged (miss) JudgeManager.Instance?.NotifyNoteJudged(); @@ -623,6 +674,8 @@ public class Note : BaseNote /// public void SetJudgeZone(bool inZone) { + Debug.Log($"[Note.SetJudgeZone] {noteColor} on track {TrackIndex}: inZone={inZone}, isJudged={isJudged}"); + // leaving judge zone if (!inZone) { @@ -630,11 +683,11 @@ public class Note : BaseNote if (!isJudged) { // IMPORTANT: Don't call JudgeMiss directly here because SetJudgeZone is called - // from OnTriggerExit2D, which is in a physics callback. + // from OnTriggerExit2D, which is in a physics callback. // Calling ReturnToPool (which deactivates the object) inside a physics callback // causes "GameObject is already being activated or deactivated" errors. // Instead, mark for miss and let Update handle it next frame. - if (JudgeManager.IsDebugEnabled) Debug.Log($"[Note.SetJudgeZone] Note {noteColor} left judge zone on track {TrackIndex}, will force Miss next frame"); + Debug.Log($"[Note.SetJudgeZone] Note {noteColor} left judge zone on track {TrackIndex}, setting deadline to now"); missDeadlineTime = GameplayClock.NowSongTime; // Force deadline to now so Update will handle it } } diff --git a/Assets/scripts/gamePlay_gameplay/NoteSpawner.cs b/Assets/scripts/gamePlay_gameplay/NoteSpawner.cs index e6b82afd..be6de526 100644 --- a/Assets/scripts/gamePlay_gameplay/NoteSpawner.cs +++ b/Assets/scripts/gamePlay_gameplay/NoteSpawner.cs @@ -35,8 +35,8 @@ public class NoteSpawner : MonoBehaviour // Documentation text normalized. [Tooltip("Multiplier applied to visual fall speed. Changing this will automatically adjust spawn timing so notes still arrive at their original beat times.")] - [Range(0.5f, 2f)] - public float speedMultiplier = 1f; + [Range(1f, 3f)] + public float speedMultiplier = 2f; [Header("Calibration")] [Tooltip("Tolerance (world units) for snapping middle segments to expected position after spawn.")] @@ -84,8 +84,9 @@ public class NoteSpawner : MonoBehaviour public GameObject animations; // optional: constants for runtime clamping (kept for internal use) - private const float SpeedMultiplierMin = 0.5f; - private const float SpeedMultiplierMax = 2f; + // Player-facing speed is clamped to 1-3; FlowSpeedGlobalMultiplier makes the real range 2-6. + private const float SpeedMultiplierMin = 1f; + private const float SpeedMultiplierMax = 3f; // 全局流速系数:与用户可调流速(speedMultiplier)相乘的独立系数,加快音符下落。 // 为什么用它而非 bpm 倍率:noteSpeed = 10.75 * sm * bpm / 240,若靠 ×bpm 提速, // 长条音符的视觉长度由 ApplyVisualScale(sm) 决定(只随 sm 不随 bpm)、且分段数 segmentInterval=(60/bpm)/4 @@ -100,6 +101,28 @@ public class NoteSpawner : MonoBehaviour get { return Mathf.Clamp(speedMultiplier, SpeedMultiplierMin, SpeedMultiplierMax) * FlowSpeedGlobalMultiplier; } } + [Header("Note Fall Speed Source")] + [Tooltip("true=沿用谱面 BPM 决定下落速度(旧逻辑,高 BPM 歌音符更快);false=用固定参考 BPM," + + "下落速度不再随歌曲 BPM 变化,仅由流速 speedMultiplier 控制(全曲统一手感)。默认 false。")] + public bool useBpmForSpeed = false; + + [Tooltip("useBpmForSpeed=false 时用作速度基准的固定参考 BPM。等价于“所有歌曲都按此 BPM 的手感下落”。" + + "建议 ≥60:地面粒子速度对 BPM 有 60 下限,低于 60 会使音符与粒子略微不同步。")] + public float referenceBpm = 120f; + + // 速度/长条分段公式统一使用的“有效 BPM”。开=真实谱面 bpm;关=固定参考 bpm。 + // 二者都同时喂给 noteSpeed 与 segmentInterval,故长条段间距(∝sm,bpm 相消)与地面粒子同步天然保持不变。 + public float EffectiveBpm + { + get { return useBpmForSpeed ? bpm : Mathf.Max(1f, referenceBpm); } + } + + [Header("Hold Note Body Fill")] + [Tooltip("true=新逻辑(默认):长条中段不拉伸(保持 prefab 原始大小),改为按流速生成更多中段密铺填满(流速越快段越多)。" + + "false=旧逻辑:中段数量固定,用 ApplyVisualScale(流速) 拉伸每段填满(流速越大越拉长)。" + + "两种方案下长条视觉长度一致、判定完全不变(中段纯视觉、end 段到达时间不变)。")] + public bool useMultiSegmentFill = true; + public NoteJudgeConfig judgeConfig; // Documentation text normalized. private Beatmap beatmap; private float startTime; // Absolute chart time anchor. @@ -113,7 +136,9 @@ public class NoteSpawner : MonoBehaviour private Dictionary noteIndexToHoldId = new Dictionary(); private const string NoteSpeedPrefKey = "noteSpeedMultiplier"; - private const float NoteSpeedDefault = 1f; + private const string NoteSpeedDefaultVersionKey = "noteSpeedMultiplierDefaultVersion"; + private const int NoteSpeedDefaultVersion = 2; + private const float NoteSpeedDefault = 2f; private const float BaseTravelDistance = 10.75f; private Coroutine spawnCoroutine; @@ -146,10 +171,22 @@ public class NoteSpawner : MonoBehaviour { if (PlayerPrefs.HasKey(NoteSpeedPrefKey)) { + int version = PlayerPrefs.GetInt(NoteSpeedDefaultVersionKey, 0); + float saved = PlayerPrefs.GetFloat(NoteSpeedPrefKey, NoteSpeedDefault); + if (version < NoteSpeedDefaultVersion && Mathf.Approximately(saved, 3f)) + { + saved = NoteSpeedDefault; + } + + saved = Mathf.Clamp(saved, SpeedMultiplierMin, SpeedMultiplierMax); + PlayerPrefs.SetFloat(NoteSpeedPrefKey, saved); + PlayerPrefs.SetInt(NoteSpeedDefaultVersionKey, NoteSpeedDefaultVersion); + PlayerPrefs.Save(); return; } PlayerPrefs.SetFloat(NoteSpeedPrefKey, NoteSpeedDefault); + PlayerPrefs.SetInt(NoteSpeedDefaultVersionKey, NoteSpeedDefaultVersion); PlayerPrefs.Save(); } @@ -280,10 +317,13 @@ public class NoteSpawner : MonoBehaviour // Cache parameters that don't change within the loop float sm = EffectiveSpeedMultiplier; - float baseTravelTime = (60f / bpm) * 4f; + // 下落速度基准:useBpmForSpeed=true 用谱面 bpm(旧逻辑),false 用固定参考 bpm(速度不随歌曲变)。 + // 判定时间不受影响:到达时刻只由 note.time 决定,speed 仅改视觉下落快慢与出现时机。 + float speedBpm = EffectiveBpm; + float baseTravelTime = (60f / speedBpm) * 4f; float baseNoteTravelTime = baseTravelTime / Mathf.Max(0.0001f, sm); float noteSpeed = CalculateSpeed(baseNoteTravelTime); - float segmentInterval = (60f / bpm) / 4f; + float segmentInterval = (60f / speedBpm) / 4f; EnsureJudgmentLine(); float[] laneTravelTimes = BuildLaneTravelTimes(noteSpeed); @@ -453,9 +493,24 @@ public class NoteSpawner : MonoBehaviour return -1; } - int segmentCount = Mathf.CeilToInt(noteData.length / segmentInterval); + // 段间隔决定"每隔多少时间放一段"。段间距(世界坐标)= noteSpeed × 段间隔,而 noteSpeed ∝ 流速 sm。 + // 旧逻辑(useMultiSegmentFill=false):段间隔不随 sm 变 → 段间距 ∝ sm,段数固定, + // 靠 ApplyVisualScale(sm) 把每段拉伸 sm 倍去填满变大的段间距(流速越大越拉长)。 + // 新逻辑(useMultiSegmentFill=true):段间隔 ÷ sm → 段数 ∝ sm,而段间距 = noteSpeed × (段间隔/sm) = 恒定, + // 恰好等于不拉伸(scale=1)时 prefab 的原始段高,于是用等大的原始段密铺填满(流速越大段越多)。 + // 两种方案下:end 段到达时间 = baseHit + length 完全不变(段数变但 actualSegmentInterval=length/count 抵消), + // 长条整体视觉长度一致;中段纯视觉、不参与计分/连击,故判定业务逻辑完全不受影响。 + float effectiveSegmentInterval = segmentInterval; + if (useMultiSegmentFill) + { + effectiveSegmentInterval = segmentInterval / Mathf.Max(0.01f, sm); + } + int segmentCount = Mathf.CeilToInt(noteData.length / effectiveSegmentInterval); if (segmentCount < 2) segmentCount = 2; // Force at least one middle segment between start and end. - float actualSegmentInterval = segmentCount > 0 ? noteData.length / segmentCount : segmentInterval; + float actualSegmentInterval = segmentCount > 0 ? noteData.length / segmentCount : effectiveSegmentInterval; + + // 新逻辑下不拉伸(每段保持 prefab 原始大小);旧逻辑下按流速 sm 拉伸每段。 + float holdVisualScale = useMultiSegmentFill ? 1f : sm; Transform spawnPoint = spawnPoints[noteData.trackIndex]; // Documentation text normalized. @@ -501,8 +556,8 @@ public class NoteSpawner : MonoBehaviour // pass realtime hit time (startTime + note.time) and delay 0, include globalHitDelay holdNote.Setup(holdNoteId, noteData.trackIndex, noteSpeed, baseHit, 0f, false, scheduledEndTime, noteData.color, key, "start", travelTime, judgeConfig, noteData, isSync); - // 使用流速倍率 sm 直接进行缩放,确保长条音符在 0.5-2.0 范围内依然能完美衔接 - float visualScale = sm; + // 旧逻辑=按流速 sm 拉伸;新逻辑(多段填充)=不拉伸(holdVisualScale=1)。 + float visualScale = holdVisualScale; holdNote.ApplyVisualScale(visualScale); // inform hold note of visual speed so it can adapt judgement windows if needed holdNote.visualSpeedMultiplier = sm; @@ -533,8 +588,8 @@ public class NoteSpawner : MonoBehaviour // Documentation text normalized. holdSeg.Setup(holdNoteId, noteData.trackIndex, noteSpeed, baseHit, segmentDelay, false, scheduledEndTime, noteData.color, key, "middle", travelTime, judgeConfig, noteData, false); - // 应用与开始段一致的流速缩放 - float visualScaleMid = sm; + // 与开始段一致:旧逻辑拉伸、新逻辑不拉伸(靠更多段密铺填满)。 + float visualScaleMid = holdVisualScale; holdSeg.ApplyVisualScale(visualScaleMid); holdSeg.visualSpeedMultiplier = sm; @@ -565,8 +620,8 @@ public class NoteSpawner : MonoBehaviour { holdEnd.Setup(holdNoteId, noteData.trackIndex, noteSpeed, baseHit, endDelay, true, scheduledEndTime, noteData.color, key, "end", travelTime, judgeConfig, noteData, false); - // 同样应用流速缩放 - float visualScaleEnd = sm; + // 与开始段一致:旧逻辑拉伸、新逻辑不拉伸。 + float visualScaleEnd = holdVisualScale; holdEnd.ApplyVisualScale(visualScaleEnd); holdEnd.visualSpeedMultiplier = sm; diff --git a/Assets/scripts/gamePlay_gameplay/TrackScaler.cs b/Assets/scripts/gamePlay_gameplay/TrackScaler.cs new file mode 100644 index 00000000..0b286334 --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/TrackScaler.cs @@ -0,0 +1,120 @@ +using UnityEngine; + +/// +/// 按屏幕宽高比动态拉长轨道视觉物体(track1-5)的 Y 缩放,让宽屏下轨道更饱满。 +/// +/// 原理:宽屏时水平视野大、轨道相对缩在中间显细。降相机高度+抬头能让轨道透视放大, +/// 但仍不够饱满。再叠加"拉长轨道 Y 缩放"填满纵向视野,视觉更满。 +/// +/// 关键:轨道只是背景视觉,判定是几何驱动(音符世界 Y vs 判定线世界 Y)。 +/// 缩放轨道 localScale 不影响音符生成/下落/判定——它们全用世界坐标,与轨道视觉无关。 +/// +/// 用法:挂到场景任意物体(会自动找 track1-5 或指定 trackParent)。运行时自动扫描并缩放。 +/// +[DisallowMultipleComponent] +public sealed class TrackScaler : MonoBehaviour +{ + [Tooltip("是否启用轨道缩放。关闭则恢复基准值 2.5。")] + public bool enableScaling = true; + + [Tooltip("设计基准宽高比。16:9 = 1.7778。此比例下缩放为基准值。")] + public float designAspect = 16f / 9f; + + [Tooltip("轨道 Y 缩放的基准值(场景序列化的初始值)。从这个值开始按宽高比放大。")] + public float baseScaleY = 2.5f; + + [Header("宽屏(aspect > 设计)缩放")] + [Tooltip("每偏离设计宽高比 1.0,额外叠加的 Y 缩放倍数。宽屏拉长轨道让视觉更满。")] + public float widePerAspectScaleY = 0.8f; + [Tooltip("Y 缩放的绝对上限。避免极端超宽屏拉得过长。")] + public float maxScaleY = 4.5f; + + [Tooltip("(可选)轨道的父节点。留空则自动全场景查找 track1-5。")] + public Transform trackParent; + + private Transform[] _tracks; + private float _lastAspect = -1f; + private bool _lastEnabled; + + private void OnEnable() + { + FindTracks(); + _lastAspect = -1f; + Apply(); + } + + private void Update() + { + float aspect = (float)Screen.width / Mathf.Max(1, Screen.height); + if (Mathf.Abs(aspect - _lastAspect) > 0.0001f || enableScaling != _lastEnabled) + { + Apply(); + } + } + + private void FindTracks() + { + if (trackParent != null) + { + // 从指定父节点下找 + _tracks = new Transform[5]; + for (int i = 0; i < trackParent.childCount; i++) + { + Transform child = trackParent.GetChild(i); + if (child.name == "track1") _tracks[0] = child; + else if (child.name == "track2") _tracks[1] = child; + else if (child.name == "track3") _tracks[2] = child; + else if (child.name == "track4") _tracks[3] = child; + else if (child.name == "track5") _tracks[4] = child; + } + } + else + { + // 全场景查找(慢,但兜底) + _tracks = new Transform[5]; + GameObject go1 = GameObject.Find("track1"); + GameObject go2 = GameObject.Find("track2"); + GameObject go3 = GameObject.Find("track3"); + GameObject go4 = GameObject.Find("track4"); + GameObject go5 = GameObject.Find("track5"); + if (go1 != null) _tracks[0] = go1.transform; + if (go2 != null) _tracks[1] = go2.transform; + if (go3 != null) _tracks[2] = go3.transform; + if (go4 != null) _tracks[3] = go4.transform; + if (go5 != null) _tracks[4] = go5.transform; + } + } + + private void Apply() + { + if (_tracks == null || _tracks.Length == 0) + { + FindTracks(); // 重试 + if (_tracks == null || _tracks.Length == 0) return; + } + + float aspect = (float)Screen.width / Mathf.Max(1, Screen.height); + _lastAspect = aspect; + _lastEnabled = enableScaling; + + float targetScaleY = baseScaleY; + + if (enableScaling && aspect > designAspect) + { + // 宽屏:额外拉长 Y + float dev = aspect - designAspect; + float extra = widePerAspectScaleY * dev; + targetScaleY = Mathf.Min(baseScaleY + extra, maxScaleY); + } + // aspect <= designAspect 或关闭:保持基准值 + + // 应用到所有轨道 + for (int i = 0; i < _tracks.Length; i++) + { + if (_tracks[i] == null) continue; + Vector3 scale = _tracks[i].localScale; + scale.y = targetScaleY; + _tracks[i].localScale = scale; + } + } +} diff --git a/Assets/scripts/gamePlay_gameplay/TrackScaler.cs.meta b/Assets/scripts/gamePlay_gameplay/TrackScaler.cs.meta new file mode 100644 index 00000000..274a57db --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/TrackScaler.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 29e9752cc9128104bad251941d81ffa2 \ No newline at end of file diff --git a/Assets/scripts/gamePlay_gameplay/TrackScreenRatioStabilizer.cs b/Assets/scripts/gamePlay_gameplay/TrackScreenRatioStabilizer.cs index 94d13178..69ad8ece 100644 --- a/Assets/scripts/gamePlay_gameplay/TrackScreenRatioStabilizer.cs +++ b/Assets/scripts/gamePlay_gameplay/TrackScreenRatioStabilizer.cs @@ -26,7 +26,9 @@ using UnityEngine; public sealed class TrackScreenRatioStabilizer : MonoBehaviour { [Tooltip("是否启用轨道屏占比稳定(按宽高比补偿相机垂直FOV)。关闭则恢复设计FOV。")] - public bool enableStabilization = true; + // 关闭:contain 式补偿会在窄屏增大垂直FOV(镜头拉远)=轨道变细+视距变长,二者都不符合需求。 + // 改由 CameraResolutionTuner(降Z+增X俯角)在保持垂直FOV恒定(视距恒定)的前提下让轨道铺开。 + public bool enableStabilization = false; [Tooltip("设计基准宽高比(轨道占比在此比例下为设计值)。16:9 = 1.7778。")] public float designAspect = 16f / 9f; diff --git a/Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs b/Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs new file mode 100644 index 00000000..ff0f56f9 --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs @@ -0,0 +1,43 @@ +using System.Collections; +using UnityEngine; +using UnityEngine.UI; + +public class TrackSkillPrefab : MonoBehaviour +{ + [Header("UI")] + public Text skillText; + public Image skillImage; + + private CanvasGroup _canvasGroup; + + private void Awake() + { + _canvasGroup = GetComponent(); + if (_canvasGroup == null) _canvasGroup = gameObject.AddComponent(); + _canvasGroup.alpha = 0f; + } + + public void Bind(Sprite icon, string skillName) + { + ResetForReuse(); + + if (skillImage != null) + { + skillImage.sprite = icon; + skillImage.enabled = icon != null; + } + + if (skillText != null) + { + skillText.text = string.IsNullOrWhiteSpace(skillName) ? string.Empty : skillName; + } + + } + + private void ResetForReuse() + { + if (_canvasGroup != null) _canvasGroup.alpha = 0f; + transform.localRotation = Quaternion.identity; + transform.localScale = Vector3.one; + } +} diff --git a/Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs.meta b/Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs.meta new file mode 100644 index 00000000..f497a44d --- /dev/null +++ b/Assets/scripts/gamePlay_gameplay/TrackSkillPrefab.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: a51f5b8ae798a1e42a55f1654ed4237e \ No newline at end of file diff --git a/Assets/scripts/gamePlay_gameplay/effectEventController.cs b/Assets/scripts/gamePlay_gameplay/effectEventController.cs index fee093e8..8d4d563f 100644 --- a/Assets/scripts/gamePlay_gameplay/effectEventController.cs +++ b/Assets/scripts/gamePlay_gameplay/effectEventController.cs @@ -38,10 +38,11 @@ public class effectEventController : MonoBehaviour // 分辨率相机微调:改的是"漂移 pivot"(顶层节点,承载 -40°/-8 基准),不碰相机自身, // 因此不与 SmoothShake(写相机 local)、技能偏移(写技能 pivot)、冲刺(写相机 z)冲突。 - // 改 pivot 的 X 旋转无任何系统覆盖;改 pivot 的 Z 必须同步 cameraDriftBaseLocalPosition.z, - // 否则 UpdateCameraDrift/ResetCameraDriftIfNeeded 会用旧基准把 z 拉回。 + // 改 pivot 的 X 旋转无任何系统覆盖;改 pivot 的 Y/Z 必须同步 cameraDriftBaseLocalPosition, + // 否则 UpdateCameraDrift/ResetCameraDriftIfNeeded 会用旧基准把 Y/Z 拉回。 private bool _cameraBaseCaptured; private float _designPivotRotX; // pivot 初始 X 旋转(如 -40) + private float _designPivotY; // pivot 初始 Y(如 -6,相机高度) private float _designPivotZ; // pivot 初始 Z(如 -8) private void Awake() @@ -117,16 +118,17 @@ public class effectEventController : MonoBehaviour if (cachedCameraDriftPivot == null) return; } _designPivotRotX = cachedCameraDriftPivot.localEulerAngles.x; + _designPivotY = cachedCameraDriftPivot.localPosition.y; _designPivotZ = cachedCameraDriftPivot.localPosition.z; _cameraBaseCaptured = true; } /// - /// 按分辨率微调相机:在设计基准上叠加 X 旋转增量与 Z 位置增量。 - /// 改的是漂移 pivot(不动相机本身),且同步 cameraDriftBaseLocalPosition.z, + /// 按分辨率微调相机:在设计基准上叠加 X 旋转增量、Y 高度增量、Z 位置增量。 + /// 改的是漂移 pivot(不动相机本身),且同步 cameraDriftBaseLocalPosition 的 y/z, /// 与漂移/抖动/技能偏移/冲刺全部不冲突。可重复调用(总是相对设计基准,不累积)。 /// - public void SetResolutionCameraAdjust(float extraRotX, float extraZ) + public void SetResolutionCameraAdjust(float extraRotX, float extraZ, float extraY = 0f) { CaptureCameraBaseIfNeeded(); if (cachedCameraDriftPivot == null) return; @@ -136,12 +138,91 @@ public class effectEventController : MonoBehaviour euler.x = _designPivotRotX + extraRotX; cachedCameraDriftPivot.localEulerAngles = euler; - // Z:设计值 + 增量,并同步漂移基准 z(漂移只改 x,y,z 恒取基准)。 + // Y(高度)与 Z:设计值 + 增量。漂移每帧写 base + (perlinX, perlinY, 0), + // 故必须同步 cameraDriftBaseLocalPosition 的 y/z,否则下一帧漂移会用旧基准拉回。 + float targetY = _designPivotY + extraY; float targetZ = _designPivotZ + extraZ; Vector3 lp = cachedCameraDriftPivot.localPosition; + lp.y = targetY; lp.z = targetZ; cachedCameraDriftPivot.localPosition = lp; - cameraDriftBaseLocalPosition.z = targetZ; // 关键:否则会被 UpdateCameraDrift/Reset 拉回 + cameraDriftBaseLocalPosition.y = targetY; // 关键:否则会被 UpdateCameraDrift/Reset 拉回 + cameraDriftBaseLocalPosition.z = targetZ; + } + + // 相机本体(Main Camera)分辨率适配的 local 基准。运行时相机被重挂到 skill_pivot 之下、 + // local 位姿被清零(见 EnsureCameraDriftPivot/EnsureCameraSkillPivot),故基准 z≈0、X≈0。 + // 首次调用 SetResolutionCameraSelf 时惰性捕获,供插值 t=0 回到该基准。 + private bool _cameraSelfBaseCaptured; + private float _cameraSelfBaseLocalZ; + private float _cameraSelfBaseLocalRotX; + + /// + /// 按分辨率**直接调整相机本体(Main Camera 子物体)**的 local z 高度与 local X 旋转, + /// 不动其父/祖父 pivot。t=0 → 回到相机 local 设计基准(运行时为 0/identity,与未调整一致); + /// t=1 → 相机 local 到达 (targetLocalRotX, targetLocalZ)。始终相对基准插值,不累积。 + /// + /// 冲突处理:相机本体的 local 由 SmoothShake(抖动时每帧写)与冲刺(动画 local z)共享。 + /// - 空闲时二者不写相机(SmoothShake 无活动协程即不 ApplySum),本次写入持久生效; + /// - 抖动/冲刺触发时会以"当前 local"为基准重新捕获(SaveDefaultValues / CacheCameraTransform), + /// 故结束后回到本方法设定的值。为兼容"抖动进行中改分辨率"的罕见情形, + /// 若相机上已有 SmoothShake 且正在抖动,同步其 startPosition/startRotation 基准。 + /// + public bool SetResolutionCameraSelf(float t, float targetLocalRotX, float targetLocalZ) + { + if (cachedShakeTarget == null) + { + CacheShakeTarget(); + if (cachedShakeTarget == null) return false; // 相机(Camera.main)尚未就绪,稍后重试 + } + t = Mathf.Clamp01(t); + + if (!_cameraSelfBaseCaptured) + { + _cameraSelfBaseLocalZ = cachedShakeTarget.localPosition.z; + _cameraSelfBaseLocalRotX = NormalizeSignedAngle(cachedShakeTarget.localEulerAngles.x); + _cameraSelfBaseCaptured = true; + } + + float z = Mathf.Lerp(_cameraSelfBaseLocalZ, targetLocalZ, t); + float rotX = Mathf.Lerp(_cameraSelfBaseLocalRotX, targetLocalRotX, t); + + Vector3 lp = cachedShakeTarget.localPosition; + lp.z = z; + cachedShakeTarget.localPosition = lp; + + Vector3 euler = cachedShakeTarget.localEulerAngles; + euler.x = rotX; + cachedShakeTarget.localEulerAngles = euler; + + SyncShakeBaseIfActive(lp, euler); + return true; + } + + // 若相机本体上的 SmoothShake 正在抖动,同步其 start 基准,避免抖动进行中改分辨率被回弹覆盖。 + private void SyncShakeBaseIfActive(Vector3 localPos, Vector3 localEuler) + { + if (cachedShakeTarget == null) return; + var shake = cachedShakeTarget.GetComponent(); + if (shake == null) return; + if (shake.activeShakeRoutines == null || shake.activeShakeRoutines.Count == 0) return; + + var type = typeof(SmoothShakeFree.SmoothShake); + const System.Reflection.BindingFlags flags = + System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance; + var startPosField = type.GetField("startPosition", flags); + var startRotField = type.GetField("startRotation", flags); + if (startPosField != null) startPosField.SetValue(shake, localPos); + if (startRotField != null) startRotField.SetValue(shake, localEuler); + } + + // Unity eulerAngles.x 存 [0,360),-40 存成 320;归一到 [-180,180) 便于插值(负=朝上)。 + private static float NormalizeSignedAngle(float angle) + { + angle %= 360f; + if (angle > 180f) angle -= 360f; + else if (angle < -180f) angle += 360f; + return angle; } private void PrewarmShakeComponent() diff --git a/Assets/scripts/gamePlay_gameplay/globalNoteEffect.cs b/Assets/scripts/gamePlay_gameplay/globalNoteEffect.cs index e3217e36..9222c5b0 100644 --- a/Assets/scripts/gamePlay_gameplay/globalNoteEffect.cs +++ b/Assets/scripts/gamePlay_gameplay/globalNoteEffect.cs @@ -20,6 +20,8 @@ public class globalNoteEffect : MonoBehaviour public float cameraDashDuration = 0.12f; [Header("Camera Wave FX")] + [Range(0f, 1f)] + public float cameraWaveIntensity = 1f; public float cameraWaveEnterDuration = 0.12f; public float cameraWaveRecoverDuration = 0.12f; @@ -319,6 +321,7 @@ public class globalNoteEffect : MonoBehaviour private void TriggerCameraWaveFx() { GlobalDistortionRuntimeController.TriggerWaveEffect( + Mathf.Clamp01(cameraWaveIntensity), Mathf.Max(0.0001f, cameraWaveEnterDuration), Mathf.Max(0.0001f, cameraWaveRecoverDuration) ); diff --git a/Assets/scripts/gamePlay_gameplay/groundParticularController.cs b/Assets/scripts/gamePlay_gameplay/groundParticularController.cs index 6dd828e6..e13254f8 100644 --- a/Assets/scripts/gamePlay_gameplay/groundParticularController.cs +++ b/Assets/scripts/gamePlay_gameplay/groundParticularController.cs @@ -357,12 +357,14 @@ public class groundParticularController : MonoBehaviour float currentBPM = GetCurrentBPM(); float noteSpawnerSpeedMultiplier = 1.0f; + // 粒子速度须与音符下落同速:跟随 NoteSpawner 的“有效 BPM”(开关决定用谱面 bpm 还是固定参考 bpm)。 if (beatmapManager != null && beatmapManager.noteSpawner != null) { noteSpawnerSpeedMultiplier = beatmapManager.noteSpawner.EffectiveSpeedMultiplier; + currentBPM = beatmapManager.noteSpawner.EffectiveBpm; } - float effectiveBPM = Mathf.Max(currentBPM, 60f); + float effectiveBPM = Mathf.Max(currentBPM, 60f); float noteSpeed = (totalDist * effectiveBPM * noteSpawnerSpeedMultiplier) / 240f; float step = noteSpeed * speedMultiplier * emissionSpeedMultiplier * perFrameMoveMultiplier * Time.deltaTime; diff --git a/Assets/scripts/gamePlay_gameplay/settlementController.cs b/Assets/scripts/gamePlay_gameplay/settlementController.cs index 58b23606..fdbbddaa 100644 --- a/Assets/scripts/gamePlay_gameplay/settlementController.cs +++ b/Assets/scripts/gamePlay_gameplay/settlementController.cs @@ -576,7 +576,8 @@ public class settlementController : MonoBehaviour } targetPmScore = sm.allSum_pmScore; - targetIdolScore = sm.allSum_idolScore; + int levelRuleScoreBonus = LevelRuleController.ConsumePendingSettlementScoreBonus(); + targetIdolScore = sm.allSum_idolScore + levelRuleScoreBonus; targetTotalScore = targetPmScore + targetIdolScore; targetTotalPercent = (float)targetTotalScore / Mathf.Max(1, _1000000) * 100f; diff --git a/Assets/scripts/gameplay_teamUI/teamUIController.cs b/Assets/scripts/gameplay_teamUI/teamUIController.cs index 73faa599..48454c66 100644 --- a/Assets/scripts/gameplay_teamUI/teamUIController.cs +++ b/Assets/scripts/gameplay_teamUI/teamUIController.cs @@ -804,6 +804,11 @@ public class teamUIController : MonoBehaviour return (EnemyData_SO[])currentEnemySOs.Clone(); } + public EnemyCombatant GetCurrentEnemyCombatant() + { + return enemyCombatantInstance; + } + // Debug helper to print key fields of a TeamCharacterDataInfo private void DebugCharacterSO(TeamCharacterDataInfo so, int slotIndex, bool isEditor) { @@ -1161,6 +1166,12 @@ public class teamUIController : MonoBehaviour PopulateAllySOsFromIds(); + // 初始化角色头像:根据槽位 ID 刷新 teammate0X_characterImage,空槽位会被禁用 + for (int i = 0; i < 5; i++) + { + RefreshTeammateCharacterImageBySlotId(i); + } + // initialize previous flags so Update can detect changes prevAllyActive[0] = isAlly01_active; prevAllyActive[1] = isAlly02_active; @@ -1518,16 +1529,31 @@ public class teamUIController : MonoBehaviour } // helper to set teammate character image based on slot index + // 若 sprite 为 null,则禁用对应 Image GameObject(槽位无角色);否则启用并设 sprite。 private void SetTeammateCharacterImage(int slotIndex, Sprite sprite) { - if (sprite == null) return; + Image img = null; switch (slotIndex) { - case 0: if (teammate01_characterImage != null) teammate01_characterImage.sprite = sprite; break; - case 1: if (teammate02_characterImage != null) teammate02_characterImage.sprite = sprite; break; - case 2: if (teammate03_characterImage != null) teammate03_characterImage.sprite = sprite; break; - case 3: if (teammate04_characterImage != null) teammate04_characterImage.sprite = sprite; break; - case 4: if (teammate05_characterImage != null) teammate05_characterImage.sprite = sprite; break; + case 0: img = teammate01_characterImage; break; + case 1: img = teammate02_characterImage; break; + case 2: img = teammate03_characterImage; break; + case 3: img = teammate04_characterImage; break; + case 4: img = teammate05_characterImage; break; + } + + if (img == null) return; + + if (sprite == null) + { + // 槽位无角色:禁用 Image + img.gameObject.SetActive(false); + } + else + { + // 槽位有角色:启用 Image 并设置 sprite + img.sprite = sprite; + img.gameObject.SetActive(true); } } @@ -1547,7 +1573,13 @@ public class teamUIController : MonoBehaviour { if (slotIndex < 0 || slotIndex >= allySlotIds.Count) return; int id = allySlotIds[slotIndex]; - if (id <= 0) return; + + // 槽位无角色(id <= 0):禁用对应 Image + if (id <= 0) + { + SetTeammateCharacterImage(slotIndex, null); + return; + } AllyHero_SO[] all = RuntimeResourcesCache.LoadAllAllyHeroes(); for (int i = 0; i < all.Length; i++) @@ -1555,12 +1587,12 @@ public class teamUIController : MonoBehaviour AllyHero_SO so = all[i]; if (so == null || so.ally_heroID != id) continue; Sprite sprite = so.ally_heroProfile != null ? so.ally_heroProfile : so.ally_heroImage; - if (sprite != null) - { - SetTeammateCharacterImage(slotIndex, sprite); - } + SetTeammateCharacterImage(slotIndex, sprite); // sprite 可能仍为 null,SetTeammateCharacterImage 会禁用 return; } + + // 找不到对应 SO:也禁用 Image + SetTeammateCharacterImage(slotIndex, null); } public void SwapAllyWithLowerAdjacent(int slotIndex) @@ -1984,6 +2016,7 @@ public class teamUIController : MonoBehaviour InitializeEnemyInstance(); int difficultyID = BeatmapManager.Instance != null ? BeatmapManager.Instance.assignedDifficulty : 0; enemyCombatantInstance.InitializeFromSO(so, difficultyID); + GameplayLevelRuleEventBus.NotifyEnemySpawned(enemyCombatantInstance, enemyCurrentCount, so); // set UI visuals (name / sprites) string enemyName = so.enemyName ?? so.name; @@ -2176,6 +2209,7 @@ public class teamUIController : MonoBehaviour so = recognizedEnemySOs[enemyCurrentCount]; if (so != null) eName = so.enemyName ?? so.name; } + GameplayLevelRuleEventBus.NotifyEnemyDied(e, enemyCurrentCount, so); SkillTriggerFeedUI.PushEnemyDeath(eName); // notify enemy ball UI diff --git a/Assets/scripts/rendering/GlobalDistortionRuntimeController.cs b/Assets/scripts/rendering/GlobalDistortionRuntimeController.cs index 52f31569..f40d2321 100644 --- a/Assets/scripts/rendering/GlobalDistortionRuntimeController.cs +++ b/Assets/scripts/rendering/GlobalDistortionRuntimeController.cs @@ -235,4 +235,9 @@ public class GlobalDistortionRuntimeController : MonoBehaviour { EnsureInstance().TriggerWave(1f, enterDurationSeconds, recoverDurationSeconds); } + + public static void TriggerWaveEffect(float intensity, float enterDurationSeconds, float recoverDurationSeconds) + { + EnsureInstance().TriggerWave(intensity, enterDurationSeconds, recoverDurationSeconds); + } } diff --git a/Assets/scripts/settings/controllerSettings.cs b/Assets/scripts/settings/controllerSettings.cs index b132b5fd..f32b4323 100644 --- a/Assets/scripts/settings/controllerSettings.cs +++ b/Assets/scripts/settings/controllerSettings.cs @@ -34,10 +34,13 @@ public class controllerSettings : MonoBehaviour private bool previousKeyValid = false; // slider range - private const float NoteSpeedMin = 0.5f; - private const float NoteSpeedMax = 2f; + private const float NoteSpeedMin = 1f; + // Player-facing range is 1-3. NoteSpawner multiplies it by 2, so the real range is 2-6. + private const float NoteSpeedMax = 3f; private const string NoteSpeedPrefKey = "noteSpeedMultiplier"; - private const float NoteSpeedDefault = 1.0f; + private const string NoteSpeedDefaultVersionKey = "noteSpeedMultiplierDefaultVersion"; + private const int NoteSpeedDefaultVersion = 2; + private const float NoteSpeedDefault = 2.0f; // continuous change private Coroutine continuousChangeCoroutine = null; @@ -505,10 +508,22 @@ public class controllerSettings : MonoBehaviour { if (PlayerPrefs.HasKey(NoteSpeedPrefKey)) { + int version = PlayerPrefs.GetInt(NoteSpeedDefaultVersionKey, 0); + float saved = PlayerPrefs.GetFloat(NoteSpeedPrefKey, NoteSpeedDefault); + if (version < NoteSpeedDefaultVersion && Mathf.Approximately(saved, 3f)) + { + saved = NoteSpeedDefault; + } + + saved = Mathf.Clamp(saved, NoteSpeedMin, NoteSpeedMax); + PlayerPrefs.SetFloat(NoteSpeedPrefKey, saved); + PlayerPrefs.SetInt(NoteSpeedDefaultVersionKey, NoteSpeedDefaultVersion); + PlayerPrefs.Save(); return; } PlayerPrefs.SetFloat(NoteSpeedPrefKey, NoteSpeedDefault); + PlayerPrefs.SetInt(NoteSpeedDefaultVersionKey, NoteSpeedDefaultVersion); PlayerPrefs.Save(); } diff --git a/Assets/settingsPrefab/settings.prefab b/Assets/settingsPrefab/settings.prefab index ddd71c3b..bcc87003 100644 --- a/Assets/settingsPrefab/settings.prefab +++ b/Assets/settingsPrefab/settings.prefab @@ -6083,7 +6083,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: 2.0 + m_Text: 300% --- !u!1 &1283681621046949199 GameObject: m_ObjectHideFlags: 0 @@ -13447,7 +13447,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 3840, y: 2160} + m_SizeDelta: {x: 19200, y: 10800} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &4461991833650980158 CanvasRenderer: @@ -14913,10 +14913,10 @@ MonoBehaviour: m_FillRect: {fileID: 2478940357038280624} m_HandleRect: {fileID: 4123488008762013331} m_Direction: 0 - m_MinValue: 0 - m_MaxValue: 1 + m_MinValue: 1 + m_MaxValue: 3 m_WholeNumbers: 0 - m_Value: 1 + m_Value: 2 m_OnValueChanged: m_PersistentCalls: m_Calls: [] @@ -26841,10 +26841,10 @@ MonoBehaviour: m_FillRect: {fileID: 4302310117072831067} m_HandleRect: {fileID: 1819070857763714964} m_Direction: 0 - m_MinValue: 0 - m_MaxValue: 1 + m_MinValue: 1 + m_MaxValue: 3 m_WholeNumbers: 0 - m_Value: 1 + m_Value: 2 m_OnValueChanged: m_PersistentCalls: m_Calls: [] @@ -32449,7 +32449,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: 0.5 + m_Text: 100% --- !u!1 &8286336829220767699 GameObject: m_ObjectHideFlags: 0 diff --git a/新建 文本文档.txt b/新建 文本文档.txt deleted file mode 100644 index e69de29b..00000000