diff --git a/Assets/BlurRawImage.meta b/Assets/BlurRawImage.meta new file mode 100644 index 00000000..7a9f89e3 --- /dev/null +++ b/Assets/BlurRawImage.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f0f29933c1887784caca8fffec90257e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Demo.meta b/Assets/BlurRawImage/Demo.meta new file mode 100644 index 00000000..188c9904 --- /dev/null +++ b/Assets/BlurRawImage/Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ecdd57f81812c2542bc142d71aaba31d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Demo/Demo.cs b/Assets/BlurRawImage/Demo/Demo.cs new file mode 100644 index 00000000..63867f4c --- /dev/null +++ b/Assets/BlurRawImage/Demo/Demo.cs @@ -0,0 +1,63 @@ +using TMPro; +using UnityEngine; +using UnityEngine.UI; + +namespace Qjjxk.Blur.Demo +{ + public class Demo : MonoBehaviour + { + public Transform cubeTrans; + public BlurRawImage blurRawImage; + public TMP_Dropdown blurTypeDropdown; + public Slider strengthSlider; + public Slider radiusSlider; + public Slider iterationSlider; + public Slider downSampleSlider; + public TextMeshProUGUI strengthText; + public TextMeshProUGUI radiusText; + public TextMeshProUGUI iterationsText; + public TextMeshProUGUI downSampleText; + + private void Update() + { + cubeTrans.Rotate(0, 30 * Time.deltaTime, 0); + + blurTypeDropdown.value = (int)blurRawImage.blurType; + + strengthText.text = blurRawImage.blurStrength.ToString("F2"); + radiusText.text = blurRawImage.blurRadius.ToString("F2"); + iterationsText.text = blurRawImage.iterations.ToString("F0"); + downSampleText.text = blurRawImage.downSample.ToString("F2"); + + strengthSlider.value = blurRawImage.blurStrength; + radiusSlider.value = blurRawImage.blurRadius; + iterationSlider.value = blurRawImage.iterations; + downSampleSlider.value = blurRawImage.downSample; + } + + public void SetBlurType(int blurType) + { + blurRawImage.blurType = (BlurType)blurType; + } + + public void SetStrength(float strength) + { + blurRawImage.blurStrength = strength; + } + + public void SetRadius(float radius) + { + blurRawImage.blurRadius = radius; + } + + public void SetIterations(float iterations) + { + blurRawImage.iterations = Mathf.RoundToInt(iterations); + } + + public void SetDown(float down) + { + blurRawImage.downSample = down; + } + } +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Demo/Demo.cs.meta b/Assets/BlurRawImage/Demo/Demo.cs.meta new file mode 100644 index 00000000..05970261 --- /dev/null +++ b/Assets/BlurRawImage/Demo/Demo.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 5fe1295a2c7ca5441927f8d68737fd1c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Demo/Demo.cs + uploadId: 761342 diff --git a/Assets/BlurRawImage/Demo/DemoScene.unity b/Assets/BlurRawImage/Demo/DemoScene.unity new file mode 100644 index 00000000..5035a542 --- /dev/null +++ b/Assets/BlurRawImage/Demo/DemoScene.unity @@ -0,0 +1,4950 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 705507994} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 20201, guid: 0000000000000000f000000000000000, type: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &10600503 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 10600504} + - component: {fileID: 10600506} + - component: {fileID: 10600505} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &10600504 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 10600503} + 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: 1632170218} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -400, y: 70} + m_SizeDelta: {x: 800, y: 138} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &10600505 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 10600503} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: To blur the UI, you can create a Canvas of type Screen Space - Camera and + select the main camera as the RenderCamera. + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 36 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 256 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &10600506 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 10600503} + m_CullTransparentMesh: 1 +--- !u!1 &120837059 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 120837062} + - component: {fileID: 120837061} + - component: {fileID: 120837060} + m_Layer: 0 + m_Name: EventSystem + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &120837060 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 120837059} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} + m_Name: + m_EditorClassIdentifier: + m_SendPointerHoverToParent: 1 + m_HorizontalAxis: Horizontal + m_VerticalAxis: Vertical + m_SubmitButton: Submit + m_CancelButton: Cancel + m_InputActionsPerSecond: 10 + m_RepeatDelay: 0.5 + m_ForceModuleActive: 0 +--- !u!114 &120837061 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 120837059} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!4 &120837062 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 120837059} + 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: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &160099172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 160099173} + - component: {fileID: 160099174} + m_Layer: 5 + m_Name: Strength + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &160099173 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 160099172} + 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: 265860877} + - {fileID: 441914099} + - {fileID: 1679579419} + - {fileID: 742200965} + - {fileID: 384745506} + m_Father: {fileID: 1180022842} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -50} + m_SizeDelta: {x: 1000, y: 40} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &160099174 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 160099172} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 67db9e8f0e2ae9c40bc1e2b64352a6b4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1719565450} + m_FillRect: {fileID: 179872306} + m_HandleRect: {fileID: 1719565449} + m_Direction: 0 + m_MinValue: 0 + m_MaxValue: 64 + m_WholeNumbers: 0 + m_Value: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1180022844} + m_TargetAssemblyTypeName: Test, Assembly-CSharp + m_MethodName: SetStrength + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &179872305 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 179872306} + - component: {fileID: 179872308} + - component: {fileID: 179872307} + m_Layer: 5 + m_Name: Fill + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &179872306 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 179872305} + 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: 441914099} + 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: 10, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &179872307 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 179872305} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &179872308 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 179872305} + m_CullTransparentMesh: 1 +--- !u!1 &183065699 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 183065700} + - component: {fileID: 183065702} + - component: {fileID: 183065701} + m_Layer: 5 + m_Name: Name + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &183065700 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 183065699} + 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: 1530459614} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: -20, y: 0} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &183065701 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 183065699} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: DownSample + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294905344 + m_fontColor: {r: 0, g: 0.052975178, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &183065702 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 183065699} + m_CullTransparentMesh: 1 +--- !u!1 &265860876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 265860877} + - component: {fileID: 265860879} + - component: {fileID: 265860878} + m_Layer: 5 + m_Name: Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &265860877 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 265860876} + 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: 160099173} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &265860878 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 265860876} + 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &265860879 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 265860876} + m_CullTransparentMesh: 1 +--- !u!1 &286487348 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 286487349} + - component: {fileID: 286487351} + - component: {fileID: 286487350} + m_Layer: 5 + m_Name: Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &286487349 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 286487348} + 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: 507137697} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &286487350 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 286487348} + 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &286487351 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 286487348} + m_CullTransparentMesh: 1 +--- !u!1 &347622124 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 347622125} + - component: {fileID: 347622127} + - component: {fileID: 347622126} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &347622125 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 347622124} + 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: 1480280470} + 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: 30, y: -10} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &347622126 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 347622124} + 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: 10913, guid: 0000000000000000f000000000000000, type: 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!222 &347622127 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 347622124} + m_CullTransparentMesh: 1 +--- !u!1 &357125587 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 357125588} + m_Layer: 5 + m_Name: Sliding Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &357125588 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 357125587} + 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: 395406391} + m_Father: {fileID: 1640531124} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &384745505 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 384745506} + - component: {fileID: 384745508} + - component: {fileID: 384745507} + m_Layer: 5 + m_Name: Value + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &384745506 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 384745505} + 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: 160099173} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 20, y: 0} + m_SizeDelta: {x: 100, y: 50} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &384745507 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 384745505} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: 0 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278192895 + m_fontColor: {r: 1, g: 0.04082808, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &384745508 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 384745505} + m_CullTransparentMesh: 1 +--- !u!1 &395406390 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 395406391} + - component: {fileID: 395406393} + - component: {fileID: 395406392} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &395406391 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 395406390} + 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: 357125588} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &395406392 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 395406390} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &395406393 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 395406390} + m_CullTransparentMesh: 1 +--- !u!1 &441914098 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 441914099} + m_Layer: 5 + m_Name: Fill Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &441914099 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 441914098} + 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: 179872306} + m_Father: {fileID: 160099173} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: -5, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &507137696 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 507137697} + - component: {fileID: 507137698} + m_Layer: 5 + m_Name: Iterations + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &507137697 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 507137696} + 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: 286487349} + - {fileID: 1458501802} + - {fileID: 1412129200} + - {fileID: 1237046726} + - {fileID: 1234929960} + m_Father: {fileID: 1180022842} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -170} + m_SizeDelta: {x: 1000, y: 40} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &507137698 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 507137696} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 67db9e8f0e2ae9c40bc1e2b64352a6b4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1218569085} + m_FillRect: {fileID: 1097599165} + m_HandleRect: {fileID: 1218569084} + m_Direction: 0 + m_MinValue: 0 + m_MaxValue: 6 + m_WholeNumbers: 0 + m_Value: 1 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1180022844} + m_TargetAssemblyTypeName: Demo, Assembly-CSharp + m_MethodName: SetIterations + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &515375324 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 515375325} + - component: {fileID: 515375327} + - component: {fileID: 515375326} + m_Layer: 5 + m_Name: Name + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &515375325 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 515375324} + 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: 2037357701} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: -20, y: 0} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &515375326 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 515375324} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: Radius + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294905344 + m_fontColor: {r: 0, g: 0.052975178, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &515375327 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 515375324} + m_CullTransparentMesh: 1 +--- !u!1 &538200818 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 538200819} + - component: {fileID: 538200822} + - component: {fileID: 538200821} + - component: {fileID: 538200820} + m_Layer: 5 + m_Name: BlurType + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &538200819 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 538200818} + 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: 1886826949} + - {fileID: 1527468891} + - {fileID: 1457687059} + m_Father: {fileID: 1180022842} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -149, y: -60} + m_SizeDelta: {x: 160, y: 60} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &538200820 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 538200818} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7b743370ac3e4ec2a1668f5455a8ef8a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 538200821} + m_Template: {fileID: 1457687059} + m_CaptionText: {fileID: 1886826950} + m_CaptionImage: {fileID: 0} + m_Placeholder: {fileID: 0} + m_ItemText: {fileID: 583339849} + m_ItemImage: {fileID: 0} + m_Value: 0 + m_Options: + m_Options: + - m_Text: Gaussian + m_Image: {fileID: 0} + - m_Text: Kawase + m_Image: {fileID: 0} + - m_Text: Grainy + m_Image: {fileID: 0} + m_OnValueChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1180022844} + m_TargetAssemblyTypeName: Qjjxk.Blur.Demo.Demo, Assembly-CSharp + m_MethodName: SetBlurType + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + m_AlphaFadeSpeed: 0.15 +--- !u!114 &538200821 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 538200818} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &538200822 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 538200818} + m_CullTransparentMesh: 1 +--- !u!1 &583339847 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 583339848} + - component: {fileID: 583339850} + - component: {fileID: 583339849} + m_Layer: 5 + m_Name: Item Label + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &583339848 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 583339847} + 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: 1150889892} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 5, y: -0.5} + m_SizeDelta: {x: -30, y: -3} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &583339849 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 583339847} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: Option A + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4281479730 + m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 24 + m_fontSizeBase: 24 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &583339850 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 583339847} + m_CullTransparentMesh: 1 +--- !u!1 &705507993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 705507995} + - component: {fileID: 705507994} + - component: {fileID: 705507996} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &705507994 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 1 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &705507995 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + serializedVersion: 2 + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!114 &705507996 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!1 &709299915 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 709299916} + - component: {fileID: 709299918} + - component: {fileID: 709299917} + m_Layer: 5 + m_Name: Fill + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &709299916 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 709299915} + 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: 1787647397} + 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: 10, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &709299917 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 709299915} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &709299918 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 709299915} + m_CullTransparentMesh: 1 +--- !u!1 &731937238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 731937239} + m_Layer: 5 + m_Name: Handle Slide Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &731937239 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 731937238} + 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: 1125862951} + m_Father: {fileID: 1530459614} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &742200964 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 742200965} + - component: {fileID: 742200967} + - component: {fileID: 742200966} + m_Layer: 5 + m_Name: Name + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &742200965 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 742200964} + 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: 160099173} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: -20, y: 0} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &742200966 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 742200964} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: Strength + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294905344 + m_fontColor: {r: 0, g: 0.052975178, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &742200967 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 742200964} + m_CullTransparentMesh: 1 +--- !u!1 &757323249 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 757323250} + m_Layer: 5 + m_Name: Fill Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &757323250 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 757323249} + 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: 1942197686} + m_Father: {fileID: 2037357701} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: -5, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &780532861 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 780532862} + - component: {fileID: 780532864} + - component: {fileID: 780532863} + m_Layer: 5 + m_Name: Value + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &780532862 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 780532861} + 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: 1530459614} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 20, y: 0} + m_SizeDelta: {x: 100, y: 50} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &780532863 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 780532861} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: 1 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278192895 + m_fontColor: {r: 1, g: 0.04082808, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &780532864 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 780532861} + m_CullTransparentMesh: 1 +--- !u!1 &963194225 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 963194228} + - component: {fileID: 963194227} + - component: {fileID: 963194226} + - component: {fileID: 963194229} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &963194226 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 +--- !u!20 &963194227 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0, g: 0, b: 0, a: 1} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &963194228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + serializedVersion: 2 + m_LocalRotation: {x: 0.16042997, y: 0.37686962, z: -0.066452265, w: 0.9098438} + m_LocalPosition: {x: -1.6, y: 0.85, z: -1.6} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 20, y: 45, z: 0} +--- !u!114 &963194229 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_AllowHDROutput: 1 + m_UseScreenCoordOverride: 0 + m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0} + m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 + m_TaaSettings: + m_Quality: 3 + m_FrameInfluence: 0.1 + m_JitterScale: 1 + m_MipBias: 0 + m_VarianceClampScale: 0.9 + m_ContrastAdaptiveSharpening: 0 +--- !u!1 &969752575 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 969752576} + - component: {fileID: 969752579} + - component: {fileID: 969752578} + - component: {fileID: 969752577} + m_Layer: 5 + m_Name: Viewport + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &969752576 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 969752575} + 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: 1319944001} + m_Father: {fileID: 1457687059} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -17, y: 0} + m_Pivot: {x: 0, y: 1} +--- !u!114 &969752577 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 969752575} + 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: 10917, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &969752578 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 969752575} + m_CullTransparentMesh: 1 +--- !u!114 &969752579 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 969752575} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 0 +--- !u!84 &1050409095 +RenderTexture: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BlurRT + m_ImageContentsHash: + serializedVersion: 2 + Hash: 00000000000000000000000000000000 + m_ForcedFallbackFormat: 4 + m_DownscaleFallback: 0 + m_IsAlphaChannelOptional: 0 + serializedVersion: 5 + m_Width: 1588 + m_Height: 907 + m_AntiAliasing: 1 + m_MipCount: -1 + m_DepthStencilFormat: 0 + m_ColorFormat: 4 + m_MipMap: 0 + m_GenerateMips: 1 + m_SRGB: 1 + m_UseDynamicScale: 0 + m_BindMS: 0 + m_EnableCompatibleFormat: 1 + m_EnableRandomWrite: 0 + m_TextureSettings: + serializedVersion: 2 + m_FilterMode: 1 + m_Aniso: 1 + m_MipBias: 0 + m_WrapU: 1 + m_WrapV: 1 + m_WrapW: 1 + m_Dimension: 2 + m_VolumeDepth: 1 + m_ShadowSamplingMode: 2 +--- !u!1 &1051277301 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1051277302} + - component: {fileID: 1051277304} + - component: {fileID: 1051277303} + m_Layer: 5 + m_Name: Item Checkmark + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1051277302 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1051277301} + 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: 1150889892} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: 10, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1051277303 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1051277301} + 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: 10901, guid: 0000000000000000f000000000000000, type: 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!222 &1051277304 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1051277301} + m_CullTransparentMesh: 1 +--- !u!1 &1068665907 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1068665908} + - component: {fileID: 1068665910} + - component: {fileID: 1068665909} + m_Layer: 5 + m_Name: Value + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1068665908 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1068665907} + 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: 2037357701} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 20, y: 0} + m_SizeDelta: {x: 100, y: 50} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &1068665909 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1068665907} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: 0 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278192895 + m_fontColor: {r: 1, g: 0.04082808, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &1068665910 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1068665907} + m_CullTransparentMesh: 1 +--- !u!1 &1097599164 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1097599165} + - component: {fileID: 1097599167} + - component: {fileID: 1097599166} + m_Layer: 5 + m_Name: Fill + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1097599165 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097599164} + 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: 1458501802} + 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: 10, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1097599166 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097599164} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &1097599167 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097599164} + m_CullTransparentMesh: 1 +--- !u!1 &1125862950 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1125862951} + - component: {fileID: 1125862953} + - component: {fileID: 1125862952} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1125862951 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1125862950} + 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: 731937239} + 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: 30, y: -10} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1125862952 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1125862950} + 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: 10913, guid: 0000000000000000f000000000000000, type: 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!222 &1125862953 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1125862950} + m_CullTransparentMesh: 1 +--- !u!1 &1150889891 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1150889892} + - component: {fileID: 1150889893} + m_Layer: 5 + m_Name: Item + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1150889892 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1150889891} + 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: 1632748071} + - {fileID: 1051277302} + - {fileID: 583339848} + m_Father: {fileID: 1319944001} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 50} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1150889893 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1150889891} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1632748072} + toggleTransition: 1 + graphic: {fileID: 1051277303} + m_Group: {fileID: 0} + onValueChanged: + m_PersistentCalls: + m_Calls: [] + m_IsOn: 1 +--- !u!1 &1180022838 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1180022842} + - component: {fileID: 1180022841} + - component: {fileID: 1180022840} + - component: {fileID: 1180022839} + - component: {fileID: 1180022844} + - component: {fileID: 1180022845} + m_Layer: 5 + m_Name: Canvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1180022839 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1180022838} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1180022840 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1180022838} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 1 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 1920, y: 1080} + m_ScreenMatchMode: 1 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 +--- !u!223 &1180022841 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1180022838} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_VertexColorAlwaysGammaSpace: 1 + m_AdditionalShaderChannelsFlag: 25 + m_UpdateRectTransformForStandalone: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!224 &1180022842 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1180022838} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2129738471} + - {fileID: 160099173} + - {fileID: 2037357701} + - {fileID: 507137697} + - {fileID: 1530459614} + - {fileID: 538200819} + m_Father: {fileID: 0} + 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: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!114 &1180022844 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1180022838} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5fe1295a2c7ca5441927f8d68737fd1c, type: 3} + m_Name: + m_EditorClassIdentifier: + cubeTrans: {fileID: 1940432353} + blurRawImage: {fileID: 2129738475} + blurTypeDropdown: {fileID: 538200820} + strengthSlider: {fileID: 160099174} + radiusSlider: {fileID: 2037357702} + iterationSlider: {fileID: 507137698} + downSampleSlider: {fileID: 1530459615} + strengthText: {fileID: 384745507} + radiusText: {fileID: 1068665909} + iterationsText: {fileID: 1234929961} + downSampleText: {fileID: 780532863} +--- !u!114 &1180022845 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1180022838} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 78f09e0a818ad7c4cbdabcb2055e725d, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1218569083 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1218569084} + - component: {fileID: 1218569086} + - component: {fileID: 1218569085} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1218569084 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1218569083} + 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: 1412129200} + 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: 30, y: -10} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1218569085 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1218569083} + 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: 10913, guid: 0000000000000000f000000000000000, type: 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!222 &1218569086 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1218569083} + m_CullTransparentMesh: 1 +--- !u!1 &1234929959 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1234929960} + - component: {fileID: 1234929962} + - component: {fileID: 1234929961} + m_Layer: 5 + m_Name: Value + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1234929960 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1234929959} + 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: 507137697} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 20, y: 0} + m_SizeDelta: {x: 100, y: 50} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &1234929961 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1234929959} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: 1 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278192895 + m_fontColor: {r: 1, g: 0.04082808, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &1234929962 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1234929959} + m_CullTransparentMesh: 1 +--- !u!1 &1237046725 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1237046726} + - component: {fileID: 1237046728} + - component: {fileID: 1237046727} + m_Layer: 5 + m_Name: Name + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1237046726 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1237046725} + 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: 507137697} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: -20, y: 0} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 1, y: 0.5} +--- !u!114 &1237046727 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1237046725} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: Iterations + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294905344 + m_fontColor: {r: 0, g: 0.052975178, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 32 + m_fontSizeBase: 32 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 4 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 0 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &1237046728 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1237046725} + m_CullTransparentMesh: 1 +--- !u!1 &1319944000 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1319944001} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1319944001 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1319944000} + 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: 1150889892} + m_Father: {fileID: 969752576} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 50} + m_Pivot: {x: 0.5, y: 1} +--- !u!1 &1412129199 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1412129200} + m_Layer: 5 + m_Name: Handle Slide Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1412129200 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1412129199} + 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: 1218569084} + m_Father: {fileID: 507137697} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1457687058 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1457687059} + - component: {fileID: 1457687062} + - component: {fileID: 1457687061} + - component: {fileID: 1457687060} + m_Layer: 5 + m_Name: Template + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &1457687059 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1457687058} + 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: 969752576} + - {fileID: 1640531124} + m_Father: {fileID: 538200819} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: 0, y: 2} + m_SizeDelta: {x: 0, y: 150} + m_Pivot: {x: 0.5, y: 1} +--- !u!114 &1457687060 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1457687058} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Content: {fileID: 1319944001} + m_Horizontal: 0 + m_Vertical: 1 + m_MovementType: 2 + m_Elasticity: 0.1 + m_Inertia: 1 + m_DecelerationRate: 0.135 + m_ScrollSensitivity: 1 + m_Viewport: {fileID: 969752576} + m_HorizontalScrollbar: {fileID: 0} + m_VerticalScrollbar: {fileID: 1640531125} + m_HorizontalScrollbarVisibility: 0 + m_VerticalScrollbarVisibility: 2 + m_HorizontalScrollbarSpacing: 0 + m_VerticalScrollbarSpacing: -3 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1457687061 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1457687058} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &1457687062 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1457687058} + m_CullTransparentMesh: 1 +--- !u!1 &1458501801 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1458501802} + m_Layer: 5 + m_Name: Fill Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1458501802 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1458501801} + 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: 1097599165} + m_Father: {fileID: 507137697} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: -5, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1480280469 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1480280470} + m_Layer: 5 + m_Name: Handle Slide Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1480280470 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480280469} + 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: 347622125} + m_Father: {fileID: 2037357701} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1527468890 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1527468891} + - component: {fileID: 1527468893} + - component: {fileID: 1527468892} + m_Layer: 5 + m_Name: Arrow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1527468891 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1527468890} + 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: 538200819} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: -20, y: 0} + m_SizeDelta: {x: 30, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1527468892 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1527468890} + 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: 10915, guid: 0000000000000000f000000000000000, type: 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!222 &1527468893 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1527468890} + m_CullTransparentMesh: 1 +--- !u!1 &1530459613 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1530459614} + - component: {fileID: 1530459615} + m_Layer: 5 + m_Name: DownSample + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1530459614 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1530459613} + 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: 1937657006} + - {fileID: 1787647397} + - {fileID: 731937239} + - {fileID: 183065700} + - {fileID: 780532862} + m_Father: {fileID: 1180022842} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -230} + m_SizeDelta: {x: 1000, y: 40} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1530459615 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1530459613} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 67db9e8f0e2ae9c40bc1e2b64352a6b4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1125862952} + m_FillRect: {fileID: 709299916} + m_HandleRect: {fileID: 1125862951} + m_Direction: 0 + m_MinValue: 1 + m_MaxValue: 8 + m_WholeNumbers: 0 + m_Value: 1 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1180022844} + m_TargetAssemblyTypeName: Demo, Assembly-CSharp + m_MethodName: SetDown + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &1632170214 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1632170218} + - component: {fileID: 1632170217} + - component: {fileID: 1632170216} + - component: {fileID: 1632170215} + m_Layer: 5 + m_Name: Canvas - Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1632170215 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632170214} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1632170216 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632170214} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 1 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 1920, y: 1080} + m_ScreenMatchMode: 1 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 +--- !u!223 &1632170217 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632170214} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 1 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 0.5 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_VertexColorAlwaysGammaSpace: 1 + m_AdditionalShaderChannelsFlag: 25 + m_UpdateRectTransformForStandalone: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!224 &1632170218 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632170214} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 10600504} + m_Father: {fileID: 0} + 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: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!1 &1632748070 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1632748071} + - component: {fileID: 1632748073} + - component: {fileID: 1632748072} + m_Layer: 5 + m_Name: Item Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1632748071 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632748070} + 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: 1150889892} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1632748072 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632748070} + 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: 0.9607843, g: 0.9607843, b: 0.9607843, 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!222 &1632748073 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1632748070} + m_CullTransparentMesh: 1 +--- !u!1 &1640531123 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1640531124} + - component: {fileID: 1640531127} + - component: {fileID: 1640531126} + - component: {fileID: 1640531125} + m_Layer: 5 + m_Name: Scrollbar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1640531124 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1640531123} + 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: 357125588} + m_Father: {fileID: 1457687059} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 0} + m_Pivot: {x: 1, y: 1} +--- !u!114 &1640531125 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1640531123} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 395406392} + m_HandleRect: {fileID: 395406391} + m_Direction: 2 + m_Value: 0 + m_Size: 1 + m_NumberOfSteps: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1640531126 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1640531123} + 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &1640531127 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1640531123} + m_CullTransparentMesh: 1 +--- !u!1 &1679579418 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1679579419} + m_Layer: 5 + m_Name: Handle Slide Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1679579419 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1679579418} + 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: 1719565449} + m_Father: {fileID: 160099173} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1719565448 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1719565449} + - component: {fileID: 1719565451} + - component: {fileID: 1719565450} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1719565449 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719565448} + 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: 1679579419} + 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: 30, y: -10} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1719565450 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719565448} + 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: 10913, guid: 0000000000000000f000000000000000, type: 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!222 &1719565451 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719565448} + m_CullTransparentMesh: 1 +--- !u!1 &1787647396 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1787647397} + m_Layer: 5 + m_Name: Fill Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1787647397 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1787647396} + 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: 709299916} + m_Father: {fileID: 1530459614} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: -5, y: 0} + m_SizeDelta: {x: -20, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1886826948 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1886826949} + - component: {fileID: 1886826951} + - component: {fileID: 1886826950} + m_Layer: 5 + m_Name: Label + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1886826949 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1886826948} + 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: 538200819} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -7.5, y: -0.5} + m_SizeDelta: {x: -35, y: -13} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1886826950 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1886826948} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: Gaussian + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4281479730 + m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 26 + m_fontSizeBase: 26 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &1886826951 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1886826948} + m_CullTransparentMesh: 1 +--- !u!1 &1937657005 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1937657006} + - component: {fileID: 1937657008} + - component: {fileID: 1937657007} + m_Layer: 5 + m_Name: Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1937657006 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1937657005} + 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: 1530459614} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1937657007 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1937657005} + 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &1937657008 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1937657005} + m_CullTransparentMesh: 1 +--- !u!1 &1940432349 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1940432353} + - component: {fileID: 1940432352} + - component: {fileID: 1940432351} + - component: {fileID: 1940432350} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!65 &1940432350 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1940432349} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1940432351 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1940432349} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5ca680e1ae4b8af4bb0e6794854639ab, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &1940432352 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1940432349} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1940432353 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1940432349} + 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: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1942197685 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1942197686} + - component: {fileID: 1942197688} + - component: {fileID: 1942197687} + m_Layer: 5 + m_Name: Fill + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1942197686 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942197685} + 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: 757323250} + 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: 10, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1942197687 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942197685} + 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: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &1942197688 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942197685} + m_CullTransparentMesh: 1 +--- !u!1 &2037357700 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2037357701} + - component: {fileID: 2037357702} + m_Layer: 5 + m_Name: Radius + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2037357701 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2037357700} + 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: 2065302932} + - {fileID: 757323250} + - {fileID: 1480280470} + - {fileID: 515375325} + - {fileID: 1068665908} + m_Father: {fileID: 1180022842} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -110} + m_SizeDelta: {x: 1000, y: 40} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2037357702 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2037357700} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 67db9e8f0e2ae9c40bc1e2b64352a6b4, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 347622126} + m_FillRect: {fileID: 1942197686} + m_HandleRect: {fileID: 347622125} + m_Direction: 0 + m_MinValue: 0 + m_MaxValue: 32 + m_WholeNumbers: 0 + m_Value: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1180022844} + m_TargetAssemblyTypeName: Demo, Assembly-CSharp + m_MethodName: SetRadius + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &2065302931 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2065302932} + - component: {fileID: 2065302934} + - component: {fileID: 2065302933} + m_Layer: 5 + m_Name: Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2065302932 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2065302931} + 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: 2037357701} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.25} + m_AnchorMax: {x: 1, y: 0.75} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2065302933 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2065302931} + 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + 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!222 &2065302934 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2065302931} + m_CullTransparentMesh: 1 +--- !u!1 &2129738470 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2129738471} + - component: {fileID: 2129738474} + - component: {fileID: 2129738473} + - component: {fileID: 2129738475} + m_Layer: 5 + m_Name: RawImage + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2129738471 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2129738470} + 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: 1180022842} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2129738473 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2129738470} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, 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_Texture: {fileID: 1050409095} + m_UVRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 +--- !u!222 &2129738474 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2129738470} + m_CullTransparentMesh: 1 +--- !u!114 &2129738475 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2129738470} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a730e8f3020586546889222d57c607a1, type: 3} + m_Name: + m_EditorClassIdentifier: + blurShader: {fileID: 4800000, guid: e8de1a8020b4db9439e5366887b9e43f, type: 3} + blurType: 0 + blurStrength: 0 + blurRadius: 0 + iterations: 1 + downSample: 1 +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 963194228} + - {fileID: 705507995} + - {fileID: 120837062} + - {fileID: 1180022842} + - {fileID: 1632170218} + - {fileID: 1940432353} diff --git a/Assets/BlurRawImage/Demo/DemoScene.unity.meta b/Assets/BlurRawImage/Demo/DemoScene.unity.meta new file mode 100644 index 00000000..41181b10 --- /dev/null +++ b/Assets/BlurRawImage/Demo/DemoScene.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2f23626192ba39f4da3d2421f77d4da3 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Demo/DemoScene.unity + uploadId: 761342 diff --git a/Assets/BlurRawImage/Demo/Mat.mat b/Assets/BlurRawImage/Demo/Mat.mat new file mode 100644 index 00000000..7fa02dbc --- /dev/null +++ b/Assets/BlurRawImage/Demo/Mat.mat @@ -0,0 +1,136 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Mat + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5374707885190914770 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 9 diff --git a/Assets/BlurRawImage/Demo/Mat.mat.meta b/Assets/BlurRawImage/Demo/Mat.mat.meta new file mode 100644 index 00000000..5ab54d10 --- /dev/null +++ b/Assets/BlurRawImage/Demo/Mat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5ca680e1ae4b8af4bb0e6794854639ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Scripts.meta b/Assets/BlurRawImage/Scripts.meta new file mode 100644 index 00000000..7ed63b9d --- /dev/null +++ b/Assets/BlurRawImage/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f49bb6a4f0629cf47a7c726122cba03f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Scripts/BlurRawImage.cs b/Assets/BlurRawImage/Scripts/BlurRawImage.cs new file mode 100644 index 00000000..0cff2e81 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/BlurRawImage.cs @@ -0,0 +1,414 @@ +using UnityEditor; +using UnityEngine; +using UnityEngine.UI; +using UnityEngine.Rendering; +using UnityEngine.Rendering.Universal; +using UnityEngine.SceneManagement; + +namespace Qjjxk.Blur +{ + [ExecuteAlways] + [DisallowMultipleComponent] + public class BlurRawImage : MonoBehaviour + { + [SerializeField, ReadOnly] private Shader blurShader; + + public BlurType blurType; + private BlurType _blurType; + [Range(0f, 64f)] public float blurStrength; + private float _blurStrength; + [Range(0, 32)] public float blurRadius; + private float _blurRadius; + [Range(0, 6)] public int iterations = 1; + private int _iterations; + [Range(1, 8)] public float downSample = 1; + private float _downSample; + + private static readonly int _blurRadiusId = Shader.PropertyToID("_BlurRadius"); + private static readonly int _regionId = Shader.PropertyToID("_Region"); + private static readonly int _iterationId = Shader.PropertyToID("_Iteration"); + + private Scene _scene; + private Canvas _canvas; + private bool _needResize; + private Vector3 _localPos; + private Vector2 _selfSize; + private Camera _mainCamera; + private Vector2 _sizeDelta; + private RawImage _rawImage; + private int _initStep = -1; + private int _width, _height; + private bool _needRefresh = true; + private MonitorDimension _monitor; + private Material _blurMat, _blurMat2; + private RectTransform _rectTransform; + private RenderTexture _tempRT, _blurRT; + private BlurCameraPass _blurCameraPass; + private UniversalAdditionalCameraData _cameraData; + private Material[] _blurMats; + #if UNITY_EDITOR && UNITY_6000_0_OR_NEWER + private RenderTexture _cameraRT; + #endif + + private void Awake() + { + _mainCamera = Camera.main; + blurShader = Shader.Find("Qjjxk/BlurImage"); + var haveRawImage = TryGetComponent(out _rawImage); + if (haveRawImage) _canvas = _rawImage.canvas; + + if (_mainCamera && blurShader && _canvas) _initStep++; + else _initStep--; + if (_initStep < -1) return; + + _scene = gameObject.scene; + _blurType = blurType; + _blurRadius = blurRadius; + _iterations = iterations; + downSample = 1; + _downSample = downSample; + _blurMat = new Material(blurShader); + _blurMat2 = new Material(blurShader); + _blurMats = new[] + { + new Material(blurShader), + new Material(blurShader), + new Material(blurShader), + new Material(blurShader), + new Material(blurShader), + new Material(blurShader), + }; + _rectTransform = _rawImage.rectTransform; + _sizeDelta = _rectTransform.sizeDelta.Round(); + _localPos = _rectTransform.localPosition.Round(); + } + + private void OnEnable() + { + if (_initStep < 1 || !_scene.isLoaded) return; + + if (_blurRT == null || !_blurRT.IsCreated()) + { + RefreshPixelSize(); + _blurRT = new RenderTexture(_width, _height, 0) { name = "BlurRT" }; + _tempRT = new RenderTexture(_width, _height, 0) { name = "TempRT" }; + _blurRT.Create(); + _tempRT.Create(); + } + + _rawImage.texture = _blurRT; + _rawImage.enabled = true; + RegisterMonitor(true); + + // 每次重新创建 Pass 以更新内部 RTHandle + _blurCameraPass = new BlurCameraPass(_blurType, _blurRT, _tempRT, _blurMats, _blurMat, _blurMat2, _iterations); + + _cameraData = _mainCamera.GetUniversalAdditionalCameraData(); + if (iterations != 0) RenderPipelineManager.beginCameraRendering += OnBeginCameraRendering; + } + + private void Reset() + { + downSample = 1; + if (_initStep > -1) + { + blurShader = Shader.Find("Qjjxk/BlurImage"); + _rawImage.texture = _blurRT; + return; + } + + #if UNITY_EDITOR + EditorUtility.DisplayDialog("Error", + "The MainCamera or blur Shader was not found, or the script has not been added to the component containing the RawImage.", "OK"); + EditorApplication.delayCall += () => { DestroyImmediate(this); }; + #endif + } + + private void Start() + { + if (_initStep < 0) return; + _initStep++; + + RefreshPixelSize(); + + _tempRT = new RenderTexture(_width, _height, 0) { name = "TempRT" }; + _blurRT = new RenderTexture(_width, _height, 0) { name = "BlurRT" }; + #if UNITY_EDITOR && UNITY_6000_0_OR_NEWER + _cameraRT = new RenderTexture(_mainCamera.pixelWidth, _mainCamera.pixelHeight, 16) { name = "CameraRT" }; + #endif + + OnEnable(); + + SetBlurStrength(); + SetBlurRange(); + } + + + private void Update() + { + if (_initStep < 1) return; + + if (_rawImage != null && (_rawImage.texture == null || _rawImage.texture != _blurRT)) + { + _rawImage.texture = _blurRT; + } + + RefreshBlurType(); + + RefreshStrength(); + + RefreshIterations(); + + RefreshDownSample(); + + RefreshBlurRadius(); + + if (_rectTransform.hasChanged) + { + RefreshPixelSize(); + SetBlurRange(); + _rectTransform.hasChanged = false; + } + + ForceCameraRender(); + } + + private void OnBeginCameraRendering(ScriptableRenderContext context, Camera tarCamera) + { + if (tarCamera != _mainCamera) return; + if (_needResize) ResizeRT(); + if (_cameraData != null && _cameraData.scriptableRenderer != null && _blurCameraPass != null) + _cameraData.scriptableRenderer.EnqueuePass(_blurCameraPass); + } + + private void RefreshBlurType() + { + if (_blurType == blurType) return; + _blurType = blurType; + if (_blurCameraPass != null) _blurCameraPass.blurType = _blurType; + _needRefresh = true; + RefreshStrength(true); + } + + private void RefreshStrength(bool force = false) + { + if (Mathf.Approximately(_blurStrength, blurStrength) && !force) return; + _blurStrength = blurStrength; + + if (_blurType == BlurType.Gaussian) + { + switch (_blurStrength) + { + case <= 2: + iterations = 1; + blurRadius = _blurStrength; + break; + case <= 10: + iterations = 2; + blurRadius = (_blurStrength + 0.5f) / Mathf.Sqrt(iterations); + break; + case <= 20: + iterations = 3; + blurRadius = _blurStrength / Mathf.Sqrt(iterations); + break; + case <= 50: + iterations = 4; + blurRadius = (_blurStrength - 0.5f) / Mathf.Sqrt(iterations); + break; + default: + iterations = 5; + blurRadius = (_blurStrength - 1) / Mathf.Sqrt(iterations); + break; + } + } + else if (_blurType == BlurType.Kawase) + { + iterations = _blurStrength switch + { + <= 0 => 1, + <= 10 => 3, + <= 20 => 4, + <= 30 => 5, + _ => 6 + }; + blurRadius = _blurStrength / 2; + } + } + + private void RegisterMonitor(bool isReg) + { + if (!_monitor) _monitor = _canvas.GetComponent(); + if (!_monitor) + { + _monitor = _canvas.gameObject.AddComponent(); + _monitor.hideFlags = HideFlags.HideInInspector; + } + + _monitor.Register(this, isReg); + } + + public void SetWindowSize() + { + if (_initStep < 1) return; + + RefreshPixelSize(); + _needResize = true; + SetBlurRange(); + } + + private void RefreshPixelSize() + { + _width = Mathf.RoundToInt(_rectTransform.rect.width * _canvas.scaleFactor); + _height = Mathf.RoundToInt(_rectTransform.rect.height * _canvas.scaleFactor); + } + + private void ResizeRT() + { + _needResize = false; + if (_blurRT != null) _blurRT.Resize(_width / _downSample, _height / _downSample); + if (_tempRT != null) _tempRT.Resize(_width / _downSample, _height / _downSample); + #if UNITY_EDITOR && UNITY_6000_0_OR_NEWER + if (_cameraRT != null) _cameraRT.Resize(_canvas.pixelRect.width, _canvas.pixelRect.height); + #endif + } + + private void RefreshIterations() + { + if (_iterations == iterations) return; + SetRenderPipeline(); + _iterations = iterations; + if (_blurCameraPass != null) _blurCameraPass.iterations = _iterations; + if (_blurMats != null && _blurMats.Length > 0 && _blurMats[0] != null) _blurMats[0].SetFloat(_iterationId, _iterations); + _needRefresh = true; + } + + private void SetRenderPipeline() + { + if (_iterations != 0 && iterations == 0) + { + _blurRT.Release(); + _blurRT.Create(); + RenderPipelineManager.beginCameraRendering -= OnBeginCameraRendering; + } + else if (_iterations == 0 && iterations != 0) + { + RenderPipelineManager.beginCameraRendering += OnBeginCameraRendering; + } + } + + private void RefreshDownSample() + { + if (Mathf.Approximately(_downSample, downSample)) return; + _downSample = downSample; + _needResize = true; + SetBlurStrength(); + _needRefresh = true; + } + + private void RefreshBlurRadius() + { + if (Mathf.Approximately(_blurRadius, blurRadius)) return; + _blurRadius = blurRadius; + SetBlurStrength(); + _needRefresh = true; + } + + private void SetBlurStrength() + { + if (_blurMat != null) _blurMat.SetFloat(_blurRadiusId, _blurRadius / _downSample); + if (_blurMat2 != null) _blurMat2.SetFloat(_blurRadiusId, _blurRadius / _downSample * 0.618f); + + if (_blurMats != null) + { + for (var i = 0; i < _blurMats.Length; i++) + { + if (_blurMats[i] != null) + _blurMats[i].SetFloat(_blurRadiusId, _blurRadius * 2 / _downSample * Mathf.Pow(0.5f, i)); + } + } + } + + private void SetBlurRange() + { + if (_rectTransform == null || _canvas == null || _blurMat == null) return; + + Vector3[] corners = new Vector3[4]; + _rectTransform.GetWorldCorners(corners); + + Camera cam = _canvas.renderMode == RenderMode.ScreenSpaceOverlay ? null : _canvas.worldCamera; + + Vector2 screenMin = RectTransformUtility.WorldToScreenPoint(cam, corners[0]); + Vector2 screenMax = RectTransformUtility.WorldToScreenPoint(cam, corners[2]); + + Rect canvasRect = _canvas.pixelRect; + float xMin = screenMin.x / canvasRect.width; + float xMax = screenMax.x / canvasRect.width; + float yMin = screenMin.y / canvasRect.height; + float yMax = screenMax.y / canvasRect.height; + + _blurMat.SetVector(_regionId, new Vector4(xMin, yMin, xMax, yMax)); + _needRefresh = true; + } + + private void ForceCameraRender() + { + if (!Application.isEditor) return; + if (!_needRefresh && Application.isPlaying) return; + _needRefresh = false; + #if UNITY_EDITOR && UNITY_6000_0_OR_NEWER + if (_cameraRT == null) + { + if (_mainCamera != null) + { + _cameraRT = new RenderTexture(_mainCamera.pixelWidth, _mainCamera.pixelHeight, 16) { name = "CameraRT" }; + } + else + { + return; + } + } + RenderPipeline.SubmitRenderRequest(_mainCamera, new RenderPipeline.StandardRequest { destination = _cameraRT }); + #else + _mainCamera.Render(); + #endif + } + + private void OnDisable() + { + RenderPipelineManager.beginCameraRendering -= OnBeginCameraRendering; + if (_initStep < 1 || !_scene.isLoaded) return; + + _rawImage.texture = null; + _rawImage.enabled = false; + RegisterMonitor(false); + } + + private void OnDestroy() + { + if (_tempRT != null) + { + _tempRT.Release(); + DestroyImmediate(_tempRT); + } + if (_blurRT != null) + { + _blurRT.Release(); + DestroyImmediate(_blurRT); + } + #if UNITY_EDITOR && UNITY_6000_0_OR_NEWER + if (_cameraRT != null) + { + _cameraRT.Release(); + DestroyImmediate(_cameraRT); + } + #endif + } + } + + public enum BlurType + { + Gaussian, + Kawase, + Grainy + } +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Scripts/BlurRawImage.cs.meta b/Assets/BlurRawImage/Scripts/BlurRawImage.cs.meta new file mode 100644 index 00000000..8645e279 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/BlurRawImage.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: a730e8f3020586546889222d57c607a1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Scripts/BlurRawImage.cs + uploadId: 761342 diff --git a/Assets/BlurRawImage/Scripts/Utils.meta b/Assets/BlurRawImage/Scripts/Utils.meta new file mode 100644 index 00000000..a2743c06 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 59fb22bfcf919e048bce3711531e9693 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Scripts/Utils/BlurCameraPass.cs b/Assets/BlurRawImage/Scripts/Utils/BlurCameraPass.cs new file mode 100644 index 00000000..b29564dc --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/BlurCameraPass.cs @@ -0,0 +1,201 @@ +using UnityEngine; +using UnityEngine.Rendering; +using UnityEngine.Rendering.Universal; +#if UNITY_6000_0_OR_NEWER +using UnityEngine.Rendering.RenderGraphModule; +#endif + +namespace Qjjxk.Blur +{ + public class BlurCameraPass : ScriptableRenderPass + { + private readonly RTHandle _blurRT, _tempRT; + private readonly Material _blurMat, _blurMat2; + public int iterations; + public BlurType blurType; + + private readonly Material[] _blurMats; + + public BlurCameraPass(BlurType blurType, RenderTexture blurRT, RenderTexture tempRT, Material[] blurMats, Material mat, Material mat2, + int iteration) + { + renderPassEvent = RenderPassEvent.AfterRenderingPostProcessing; + this.blurType = blurType; + _tempRT = RTHandles.Alloc(tempRT); + _blurRT = RTHandles.Alloc(blurRT); + _blurMats = blurMats; + _blurMat = mat; + _blurMat2 = mat2; + iterations = iteration; + } + + #if UNITY_6000_0_OR_NEWER + [System.Obsolete] + #endif + public override void Execute(ScriptableRenderContext context, ref RenderingData renderingData) + { + var commandBuffer = CommandBufferPool.Get("CameraCapture"); + commandBuffer.Clear(); + #if UNITY_2022 + var source = renderingData.cameraData.renderer.cameraColorTargetHandle; + #else + var source = renderingData.cameraData.renderer.cameraColorTarget; + #endif + + if (blurType == BlurType.Gaussian) + { + Blit(commandBuffer, source, _blurRT, _blurMat); + for (var i = 0; i < iterations; i++) + { + var blurMat = i == 1 ? _blurMat2 : _blurMat; + Blit(commandBuffer, _blurRT, _tempRT, blurMat, 1); + Blit(commandBuffer, _tempRT, _blurRT, blurMat, 2); + } + } + else if (blurType == BlurType.Kawase) + { + Blit(commandBuffer, source, _tempRT, _blurMat); + for (var i = 0; i < 2 * iterations - 1; i++) + { + var index = i < iterations ? i : 2 * iterations - i - 2; + if (index % 2 == 0) Blit(commandBuffer, _tempRT, _blurRT, _blurMats[index], 4); + else Blit(commandBuffer, _blurRT, _tempRT, _blurMats[index], 4); + } + } + else if (blurType == BlurType.Grainy) + { + Blit(commandBuffer, source, _tempRT, _blurMat); + Blit(commandBuffer, _tempRT, _blurRT, _blurMats[0], 3); + } + + context.ExecuteCommandBuffer(commandBuffer); + CommandBufferPool.Release(commandBuffer); + } + + #if UNITY_6000_0_OR_NEWER + private class BlurPassData + { + public TextureHandle inputTh; + public Material blurMat; + public int pass; + } + + public override void RecordRenderGraph(RenderGraph renderGraph, ContextContainer frameData) + { + if (_blurRT == null || _blurRT.rt == null || _tempRT == null || _tempRT.rt == null) + return; + + if (_blurMat == null || _blurMat2 == null) + return; + + var resourceData = frameData.Get(); + + var blurDesc = _blurRT.rt.descriptor; + var blurInfo = new RenderTargetInfo + { + width = blurDesc.width, + height = blurDesc.height, + volumeDepth = blurDesc.volumeDepth, + msaaSamples = blurDesc.msaaSamples, + format = blurDesc.graphicsFormat, + }; + + var tempDesc = _tempRT.rt.descriptor; + var tempInfo = new RenderTargetInfo + { + width = tempDesc.width, + height = tempDesc.height, + volumeDepth = tempDesc.volumeDepth, + msaaSamples = tempDesc.msaaSamples, + format = tempDesc.graphicsFormat, + }; + + var blurHandle = renderGraph.ImportTexture(_blurRT, blurInfo); + var tempHandle = renderGraph.ImportTexture(_tempRT, tempInfo); + + if (blurType == BlurType.Gaussian) + { + for (var i = 0; i < iterations * 2 + 1; i++) + { + using var builder = renderGraph.AddRasterRenderPass("BlurCameraPass", out var passData); + passData.blurMat = i is 3 or 4 ? _blurMat2 : _blurMat; + + if (i == 0) + { + passData.pass = 0; + passData.inputTh = resourceData.activeColorTexture; + } + else if (i % 2 == 1) + { + passData.pass = 1; + passData.inputTh = blurHandle; + } + else + { + passData.pass = 2; + passData.inputTh = tempHandle; + } + + builder.SetRenderAttachment(i % 2 == 0 ? blurHandle : tempHandle, 0, AccessFlags.WriteAll); + builder.SetRenderFunc((BlurPassData data, RasterGraphContext context) => + { + if (data.blurMat != null) + Blitter.BlitTexture(context.cmd, data.inputTh, new Vector4(1, 1, 0, 0), data.blurMat, data.pass); + }); + } + } + else if (blurType == BlurType.Kawase) + { + if (_blurMats == null) return; + + for (var i = -1; i < 2 * iterations - 1; i++) + { + var index = i < iterations ? i : 2 * iterations - i - 2; + + using var builder = renderGraph.AddRasterRenderPass("BlurCameraPass", out var passData); + passData.blurMat = index == -1 ? _blurMat : (index >= 0 && index < _blurMats.Length ? _blurMats[index] : null); + + if (index == -1) + { + passData.pass = 0; + passData.inputTh = resourceData.activeColorTexture; + } + else if (index % 2 == 0) + { + passData.pass = 4; + passData.inputTh = tempHandle; + } + else + { + passData.pass = 4; + passData.inputTh = blurHandle; + } + + builder.SetRenderAttachment(i % 2 == 0 ? blurHandle : tempHandle, 0, AccessFlags.WriteAll); + builder.SetRenderFunc((BlurPassData data, RasterGraphContext context) => + { + if (data.blurMat != null) + Blitter.BlitTexture(context.cmd, data.inputTh, new Vector4(1, 1, 0, 0), data.blurMat, data.pass); + }); + } + } + else if (blurType == BlurType.Grainy) + { + if (_blurMats == null || _blurMats.Length == 0) return; + + using var builder = renderGraph.AddRasterRenderPass("BlurCameraPass", out var passData); + passData.blurMat = _blurMats[0]; + passData.pass = 3; + passData.inputTh = resourceData.activeColorTexture; + + builder.SetRenderAttachment(blurHandle, 0, AccessFlags.WriteAll); + builder.SetRenderFunc((BlurPassData data, RasterGraphContext context) => + { + if (data.blurMat != null) + Blitter.BlitTexture(context.cmd, data.inputTh, new Vector4(1, 1, 0, 0), data.blurMat, data.pass); + }); + } + } + #endif + } +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Scripts/Utils/BlurCameraPass.cs.meta b/Assets/BlurRawImage/Scripts/Utils/BlurCameraPass.cs.meta new file mode 100644 index 00000000..764da820 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/BlurCameraPass.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c52055676d99ddb4cb5267256e942cb1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs b/Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs new file mode 100644 index 00000000..a5bb6f34 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs @@ -0,0 +1,49 @@ +using System.Collections.Generic; +using UnityEditor; +using UnityEngine; + +namespace Qjjxk.Blur +{ + public static class ExtensionMethod + { + private static void Resize(this RenderTexture rt, int width, int height) + { + if (rt == null) return; + rt.Release(); + rt.width = width; + rt.height = height; + rt.Create(); + } + + public static void Resize(this RenderTexture rt, float width, float height) + { + rt.Resize((int)width, (int)height); + } + + public static Vector3 Round(this Vector3 tarVector) + { + return new Vector3(Mathf.Round(tarVector.x), Mathf.Round(tarVector.y), Mathf.Round(tarVector.z)); + } + + public static Vector2 Round(this Vector2 tarVector) + { + return new Vector2(Mathf.Round(tarVector.x), Mathf.Round(tarVector.y)); + } + + public static void TryAdd(this List list, T t) + { + if (list.Contains(t)) return; + list.Add(t); + } + + public static void Destroy(this Component tarComp) + { + #if UNITY_EDITOR + if (Application.isPlaying) Object.Destroy(tarComp); + else EditorApplication.delayCall += () => Object.DestroyImmediate(tarComp); + #else + Object.Destroy(tarComp); + #endif + } + } +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs.meta b/Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs.meta new file mode 100644 index 00000000..4dbf73a3 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 9b098834905d26e44bdb35ccf083a438 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Scripts/Utils/ExtensionMethod.cs + uploadId: 761342 diff --git a/Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs b/Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs new file mode 100644 index 00000000..a7444fc4 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs @@ -0,0 +1,24 @@ +using System; +using UnityEditor; +using UnityEngine; + +namespace Qjjxk.Blur +{ + [AttributeUsage(AttributeTargets.Field)] + public class ReadOnlyAttribute : PropertyAttribute + { + } + + #if UNITY_EDITOR + [CustomPropertyDrawer(typeof(ReadOnlyAttribute))] + public class ReadOnlyDrawer : PropertyDrawer + { + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + GUI.enabled = false; + EditorGUI.PropertyField(position, property, label); + GUI.enabled = true; + } + } + #endif +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs.meta b/Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs.meta new file mode 100644 index 00000000..6a38fab3 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: ca85a5a523f3f274a8eb06a3c1a4ed3c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Scripts/Utils/MiracleAttributes.cs + uploadId: 761342 diff --git a/Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs b/Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs new file mode 100644 index 00000000..3195e88e --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs @@ -0,0 +1,51 @@ +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.Rendering; + +namespace Qjjxk.Blur +{ + [ExecuteAlways] + public class MonitorDimension : MonoBehaviour + { + public RenderTexture captureRT; + public CameraEvent cameraEvent; + private List _blurList; + private CommandBuffer _cmdBuffer; + private Camera _mainCamera; + + private void Awake() + { + _mainCamera = Camera.main!; + captureRT = new RenderTexture(_mainCamera.pixelWidth, _mainCamera.pixelHeight, 0) { name = "CaptureRT" }; + _cmdBuffer = new CommandBuffer { name = "Capture" }; + _cmdBuffer.Blit(BuiltinRenderTextureType.CurrentActive, captureRT); + cameraEvent = Application.isEditor ? CameraEvent.BeforeImageEffects : CameraEvent.AfterEverything; + _mainCamera!.AddCommandBuffer(cameraEvent, _cmdBuffer); + } + + public void Register(BlurRawImage blurRawImage, bool isReg = true) + { + _blurList ??= new List(); + if (isReg) + { + _blurList.TryAdd(blurRawImage); + } + else + { + _blurList.Remove(blurRawImage); + if (_blurList.Count != 0) return; + this.Destroy(); + } + } + + private void OnRectTransformDimensionsChange() + { + if (!gameObject.scene.isLoaded || _blurList == null || _blurList.Count == 0) return; + captureRT.Resize(_mainCamera.pixelWidth, _mainCamera.pixelHeight); + foreach (var blurRawImage in _blurList) + { + blurRawImage.SetWindowSize(); + } + } + } +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs.meta b/Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs.meta new file mode 100644 index 00000000..66b8eaa5 --- /dev/null +++ b/Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 78f09e0a818ad7c4cbdabcb2055e725d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Scripts/Utils/MonitorDimension.cs + uploadId: 761342 diff --git a/Assets/BlurRawImage/Shader.meta b/Assets/BlurRawImage/Shader.meta new file mode 100644 index 00000000..8a2b6294 --- /dev/null +++ b/Assets/BlurRawImage/Shader.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 526b1b790d170804c9948842736f9748 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BlurRawImage/Shader/BlurImage.shader b/Assets/BlurRawImage/Shader/BlurImage.shader new file mode 100644 index 00000000..f0cf6be5 --- /dev/null +++ b/Assets/BlurRawImage/Shader/BlurImage.shader @@ -0,0 +1,198 @@ +Shader "Qjjxk/BlurImage" +{ + Properties + { + [PerRendererData] _MainTex ("Texture", 2D) = "white" {} + _BlurRadius ("BlurRadius", Range(0, 32)) = 5 + _Iteration ("Iteration", Range(1, 6)) = 1 + _Region ("Region", Vector) = (0, 0, 1, 1) + } + + SubShader + { + Tags + { + "RenderType" = "Opaque" + "RenderPipeline" = "UniversalPipeline" + } + + Pass + { + HLSLPROGRAM + #pragma vertex VertC + #pragma fragment Frag + ENDHLSL + } + + Pass + { + HLSLPROGRAM + #pragma vertex Vert + #pragma fragment FragH + ENDHLSL + } + + Pass + { + HLSLPROGRAM + #pragma vertex Vert + #pragma fragment FragV + ENDHLSL + } + + Pass + { + HLSLPROGRAM + #pragma vertex Vert + #pragma fragment FragGrainy + ENDHLSL + } + + Pass + { + HLSLPROGRAM + #pragma vertex Vert + #pragma fragment FragKawase + ENDHLSL + } + } + + HLSLINCLUDE + #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" + + #if UNITY_VERSION >= 202220 + TEXTURE2D(_BlitTexture); + SAMPLER(sampler_BlitTexture); + float4 _BlitTexture_TexelSize; + #else + TEXTURE2D(_MainTex); + SAMPLER(sampler_MainTex); + float4 _MainTex_TexelSize; + #endif + + float _BlurRadius; + float _Iteration; + float4 _Region; + + struct Attributes + { + uint vertexID : SV_VertexID; + }; + + struct Varyings + { + float4 positionCS : SV_POSITION; + float2 uv : TEXCOORD0; + }; + + #if UNITY_VERSION >= 202220 + #define BLURPIXEL(n, m, weight) SAMPLE_TEXTURE2D(_BlitTexture, sampler_BlitTexture, float2(input.uv.x + _BlitTexture_TexelSize.x * n * _BlurRadius, input.uv.y + _BlitTexture_TexelSize.y * m * _BlurRadius)) * weight + #define BLUROFFSET(offset) SAMPLE_TEXTURE2D(_BlitTexture, sampler_BlitTexture, input.uv + offset * _BlitTexture_TexelSize.xy); + #else + #define BLURPIXEL(n, m, weight) SAMPLE_TEXTURE2D(_MainTex, sampler_MainTex, float2(input.uv.x + _MainTex_TexelSize.x * n * _BlurRadius, input.uv.y + _MainTex_TexelSize.y * m * _BlurRadius)) * weight + #define BLUROFFSET(offset) SAMPLE_TEXTURE2D(_MainTex, sampler_MainTex, input.uv + offset * _MainTex_TexelSize.xy); + #endif + + Varyings Vert(Attributes input) + { + Varyings output; + + output.positionCS = GetFullScreenTriangleVertexPosition(input.vertexID); + output.uv = GetFullScreenTriangleTexCoord(input.vertexID); + + return output; + } + + Varyings VertC(Attributes input) + { + Varyings output; + + output.positionCS = GetFullScreenTriangleVertexPosition(input.vertexID); + float2 uv = GetFullScreenTriangleTexCoord(input.vertexID); + output.uv = lerp(_Region.xy, _Region.zw, uv); + + return output; + } + + half4 Frag(Varyings input) : SV_Target + { + #if UNITY_VERSION >= 202220 + return SAMPLE_TEXTURE2D(_BlitTexture, sampler_BlitTexture, input.uv); + #else + return SAMPLE_TEXTURE2D(_MainTex, sampler_MainTex, input.uv); + #endif + } + + half4 FragH(Varyings input) : SV_Target + { + half4 color = half4(0, 0, 0, 0); + + color += BLURPIXEL(-4, 0, 0.05); + color += BLURPIXEL(-3, 0, 0.09); + color += BLURPIXEL(-2, 0, 0.12); + color += BLURPIXEL(-1, 0, 0.15); + color += BLURPIXEL(-0, 0, 0.18); + color += BLURPIXEL(1, 0, 0.15); + color += BLURPIXEL(2, 0, 0.12); + color += BLURPIXEL(3, 0, 0.09); + color += BLURPIXEL(4, 0, 0.05); + + return color; + } + + half4 FragV(Varyings input) : SV_Target + { + half4 color = half4(0, 0, 0, 0); + + color += BLURPIXEL(0, -4, 0.05); + color += BLURPIXEL(0, -3, 0.09); + color += BLURPIXEL(0, -2, 0.12); + color += BLURPIXEL(0, -1, 0.15); + color += BLURPIXEL(0, -0, 0.18); + color += BLURPIXEL(0, 1, 0.15); + color += BLURPIXEL(0, 2, 0.12); + color += BLURPIXEL(0, 3, 0.09); + color += BLURPIXEL(0, 4, 0.05); + + return color; + } + + float Rand(float2 n) + { + return sin(dot(n, half2(1233.224, 1743.335))); + } + + half4 FragGrainy(Varyings input) : SV_Target + { + half4 color = half4(0, 0, 0, 0); + + float2 offset = float2(0, 0); + float random = Rand(input.uv); + + int iteration = round(_Iteration); + for (int k = 0; k < iteration; k++) + { + random = frac(43758.5453 * random + 0.61432); + offset.x = (random - 0.5) * 2.0; + random = frac(43758.5453 * random + 0.61432); + offset.y = (random - 0.5) * 2.0; + + color += BLUROFFSET(offset * _BlurRadius); + } + + return color / iteration; + } + + half4 FragKawase(Varyings input) : SV_Target + { + half4 color = half4(0, 0, 0, 0); + + color += BLUROFFSET(float2(_BlurRadius, _BlurRadius)); + color += BLUROFFSET(float2(_BlurRadius, -_BlurRadius)); + color += BLUROFFSET(float2(-_BlurRadius, _BlurRadius)); + color += BLUROFFSET(float2(-_BlurRadius, -_BlurRadius)); + + return color * 0.25; + } + ENDHLSL +} \ No newline at end of file diff --git a/Assets/BlurRawImage/Shader/BlurImage.shader.meta b/Assets/BlurRawImage/Shader/BlurImage.shader.meta new file mode 100644 index 00000000..a6888b1c --- /dev/null +++ b/Assets/BlurRawImage/Shader/BlurImage.shader.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: e8de1a8020b4db9439e5366887b9e43f +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + preprocessorOverride: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/Shader/BlurImage.shader + uploadId: 761342 diff --git a/Assets/BlurRawImage/URP.unitypackage.meta b/Assets/BlurRawImage/URP.unitypackage.meta new file mode 100644 index 00000000..be15e201 --- /dev/null +++ b/Assets/BlurRawImage/URP.unitypackage.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: abc4983bbd324d94893ce531a02a8f83 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/URP.unitypackage + uploadId: 761342 diff --git a/Assets/BlurRawImage/readme.txt b/Assets/BlurRawImage/readme.txt new file mode 100644 index 00000000..a4f9be87 --- /dev/null +++ b/Assets/BlurRawImage/readme.txt @@ -0,0 +1,9 @@ +How to Use + +1. Import UnityPackage +2. If your project is Urp, Please Import "BlurRawImage/URP" +3. Add RawImage +4. Add BlurRawImage component to RawImage +5. Adjust to see the effect + +Version: 1.4 \ No newline at end of file diff --git a/Assets/BlurRawImage/readme.txt.meta b/Assets/BlurRawImage/readme.txt.meta new file mode 100644 index 00000000..63e56d3c --- /dev/null +++ b/Assets/BlurRawImage/readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: aa04c4fdbbbd2534a962cac92b6fcace +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 308958 + packageName: Blur RawImage UGUI + packageVersion: 1.4 + assetPath: Assets/BlurRawImage/readme.txt + uploadId: 761342 diff --git a/Assets/Prefabs/UI/Panel_Character/UI_Panel_Character.prefab b/Assets/Prefabs/UI/Panel_Character/UI_Panel_Character.prefab index 3a5f6676..10a799cc 100644 --- a/Assets/Prefabs/UI/Panel_Character/UI_Panel_Character.prefab +++ b/Assets/Prefabs/UI/Panel_Character/UI_Panel_Character.prefab @@ -232,7 +232,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: -369, y: -576} - m_SizeDelta: {x: 401, y: 904} + m_SizeDelta: {x: 1000, y: 1000} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &2968058441039144762 CanvasRenderer: @@ -262,7 +262,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: d31a35baa68d2d54f8ccca6c045d878d, type: 3} + m_Sprite: {fileID: 21300000, guid: fb192fc3071c95b4a9514f331a9ffa28, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 @@ -2107,7 +2107,7 @@ MonoBehaviour: m_TargetGraphic: {fileID: 7061072288522469265} m_HandleRect: {fileID: 9041794181273882269} m_Direction: 2 - m_Value: 0 + m_Value: 1 m_Size: 1 m_NumberOfSteps: 0 m_OnValueChanged: @@ -6714,7 +6714,7 @@ MonoBehaviour: m_TargetGraphic: {fileID: 1787624351542418186} m_HandleRect: {fileID: 5035404859976471456} m_Direction: 0 - m_Value: 0 + m_Value: 1 m_Size: 1 m_NumberOfSteps: 0 m_OnValueChanged: @@ -8341,7 +8341,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: -276, y: -88} - m_SizeDelta: {x: 401, y: 904} + m_SizeDelta: {x: 1000, y: 1000} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3543907171524716367 CanvasRenderer: @@ -8371,7 +8371,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: d31a35baa68d2d54f8ccca6c045d878d, type: 3} + m_Sprite: {fileID: 21300000, guid: fb192fc3071c95b4a9514f331a9ffa28, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 diff --git a/Assets/Resources/dlc_dlcIndex/66001_official01pack.asset b/Assets/Resources/dlc_dlcIndex/66001_official01pack.asset index 0985e495..1ca207e6 100644 --- a/Assets/Resources/dlc_dlcIndex/66001_official01pack.asset +++ b/Assets/Resources/dlc_dlcIndex/66001_official01pack.asset @@ -24,5 +24,6 @@ MonoBehaviour: - {fileID: 11400000, guid: 23248216085203145b3c154e9da5a0dd, type: 2} - {fileID: 11400000, guid: 0737633aca7fca844b2b4ae0572dcc87, type: 2} - {fileID: 11400000, guid: e8e4a1801ca7b1f47b60f5d67f792d7b, type: 2} + - {fileID: 11400000, guid: 958379745549ed54ba4da95ba82b0049, type: 2} - {fileID: 11400000, guid: 509d5fd39c26551459736f078b848d23, type: 2} settlementMusic: {fileID: 8300000, guid: fd23a47f2915a8f4c93568f74bac21c8, type: 3} diff --git a/Assets/Resources/song_songIndex/1002001_emilia.asset b/Assets/Resources/song_songIndex/1002001_emilia.asset index cf4342d1..409171ef 100644 --- a/Assets/Resources/song_songIndex/1002001_emilia.asset +++ b/Assets/Resources/song_songIndex/1002001_emilia.asset @@ -13,7 +13,7 @@ MonoBehaviour: m_Name: 1002001_emilia m_EditorClassIdentifier: usernameID: user_TestUser@FloatGaming - songName: "\u4EE5\u6B4C\u66F2\u4E4B\u540D" + songName: "\u4EE5\u6B4C\u66F2\u4E4B\u540D\uFF1A\u65B0\u624B\u6559\u7A0B" songID: 1002001 songLength_second: 0 artistName: "\u4EE5\u4F5C\u66F2\u5BB6\u4E4B\u540D" @@ -22,61 +22,45 @@ MonoBehaviour: belongsTo_whichDLC: "\u4EE5DLC\u4E4B\u540D" bpm: 128 songDuration: 246 - game_enterTimes: 2 - time_totalPlayingTime: 72.68237 + game_enterTimes: 1 + time_totalPlayingTime: 124.06965 illustration: {fileID: 21300000, guid: bf1252aa222b71c45bd34dc9c380794c, type: 3} backgroudPIC: {fileID: 21300000, guid: 5057a5d2350e7c24b9dbb4b76af4ffed, type: 3} fullscreen_songPicture: {fileID: 21300000, guid: 34499d10848dc9c419a2ba579f3d210f, type: 3} card_profileImage: {fileID: 21300000, guid: 9d64dfe23766f5143aeaf5b8c4ae1ccd, type: 3} right_pic_bottom_image: {fileID: 0} right_pic_top_image: {fileID: 0} - audioFile: {fileID: 8300000, guid: 863f7a662022bd84c85c3072db3a9a64, type: 3} + audioFile: {fileID: 8300000, guid: 6d81ad2ad45dc1248b96af4bc270e6ad, type: 3} audio_previewAudio: {fileID: 0} difficultyID: 2 chartFiles: - difficulty: 0 - difficultyLEVEL: 1.1 - enemyTotalHP_Multiplier: 0 - enemyConfigList: [] + difficultyLEVEL: 1 + enemyTotalHP_Multiplier: 7 + enemyConfigList: + - enemyID: 31201 + hpPercentage: 100 + - enemyID: 31201 + hpPercentage: 0 + - enemyID: 31201 + hpPercentage: 0 + - enemyID: 31201 + hpPercentage: 0 + - enemyID: 31201 + hpPercentage: 0 difficultyName: - chartFile: {fileID: 4900000, guid: 9db969d1c1c76f241a78aae01cc3240d, type: 3} + chartFile: {fileID: 4900000, guid: 929a36cd0fe7d0c42b8f912623e8c6de, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 0 - chartPersonalRecordForThisDifficulty: 444 - idolPersonalRecordForThisDifficulty: 123 - totalPersonalRecordForThisDifficulty: 567 - levelProgressForThisDifficulty: 0 + lastScoreForThisDifficulty: 1357814 + chartPersonalRecordForThisDifficulty: 1000000 + idolPersonalRecordForThisDifficulty: 357814 + totalPersonalRecordForThisDifficulty: 1357814 + levelProgressForThisDifficulty: 1.0057882 experienceProvidedForThisDifficulty: 0 - - difficulty: 1 - difficultyLEVEL: 2.2 - enemyTotalHP_Multiplier: 0 - enemyConfigList: [] - difficultyName: - chartFile: {fileID: 0} - difficultyDescription: - lastScoreForThisDifficulty: 0 - chartPersonalRecordForThisDifficulty: 0 - idolPersonalRecordForThisDifficulty: 0 - totalPersonalRecordForThisDifficulty: 0 - levelProgressForThisDifficulty: 0 - experienceProvidedForThisDifficulty: 0 - - difficulty: 2 - difficultyLEVEL: 3.3 - enemyTotalHP_Multiplier: 0 - enemyConfigList: [] - difficultyName: - chartFile: {fileID: 0} - difficultyDescription: - lastScoreForThisDifficulty: 0 - chartPersonalRecordForThisDifficulty: 0 - idolPersonalRecordForThisDifficulty: 0 - totalPersonalRecordForThisDifficulty: 0 - levelProgressForThisDifficulty: 0 - experienceProvidedForThisDifficulty: 0 - personalRecord: 1182382 - current_levelProgress: 0.591191 + personalRecord: 1357814 + current_levelProgress: 1.0057882 _if_level_is_EASE: 0 max_comboRecord: 0 thisLevel_selectedDifficultyID: 0 thisLevel_addDateString: 2025-12-27 - thisLevel_overallDescription: "\u827E\u7C73\u8389\u4E9A\u4F60\u600E\u4E48\u90A3\u4E48\u574F" + thisLevel_overallDescription: "\u65B0\u624B\u6559\u7A0B\u4E4B\u5305\uFF0C\u4EC5\u4E00\u4E2A\u81F3\u7B80\u96BE\u5EA6\u3002" diff --git a/Assets/Resources/song_songIndex/1002002_arcstar.asset b/Assets/Resources/song_songIndex/1002002_arcstar.asset index b4e43fee..9d8d948c 100644 --- a/Assets/Resources/song_songIndex/1002002_arcstar.asset +++ b/Assets/Resources/song_songIndex/1002002_arcstar.asset @@ -16,14 +16,14 @@ MonoBehaviour: songName: "\u65E0\u5C3D\u661F\u4E4B\u6E56" songID: 1002002 songLength_second: 0 - artistName: 123 - painter: Kuroteiou - level_creator: ShowerZenHS - belongsTo_whichDLC: "\u7279\u9080\"\u5609\u5F6C\"\u4E4B\u5305" + artistName: "\u827A\u672F\u5BB6\u540D\u5B57" + painter: "\u6D6E\u52A8\u6E38\u620F" + level_creator: "\u6D6E\u52A8\u6E38\u620F" + belongsTo_whichDLC: "\u6D6E\u52A8\u6E38\u620F" bpm: 0 songDuration: 0 - game_enterTimes: 14 - time_totalPlayingTime: 2469.345 + game_enterTimes: 0 + time_totalPlayingTime: 0 illustration: {fileID: 21300000, guid: 7c7470553b303ec47a37d165b9abf25b, type: 3} backgroudPIC: {fileID: 21300000, guid: f3af5d18b24a1bd43a13e9796d1129ee, type: 3} fullscreen_songPicture: {fileID: 21300000, guid: a3cd8999f1f85e34f803c10d13b4240b, type: 3} @@ -49,13 +49,13 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 100 difficultyName: - chartFile: {fileID: 4900000, guid: 2c4af5e45c082de449df9c687990df09, type: 3} + chartFile: {fileID: 4900000, guid: d5dfea41588d98549b8b31c810eb6c35, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 1124836 - chartPersonalRecordForThisDifficulty: 980820 - idolPersonalRecordForThisDifficulty: 144016 - totalPersonalRecordForThisDifficulty: 1124836 - levelProgressForThisDifficulty: 0.562418 + lastScoreForThisDifficulty: 0 + chartPersonalRecordForThisDifficulty: 0 + idolPersonalRecordForThisDifficulty: 0 + totalPersonalRecordForThisDifficulty: 0 + levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 1 difficultyLEVEL: 10 @@ -72,7 +72,7 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 100 difficultyName: - chartFile: {fileID: 4900000, guid: 344b01d0a3725174bb1b12be94dfea20, type: 3} + chartFile: {fileID: 4900000, guid: b9699c3ce25cc9d4fa38074adcaadac6, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 @@ -81,7 +81,7 @@ MonoBehaviour: levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 2 - difficultyLEVEL: 15 + difficultyLEVEL: 18 enemyTotalHP_Multiplier: 40 enemyConfigList: - enemyID: 31201 @@ -95,18 +95,18 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 29 difficultyName: - chartFile: {fileID: 4900000, guid: 792c854c02b97ae4ab57821b955bcfed, type: 3} + chartFile: {fileID: 4900000, guid: 1333012d19842c24c945e004b06c3be8, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 1134250 + lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 idolPersonalRecordForThisDifficulty: 0 totalPersonalRecordForThisDifficulty: 0 - levelProgressForThisDifficulty: 0.567125 + levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - personalRecord: 1124836 - current_levelProgress: 0.567125 + personalRecord: 0 + current_levelProgress: 0 _if_level_is_EASE: 0 max_comboRecord: 0 - thisLevel_selectedDifficultyID: 1 + thisLevel_selectedDifficultyID: 0 thisLevel_addDateString: 2025-12-28 thisLevel_overallDescription: diff --git a/Assets/Resources/song_songIndex/1002003_spectrum.asset b/Assets/Resources/song_songIndex/1002003_spectrum.asset index 6927599b..d44fa38a 100644 --- a/Assets/Resources/song_songIndex/1002003_spectrum.asset +++ b/Assets/Resources/song_songIndex/1002003_spectrum.asset @@ -17,13 +17,13 @@ MonoBehaviour: songID: 1002003 songLength_second: 126 artistName: cybermiso - painter: Kuroteiou - level_creator: "\u4E00\u68A6\u5230\u5929\u6DAF\u904D\u5730\u662F\u82B1\u9999" - belongsTo_whichDLC: "\u8428\u65E5\u6717\u6346\u7ED1\u5305" + painter: "\u6D6E\u52A8\u6E38\u620F" + level_creator: "\u6D6E\u52A8\u6E38\u620F" + belongsTo_whichDLC: "\u6D6E\u52A8\u6E38\u620F" bpm: 176 songDuration: 0 - game_enterTimes: 3 - time_totalPlayingTime: 103.579094 + game_enterTimes: 0 + time_totalPlayingTime: 0 illustration: {fileID: 21300000, guid: a3ae68ed4a05e31499dc64196b9a63c4, type: 3} backgroudPIC: {fileID: 21300000, guid: fd538e4be2d52fc40aee2beb588c5efa, type: 3} fullscreen_songPicture: {fileID: 21300000, guid: 8178f790e6057e145a77733695e429ed, type: 3} @@ -35,7 +35,7 @@ MonoBehaviour: difficultyID: 143 chartFiles: - difficulty: 0 - difficultyLEVEL: 5 + difficultyLEVEL: 3 enemyTotalHP_Multiplier: 5 enemyConfigList: - enemyID: 31202 @@ -49,7 +49,7 @@ MonoBehaviour: - enemyID: 31202 hpPercentage: 22 difficultyName: - chartFile: {fileID: 4900000, guid: bffd6d8aab22a1c4e87702ac1e45d43d, type: 3} + chartFile: {fileID: 4900000, guid: 2a13ae527ec516445b9b031c14fdece2, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 @@ -58,7 +58,7 @@ MonoBehaviour: levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 1 - difficultyLEVEL: 10 + difficultyLEVEL: 7 enemyTotalHP_Multiplier: 15 enemyConfigList: - enemyID: 31201 @@ -72,16 +72,16 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 19 difficultyName: - chartFile: {fileID: 4900000, guid: 79fe9282cf84e8d48b55144d64b1285e, type: 3} + chartFile: {fileID: 4900000, guid: 1f516994ae72f194a8ba0fadcd5e3308, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 1305515 - chartPersonalRecordForThisDifficulty: 1000000 - idolPersonalRecordForThisDifficulty: 305515 - totalPersonalRecordForThisDifficulty: 1305515 - levelProgressForThisDifficulty: 0.6527575 + lastScoreForThisDifficulty: 0 + chartPersonalRecordForThisDifficulty: 0 + idolPersonalRecordForThisDifficulty: 0 + totalPersonalRecordForThisDifficulty: 0 + levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - personalRecord: 1305515 - current_levelProgress: 0.6527575 + personalRecord: 0 + current_levelProgress: 0 _if_level_is_EASE: 0 max_comboRecord: 0 thisLevel_selectedDifficultyID: 1 diff --git a/Assets/Resources/song_songIndex/1002004_smile.asset b/Assets/Resources/song_songIndex/1002004_smile.asset index 77564885..56cd356c 100644 --- a/Assets/Resources/song_songIndex/1002004_smile.asset +++ b/Assets/Resources/song_songIndex/1002004_smile.asset @@ -17,13 +17,13 @@ MonoBehaviour: songID: 1002004 songLength_second: 160 artistName: CK - painter: Cycats - level_creator: Chinokaze + painter: "\u6D6E\u52A8\u6E38\u620F" + level_creator: "\u6D6E\u52A8\u6E38\u620F" belongsTo_whichDLC: "\u6D6E\u52A8\u6E38\u620F" bpm: 0 songDuration: 160 - game_enterTimes: 7 - time_totalPlayingTime: 490.89386 + game_enterTimes: 0 + time_totalPlayingTime: 0 illustration: {fileID: 21300000, guid: ecddf7950818f98408cd652e2c2e703f, type: 3} backgroudPIC: {fileID: 21300000, guid: aaf0b10d106e4bd4889cc1e7d2dc8075, type: 3} fullscreen_songPicture: {fileID: 21300000, guid: 5a1b664fd293ec943a5b8cffee700da1, type: 3} @@ -35,7 +35,7 @@ MonoBehaviour: difficultyID: 125 chartFiles: - difficulty: 0 - difficultyLEVEL: 4 + difficultyLEVEL: 2 enemyTotalHP_Multiplier: 5 enemyConfigList: - enemyID: 31201 @@ -49,16 +49,16 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 26 difficultyName: - chartFile: {fileID: 4900000, guid: 34d1cf8639f86364aaa9d7380db7f09a, type: 3} + chartFile: {fileID: 4900000, guid: ca9bfdf5df2b55f4284f79ad8e5f41af, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 1145841 + lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 idolPersonalRecordForThisDifficulty: 0 totalPersonalRecordForThisDifficulty: 0 - levelProgressForThisDifficulty: 0.5729205 + levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 1 - difficultyLEVEL: 8 + difficultyLEVEL: 6 enemyTotalHP_Multiplier: 10 enemyConfigList: - enemyID: 31202 @@ -72,7 +72,7 @@ MonoBehaviour: - enemyID: 31202 hpPercentage: 32 difficultyName: - chartFile: {fileID: 4900000, guid: af6142127a50e7a4dab9c33f46aa1c4c, type: 3} + chartFile: {fileID: 4900000, guid: ba8d28291a1bf2c4fbfbc72a48c71402, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 @@ -81,7 +81,7 @@ MonoBehaviour: levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 2 - difficultyLEVEL: 13 + difficultyLEVEL: 11 enemyTotalHP_Multiplier: 25 enemyConfigList: - enemyID: 31202 @@ -95,20 +95,7 @@ MonoBehaviour: - enemyID: 31202 hpPercentage: 0 difficultyName: - chartFile: {fileID: 4900000, guid: 6ef02c967f5635a409f5b2e67c54ac54, type: 3} - difficultyDescription: - lastScoreForThisDifficulty: 1269417 - chartPersonalRecordForThisDifficulty: 1000000 - idolPersonalRecordForThisDifficulty: 269417 - totalPersonalRecordForThisDifficulty: 1269417 - levelProgressForThisDifficulty: 0.6347085 - experienceProvidedForThisDifficulty: 0 - - difficulty: 3 - difficultyLEVEL: 22 - enemyTotalHP_Multiplier: 0 - enemyConfigList: [] - difficultyName: - chartFile: {fileID: 0} + chartFile: {fileID: 4900000, guid: dc27d9d67f3698646b7b7c3d926eea3c, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 @@ -116,10 +103,10 @@ MonoBehaviour: totalPersonalRecordForThisDifficulty: 0 levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - personalRecord: 1269417 - current_levelProgress: 0.6347085 + personalRecord: 0 + current_levelProgress: 0 _if_level_is_EASE: 0 max_comboRecord: 0 - thisLevel_selectedDifficultyID: 2 + thisLevel_selectedDifficultyID: 0 thisLevel_addDateString: thisLevel_overallDescription: diff --git a/Assets/Resources/song_songIndex/1002005_BaboonBabbler.asset b/Assets/Resources/song_songIndex/1002005_BaboonBabbler.asset index c6111d5e..43814ed6 100644 --- a/Assets/Resources/song_songIndex/1002005_BaboonBabbler.asset +++ b/Assets/Resources/song_songIndex/1002005_BaboonBabbler.asset @@ -13,13 +13,13 @@ MonoBehaviour: m_Name: 1002005_BaboonBabbler m_EditorClassIdentifier: usernameID: - songName: Baboon Babbler + songName: "\u4F60\u8BD5\u51FA\u6765\u4E86\u6CA1" songID: 1002005 songLength_second: 0 - artistName: geshou - painter: painterName - level_creator: charter - belongsTo_whichDLC: Official_01 + artistName: "\u827A\u672F\u5BB6\u540D\u5B57" + painter: "\u6D6E\u52A8\u6E38\u620F" + level_creator: "\u6D6E\u52A8\u6E38\u620F" + belongsTo_whichDLC: "\u6D6E\u52A8\u6E38\u620F" bpm: 0 songDuration: 0 game_enterTimes: 0 @@ -33,7 +33,76 @@ MonoBehaviour: audioFile: {fileID: 8300000, guid: 3291a4c2c94a9e040b4f3ad04e944311, type: 3} audio_previewAudio: {fileID: 0} difficultyID: 106 - chartFiles: [] + chartFiles: + - difficulty: 0 + difficultyLEVEL: 5 + enemyTotalHP_Multiplier: 5 + enemyConfigList: + - enemyID: 31201 + hpPercentage: 31 + - enemyID: 31201 + hpPercentage: 14 + - enemyID: 31202 + hpPercentage: 13 + - enemyID: 31201 + hpPercentage: 8 + - enemyID: 31202 + hpPercentage: 34 + difficultyName: + chartFile: {fileID: 4900000, guid: b5753321365e3c044937961c41edc449, type: 3} + difficultyDescription: + lastScoreForThisDifficulty: 0 + chartPersonalRecordForThisDifficulty: 0 + idolPersonalRecordForThisDifficulty: 0 + totalPersonalRecordForThisDifficulty: 0 + levelProgressForThisDifficulty: 0 + experienceProvidedForThisDifficulty: 0 + - difficulty: 1 + difficultyLEVEL: 11 + enemyTotalHP_Multiplier: 15 + enemyConfigList: + - enemyID: 31201 + hpPercentage: 31 + - enemyID: 31201 + hpPercentage: 14 + - enemyID: 31202 + hpPercentage: 13 + - enemyID: 31201 + hpPercentage: 8 + - enemyID: 31202 + hpPercentage: 34 + difficultyName: + chartFile: {fileID: 4900000, guid: 23eb0ad32db01d44e9208238ef52f581, type: 3} + difficultyDescription: + lastScoreForThisDifficulty: 0 + chartPersonalRecordForThisDifficulty: 0 + idolPersonalRecordForThisDifficulty: 0 + totalPersonalRecordForThisDifficulty: 0 + levelProgressForThisDifficulty: 0 + experienceProvidedForThisDifficulty: 0 + - difficulty: 2 + difficultyLEVEL: 15 + enemyTotalHP_Multiplier: 25 + enemyConfigList: + - enemyID: 31201 + hpPercentage: 31 + - enemyID: 31201 + hpPercentage: 14 + - enemyID: 31202 + hpPercentage: 13 + - enemyID: 31201 + hpPercentage: 8 + - enemyID: 31202 + hpPercentage: 34 + difficultyName: + chartFile: {fileID: 4900000, guid: ff8caf7debd28b649aba47f6b480a601, type: 3} + difficultyDescription: + lastScoreForThisDifficulty: 0 + chartPersonalRecordForThisDifficulty: 0 + idolPersonalRecordForThisDifficulty: 0 + totalPersonalRecordForThisDifficulty: 0 + levelProgressForThisDifficulty: 0 + experienceProvidedForThisDifficulty: 0 personalRecord: 0 current_levelProgress: 0 _if_level_is_EASE: 0 diff --git a/Assets/Resources/song_songIndex/1002006.asset b/Assets/Resources/song_songIndex/1002006.asset index 38ac7be2..f8df8cff 100644 --- a/Assets/Resources/song_songIndex/1002006.asset +++ b/Assets/Resources/song_songIndex/1002006.asset @@ -17,13 +17,13 @@ MonoBehaviour: songID: 1002006 songLength_second: 141 artistName: Se-U-Ra - painter: Kuroteiou - level_creator: "\u8BF4\u7684\u9053\u7406" - belongsTo_whichDLC: "\u8428\u65E5\u6717\u6346\u7ED1\u5305" + painter: "\u6D6E\u52A8\u6E38\u620F" + level_creator: "\u6D6E\u52A8\u6E38\u620F" + belongsTo_whichDLC: "\u6D6E\u52A8\u6E38\u620F" bpm: 150 songDuration: 0 - game_enterTimes: 3 - time_totalPlayingTime: -24.783587 + game_enterTimes: 1 + time_totalPlayingTime: 140.41861 illustration: {fileID: 21300000, guid: 43c8764e63c818745ad6369e3e04fd2d, type: 3} backgroudPIC: {fileID: 21300000, guid: 584dc974cfd634245bd735814fab31eb, type: 3} fullscreen_songPicture: {fileID: 21300000, guid: cb3a24137ccdf344dae9ebfeff2d8a2c, type: 3} @@ -35,7 +35,7 @@ MonoBehaviour: difficultyID: 143 chartFiles: - difficulty: 0 - difficultyLEVEL: 3 + difficultyLEVEL: 4 enemyTotalHP_Multiplier: 5 enemyConfigList: - enemyID: 31202 @@ -49,7 +49,7 @@ MonoBehaviour: - enemyID: 31202 hpPercentage: 22 difficultyName: - chartFile: {fileID: 4900000, guid: d3b97d65458bdb04f8fddadbfc768583, type: 3} + chartFile: {fileID: 4900000, guid: 94ba99fe1a0616e47b628560c008c78c, type: 3} difficultyDescription: lastScoreForThisDifficulty: 0 chartPersonalRecordForThisDifficulty: 0 @@ -58,7 +58,7 @@ MonoBehaviour: levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 1 - difficultyLEVEL: 12 + difficultyLEVEL: 7 enemyTotalHP_Multiplier: 15 enemyConfigList: - enemyID: 31201 @@ -72,13 +72,13 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 19 difficultyName: - chartFile: {fileID: 4900000, guid: 00edd06976b55d8479f47a379ebb5bdf, type: 3} + chartFile: {fileID: 4900000, guid: 53cc5d44188f19749bbc12024a5f18ce, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 1305515 - chartPersonalRecordForThisDifficulty: 1000000 - idolPersonalRecordForThisDifficulty: 305515 - totalPersonalRecordForThisDifficulty: 1305515 - levelProgressForThisDifficulty: 0.6527575 + lastScoreForThisDifficulty: 0 + chartPersonalRecordForThisDifficulty: 0 + idolPersonalRecordForThisDifficulty: 0 + totalPersonalRecordForThisDifficulty: 0 + levelProgressForThisDifficulty: 0 experienceProvidedForThisDifficulty: 0 - difficulty: 2 difficultyLEVEL: 14 @@ -95,16 +95,16 @@ MonoBehaviour: - enemyID: 31201 hpPercentage: 19 difficultyName: - chartFile: {fileID: 4900000, guid: 0ff6475406eb4e244b860249655fa345, type: 3} + chartFile: {fileID: 4900000, guid: dd72cb38a43173847994ec3b2e1a83e2, type: 3} difficultyDescription: - lastScoreForThisDifficulty: 1305515 + lastScoreForThisDifficulty: 1262991 chartPersonalRecordForThisDifficulty: 1000000 - idolPersonalRecordForThisDifficulty: 305515 - totalPersonalRecordForThisDifficulty: 1305515 - levelProgressForThisDifficulty: 0.6527575 + idolPersonalRecordForThisDifficulty: 262991 + totalPersonalRecordForThisDifficulty: 1262991 + levelProgressForThisDifficulty: 0.9355489 experienceProvidedForThisDifficulty: 0 - personalRecord: 1305515 - current_levelProgress: 0.6527575 + personalRecord: 1262991 + current_levelProgress: 0.9355489 _if_level_is_EASE: 0 max_comboRecord: 0 thisLevel_selectedDifficultyID: 2 diff --git a/Assets/Scenes/Songs_Select.unity b/Assets/Scenes/Songs_Select.unity index e7c40418..901fce22 100644 --- a/Assets/Scenes/Songs_Select.unity +++ b/Assets/Scenes/Songs_Select.unity @@ -394,6 +394,96 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 10151741} m_CullTransparentMesh: 1 +--- !u!1 &14400588 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 14400589} + - component: {fileID: 14400592} + - component: {fileID: 14400591} + - component: {fileID: 14400590} + m_Layer: 5 + m_Name: tiaobtm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &14400589 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 14400588} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.28, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 268151330} + m_Father: {fileID: 275813409} + 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: -486.55, y: -200.46} + m_SizeDelta: {x: 501, y: 26} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &14400590 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 14400588} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 1 +--- !u!114 &14400591 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 14400588} + 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: 21300000, guid: f47d8a39555c75d4aa3ca75114e70bc4, type: 3} + m_Type: 3 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 0 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &14400592 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 14400588} + m_CullTransparentMesh: 1 --- !u!1 &16571241 GameObject: m_ObjectHideFlags: 0 @@ -2067,6 +2157,7 @@ RectTransform: - {fileID: 159785774} - {fileID: 1039149940} - {fileID: 719869623} + - {fileID: 1981571126} - {fileID: 725275007} - {fileID: 419754930} - {fileID: 566277080} @@ -2456,6 +2547,81 @@ MonoBehaviour: m_StringArgument: m_BoolArgument: 0 m_CallState: 2 +--- !u!1 &268151329 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 268151330} + - component: {fileID: 268151332} + - component: {fileID: 268151331} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &268151330 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 268151329} + m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: -1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 14400589} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -6.5973, y: 1.5408} + m_SizeDelta: {x: 42.2538, y: 527.3792} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &268151331 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 268151329} + 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: 0.6603774, g: 0.6603774, b: 0.6603774, 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: 21300000, guid: 5ad283fd10139964f8eeade2890d8879, type: 3} + 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!222 &268151332 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 268151329} + m_CullTransparentMesh: 1 --- !u!1 &275273346 GameObject: m_ObjectHideFlags: 0 @@ -2626,6 +2792,7 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 2026030893} + - {fileID: 14400589} - {fileID: 1559516011} - {fileID: 1705415483} m_Father: {fileID: 834550947} @@ -2859,9 +3026,9 @@ RectTransform: - {fileID: 1641208185} m_Father: {fileID: 393583992} 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_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 70, y: -25} m_SizeDelta: {x: 50, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &345372596 @@ -3237,7 +3404,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &393583992 RectTransform: m_ObjectHideFlags: 0 @@ -3607,14 +3774,14 @@ RectTransform: m_GameObject: {fileID: 419754929} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 0.84, z: 1} + m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 236477268} 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: 519.09, y: 262.59003} + m_AnchoredPosition: {x: 519.09, y: 256.94} m_SizeDelta: {x: 692.4443, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &419754932 @@ -3647,10 +3814,10 @@ MonoBehaviour: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: dfa10de3e2846524089b5073175cd151, type: 3} - m_FontSize: 30 + m_FontSize: 24 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 3 + m_MinSize: 2 m_MaxSize: 40 m_Alignment: 0 m_AlignByGeometry: 0 @@ -4089,9 +4256,9 @@ RectTransform: - {fileID: 1254276439} m_Father: {fileID: 393583992} 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_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 115, y: -25} m_SizeDelta: {x: 50, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &486988426 @@ -6065,7 +6232,7 @@ RectTransform: 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: 331.5, y: 226.61961} + m_AnchoredPosition: {x: 309.3, y: 226.61961} m_SizeDelta: {x: 200, y: 21.941} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &719869624 @@ -6088,7 +6255,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: 'TIME SPEND : 1234567s' + m_text: 'playtime:' m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: dc21b6919417f75498da423a1f35fdff, type: 2} m_sharedMaterial: {fileID: 1824469384734612509, guid: dc21b6919417f75498da423a1f35fdff, type: 2} @@ -7854,6 +8021,14 @@ MonoBehaviour: thisSong_progressText: {fileID: 99981643} thisSong_lastScoreText: {fileID: 1890813521} idolRecordText: {fileID: 979665692} + timeSpentText: {fileID: 719869624} + enterTimeText: {fileID: 1981571127} + difficultyIdText: {fileID: 1910123685} + progressImage: {fileID: 1559516012} + progressNumberObject: {fileID: 1705415482} + progressPercentText: {fileID: 1772804504} + rankLevel_img: {fileID: 450293037} + rc: {fileID: 11400000, guid: 951debb97a9b89f48885c82bb601533a, type: 2} id_of_thisSong: 0 picDetail: {fileID: 1813367507} profound_image: {fileID: 1548608556} @@ -8863,9 +9038,9 @@ RectTransform: - {fileID: 609642199} m_Father: {fileID: 393583992} 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_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 205, y: -25} m_SizeDelta: {x: 50, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &918304237 @@ -10022,7 +10197,7 @@ RectTransform: 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: 231.9, y: 212.59} + m_AnchoredPosition: {x: 221.8, y: 212.59} m_SizeDelta: {x: 200, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &1039149942 @@ -14627,9 +14802,9 @@ RectTransform: - {fileID: 133130489} m_Father: {fileID: 393583992} 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_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 160, y: -25} m_SizeDelta: {x: 50, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1572147426 @@ -15560,9 +15735,9 @@ RectTransform: - {fileID: 1264767100} m_Father: {fileID: 393583992} 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_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 25, y: -25} m_SizeDelta: {x: 50, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1620803847 @@ -16692,7 +16867,7 @@ RectTransform: 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: -193.7, y: -169} + m_AnchoredPosition: {x: -195, y: -169} m_SizeDelta: {x: 283, y: 113} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1705415484 @@ -19199,6 +19374,142 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1975772328} m_CullTransparentMesh: 1 +--- !u!1 &1981571125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1981571126} + - component: {fileID: 1981571128} + - component: {fileID: 1981571127} + m_Layer: 5 + m_Name: entertime + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1981571126 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1981571125} + 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: 236477268} + 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: 453.4, y: 226.61961} + m_SizeDelta: {x: 200, y: 21.941} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1981571127 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1981571125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: 'entertime:' + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: dc21b6919417f75498da423a1f35fdff, type: 2} + m_sharedMaterial: {fileID: 1824469384734612509, guid: dc21b6919417f75498da423a1f35fdff, type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4278190080 + m_fontColor: {r: 0, g: 0, b: 0, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 14 + m_fontSizeBase: 14 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 256 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_TextWrappingMode: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_ActiveFontFeatures: 6e72656b + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_EmojiFallbackSupport: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!222 &1981571128 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1981571125} + m_CullTransparentMesh: 1 --- !u!1 &1984998088 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Scenes/UI_UI.unity b/Assets/Scenes/UI_UI.unity index 186eac2b..9cf70414 100644 --- a/Assets/Scenes/UI_UI.unity +++ b/Assets/Scenes/UI_UI.unity @@ -2873,7 +2873,7 @@ Camera: m_TargetEye: 3 m_HDR: 1 m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 + m_AllowDynamicResolution: 1 m_ForceIntoRT: 0 m_OcclusionCulling: 1 m_StereoConvergence: 10 @@ -10257,7 +10257,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1237938898595555875, guid: 87d608bc4ef6ede49a02ab1adb424edc, type: 3} propertyPath: m_AnchoredPosition.y - value: -49.524506 + value: -49.5245 objectReference: {fileID: 0} - target: {fileID: 1245513871876428297, guid: 87d608bc4ef6ede49a02ab1adb424edc, type: 3} propertyPath: m_AnchoredPosition.x @@ -15299,7 +15299,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 2, y: -43} - m_SizeDelta: {x: 853, y: 996} + m_SizeDelta: {x: 1000, y: 1000} m_Pivot: {x: 0.5, y: 0.5} --- !u!225 &1326341348 CanvasGroup: @@ -15341,7 +15341,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 43aaf4c54e4e49944b4c815dcc1817ab, type: 3} + m_Sprite: {fileID: 21300000, guid: fb192fc3071c95b4a9514f331a9ffa28, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 diff --git a/Assets/Scenes/gamePlay_gamePlay.unity b/Assets/Scenes/gamePlay_gamePlay.unity index 11487b93..bf32a02b 100644 --- a/Assets/Scenes/gamePlay_gamePlay.unity +++ b/Assets/Scenes/gamePlay_gamePlay.unity @@ -31272,7 +31272,7 @@ MonoBehaviour: bmm: {fileID: 1261342020} sm: {fileID: 1261342024} gm: {fileID: 1261342021} - _1000000: 1200000 + _1000000: 1350000 thisSong_backPic: {fileID: 974692778} exit_toSelectSongs: {fileID: 1328532448} replay_thisGame: {fileID: 841673124} @@ -40586,6 +40586,7 @@ MonoBehaviour: gameplay_songname: {fileID: 431474995} gameplay_difficultyID: {fileID: 1911075704} gameplay_difficultyName: {fileID: 311523889} + modeText: {fileID: 1885539577} bgMainImage: {fileID: 651827210} startCanvas_image: {fileID: 552470208} bgSpriteRenderer: {fileID: 1257701894} @@ -50582,6 +50583,7 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 431474992} + - {fileID: 1885539579} - {fileID: 1911075703} - {fileID: 311523888} - {fileID: 1117832160} @@ -54185,6 +54187,85 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1876905525} m_CullTransparentMesh: 1 +--- !u!1 &1885539576 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1885539579} + - component: {fileID: 1885539578} + - component: {fileID: 1885539577} + m_Layer: 0 + m_Name: AUTOPLAYING + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1885539577 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1885539576} + 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: 8b8373b0af11dca46b89be60dbe469f8, type: 3} + m_FontSize: 12 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 224 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: AUTOPLAYING +--- !u!222 &1885539578 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1885539576} + m_CullTransparentMesh: 1 +--- !u!224 &1885539579 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1885539576} + 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: 1687704571} + 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: -761, y: 436.95} + m_SizeDelta: {x: 320.2299, y: 50} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1886329339 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/__so/levelConfig.meta b/Assets/__so/levelConfig.meta new file mode 100644 index 00000000..50d167f7 --- /dev/null +++ b/Assets/__so/levelConfig.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1e0aa569472d46246b3ba02f4f9e00f2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/levelConfig/RankConfig.asset b/Assets/__so/levelConfig/RankConfig.asset new file mode 100644 index 00000000..ecbdd0db --- /dev/null +++ b/Assets/__so/levelConfig/RankConfig.asset @@ -0,0 +1,47 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4d5a2e5cc69ece34faba0659b1b1d58d, type: 3} + m_Name: RankConfig + m_EditorClassIdentifier: + baseScore: 1350000 + defaultSprite: {fileID: 21300000, guid: 17b11910f9586834c9a6498bf3d82d7f, type: 3} + thresholds: + - rankName: EASE + thresholdPercent: 1 + rankSprite: {fileID: 21300000, guid: b655fb5d2fbc50d4aae689e5d560e980, type: 3} + - rankName: SS + thresholdPercent: 0.95 + rankSprite: {fileID: 21300000, guid: aea32035a52c6cd4e9450249679785f5, type: 3} + - rankName: S + thresholdPercent: 0.9 + rankSprite: {fileID: 21300000, guid: ad076cf7fd05ad543bffae7ade0cb30a, type: 3} + - rankName: A + thresholdPercent: 0.8 + rankSprite: {fileID: 21300000, guid: 86594eb83b6da0e45bdf258eb02d3a5b, type: 3} + - rankName: B + thresholdPercent: 0.7 + rankSprite: {fileID: 21300000, guid: 521b0de5679c4e443b1f8b3a044acc20, type: 3} + - rankName: C + thresholdPercent: 0.6 + rankSprite: {fileID: 21300000, guid: 56822bd778d96eb49ba31eb35f164069, type: 3} + - rankName: D + thresholdPercent: 0.5 + rankSprite: {fileID: 21300000, guid: 7df9558287709694a888743398e3fb3e, type: 3} + - rankName: E + thresholdPercent: 0.4 + rankSprite: {fileID: 21300000, guid: 85308a91d726ee54e84a2384baf1187c, type: 3} + - rankName: F + thresholdPercent: 0.3 + rankSprite: {fileID: 21300000, guid: 989584d7d2836774a9de80daf200e38f, type: 3} + - rankName: UF + thresholdPercent: 0 + rankSprite: {fileID: 21300000, guid: 17b11910f9586834c9a6498bf3d82d7f, type: 3} diff --git a/Assets/__so/levelConfig/RankConfig.asset.meta b/Assets/__so/levelConfig/RankConfig.asset.meta new file mode 100644 index 00000000..868d7dd0 --- /dev/null +++ b/Assets/__so/levelConfig/RankConfig.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 951debb97a9b89f48885c82bb601533a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/levelConfig/RankConfig.cs b/Assets/__so/levelConfig/RankConfig.cs new file mode 100644 index 00000000..d932ae54 --- /dev/null +++ b/Assets/__so/levelConfig/RankConfig.cs @@ -0,0 +1,49 @@ +using UnityEngine; +using System.Collections.Generic; + +[System.Serializable] +public class RankThreshold +{ + public string rankName; + public float thresholdPercent; + public Sprite rankSprite; +} + +[CreateAssetMenu(fileName = "RankConfig", menuName = "Config/RankConfig")] +public class RankConfig : ScriptableObject +{ + public float baseScore = 2000000f; + public Sprite defaultSprite; // Equivalent to ufSprite + + [Tooltip("Thresholds should be ordered from highest to lowest percent.")] + public List thresholds = new List(); + + public Sprite GetRankSprite(float score) + { + if (score <= 0) return defaultSprite; + + Sprite bestSprite = defaultSprite; + float highestMatchingPercent = -1f; + + // Ensure we handle baseScore correctly to avoid division by zero if we were to use percentages + // But multiplying is safer as long as baseScore is set. + + foreach (var threshold in thresholds) + { + if (threshold == null || threshold.rankSprite == null) continue; + + float requiredScore = baseScore * threshold.thresholdPercent; + if (score >= requiredScore) + { + // We want the threshold with the HIGHEST percentage that the score satisfies + if (threshold.thresholdPercent > highestMatchingPercent) + { + highestMatchingPercent = threshold.thresholdPercent; + bestSprite = threshold.rankSprite; + } + } + } + + return bestSprite; + } +} diff --git a/Assets/__so/levelConfig/RankConfig.cs.meta b/Assets/__so/levelConfig/RankConfig.cs.meta new file mode 100644 index 00000000..840ae7be --- /dev/null +++ b/Assets/__so/levelConfig/RankConfig.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 4d5a2e5cc69ece34faba0659b1b1d58d \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002001_starter.meta b/Assets/__so/songs_so_res/1002001_starter.meta new file mode 100644 index 00000000..23d9143e --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d5f8c54e2c0337a4081fdbe6f723c267 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic (1).ogg b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic (1).ogg new file mode 100644 index 00000000..4b931ff1 Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic (1).ogg differ diff --git a/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic (1).ogg.meta b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic (1).ogg.meta new file mode 100644 index 00000000..6408b0bf --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic (1).ogg.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 6d81ad2ad45dc1248b96af4bc270e6ad +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 1 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic.meta b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic.meta new file mode 100644 index 00000000..61d726ba --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b09644edc3b77a34dac6de760310cb9f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic/Beginning of Bansonic_1.json b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic/Beginning of Bansonic_1.json new file mode 100644 index 00000000..e8b52b9c --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic/Beginning of Bansonic_1.json @@ -0,0 +1,889 @@ +{ + "version": "2.0.2", + "title": "Beginning of Bansonic", + "composer": "Bansonic", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "0", + "duration": 126, + "bpm": 160, + "difficulty": 1, + "difficultyName": "Normal", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:39:56", + "musicFile": "CFD.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 46, + "globalDelaySeconds": 0.0, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 6 + }, + { + "colorType": "red_hold", + "count": 2 + }, + { + "colorType": "green_tap", + "count": 6 + }, + { + "colorType": "green_hold", + "count": 0 + }, + { + "colorType": "yellow_tap", + "count": 8 + }, + { + "colorType": "yellow_hold", + "count": 6 + }, + { + "colorType": "purple_tap", + "count": 10 + }, + { + "colorType": "purple_hold", + "count": 0 + }, + { + "colorType": "blue_tap", + "count": 6 + }, + { + "colorType": "blue_hold", + "count": 2 + } + ], + "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": 12.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5f471839-0dce-4e47-a89a-9b81b1f0c286", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a59b4e23-7366-4c94-b619-bb4007698451", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5945e785-d708-41bb-a644-43a8fe2f6e21", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8909217e-4097-4ce4-b58b-1c0f812b4afe", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4a96caf4-7a8d-4278-8740-7b8cf8406652", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63c30c25-626f-47fe-b7df-1fa023ca558b", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "280a0f9e-03a3-4e1c-a2d1-4495f1d59e41", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c25399d-fb6b-4b33-bf69-bea20120f070", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.25, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "36bb5377-fabe-4649-8933-57b4b74ed2ff", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 57.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 2.25, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf58574e-46ea-428d-be1e-6f79807653db", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 60.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.5, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "258c413e-11e5-459a-9f62-7aa41d10acab", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 63.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.5, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "05a7d7a8-269c-40a6-a281-b43f50472972", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.5, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4050aa3d-e92d-40b3-964b-da339f80316c", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 69.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "79de2690-37c8-4d27-91dd-c2aa867d3e37", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2ba0107e-0194-42e7-bf25-9f3a7f8387de", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "21014ea9-04e3-456f-a8f3-7ffb39566880", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "11d56a13-933c-47e9-887b-cca407bc78ff", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3005ca9f-72da-4cb2-80d4-55105de2b0f5", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ec4faabe-721f-4cd1-b826-f4eb590b1599", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c1b25cc2-575f-4d1f-826c-870162c6d6b4", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6f0c3f43-282c-4c61-97eb-62bbf91264d0", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "438e067e-d725-4215-afe1-51cf40483d7f", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f7cc4f2a-9a2a-46e8-82b7-6f9469af7f64", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6dae3c85-410a-460d-b868-c5fcba484017", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b10f70ec-712d-4813-8145-8d9f3e9cef9d", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fa6a781a-c1e3-406a-980f-627344260915", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.5, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf9c18f1-3814-437d-af1b-266dd2e3a9b9", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "096c387a-b6f8-4e82-b5b8-67b2e95bdd41", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f8c49b37-6495-47de-9c2d-b81066934b2d", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.5, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0432178d-a53b-4978-84c5-22aee137f81e", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.5, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d4c49900-5c22-4137-8c7d-07a68f6baa8d", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "decf8a55-76b9-4105-80bf-e174fd857f5e", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.5, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "39207267-665d-42a4-8567-ea01f9434e9e", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d99a4c8f-c2e5-4a8d-8761-d690768bf6dc", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e766a82f-385d-4d89-9fc1-bbe5bfbcae58", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bbb5e0f2-0c5f-43b8-8fa1-4b11d25b81bf", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "761944f5-3d5f-401a-92f4-2c5897bde9be", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "045ec251-7ec2-4e31-bb82-40cc4f4cb646", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f60c7c2-c23e-4f74-a741-a076cb1fa17b", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "649d4b68-02ff-493d-938e-eb4551527858", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "818aacb6-e368-4aa1-81b1-33dbd5c47552", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "03544273-9dc6-4e6e-85b9-310dad021986", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9e4cbe63-e21a-43b6-82be-2f8484b91281", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.5, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.75, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "795d9337-949f-4e85-a9fb-bab23d1ea3e5", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3592bb32-6111-4b17-9a81-96bb4d8d91a7", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f1435abb-1fe2-4368-8042-07924009deea", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic/Beginning of Bansonic_1.json.meta b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic/Beginning of Bansonic_1.json.meta new file mode 100644 index 00000000..8bcdcdc2 --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Beginning of Bansonic/Beginning of Bansonic_1.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 929a36cd0fe7d0c42b8f912623e8c6de +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/Emilia.ogg b/Assets/__so/songs_so_res/1002001_starter/Emilia.ogg new file mode 100644 index 00000000..ec6d1d62 Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/Emilia.ogg differ diff --git a/Assets/__so/songs_so_res/1002001_starter/Emilia.ogg.meta b/Assets/__so/songs_so_res/1002001_starter/Emilia.ogg.meta new file mode 100644 index 00000000..29d16a04 --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Emilia.ogg.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 3eb7c19abd446574d841b674603fda31 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 1 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 1 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/Emilia_demo.json b/Assets/__so/songs_so_res/1002001_starter/Emilia_demo.json new file mode 100644 index 00000000..5558abda --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Emilia_demo.json @@ -0,0 +1,82 @@ +{ + "title": "Emilia", + "composer": "Pam_dinosaur", + "illustrator": "level8", + "charter": "ChartMaster", + "beatmapId": "NC-001", + "duration": 164, + "bpm": 100, + "difficulty": 2, + "difficultyName": "Hard", + "createdDate": "2025-03-18", + "musicFile": "Assets/Resources/song_songIndex/1002001_emilia/Emilia.ogg", + "backgroundFile": "Assets/Backgrounds/Emilia_bg.png", + "tracks": [ + { "color": "red" }, + { "color": "green" }, + { "color": "yellow" }, + { "color": "purple" }, + { "color": "blue" } + ], + "notes": [ + { "time": 3.0, "trackIndex": 0, "color": "red", "type": "hold", "length": 2 }, + { "time": 3.0, "trackIndex": 1, "color": "green", "type": "hold", "length": 1 }, + { "time": 4.8, "trackIndex": 1, "color": "green", "type": "hold", "length": 2.4 }, + { "time": 4.8, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 5.4, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 6.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 6.6, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 7.2, "trackIndex": 0, "color": "red", "type": "hold", "length": 2.4 }, + { "time": 7.2, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 7.8, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 8.4, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 9.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 9.6, "trackIndex": 1, "color": "green", "type": "hold", "length": 2.4 }, + { "time": 9.6, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 10.2, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 10.8, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 11.4, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 12.0, "trackIndex": 3, "color": "purple", "type": "hold", "length": 1.95 }, + { "time": 12.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 }, + { "time": 12.6, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 }, + { "time": 13.2, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 }, + { "time": 13.8, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 }, + { "time": 13.95, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 }, + { "time": 14.1, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 14.4, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 14.4, "trackIndex": 1, "color": "green", "type": "hold", "length": 2.4 }, + { "time": 15.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 15.6, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 16.2, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 16.8, "trackIndex": 0, "color": "red", "type": "hold", "length": 2.4 }, + { "time": 16.8, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 17.4, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 18.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 18.6, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 19.2, "trackIndex": 1, "color": "green", "type": "hold", "length": 2.4 }, + { "time": 19.2, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 19.8, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 20.4, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 21.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }, + { "time": 21.6, "trackIndex": 2, "color": "yellow", "type": "hold", "length": 4.8 }, + { "time": 24.0, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 24.3, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 24.6, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 24.9, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 25.2, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 25.5, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 25.8, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 26.1, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 }, + { "time": 26.4, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 26.4, "trackIndex": 2, "color": "yellow", "type": "hold", "length": 4.8 }, + { "time": 26.4, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 26.7, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 27.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 27.3, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 27.6, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 27.9, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 28.2, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 }, + { "time": 28.5, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 } + ], + "is_official": true +} diff --git a/Assets/__so/songs_so_res/1002001_starter/Emilia_demo.json.meta b/Assets/__so/songs_so_res/1002001_starter/Emilia_demo.json.meta new file mode 100644 index 00000000..0164a52f --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Emilia_demo.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9db969d1c1c76f241a78aae01cc3240d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/Emilia音游2版.mp3 b/Assets/__so/songs_so_res/1002001_starter/Emilia音游2版.mp3 new file mode 100644 index 00000000..d16614cc Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/Emilia音游2版.mp3 differ diff --git a/Assets/__so/songs_so_res/1002001_starter/Emilia音游2版.mp3.meta b/Assets/__so/songs_so_res/1002001_starter/Emilia音游2版.mp3.meta new file mode 100644 index 00000000..06015666 --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/Emilia音游2版.mp3.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 863f7a662022bd84c85c3072db3a9a64 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 1 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/selcet song BG.png b/Assets/__so/songs_so_res/1002001_starter/selcet song BG.png new file mode 100644 index 00000000..e3ae420a Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/selcet song BG.png differ diff --git a/Assets/__so/songs_so_res/1002001_starter/selcet song BG.png.meta b/Assets/__so/songs_so_res/1002001_starter/selcet song BG.png.meta new file mode 100644 index 00000000..a7b5bd21 --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/selcet song BG.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 5057a5d2350e7c24b9dbb4b76af4ffed +TextureImporter: + internalIDToNameTable: + - first: + 213: 7407668828705642837 + second: selcet song BG_0 + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: selcet song BG_0 + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1920 + height: 1080 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + customData: + outline: [] + physicsShape: [] + tessellationDetail: -1 + bones: [] + spriteID: 559dbbc5d835dc660800000000000000 + internalID: 7407668828705642837 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: + selcet song BG_0: 7407668828705642837 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/头图SONIA.png b/Assets/__so/songs_so_res/1002001_starter/头图SONIA.png new file mode 100644 index 00000000..aecec004 Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/头图SONIA.png differ diff --git a/Assets/__so/songs_so_res/1002001_starter/头图SONIA.png.meta b/Assets/__so/songs_so_res/1002001_starter/头图SONIA.png.meta new file mode 100644 index 00000000..102dbed3 --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/头图SONIA.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 34499d10848dc9c419a2ba579f3d210f +TextureImporter: + internalIDToNameTable: + - first: + 213: 2180828803396818755 + second: "\u5934\u56FESONIA_0" + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: "\u5934\u56FESONIA_0" + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1920 + height: 1080 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + customData: + outline: [] + physicsShape: [] + tessellationDetail: -1 + bones: [] + spriteID: 347586efd3cd34e10800000000000000 + internalID: 2180828803396818755 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: + "\u5934\u56FESONIA_0": 2180828803396818755 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/新手教程.ogg b/Assets/__so/songs_so_res/1002001_starter/新手教程.ogg new file mode 100644 index 00000000..4b931ff1 Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/新手教程.ogg differ diff --git a/Assets/__so/songs_so_res/1002001_starter/新手教程.ogg.meta b/Assets/__so/songs_so_res/1002001_starter/新手教程.ogg.meta new file mode 100644 index 00000000..3cfe095c --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/新手教程.ogg.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 41b3e5a2c36c79a48889bc7ff9a93740 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 1 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 1 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/曲绘工程4-1.png b/Assets/__so/songs_so_res/1002001_starter/曲绘工程4-1.png new file mode 100644 index 00000000..98e364a8 Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/曲绘工程4-1.png differ diff --git a/Assets/__so/songs_so_res/1002001_starter/曲绘工程4-1.png.meta b/Assets/__so/songs_so_res/1002001_starter/曲绘工程4-1.png.meta new file mode 100644 index 00000000..56c8e551 --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/曲绘工程4-1.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: 9d64dfe23766f5143aeaf5b8c4ae1ccd +TextureImporter: + internalIDToNameTable: + - first: + 213: -8539712654396728297 + second: "\u66F2\u7ED8\u5DE5\u7A0B4-1_0" + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: "\u66F2\u7ED8\u5DE5\u7A0B4-1_0" + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 87 + height: 87 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + customData: + outline: [] + physicsShape: [] + tessellationDetail: -1 + bones: [] + spriteID: 71c56ce0698dc7980800000000000000 + internalID: -8539712654396728297 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: + "\u66F2\u7ED8\u5DE5\u7A0B4-1_0": -8539712654396728297 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002001_starter/矩形 42.png b/Assets/__so/songs_so_res/1002001_starter/矩形 42.png new file mode 100644 index 00000000..4132e9f0 Binary files /dev/null and b/Assets/__so/songs_so_res/1002001_starter/矩形 42.png differ diff --git a/Assets/__so/songs_so_res/1002001_starter/矩形 42.png.meta b/Assets/__so/songs_so_res/1002001_starter/矩形 42.png.meta new file mode 100644 index 00000000..ec5978ad --- /dev/null +++ b/Assets/__so/songs_so_res/1002001_starter/矩形 42.png.meta @@ -0,0 +1,156 @@ +fileFormatVersion: 2 +guid: bf1252aa222b71c45bd34dc9c380794c +TextureImporter: + internalIDToNameTable: + - first: + 213: 8727036169288937776 + second: "\u77E9\u5F62 42_0" + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 4 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 4 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: "\u77E9\u5F62 42_0" + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 752 + height: 102 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + customData: + outline: [] + physicsShape: [] + tessellationDetail: -1 + bones: [] + spriteID: 031f37c7829ac1970800000000000000 + internalID: 8727036169288937776 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + customData: + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spriteCustomMetadata: + entries: [] + nameFileIdTable: + "\u77E9\u5F62 42_0": 8727036169288937776 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars.meta b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars.meta new file mode 100644 index 00000000..4a3587c1 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4cc5f29e84c935544b0ffb8c240f8985 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_10.json b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_10.json new file mode 100644 index 00000000..233612e4 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_10.json @@ -0,0 +1,14778 @@ +{ + "version": "2.0.2", + "title": "A Lake With Endless Stars", + "composer": "t404:null", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 175, + "bpm": 220, + "difficulty": 10, + "difficultyName": "Hard", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 23:02:19", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 863, + "globalDelaySeconds": 0.528, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 154 + }, + { + "colorType": "red_hold", + "count": 9 + }, + { + "colorType": "green_tap", + "count": 252 + }, + { + "colorType": "green_hold", + "count": 13 + }, + { + "colorType": "yellow_tap", + "count": 10 + }, + { + "colorType": "yellow_hold", + "count": 2 + }, + { + "colorType": "purple_tap", + "count": 248 + }, + { + "colorType": "purple_hold", + "count": 8 + }, + { + "colorType": "blue_tap", + "count": 160 + }, + { + "colorType": "blue_hold", + "count": 7 + } + ], + "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.1818181818181817, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1ee1170e-80b5-42b2-b499-89116a4e9d09", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 2.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d9126238-46cf-42aa-b444-4731ae4acff0", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.4090909090909087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fc823aab-6024-4e00-87d8-ef7f0da3be72", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.681818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.12500000000024, + "noteFunction": "", + "noteid": "25ca1b02-cd16-47ce-aab4-30e12a72069b", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.2272727272727275, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 201.37500000000023, + "noteFunction": "", + "noteid": "c34fcc90-beba-4102-a264-0fe081bd947a", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bb18da4e-e3d0-435c-8f23-021c89e95624", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.909090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.818, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5408b15e-c4b1-4db5-8803-e3038d322324", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 5.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9bdc5dc7-b74c-4c7d-bb62-8381d04b57ce", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.091, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "605ff5e7-5c48-4786-97bc-d550488952a8", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 7.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e29d7d84-a33b-4d28-a8ff-7f8ff3f6f9fc", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.37500000000048, + "noteFunction": "", + "noteid": "b78b6bb9-dcac-45ac-882f-7b5178252717", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.909090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00d4bad5-5995-403e-acdf-bc9fd0f4efc0", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.045454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2cdb3087-4df6-4072-b083-27ad0ad698db", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.59090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ab752451-b7a4-49b6-8419-2dafe1500e78", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2badf558-9cc8-47d7-b672-679c5777e194", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.272727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c9b2c6f-8cb7-4c85-be66-f37b71f88933", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "acebc498-1fe3-4476-8a6f-463ef1a2507b", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.681818181818182, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0c070115-6475-4828-aaa4-4d225e838ede", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1401e669-fc53-4c73-a538-c1816af91354", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b1a3516c-ad23-4067-a9bd-f5c1652fdc10", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.409, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ab2fc3e9-76a2-4c35-9006-e0d0e8d0b32c", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 10.909090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.545, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9baad788-1829-449b-b2d4-450392eabbad", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 11.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9e4e263b-1bfb-4379-b355-d9086a147d32", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.136363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "a0e894cc-97dd-4907-9553-769c4853c24c", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.272727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e674f650-f41e-4a86-a23a-468861008219", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.409090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -67.125, + "noteFunction": "", + "noteid": "64e1b180-ce8e-4dd6-96df-f5be46f6ccae", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.954545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b13fef0f-74d5-43c2-981c-7a997a634b43", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d1bd87e2-1049-4bab-af6e-f2c03314a83d", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d24f580f-344c-4976-bbb4-5a7b7895e3da", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9d70ef18-f6a5-4c4c-9e39-b68c699ef848", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.045454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a7833d23-159f-4248-b323-0f825cc7c83a", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "41bf615f-8a34-4b1d-a0b9-d18eff61d531", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.863636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 67.125, + "noteFunction": "", + "noteid": "078ff7e3-8856-46f7-9009-b596c6e57cf9", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.999999999999998, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "30653824-7978-4243-909d-9b810c2efed6", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.272727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a31e49e-075b-4a1e-841c-87f4537cc702", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f7312da5-163e-4f18-9d37-b66c6d82ac20", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3dc8023a-2a2c-455f-a7f9-c79eb7275286", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d0d08d91-9a85-4592-a1d5-4df8d4b711c5", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.636363636363637, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "5808e22b-36b3-4b3a-969c-3546710201fd", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.772727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "6b43196e-426b-4bc2-bbd4-9e942cec1830", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.318181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d04f91bd-a8e9-40b7-838c-fcbc95bae994", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d8634a58-4766-4436-ab74-d536b9b79c4a", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97cf674e-fedb-4890-b325-c3679fe9b6bb", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.409090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c9fb65f9-a633-4f57-8243-cceaaff5e6fb", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dd0e7999-dede-4d7d-9a3c-272eb72cda6a", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.227272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4f1d409b-71e6-4541-ad8e-13d22f668d2a", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d7e85a46-84ba-47ad-a830-5e7a5530a0b3", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 19.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "96056d31-4186-47a3-a283-25c37f843b2e", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 20.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.818, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6a96766c-4b59-421f-821c-2838fd913f48", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8209b063-2960-46e4-8e45-a9e8a83ca86d", + "newLocation": { + "bar": 19, + "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": "8e607db0-0a3e-48b5-9ab7-063e11e8959e", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0467cbae-a8b0-4c3b-88d5-a4213a5da29d", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f3fab015-e68f-4aea-a97b-197b9eeb347e", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f6bb346-2273-46b3-b36f-ce95bde8691b", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce929d4d-f871-4342-9fd0-2c51573ef79e", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c01b4c6b-a4a9-4301-9e02-f2b8ca2c3276", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e6878a91-ca02-4f62-a5b7-f110bb369f7b", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd9d104c-bd6c-4a77-b785-391526effba7", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "403d04c1-5659-40d9-8578-ca35566daf4a", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3dcd706-9dda-4bb1-9146-f239d8e1b8ca", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21535710-4fa4-4c37-82b5-746933c0526c", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5ec0f786-5cc6-4e93-a892-339571d4e320", + "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": "7c732896-488b-48fb-8fc1-54fa66576f50", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0aeb3d6f-8bae-4028-b708-8b024ca41aaf", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.454545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a281102-c22c-48af-a606-ca0582bceca2", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "40224e96-bbba-4ffd-b67e-907e1341eb49", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e44935d2-bf42-4d16-897c-d4e93ebc503e", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1728282e-2ee5-4199-9f69-f26e6cfc7167", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5c5799a-9d02-4c5f-9171-094f6019d1a1", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d0173522-d5cb-4284-9886-57a76c6d9d99", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "58812104-c829-4cef-b41b-fb0dd5cb8cc4", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2f5d535e-0aec-4714-b893-4de8546ded45", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "99d3f6d5-e233-44ad-b154-f5d1caf9c7c3", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "17a0efb0-1b0b-4e13-be74-8bcacd6f6b32", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3f56754e-d7f2-4dcf-b1fb-3045ca0bcac7", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "55248d89-e881-428c-9818-07ab8b2c6c8b", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a9204107-d184-46f5-8b7a-3b3f1723a5cb", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "974393f5-cd83-4382-9950-eedb691cf1c5", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5b914858-db6f-4d69-9a4c-81aef48175f4", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "673f0654-f8d5-4565-abd6-ccc82bfd43ec", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eef78b06-df14-4a0e-99c9-51fd9493748a", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6cddf2a1-b5cc-4357-93c4-44cb9c5215df", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9bd80c14-dc76-4522-aa0f-d9fc903636c1", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "587f66f4-e830-4429-a858-258e510368ff", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "96e408f2-932e-4adc-92fc-e1870fe7420d", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cd908ebb-8700-4c9c-b34b-c50300d13020", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d4e3f05-9be6-4881-bd8d-b9164d603c45", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5c72d472-41d9-491a-9122-7a14cb631229", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed9ec16a-684c-4c1d-9102-c4e492eafd7d", + "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": "931a6bc5-d2cc-4650-b5dd-ece36637358d", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7f271860-d807-429e-b026-0371e4db3cc4", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "16646957-f8be-4985-85ab-4d9270e278a1", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4b3f8bc8-3c43-4178-97c9-84c2cb878b5a", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60cfe9c2-aadf-4512-b60b-ecf2d60f3e64", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "91387ae9-1e90-4122-87d9-0d0d832dc26c", + "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": "1dca8b94-2de7-4691-b5f5-1a93318f1d37", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7cc2be31-2ff0-4ab9-bbf1-0946bdd68569", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d660134e-c2c3-4844-ade4-125f33a31d0d", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b02f1b4d-a4a9-4758-bdbd-b9a9811a06df", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c9fbfa0a-6673-4f76-8197-4d12ddfe9c66", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a21f89b-463b-449e-b31c-3dd7da057b7f", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5edfc528-1727-41f9-8821-78a9f8b81b0f", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e1698b14-2fb5-4f4a-ae2b-e6ae1ecbd38a", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2d6fc295-d656-4c23-b1c2-994d8e1c49d2", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8edc5c6c-9f7b-4eca-af21-a36f1f7e96bc", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "015063c4-64f7-4db7-b3cd-327e1049e866", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d98d12f2-27c1-45ba-943e-22d05c0da42d", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c1ad76b0-7274-4fcb-80be-89fe4e8e93ef", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "570bac9c-9804-4e23-b2cf-bcc918aa9901", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d288ce0c-02cb-4607-94c2-23ce19ee144e", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8cb02dd0-3a9c-4643-882d-7540a51dfa7b", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "313e62a8-1db1-495b-a5d9-c345495a781f", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "77df177a-c5fc-4461-996c-6d505a9ae8bf", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.636363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f32f530e-35fc-4e76-aeec-24b82451caf3", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "36c260a9-21f4-47ec-94f1-b9cca577b655", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8fb1560d-7b19-4385-8076-05302b6bed95", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "12e3dfc8-18e9-4a0b-b702-37d7ddd4a809", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4e06ec63-872f-49e0-9ad5-b5287ac2c6c9", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d945c26c-385e-4f6a-b4e9-b8efd2bf9f0a", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c8e95c56-936c-46ee-a17a-72e35b05b62a", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b1f5202b-e052-4b63-a141-cbd2b5b07a2b", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2e85625b-e64b-47b2-a19d-0c20fc42b9ef", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1b967141-0e97-41cd-adaa-349de706ca5c", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "edbee6f2-4414-47d4-91f3-a7e98bebf247", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "10456eaf-b778-432b-a9bb-68175aef90e5", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "10c3d16a-458b-488a-992c-2a15715dca5c", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "06ef114f-d75b-454a-b8a3-93836f23eeae", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "3cfcce3d-3d59-4ecf-b8b7-9da02fe9063a", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "03abd547-1c8e-461a-a93c-378b8a4746c6", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "c5134fc5-9d5c-4576-8354-1e0d497ca68b", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "ea5f567c-2848-43f7-973e-702e58509290", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "9b93cbac-e547-454c-baae-e81a1527a584", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "d87bb7ee-182f-434b-a8a8-631f1e9f4269", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3e6551d7-2740-448d-9c94-e32cd586381c", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b3634b7-c886-4d1f-bdef-3f6e093c8091", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bec76864-f270-49ae-9931-f1449a589ac1", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b49e8042-88a6-436d-a21e-8bda4301d26d", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c8704ecf-716d-4502-af2a-d53279a77be9", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c1c8a30e-9e77-4fc8-8933-7db6cfaae7d7", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fe35b6c2-8571-49c3-bf1c-4bb4ee3cc7a2", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "eb0fcef2-48c5-4dfc-b3fa-48be7eb16702", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7f76b441-e112-45bc-ba2a-652458dc3791", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ded06817-442a-46d6-a6a9-fef5d2b6143b", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "66d036e3-b74e-4276-b04e-ea767db5b756", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "024d0ea8-f32e-498f-b99b-1c58cfbcb7bb", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4d42eb7a-ee37-450b-8919-fb3318359c85", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dec3be7e-0f8f-49b0-a912-51be79b6e453", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "917c3d90-8db3-4015-aed8-f69a5dd10f38", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b8875b6d-c370-4f63-9917-9a7e905a2892", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d02d96a7-309c-4a7b-b3f1-a95982ff3031", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35cf7026-9d20-460c-8b02-d8c76ea350fe", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54e25863-f937-4c4b-a691-17f5796f63aa", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c3d4df0d-753a-4035-909f-a4b64ba8b3ea", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c42b6bcf-2cc3-4304-992d-46e750568dc7", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c6d5f5a6-0596-46a9-a8de-68faf248eac3", + "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": "b6e0dd91-6809-4103-a262-5badb2e279eb", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3eefbafd-9503-4818-a796-45c6001c9e51", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1464f26a-2457-468f-b8f4-44b354fcd23c", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8847d28a-55da-487c-983b-d402ced7dd81", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74d0286a-81ca-4d18-be2c-143fbe1b30d7", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f8e01627-2f61-4edb-8325-3ec33fa13612", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "775567cb-91b4-4071-a060-6b94ddc195ab", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4549a473-6230-400e-a23d-426030f28b2d", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "60c33c28-2c57-4b2e-beb6-ffdf045b81a3", + "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": "8537f4f2-2d5e-4d58-9294-b54eeda66b7f", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fcbbd1e-54ed-4cf7-8344-9713e3271b2c", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "10da046d-b0da-4cea-8749-3e1ba6e2c5b4", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "69d9934b-e5e6-4099-8a16-953113555cdf", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.93181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "658578b8-39f3-4340-9add-b2f186aacb5f", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.93181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2e9bd3fb-4f9e-4a84-9bb0-402d92ebf1ab", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5295e38c-a763-4d30-be64-2184d7aeed0c", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ef369dd4-2047-4edd-a19d-79d10d433740", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "46ab5ac3-e2ee-4302-9df0-1db53eab1d34", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3deaf274-00b7-4953-bc86-24495d1731d2", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "11a13c66-fc76-40d2-a128-306897195a37", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "35062c72-d010-4a14-997c-4390e7699df6", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.81818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0dcece0a-6421-4162-a34f-31aadf43e49f", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "a3525c8a-03d9-45a2-94db-0feba67a2694", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "866b514e-1d6a-49e0-90c4-9509b7ca9864", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c773fdb7-07fa-4dad-9a07-81ca623b4383", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "140f41e2-c44e-4362-bd7b-93dd4fdfe354", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -201.375, + "noteFunction": "", + "noteid": "24282aea-af5e-45ec-a06c-7fc6addae38c", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02af865b-7966-457e-bc35-3ee15847b75c", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9d10df30-a6c4-43b3-a571-bf7bda76ab7b", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97de9771-63c1-4b79-ad98-837a5c6fbbe2", + "newLocation": { + "bar": 39, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "76266a85-621a-4e8e-996d-c14f4945867d", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7fc37360-9399-4ab1-b2f1-680bc086f4ca", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "dd140781-1290-4a44-b208-296e71c1b943", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.545, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a2da3b7-7563-4e1e-9177-a526c2b5d1d9", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3942cac9-e6ed-4725-8fb2-05728bf4f696", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d1f545be-3061-4edb-978e-40791f61fd91", + "newLocation": { + "bar": 41, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6bd60add-80ee-4927-8943-80f9dd9ec25d", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b82b442c-1eca-4fae-b0d1-42155d942e41", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b1214b3b-ffeb-455b-8bd6-3ea4c2a6990d", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d2ee23b3-b0e9-47a5-8a87-1bafd0587a95", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7f86a4b9-cac5-493f-b6e6-1afa9722da4b", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8adfb6d5-2563-4771-bf5e-d96390de3010", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "d16d1715-4e6e-45aa-b1d7-d80d7be51965", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "1314632b-b2e5-481d-806d-8b1cc4cbb540", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "1fb329b0-18e4-40d7-ad97-ca6aecd635fd", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a236069-d375-4d5e-b620-758a81233e44", + "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": "fb41f898-99f8-4948-acc1-4d421a46cdd8", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cb887b83-1b6d-48a8-853c-568fa7f47032", + "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": "c48cebac-72e6-4925-9c91-dfd27b98ec06", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.091, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "26dd518a-2d3a-4e64-8fd5-b6934612e235", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 46.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c132f9d0-0496-4eba-b9cc-519c25c47359", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.091, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5a39a692-82e7-4e5a-821a-0724aa4c8170", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b05c082-268e-4373-90d4-8839f571349d", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be5c2607-65fa-4530-8c54-d0f6652ee4fc", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9cf51db7-fd6f-4625-8637-0265f9f49ecb", + "newLocation": { + "bar": 45, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "87c746ab-5466-442b-b37e-106ae057dd47", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fd03ddb0-c55b-4b7e-9d0c-004d0b9e30d1", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "92e40807-2dfd-4bc8-a477-07c75ef361c9", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "689b64d2-a662-40e2-bdbd-9d86daaf6d9a", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d896b1b7-59fc-4cd7-82a3-9ab407cd6075", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f632959-cc65-49cf-9aaf-35e51771790a", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fd9a5877-1e64-4762-ac3b-8ad2d781b7cd", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ccc6d26-af2d-49ab-b8b0-d16e9ecd4d8e", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2455ec28-9c03-409c-8b5c-15d9ee207b30", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "455affb3-99f5-4b83-a7ee-2c19b861d06f", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "70a613e4-af2b-4fc9-afee-24645fb9e1d2", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d463c156-e903-4cbd-bca7-fd9af45065e3", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5862f02b-ad4d-416c-8d01-7bea02febf1b", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1c3176cf-fef4-4b56-b660-9baf0468291a", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f0b546ce-2421-4918-9d82-629b5dff5d73", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "02c949f3-97b1-408b-891a-b1034adb8cd0", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "15792c33-2066-4110-82cd-6418d3d7b1d0", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ce0be0ce-ed2a-43e4-be6d-a666cd60dd44", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "df409d24-22a2-4f65-93e9-fac3aa7f6557", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "9aec2506-09a0-46f0-853d-6d8564402bf7", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.772727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4a0093af-a6d3-45c9-b9df-033f5a0b6979", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "71b94164-bb13-4238-b994-4af8ca0bac59", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1acb1b76-57fb-40fb-9b4b-98de40c34815", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "68338946-486c-4eed-9b9f-79acefd461d9", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4570a4e5-8a49-4581-88fa-616feb59d4ae", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dbb37f92-462e-48d2-93cf-392992958d30", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "70eeae0f-7cea-47f3-a545-9989d4903b40", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3559cf30-00ea-45a0-84b2-e4dc5e54082c", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e8ca78b9-d0b4-409e-950a-cf1a4514ea3b", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d38d0deb-702c-48d5-b10b-cf6faa55e1ee", + "newLocation": { + "bar": 50, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fdc8f267-c6e9-431b-9d14-1b3201fc161d", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fac0c0e0-9c4f-451f-980f-e48a9640bc42", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9608f7bf-08d4-4fe7-b364-611c0e5ad110", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.091, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f8e940c6-140c-435a-92e5-c5009aedf43a", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 56.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.091, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ff98a07a-9e1c-4656-9bba-3353c1acff7c", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9612a707-f17c-4815-92a8-1425179bf72b", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "377b0eab-306e-4cea-bf45-db134674d070", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f766c2e3-f5c6-4374-b9d4-f6f43f187d26", + "newLocation": { + "bar": 53, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "58fbb479-2b69-4eb6-96d4-e64942e72044", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "686e1a52-17dc-4ed2-9e53-ee3c20e67420", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "781cbe70-0c4b-48cd-97ca-98084f781d3d", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4e1f842-1ed7-49ab-b459-f65bda2e7198", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4e273955-7f15-4c16-a12c-06bdc683bbcf", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "91fa7940-bb8f-4abc-9d8f-008c451d7e15", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cb8bda91-7ff5-4582-baa7-db1b6be35894", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6da242a-c999-4918-b518-b2fcf89042b2", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ba3ad1b4-a9df-4e06-b5f4-f8824656534b", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "60541ea3-892d-4a09-a6e5-3b765062d1db", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "81a3d459-cb50-4536-a300-09490577dc21", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01bc2351-6919-4c6e-8289-bedb58d8db82", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "12b4fb47-6a0c-430a-9afc-e73541b4d1a3", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "882b7750-6ed0-4f29-8f51-eac8b53c9eb1", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "911a878b-9e71-4bce-8163-dd61adfa0e9f", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cb20a660-3761-462d-b2e2-f35ceed7a290", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "69961673-c36e-4d87-bea1-5bfb72cd4252", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ece62cf8-85a8-444b-b5b9-aa1c18687106", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "42ea0283-d44b-47de-a1f0-8c0cfbd87ece", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a8385859-8ba5-4dfd-996a-77a621eb6044", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "56490603-5545-44ba-b603-be06a7294993", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f63fd602-eb67-47d4-933e-8533a606680a", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ebdd33bb-c477-4ee9-8317-a6a0e531031b", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.25, + "noteFunction": "", + "noteid": "242d92c5-c0d6-484d-bfa1-6b7aad737dab", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cd38b15c-96bf-44f3-bca8-ed42e47bc4a1", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "444eca7d-9442-4b4a-b960-cff91e269efe", + "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": "59bed062-9095-4700-ade9-007393f6be46", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eb2b8cd9-e139-454e-a33f-17dc23b70884", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "43d3e120-0f87-4d6f-8bf0-51cea517095a", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4cd5844c-8c49-4521-acec-3385cfcc3641", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc0d79de-ffcf-45bf-8dd6-8500b55b9be9", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f177353c-4a8a-4d3c-b806-636145ca1e7e", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "069e8ddd-2961-44f6-80be-85c716ef9b4c", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.81818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "65414098-e016-432c-92bb-af061d1400ed", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "78606dcd-74d7-4ed2-be41-d5f275228805", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6bf3c2ec-7deb-4eed-8200-3704b91f54e5", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "8ed8230e-4c90-4035-b0ba-50c5c950027c", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a26450cc-d589-40be-8601-dfc7f173f1aa", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a23625c5-0435-4885-85eb-d4e83be40686", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "847e5d2d-d1d1-4cfc-b38b-48aee0d83a99", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "bfa010a0-4dab-4b29-9b4e-1b9a753007b0", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e2f8fe01-8c01-4c92-bc70-81284bde9e1b", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "03b8c4f5-474d-4ae7-93e7-4567c42a8f75", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "c4418fa2-69a2-48ba-adc5-3b68873d4076", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "f483101c-31ad-4640-8e68-aa84e28a770b", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52e71a22-4e2b-473e-81a9-a02f0b82cc1d", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5a3c5d8b-832a-4573-8d12-2c4d698176e9", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "88265d4a-29e1-44de-98e0-8bde33d6c193", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "0027d2ad-2691-4426-bcaa-d84ab593e6aa", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2268bd73-26ea-4cb7-bbaa-c82b44701552", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c8fded9b-1fe9-49ce-9be4-9c4ef22747d7", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "ee4dad41-8ae9-436d-9951-e88aa612a863", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "833aabcb-9370-48ee-af40-d70b35b9d4cb", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "56964124-8c70-42dc-9a84-2f5ef8a2bd3a", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f4c65ef8-a130-48fa-8185-dc78cafd60b3", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "5540d3cf-9b80-4e99-bcc0-08bffc30ecee", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "0db4941e-18a0-477e-a877-4990b7275d8a", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0bd50bd5-cf7a-494b-b005-8871f9297f99", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7a51246a-182c-4276-b71f-465e87005ae9", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dd2f95e6-49b9-4e25-a3ea-ed250c832724", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d77f78f0-cd39-4a16-99d7-6c4a03287f17", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "a7523404-cbf1-4442-8006-98c6cae0c975", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "312501dd-99ab-4cd0-99f2-51f04b12fb8d", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "58115dd7-d477-4a0c-ba59-23f08b036bfb", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "40c15269-34ac-47cc-a592-9e90b90b4c1f", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "aeb2f09c-da5e-4ae7-9fa9-ca5cd6fc2cd9", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "b4ed68c1-bac4-4b8c-8df9-1306e5e138ae", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3baea8bf-36c9-4b70-8727-dedbbd5de72c", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "083a4152-6d5b-4ad7-a752-a1616bdbfba3", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "40ae3954-15f5-41c1-97be-a6f22567d2bb", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "089454f7-255e-41b3-9e49-904ff727e8c6", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "37b3516f-db12-4897-8a52-9710dd93aff1", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ce7c87f1-53b9-4155-bb97-51de58691de4", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ddc2fa6a-5f38-4a10-b9f1-c024d816705c", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01772555-e3c5-49b3-8026-789d0746132e", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9e5ff9ab-e08f-4aba-b79b-021affeec6ed", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e25739cf-0149-4691-92ce-67b2f43f2973", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d0c48068-47e9-4913-bea8-ad420bd1124f", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f2c9ef05-4c1d-4965-b01f-df5ab20cae93", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5b37404-5cdb-41d7-af1d-8ba5861e04ef", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bfc97834-7900-42ac-bc94-a6bc7553a0dd", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "89f6f546-bddb-447f-a930-d1399da00a20", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7269460b-74c4-4a0d-8f60-16921af2084c", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f00b839e-79ca-4a10-ab97-65db78e55291", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e1450b7-944e-4f30-b5e4-07611b67836c", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6903f365-e0f7-4dc7-9221-0b860e90eb4e", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "34a49efe-4fe3-4187-8f3f-efaaa379ddea", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b0e0ce78-8aa6-4166-b690-07d92ed76a2c", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "125c9221-1aab-41a0-9389-c41a40f19fae", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6339ee28-2580-4817-8ba6-a8863d1c1ee3", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "389769bd-38a1-4d82-91ac-5be443291dc7", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "505d04a2-ae33-4237-850b-fac77587393f", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6824da9f-b4e8-4f33-ada1-329bdbbc345b", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b04bea6-dd93-4da0-a875-cb1aaa44a382", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5329dc4-abcd-4836-9fe5-8f4565194536", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "92d68a25-59f2-47f6-a09f-9211934e6148", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1410b064-6211-4511-97af-d505a130d4bc", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8581ebad-abfb-4b6d-985b-ddb408106361", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1f65f3b9-cf10-4bd4-81b1-9da31ddc4213", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2e5644f6-d276-4df9-9b6c-74cc01364046", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c7d28ae9-c6b6-4c11-a2f4-6b8a19dc4c6e", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1e9a9688-87ae-4092-acd2-ed226112f981", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4987f443-41cd-4dee-8026-069ec9a47063", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a3148343-b112-4559-8c2d-d0367b1886a6", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ab19920-0afc-4209-8c75-34559a8d18eb", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6de0f665-732c-45ad-9a10-1444a5457f1b", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "786f494e-ee40-42bb-b108-cdea99769313", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8ec62346-8c13-4fea-b4dc-3ec1e9771f91", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "89d3ec47-45c3-4611-bb48-b5a4ce0ccdf5", + "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": "9b0ed48f-29c3-4bc5-8b0d-d0237d9120db", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "852fb722-8af3-4737-8dee-05611f32ea8f", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1060f292-39fd-42f8-9f4d-49adf5bb71c4", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c0b405cb-ae2d-4fcf-b790-31eb9ece8ca5", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a67061bb-e39a-4308-aca4-71951b0e107c", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "938b6123-6590-4d34-8ef8-7c9c6a0cf00c", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aa55d108-9016-4428-95ec-77f57fd172ab", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fbd0a110-af8e-4bfa-953e-17bb3a8353b2", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "193a3fd3-1a81-4c1f-b1db-3c18cc22349a", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2cc98513-317f-424a-accb-ed1bf15d17d7", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a9451f6e-6ed1-4ab1-ac23-46188719932b", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed02c6d4-fba1-45fc-8891-698f37fd2ba7", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b7a36dcf-8947-4d27-8cfb-6a972270fe5c", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b5f88659-3e68-4f25-8e20-284aff8a2801", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "12d497e6-6715-4351-bea4-0cb1112c3c30", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7809100e-85b0-4216-9346-a9bcaffcc36a", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3f51df94-a6db-45e6-86aa-5234f943081c", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a9965a0c-ac20-4b12-9c24-3153c1bec031", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "07bf9cfa-0225-4271-ba2f-e14d7dee1755", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "94d52fce-aac8-48af-b2ed-e903322e4d8e", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9c6ae306-3ccd-4ab1-99f4-8fe58a76a0cb", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1322d017-03ee-43ac-bf0f-9d4625880345", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1b38518-d08f-41fd-b817-c8dd077b9e9b", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b4b8ed29-19d3-4f88-82d6-54d9aa691198", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "568c02f0-9c7c-4953-9bdf-1113ae8117ce", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5561f3e5-ed58-4a58-b12a-ee2c222d6595", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "505937b7-bce9-451e-94c3-eab963ec0efa", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a70808b2-7a5c-4f08-9128-21ded700674c", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f67caf7-6fa7-4cf5-9b09-b15548e2b3fc", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b95ac46d-5744-41d6-8625-58fefda21e8f", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab3b428c-98d1-46fc-ac0c-a864d267bc70", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "87b4dff9-6867-492b-b687-4206e5a462b9", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "81adafcc-2c09-464f-9734-fce35c4d4d53", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05660450-c8ff-49a3-9f00-cf48b466f186", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8b6b7842-360e-450a-b8ef-5520c6c85620", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82fcd8d7-181a-4f65-a262-f0e45a641ab7", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "24c3ec9b-682e-4fc3-8dc3-a98103271f4a", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b32427f5-f7bd-4233-83d1-821068cf8940", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "51fb114e-9ebd-415e-8627-09b065093ab2", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "952f065d-7d1a-472c-b276-69ebe8c67a62", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cebc29a4-30ec-443d-aa7a-6679fe8b3397", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0c3cba68-8f16-469a-9f4d-81682f618985", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ace2fa48-c736-465f-bde1-723b72f1faf9", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "871d3b3f-ba4e-40fe-98bd-4fd7aa607318", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "274a3472-39d7-4d5d-b2f4-615adac91fb6", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4e336c7-e97c-45b8-94e1-554996abcd86", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cdb6ba5f-8d78-4419-8cae-4f2fc5cda5cd", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3e4a976c-b0df-4acf-a14c-1d16e7f90cc6", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e7edcf48-ec94-415c-aa79-f3527d7b691f", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a794f500-c611-4ea9-ae63-7d16562c47ab", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eb62ca81-1b5e-497c-9708-f16e276ad0ff", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb07d2dd-9217-40fe-bfa8-f88e1cc4cc22", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8286ce2c-5ec7-46a7-974a-24e8225b382e", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a3fcd913-103b-4fc5-979f-773c8014ddcc", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45ba1d31-de73-4fb8-adea-bfabeec3d811", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6f8166d6-9524-4889-8b57-83711036902d", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "90817afc-477a-4af5-ad9b-bddbf39f9b6c", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a92b08da-91de-4976-823d-d5aada16cf3c", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4a378ec-5b52-4aff-8b26-740c9ab02c6d", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 82.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e853cd04-4c68-4f37-b2cd-95ab3c3d8dcf", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1c132728-8a82-4ca5-a9c0-34df4a17ac3b", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "583cfb17-2016-4c64-b484-5e3034f367d9", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b0e19842-2b7b-4117-83d6-76ee5ac709f9", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.682, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fbcd063e-5dbb-44f2-be27-dc608d9f42f8", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 84.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e32ccb5-b593-4985-b3ea-e3916e3ad604", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d6355de4-5f7d-44a5-afd5-9ccf000c1d6e", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c34943ba-1ba1-42d8-a8c7-ad770ef1eb7b", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fa760722-638f-4480-bb9e-d05773a9f7f2", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "14b3eda3-ab3c-431e-b06c-5afe1cb12979", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "785b7c77-1e92-4844-855b-73104d2ef284", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d92246a5-51ce-4680-a585-aaa233227dc4", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cc66fb7f-9297-49ac-844f-65cda2fca8c7", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ea3819e7-1dfd-47a3-aef3-4e8273e80c57", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ba4b2967-3c17-4167-81de-70e1b08c0307", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "96e1aaed-7c02-45ff-b560-c14b7c8e4587", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bb27f135-fe04-4b43-b557-fa9c4260c8fc", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1aceaf5b-2025-455d-99e4-1007a2655aa1", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "433fd348-4c56-489a-b9da-f077ec083366", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5412f292-a0d0-49a3-a5c3-a124d4acfdbb", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5497cc9c-d78b-424c-8485-9977e252b8cf", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5c632948-9d8e-41b9-9404-d056d8c4b002", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7eb83833-a5b5-4548-a84b-a3d7cc5ca542", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a1005454-4960-4963-b25f-77297197d111", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bcb1a774-3178-4b90-a6ac-13c8ee9da218", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "41d79832-5957-48fb-80ff-25d275efbafd", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e40aee03-09ee-4bcb-90b0-51248521c982", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "50f4e1e7-0985-4ac4-b3a6-0abea277e472", + "newLocation": { + "bar": 83, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5ec301f0-3777-4d30-95ca-fd98b8cf1da4", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9160baa6-728a-4c75-bc49-d32e62ca070f", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6ffe0383-4b32-4663-a84c-b07ed057143f", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e5081a33-494a-4b17-b2ab-9736ef2f2a90", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4576df6c-7ace-42b8-9408-b10fbff660eb", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 85, + "yPos": -134.25, + "noteFunction": "", + "noteid": "187756c4-f536-4c1f-a392-53e3d41cde77", + "newLocation": { + "bar": 85, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 92.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f4f37d07-dfb4-4445-a3a2-81187b8c311c", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72e80bb2-4956-4bfd-8480-6291165f4782", + "newLocation": { + "bar": 86, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.13636363636364, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "08d75092-883a-47d7-89c2-a42efee3b9be", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a8dec61-6118-4f4c-a58e-aa653f93fbec", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4906948c-3a09-4161-800e-a50f5208d296", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bd3c6956-9ce6-4013-bc9d-267636bc8834", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0bbce728-028d-4429-a5d3-42b3882aac2c", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a031dc77-19ec-4346-b49e-2d51f4656d63", + "newLocation": { + "bar": 87, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 201.375, + "noteFunction": "", + "noteid": "47e6fc46-34e4-446a-b14f-03bf91b6a696", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.04545454545456, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "7e390aca-0973-4d0e-8573-d41696c31734", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1bd92247-0815-4aa7-93e3-825c2a3396fc", + "newLocation": { + "bar": 88, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.5909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "47bfc130-f7e8-4755-8de4-cfa09db67bf5", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "699e23b9-ab5b-4a66-a138-93ba3f7aecdd", + "newLocation": { + "bar": 88, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "46a73d05-ab24-462f-9524-96dfea29bbb0", + "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": "98012655-7234-4afe-9a52-6a13696ad49e", + "newLocation": { + "bar": 89, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "189013a6-7189-4c29-9baf-2b5a0a2c971c", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "28d900fd-2e86-4454-ad20-59dfad230206", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a00468e1-085d-4cda-918f-623738e25938", + "newLocation": { + "bar": 89, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 201.375, + "noteFunction": "", + "noteid": "30087fd9-3924-4cd0-b2ea-2a334de71684", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -201.375, + "noteFunction": "", + "noteid": "145015de-9f22-4d3d-b86a-39f5fbacf4f2", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "42f15800-aae4-4bb2-8790-021d94db55a1", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 67.125, + "noteFunction": "", + "noteid": "46d09403-b68e-47b6-86f5-4e032d184660", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1bdfa423-41ef-4c05-80ba-07a49133f2c3", + "newLocation": { + "bar": 90, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7abfd9c2-45ff-43fc-9826-f91f3a83a8ab", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 91, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5039708f-6b48-4439-9e36-53d260df5b08", + "newLocation": { + "bar": 91, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.125, + "noteFunction": "", + "noteid": "773cb75e-942b-4be5-9f7e-cf1791bda9ac", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "824cc74e-c941-4043-975b-cdc0e4f8ff2d", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8e0ed82d-287c-4789-9c13-4b32270a74de", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3ed9fe5a-a5e6-43ae-a9fe-afcd222375ed", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -134.25, + "noteFunction": "", + "noteid": "65afd8f9-d992-4f34-81e5-ac30f73ac001", + "newLocation": { + "bar": 92, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2323118b-fbbe-4cb5-805f-851926a2d56a", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bf8e0cc3-5378-4fa0-9d7d-23aea0497af8", + "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": "fb35b9d1-256c-4562-8122-a3b712ca68b0", + "newLocation": { + "bar": 92, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 201.375, + "noteFunction": "", + "noteid": "68dd9530-0cd2-4263-acf6-3016fea87f1e", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.49999999999999, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.409, + "barNumber": 93, + "yPos": -201.375, + "noteFunction": "", + "noteid": "38ced3c3-f42f-4486-bbe5-0165bb311fdb", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 100.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.182, + "barNumber": 93, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1b740335-7405-40c4-8350-f93ab236c03b", + "newLocation": { + "bar": 93, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5ca48dda-fd68-4e36-b2d7-7a6101dbb4e6", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7bf944d0-96dd-48c0-9597-2a3e9d8c7ddb", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f359f2a-d69b-41f5-8328-1d093b138b2b", + "newLocation": { + "bar": 97, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e811dcbe-e35f-4cf9-82a7-ecbe6e39e3ff", + "newLocation": { + "bar": 97, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "08b7e9ad-8dd0-47a6-a5ff-7651beeb4726", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dd59914d-18d4-4d31-bfaf-885409eabd0d", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4738a173-6fbd-490a-b634-49ea6f133f1a", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d7dc7fc4-31be-49b0-bd85-fbf607e7a698", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "96c8789d-c57e-4757-97ef-39c51f3dd0b4", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7763ea0e-ead7-4cc7-80c7-03fb1c41c024", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "655e4c2a-c4e0-4eb2-96ea-cf273f9568da", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "96d07a03-7423-4edf-9924-7c2c66592e58", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "93f09438-1105-4fe6-b493-214b7c383b4f", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "076634be-bc52-48a3-928f-493640e3c9f7", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "18567540-df89-412d-9868-4106c5ece120", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6c28b4b1-fa3d-47a6-89c1-2df25e601494", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c0420ca8-ca25-4869-a1c1-b0e6bfbaccc4", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9932babf-8112-4bb7-b4d4-1ebefe34bfe7", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ec1795e4-7994-4fb9-af18-e53765fbbd88", + "newLocation": { + "bar": 99, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4bc0c51c-40f4-4232-bd79-1a7a041a4766", + "newLocation": { + "bar": 99, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b2057c4c-1be1-443a-aa02-4f32fe9fc734", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0707bc7d-56fd-47c9-8443-11eeefe768c7", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "408db0ef-a0d0-4a72-9b75-25b2d403fdda", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "28b89bc3-3205-4dd0-8296-080910430365", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6da2a93a-8d0d-4a76-bb80-3cbb51882174", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "697921dc-4209-4b63-af4e-815f5f863022", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dbc00f83-28cd-4985-a5cc-6cf8a7ecd32d", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "990691c2-50b7-42fb-8234-138f31e9a3eb", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8bc6c212-c4c6-4b92-9a2e-a1983d252353", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bd53a829-780f-4a1f-a26d-04576b5108e2", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bea3c74c-1533-4c4c-8cd3-1044f9a9f4f8", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "af147648-f1b4-4ad3-8923-8e80a47693bf", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d69e27f8-7814-4690-91f0-bf088c68825a", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7a6a9843-ccdc-420e-9b30-4746bb9cb54d", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f9bf4829-2283-42b6-872f-9288dc9221e8", + "newLocation": { + "bar": 101, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f3131aaa-6530-4b79-b5e7-18c30e4b7de6", + "newLocation": { + "bar": 101, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea407458-9a7a-4c09-9020-5217e205c9fa", + "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": "dd50f22e-d8ea-4438-82d4-827bd7c1b451", + "newLocation": { + "bar": 102, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d3a3c2f1-87d4-4a68-887c-f82284f1cdc6", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd36b08c-c126-41d1-a6dd-070066df7d7a", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4a9b8a72-88b7-4ac7-b757-ba8802a2ec6e", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ca6d2334-dd73-4718-b022-c0a7f667c60c", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 134.25, + "noteFunction": "", + "noteid": "50661bdf-7737-4364-9b79-7d2b46835b2f", + "newLocation": { + "bar": 102, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 134.25, + "noteFunction": "", + "noteid": "315e0fac-fc28-4451-acf3-4a6230970689", + "newLocation": { + "bar": 102, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b890657-01a7-4477-a0d0-fc749d6c580b", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f627ed28-d607-4849-9e73-ddf1de00e0fc", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "65259c94-d8c1-40d7-94e6-8a383f98b8a7", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59a92538-b849-4835-85f3-d21bd72bb30c", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9cdb56ae-9623-461c-8277-6daedb8435c8", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "09db0951-81ba-4b28-a673-38b2d0af3d86", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "81860b65-de99-4055-ba50-ef8ed90b7827", + "newLocation": { + "bar": 103, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b6efe7ab-1c1a-45ec-9747-04e08efcd2b4", + "newLocation": { + "bar": 103, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7327d7eb-4bbb-40ce-8ed6-5ca04b841a20", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f2100fa4-56ff-470d-8bec-f4feb52144a8", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "abf23829-8919-4222-b60a-0103d1387ea9", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "061a3727-34a0-46d4-bfea-9ffae9ea321a", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b705edf-7fae-4070-8b3b-6c62ee26bbab", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "738cd254-09ad-4b4d-9440-7e6db7d4d131", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a3f2ac08-9a82-400a-99a2-00063428da1c", + "newLocation": { + "bar": 104, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 134.25, + "noteFunction": "", + "noteid": "feb9ca71-cea8-4f75-bfa6-daf2a5a3f94f", + "newLocation": { + "bar": 104, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9b154a89-d320-4175-ae91-66b9da4c5774", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ffd3df9f-2e4d-4d4f-99f5-18e57866047d", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "969ba039-c343-4a45-acbb-9571235cbcb7", + "newLocation": { + "bar": 105, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1efe2168-a093-4c71-8786-e8a1eab6a9e4", + "newLocation": { + "bar": 105, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac954b0e-38a5-4e3d-96ac-bced51638560", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "95431d99-c60d-4aa0-8c44-62df3489b6dd", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c744476-df63-4e22-9127-a4816b1bfc8a", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "00f889ff-bd05-4dff-b9be-6af5f3469594", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "679d687f-878e-4f6c-8863-9786dff8739f", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0ca6716f-ac69-45dc-859a-0d499752cc55", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bd1f5b2e-0dd9-4595-8ca3-c93d712a5244", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ccd68ce2-b31c-4dfb-922f-bb354ffe5318", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2fa7bae4-4f68-494c-a120-2b501b3664e1", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0704133f-9ea3-44e2-8453-d2626c3e2968", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ff5b68a7-8d87-495a-86f7-9bb04ae12a6d", + "newLocation": { + "bar": 106, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "204cc590-fc79-4aae-aedb-384ed4096456", + "newLocation": { + "bar": 106, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e6c57974-c7c1-47ae-a0ee-88644f1f02b5", + "newLocation": { + "bar": 106, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "87c5165c-8407-4c32-805e-1ab7697f8e35", + "newLocation": { + "bar": 106, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7fa231e3-9b4e-47a5-954a-aa2ce5de7194", + "newLocation": { + "bar": 106, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "de4a4be3-b8c1-44b0-966e-903906e48ccb", + "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": "5defa1a9-98f2-450e-8439-e4552a1d2596", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "19a0232c-738d-405c-b28d-99b044920ab6", + "newLocation": { + "bar": 107, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72cf71cd-b0b8-4eba-975d-9bbd8ede9bd8", + "newLocation": { + "bar": 107, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ecc15886-372b-4b4d-b6f7-7eee3f86d016", + "newLocation": { + "bar": 107, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5907e10-ec86-43e7-93e1-e5f13bf75764", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c45f9a37-0d56-4c90-b410-2a03add644b6", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e81447e3-75ab-4487-ab35-6d3a58cd3059", + "newLocation": { + "bar": 107, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7efb5e0d-eeb5-42d8-9657-72a12d8e2270", + "newLocation": { + "bar": 107, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 134.25, + "noteFunction": "", + "noteid": "31311345-8a43-4923-ae04-6b5e6d84b4b5", + "newLocation": { + "bar": 107, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c7fe9f9-501b-48e4-928d-a9e5cb231e7a", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a28dc10f-e8e1-4906-a4f9-e156644edcdb", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c2b64a19-1d1f-4042-992d-bd841c246f1e", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "48787cf0-7be4-4ff6-92e1-4093f74f83ff", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "37098e6c-bb09-483f-ae2b-e4be3ce43ef3", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d31f00c8-d995-4328-8135-e988acbd524f", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0fa04f16-dbda-4745-8158-ea33530cf38b", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "232c0825-5f56-437b-b54f-8932a13d1b4f", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5ecfa69e-a187-43ee-a310-8b97d58a7a93", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "23628939-19c5-47e5-9f5c-3514d7e881e7", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8d84fc26-f800-4082-bc0f-867db2acbfcf", + "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": "2d3ace07-d30b-4df8-9054-c96312eb447f", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "01f49f1a-95ef-4a5c-8d41-a1754509b586", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e779e9d-e8a3-4ba5-964b-fbb55ddd8ba2", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df8772c8-7e89-47aa-98a6-f1728c0b9396", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7ff32d49-74ae-488a-a96d-cde29e052dee", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d1183b31-c4ad-40ba-86e3-b96f5b2b0d12", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f2581cc9-2cf2-4c39-9f9c-c41e734d1ba0", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1c4f27a9-9ba1-4775-9101-8556109b00ef", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "35e76662-1f5b-498f-be96-529a957e9e7b", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b192591e-6d2b-4a8c-80a5-a7efe8af5f74", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dd879747-31bf-418a-9d12-f26cd0b4432e", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9608dba3-d097-4c61-85f8-00e3220410a1", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "852cef62-0b26-4692-85e5-68ca5bca0f9b", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0cda0fc9-6e7a-4dc1-a140-66d4f2fe16fe", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45e22ae9-1712-4cfa-845d-3f47ef9c4271", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0166b199-277d-47f2-9318-f3dcacdb1431", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "68f1c31a-6b0d-4ac3-9e3c-1a8fd7d53fad", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a1cee8e7-54ee-4c77-bb88-72ed5197b7c0", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c9b277ef-ff34-45e7-8337-37b0efb5db02", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfd480f8-73b1-4bf9-b728-a977bad2474e", + "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": "c60f2633-d171-4250-82c1-61aa8717ef0b", + "newLocation": { + "bar": 111, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd9b1903-ecdf-40c2-addc-5d54b9af8de9", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -134.25, + "noteFunction": "", + "noteid": "06bc9102-40df-4a80-bb21-1fa008d4cde9", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8d94deab-39e7-475d-945e-561e4e0a3360", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5480c599-96bb-4c4b-a356-831cb77584a3", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b4c4662e-fb39-40f5-8a5e-532031634d45", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.74999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8a413655-05ce-4d09-a365-56697855aa82", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "be06fb67-cf6e-44c2-baa7-6db1606683be", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "adf5bb87-8070-439b-955e-e866ebf0beff", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -134.25, + "noteFunction": "", + "noteid": "797ce767-b0e7-44d5-bf32-bd3d0c51b6ca", + "newLocation": { + "bar": 112, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "63b8c3fa-61f6-49f4-a6ef-c65c9409f67b", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "548afe11-1ec8-4506-b129-e0f6bcfa28f5", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b9b0c60a-d4e6-4ea2-b6fb-48d5cf2ee3f4", + "newLocation": { + "bar": 112, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "da2ee739-f56b-43c1-9388-57462d5cb028", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.04545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "a4337463-42e4-49a5-9f7e-8055765133d2", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e701769-6aec-4412-8d87-eb53b4569258", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 122.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 113, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e8410ac1-acc1-449d-8b90-b76a10e2aafb", + "newLocation": { + "bar": 113, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 122.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a4350eaf-2f10-470c-972a-2e9d28778ff4", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2d05c01b-5182-4b72-9195-b0fe477aa36e", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6ba4ec1c-b71b-4415-8b2c-fdc68f7b76c7", + "newLocation": { + "bar": 114, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -134.25, + "noteFunction": "", + "noteid": "31b08d75-d5ba-447b-b906-fcae5a39e3a1", + "newLocation": { + "bar": 114, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e4a87152-8ff1-4345-a555-30ba0f174d71", + "newLocation": { + "bar": 114, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0823bf4e-7e13-4a91-ade7-4fabc5bb70d9", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 134.25, + "noteFunction": "", + "noteid": "591c6831-8adb-451a-908b-162843645531", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 134.25, + "noteFunction": "", + "noteid": "13cc4881-7c4a-4bfe-89da-af3975a1bbfe", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eacb95ed-06df-4ab7-9881-5138a37bff7e", + "newLocation": { + "bar": 115, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a92e0cee-2ae5-4ffe-88f9-140191827061", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9f1c03d1-80b0-4357-b8b9-84a3ac90c615", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 0.0, + "noteFunction": "", + "noteid": "346b6e3a-8caf-448a-be6e-ab260dcdcb93", + "newLocation": { + "bar": 115, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d80dec76-9143-40cc-804c-da4ffc5a9e8a", + "newLocation": { + "bar": 115, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01ff598b-3087-4acf-af0e-eeeebd187eef", + "newLocation": { + "bar": 115, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.45454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4b76ef96-a46d-4bd8-95ee-9c2a911cb076", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3bb909f6-8167-4aea-bc7b-bd0cc09e2d67", + "newLocation": { + "bar": 116, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -134.25, + "noteFunction": "", + "noteid": "64a12b96-afc2-44fc-866e-c791511ff547", + "newLocation": { + "bar": 116, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.99999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ff1bb9c0-b637-4eaf-97cd-c8b8b6c0763a", + "newLocation": { + "bar": 116, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c58f2b31-8fd4-411a-93dc-c97c9575bd4a", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "42179ef7-8970-41ef-8aeb-a359195b35e3", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 117, + "yPos": -268.5, + "noteFunction": "", + "noteid": "939fc995-345f-4ca4-be69-f266d9a370ed", + "newLocation": { + "bar": 117, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 126.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 117, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b0c0739-774b-4738-a44c-2994510c6687", + "newLocation": { + "bar": 117, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 127.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83464b4e-7263-4815-be80-eac602d1c4b4", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "28917b74-8c8b-4f59-bf5c-42dd20a9273c", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9627a2c6-171c-48d3-a0cf-1f03a008c21f", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3651b121-c1f9-447d-9661-df292568e9ae", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "61db0d4b-ed60-4081-b9bd-fd72897d5754", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "5ac88d32-060b-4ddc-b44f-cf3988ef3b1a", + "newLocation": { + "bar": 118, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8f7dd79b-5716-40e3-9569-369655f046ec", + "newLocation": { + "bar": 118, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 134.25, + "noteFunction": "", + "noteid": "307432d6-5902-4645-9ed7-23bbf62f9314", + "newLocation": { + "bar": 118, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ac0a745a-5ed9-45df-afb9-d876213fdaf8", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -134.24999999999238, + "noteFunction": "", + "noteid": "3b587db3-d2cc-4fb8-a441-cd65bd4a2394", + "newLocation": { + "bar": 119, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -134.24999999999238, + "noteFunction": "", + "noteid": "0e6c2363-9e7e-4a25-9c1b-ca0225febff8", + "newLocation": { + "bar": 119, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "f924cb6f-5f43-4baf-ba3d-1424d622df25", + "newLocation": { + "bar": 119, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "ca9d8d9b-6c47-4d45-a90c-09911db8dbcc", + "newLocation": { + "bar": 119, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.47727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d7c7d632-5458-4205-8949-ca3b59d9ddd6", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "b64566f4-4739-4604-a5f3-18dae5436ed4", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2f74c594-b81f-458f-b7f4-381d309afd7c", + "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": "12c1ece1-74c4-41ba-892f-f0b7643a0dec", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.02272727272728, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "e85ad92f-18b2-4275-8566-a0bbd1c013aa", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f505128d-9203-4486-b5ef-6864ae161626", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "1feca6b9-7e0e-466c-a4cb-5e07e3bafd3d", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "089b4411-80db-4f58-8c11-c43efaa0feee", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.49999999999997, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "bfe028cc-4569-4079-aef9-373057c745e3", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bd1565e8-e237-49a0-9d30-29d64891eb02", + "newLocation": { + "bar": 120, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "750e61c9-606f-43df-b6e4-52a9bb607f17", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3cb9dc90-a14b-4663-a96e-a516d81b0ace", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.11363636363637, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "cc695dfb-0392-446b-8329-d65460bdddd3", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.11363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "c66b71e2-070f-470b-bca7-a168991313ea", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.31818181818178, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "95835dd1-44d6-4aa3-8691-3b9254a55779", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 134.25, + "noteFunction": "", + "noteid": "138db5e2-4786-47cc-8ea2-a07cdcd12446", + "newLocation": { + "bar": 121, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 134.25, + "noteFunction": "", + "noteid": "20c3786f-7b23-42ae-befe-ac0db04864aa", + "newLocation": { + "bar": 121, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.4999999999924, + "noteFunction": "", + "noteid": "d0a3744f-b688-430a-88dc-c8bfba7da9ea", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "4bbdd260-a653-4835-92ce-c6e6e7cefa7f", + "newLocation": { + "bar": 122, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "0f329b2b-dcb0-4296-ab63-4c4c569f8ecd", + "newLocation": { + "bar": 122, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "07db8b46-2edc-4b70-b9c4-91b882c3b062", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "23cb790c-0ed2-4bcc-98de-0486302373bd", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a7eb1e4c-020f-4a18-8edf-ec229fd040f4", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.0909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -268.4999999999924, + "noteFunction": "", + "noteid": "01de1b7a-d1fa-44ac-8ead-c0f79653df74", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "00c1fc54-be71-43f0-b23d-0bc6a6b844d2", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "6c8d4ae7-ed6a-4b40-a99f-b9d1ef96a580", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ac21144-ad28-4b52-bb05-47078d15e15b", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1842de65-b1fd-46c1-b856-53c544583abf", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f73681e9-31b4-4e8a-ad36-f826daec43db", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 201.375, + "noteFunction": "", + "noteid": "78860645-d53d-44ce-a41b-80b71a5b90f0", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "007177e1-df2c-4626-a446-8e47df14813e", + "newLocation": { + "bar": 123, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "7d6d191f-7876-4b1b-a96e-775017b19eb4", + "newLocation": { + "bar": 123, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d846c298-2ea4-432b-8f56-faac68442045", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "", + "noteid": "625d96bb-716c-4765-a60c-c0b7632531bc", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4e6ac044-6ecc-46eb-bf08-17fff1c3ac3a", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 134.25000000000762, + "noteFunction": "", + "noteid": "c105a8e8-29a2-470d-b1eb-55e478edb987", + "newLocation": { + "bar": 124, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 124, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "ef37071c-8e07-4dc9-971a-d50380934c28", + "newLocation": { + "bar": 124, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 135.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 125, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb23fb0f-d952-49fd-b5ea-8732cae6b00d", + "newLocation": { + "bar": 125, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 135.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f11ed1ee-f75f-4077-a9ce-8d9b836bbca0", + "newLocation": { + "bar": 125, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5eff6f12-f044-40db-b846-14f4744c9725", + "newLocation": { + "bar": 125, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 134.25000000000762, + "noteFunction": "", + "noteid": "0cd90a6f-7640-4cfb-b08e-603d11bd5121", + "newLocation": { + "bar": 125, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 201.375, + "noteFunction": "", + "noteid": "90e7c9fe-7d6d-46b6-be63-0f39cc1071d7", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "d2b9304f-f03b-4c4f-9271-a31f6b36c4fe", + "newLocation": { + "bar": 125, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "cd48360e-03e0-42c7-adc8-e1f8a2f6f7fb", + "newLocation": { + "bar": 125, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38cd6fd8-44ba-4a76-9b0a-7de4a9658433", + "newLocation": { + "bar": 126, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "5127b6e8-5fde-4f96-8a68-6fc678330c25", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "02fc7c55-df25-4448-8def-8443c62a1a58", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4af9d5fa-e1de-45bc-8342-512f1f663f28", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 134.24999999999238, + "noteFunction": "", + "noteid": "93cd26ea-8631-4ded-8acb-8472cc242998", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.31818181818178, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "d423bdfa-caff-465d-ae88-57e3c6814b4b", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d630f15-425e-472f-a496-c78c13b38a61", + "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": "e8913a74-1dd4-4557-800a-c0f7fa6dfea9", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a0d87318-6479-4451-85ba-b452adae621f", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "b3c366ca-058a-47d9-b1ab-2d82eb1631a2", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.091, + "barNumber": 127, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "61635ef3-07a3-49b8-9a60-7e1316bf277c", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 139.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.091, + "barNumber": 128, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "283a483c-42fe-4639-975a-21e7a4c1cbff", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c89ae33e-b12e-472e-a5c2-c4e4098d7457", + "newLocation": { + "bar": 129, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "921014e8-037b-4ef4-968d-7f28e1e3f994", + "newLocation": { + "bar": 129, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4351e3ea-70de-4348-b9fd-36509f7aa558", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ab4d7e6d-4e1a-4832-aba6-9dbe279952e2", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb8474a8-3f67-457b-90dd-477a6fd99b46", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ee395714-3438-43e1-b728-5d9b88916fab", + "newLocation": { + "bar": 130, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cd27b587-d65b-4cf6-8157-54d09a640acb", + "newLocation": { + "bar": 130, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cca33727-0617-4d91-8d22-7d07b76f61db", + "newLocation": { + "bar": 130, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f7d66dc7-4ae3-44ab-b8d3-abbbb061200c", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1e2806c1-2129-41fe-afb6-ab3e0b32d99b", + "newLocation": { + "bar": 131, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6e7c534d-3a32-4a53-b549-4604fb5e21c9", + "newLocation": { + "bar": 131, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4ff767e4-2c1c-428a-87b8-1f8d6b661f17", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b49bb2cc-aba2-48fb-a1f2-adf703364504", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "060005b9-c6d9-496f-be60-99252909390e", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1dbe7923-8d17-417b-af24-ed52ea5a2b72", + "newLocation": { + "bar": 132, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "518d4dad-05bf-413b-bdc5-8d79f9626de4", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "198709b4-e5d0-47f9-8113-fa16b877da8e", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7bc93546-9d8a-4946-a11f-21aa62aa001a", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e5b7faa4-42b6-45f2-b27b-62ed868d3493", + "newLocation": { + "bar": 132, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "682fdf25-1443-4a56-9009-40d82f49c3cc", + "newLocation": { + "bar": 132, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b510e260-cffe-47c3-9bb0-ca9ea38ef832", + "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": "7781bfbe-3507-49b3-8a45-941ef20bfe38", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2ef1dcdd-6391-4917-8826-c5f25cbca8d0", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4b862f4a-2ed4-44a0-b1e4-2ab64463319c", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a5e3fa29-ee05-4d6b-b4ee-e97e30adcd15", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a0fcc6bf-215d-42b4-af3f-27cd4c3e1eb3", + "newLocation": { + "bar": 133, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "de0be6aa-d8bb-4f36-82f5-ba6d3d9e7b29", + "newLocation": { + "bar": 133, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3ab395a4-deb3-4962-93a3-4fd886c6f572", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1725d2f5-52cd-4c70-8e10-ade1eac9a912", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8323ed6a-d43e-40a8-8dd2-1a1c897cfd97", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3082bfc8-701b-4223-a4d7-e7de891f4179", + "newLocation": { + "bar": 134, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "635344e7-55d1-4305-bafd-e9419bbf84c1", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "81e59c77-ad8b-46b0-afff-27409426d365", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3696472d-3623-46fb-85a8-130f7e376c6a", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.31818181818178, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "8e08381e-0b57-44b5-b482-cc373233d5cf", + "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": "20e79331-53aa-4be9-9176-5b0d04354dbb", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cbd7fe39-6089-4b5d-9183-71e99dc4e36d", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9759035d-86ae-43f4-b284-60d8687952ae", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d876a003-9487-4e57-8f86-0f3ae1f52f12", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "35131b65-6a30-450e-ad02-0d24d726379e", + "newLocation": { + "bar": 135, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 201.375, + "noteFunction": "", + "noteid": "de893880-da0e-453d-a637-1c17c61bdb52", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9e9539be-ffed-47da-8f2a-b47fd7b21ec8", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.40909090909088, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "1958605f-f72d-4a38-a2da-212872ba3e45", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f123b2eb-fb72-4dde-911a-ed2c63ecedce", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "704d4941-9ff2-41d5-8e4f-49972241145d", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d14b71be-877a-4bbb-8893-ddae6e71ef4f", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3fd0d10d-7b8c-47ca-96f0-4358a704eebb", + "newLocation": { + "bar": 136, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.02272727272728, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 100.68750000001526, + "noteFunction": "", + "noteid": "29b4f17e-c105-4473-b616-54337d7554a6", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "299dd295-7b29-48ea-902a-5cca7a1e3197", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d5b89500-1201-4f24-b060-a4c2ddc632bc", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fe5b8200-8efb-4ef8-844c-c8a31b72fbff", + "newLocation": { + "bar": 137, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8fd6e0f9-0020-418a-9d90-e6d6fcf17f8a", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "63e988c1-71c6-4eeb-8132-97d8d5af281b", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ebe426bc-900c-4dce-8e09-a4cbdc357b74", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "73f977d4-2881-4339-b3a7-e64f6eb4190a", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0ff9eb6e-80f1-4191-a3c6-0331f775f7d3", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "19708980-39c3-43c9-a15b-44acfaa8fc80", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5053465c-e01f-41b5-b653-55c11bb7cb94", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c10106e4-c951-4b53-a223-07b3dd3597fe", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cbd44f51-579f-4fce-8089-963c4477ec1a", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6ee66605-6d39-45d8-977a-a2740294f77f", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f6dd01db-e5e4-418a-8d6e-1d606d55a3ba", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3b9bd4bb-f9d5-4aa5-8b9b-199a262ab137", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6d74ccb9-27f1-444e-afff-b55942e0dcfd", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2d438f68-bda7-4ad7-bc33-7ccf160a432f", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "638a13cc-1d05-4960-bb74-f6fe5970a631", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "64568308-7673-4557-916a-15137696aa6b", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2111747e-1580-4bf7-8b8d-e914997224e7", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f5c0b6cb-637a-4f40-bf23-bff1c44eeb46", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7eb7e1b3-ef89-4a60-a031-92b9329d32b3", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "80a271e1-3a7a-471f-8d7f-387446003372", + "newLocation": { + "bar": 139, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "88fd6141-8495-4833-91cc-fef04bb06f76", + "newLocation": { + "bar": 139, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9105edb7-d6c6-4bba-8296-17ace81e3001", + "newLocation": { + "bar": 139, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "325799c6-61cb-488a-8ac8-15ab78261215", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aad89b51-8427-42b2-8fdb-91feb701af3a", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "07cc1b9e-ac5c-4492-b19e-fb33621b2c68", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53048c34-2221-49e0-a135-a8d1d94f4c88", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ae133329-bc65-4501-bbfb-e189d4900d8e", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6645f72d-160e-4164-945c-56f7ab9793af", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "41612013-1dea-41ab-9e6c-9b845bd2c818", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dc423bed-fcbc-4ec4-b687-505e0b66bfb3", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0af4a1e9-31de-4a4c-a429-1dcbf9bcc403", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6033cb50-71c8-44d4-a0a6-2403f7a99798", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "70f66dce-709b-4fdf-9e72-d6462aa0c7a1", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d1a2f103-5e21-4a6a-83e7-4e070d4c42d5", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "63da58cf-0dcd-4e22-8fbb-e0aed528bfbd", + "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": "2b4f578c-0cc5-4805-9747-da167139c89e", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d959e32f-bb78-4444-9e5f-12fa7a5c2ce7", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7c3221db-3640-432f-86fd-4530a977b7ae", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c9434db3-b774-4684-a511-af51fd544294", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "49a40ec9-e761-4956-8927-45fbe8b4ddec", + "newLocation": { + "bar": 141, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fb860187-f989-4e99-ada5-52512dda872a", + "newLocation": { + "bar": 141, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9a058ab2-dd91-471b-8901-0335a0161b1e", + "newLocation": { + "bar": 141, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "52f7bce4-6b9b-40fa-9c55-fdaddbd03e7a", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "455c3a3a-4a86-4c62-9174-709f1767c7d3", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "159c2e15-72c7-4898-8fe3-32a127e86692", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f8fc9f79-8383-4579-b36e-fac084b40fda", + "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": "7e4b40ea-0687-4a6f-8ba5-7c4b2f4d8db2", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4edd51f5-ddae-4010-ab1e-7cd8c595cb0b", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "81891df9-7659-4641-b9c4-33443a5020f7", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ffef2a3b-b422-4a79-9b18-56095036d330", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9e051f45-209e-4450-bc30-5f161462e04f", + "newLocation": { + "bar": 142, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "05cb6488-ffe4-40dc-8e91-4b2d75af8faa", + "newLocation": { + "bar": 142, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9b182533-03fb-48b8-8a8a-35e403aa6fda", + "newLocation": { + "bar": 142, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "037538c3-483b-4c42-b701-5e4b391285ba", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a17bf77c-0e41-49d0-9781-f148e8c0158c", + "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": "6639907e-494e-4fab-981e-c14807a3f03e", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fb20631e-7736-49b1-93c9-0e8a10a5a06e", + "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": "47cdfa91-eee6-409a-ad30-5c78df2617e8", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "35d29559-07e9-489c-90c1-df82b5ba80ab", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.545, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa0ae46f-0c1d-4ec1-8879-2fa74e9fc40c", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 156.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.545, + "barNumber": 144, + "yPos": -268.5, + "noteFunction": "", + "noteid": "615adef5-483f-4d0e-a03f-14b6310c7291", + "newLocation": { + "bar": 144, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 156.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe157aee-5117-42b2-a527-d4b38e64924a", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 157.09090909090907, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.545, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a3b83c6d-292f-44dc-bfb1-4f18dae3b477", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 157.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 0.0, + "noteFunction": "", + "noteid": "03e4e344-28a3-4fdc-baf6-33237ba80803", + "newLocation": { + "bar": 145, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 0.0, + "noteFunction": "", + "noteid": "99147992-9b81-402d-815b-cbef4ff843a5", + "newLocation": { + "bar": 145, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.31818181818178, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "3ba29f96-7d7a-4312-971a-7d80a9f91f65", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 158.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -134.25, + "noteFunction": "", + "noteid": "33d48fc6-7846-4d40-922d-d7fb9b32e677", + "newLocation": { + "bar": 146, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.59090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1639f0ad-ab30-4fef-aff9-4bc8b9edf4b3", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 159.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8fdb780e-3285-40a7-ab9e-880ae03ffb3c", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 159.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a6ead72a-a3c0-42b7-a1f0-0d2036fc94d4", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5a0870fe-f019-4fbb-800d-d9c2a50471d6", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "24011b38-afa4-46a3-940a-dadc98d282d6", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.09090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 134.25, + "noteFunction": "", + "noteid": "20c10361-b7a6-4402-84da-7c02c4cdd18a", + "newLocation": { + "bar": 147, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.2272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "87de2c48-5a2c-4b5b-aa6b-80a0aded608f", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 160.49999999999994, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "5ea8e307-c70b-40ca-8715-a7c195198e52", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 160.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "861c1e97-b757-4e4b-bad2-7ce807a06cb8", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e7569603-41dd-4608-861c-1c9c1ad0ff48", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 161.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fc25683a-30fb-46cd-9114-164370bb1947", + "newLocation": { + "bar": 148, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e087951-4a88-449b-b3a6-47c8f97aa15a", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c4a1844f-095f-4102-8df3-b57054f2a63f", + "newLocation": { + "bar": 149, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6b4fd49e-7b4d-4d3e-ba55-fcf4db4bb4a1", + "newLocation": { + "bar": 149, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42ddc641-3ee3-477c-8648-a3d2cc52fa6e", + "newLocation": { + "bar": 149, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.40909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "c9bd46da-6d89-4534-a5c4-bb370c0edcc9", + "newLocation": { + "bar": 149, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 162.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7d8e4582-3edd-4a24-90fd-0c2c236007bc", + "newLocation": { + "bar": 150, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": -67.125, + "noteFunction": "", + "noteid": "eb19e1c9-b5b5-4c22-9e44-39f7a8d2927f", + "newLocation": { + "bar": 150, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 163.49999999999994, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "20d17d80-d3b6-4b06-b793-df2328c4d728", + "newLocation": { + "bar": 150, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 163.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fac51b9a-cfc7-47d1-8f23-8b583c47cb4b", + "newLocation": { + "bar": 151, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 0.0, + "noteFunction": "", + "noteid": "95a0a067-57f6-460a-a0d4-7f95cc611807", + "newLocation": { + "bar": 151, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 0.0, + "noteFunction": "", + "noteid": "13987f35-f7af-473c-b0f3-d845bb0f55de", + "newLocation": { + "bar": 151, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d382cdd9-0871-4370-848f-a5bb0813427f", + "newLocation": { + "bar": 151, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.59090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 201.375, + "noteFunction": "", + "noteid": "16632a86-58aa-40f1-87b8-b5146dc588b5", + "newLocation": { + "bar": 151, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 164.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -201.375, + "noteFunction": "", + "noteid": "67601a41-b6d7-4823-aa59-e9e4f4ca0928", + "newLocation": { + "bar": 152, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 165.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -134.25, + "noteFunction": "", + "noteid": "23deacfd-7ef5-4544-9ea0-3db18ecec07d", + "newLocation": { + "bar": 152, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.40909090909088, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "c00c834a-ea12-4b66-a025-444cbe701aac", + "newLocation": { + "bar": 152, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 165.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 134.25, + "noteFunction": "", + "noteid": "100bdade-3b0c-40c8-a7ae-e90349a53bad", + "newLocation": { + "bar": 152, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 153, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9be2b389-6f2e-4d6c-b5fe-d818b1f91824", + "newLocation": { + "bar": 153, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 153, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c2020433-933b-4809-b703-d69a7e476a6b", + "newLocation": { + "bar": 153, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 166.09090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 3.818, + "barNumber": 153, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ab2e5629-0af6-4fdc-b3df-ddf13a6ab3a5", + "newLocation": { + "bar": 153, + "guidelineIndex": 1, + "lengthGuidelines": 14, + "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_10.json.meta b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_10.json.meta new file mode 100644 index 00000000..a0ecbce4 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_10.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b9699c3ce25cc9d4fa38074adcaadac6 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_18.json b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_18.json new file mode 100644 index 00000000..2eda8998 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_18.json @@ -0,0 +1,26338 @@ +{ + "version": "2.0.2", + "title": "A Lake With Endless Stars", + "composer": "t404:null", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 175, + "bpm": 220, + "difficulty": 18, + "difficultyName": "Incredible", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 23:03:21", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 1543, + "globalDelaySeconds": 0.528, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 286 + }, + { + "colorType": "red_hold", + "count": 47 + }, + { + "colorType": "green_tap", + "count": 339 + }, + { + "colorType": "green_hold", + "count": 67 + }, + { + "colorType": "yellow_tap", + "count": 26 + }, + { + "colorType": "yellow_hold", + "count": 11 + }, + { + "colorType": "purple_tap", + "count": 363 + }, + { + "colorType": "purple_hold", + "count": 58 + }, + { + "colorType": "blue_tap", + "count": 296 + }, + { + "colorType": "blue_hold", + "count": 50 + } + ], + "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.1818181818181817, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "30190b0a-7699-4216-b5b2-5459a6a492a8", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 2.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.682, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0f102496-1231-4315-bad1-5344a3959a10", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 3.4090909090909087, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 4, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a5104fe9-19aa-4c33-aa14-ac0e859b4688", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e9f876dc-09f7-470d-9a67-3cd212c9ce81", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.681818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.409, + "barNumber": 4, + "yPos": -67.12500000000024, + "noteFunction": "", + "noteid": "53f7a53c-4e03-4ac6-aee4-66276791c859", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 4.2272727272727275, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 4, + "yPos": 201.37500000000023, + "noteFunction": "", + "noteid": "46355f24-1fe4-46a5-9644-8da0b0e8c954", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.545, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "035bee1d-cbba-4329-90a6-508c75898c10", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 4.909090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4de3c8c2-ae1f-48fe-8e88-bde4793008bd", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.045454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d7ced29a-63d4-4446-9101-fb37fbc90d8e", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.181818181818182, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "52747fd3-dab5-43c0-94f4-e5533c1683d9", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.318181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.37500000000048, + "noteFunction": "", + "noteid": "bcac2a26-1ca4-4b3b-869e-46285a1ef6c2", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.318181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.37500000000048, + "noteFunction": "", + "noteid": "51c497af-214a-4629-a007-92a022f546d2", + "newLocation": { + "bar": 5, + "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": "de089fa4-7630-4749-8240-2eba2745a3f1", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fbfb8812-336c-4df7-a470-5d68fbc37f0f", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "303fd631-fb8a-48e6-8940-1a6ffa6f622e", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.068181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 33.562500000000476, + "noteFunction": "", + "noteid": "154ea663-750a-4be4-80bf-6e438d80e643", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.136363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 67.12500000000048, + "noteFunction": "", + "noteid": "74207bf2-5168-4ab1-ae54-0f93f742b944", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.204545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f917e8bb-1c7a-48f6-9893-ecfcc2798dcb", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.2727272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "55935dc6-72b0-4d18-bd9b-7e7c0929004d", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.409090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 201.37500000000048, + "noteFunction": "", + "noteid": "10ee59a7-94d3-4ccf-8131-a0bbd90f31b9", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.545454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "20fe65c7-972e-4bd8-b060-050567123ac8", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.681818181818182, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -201.375, + "noteFunction": "", + "noteid": "767dfddc-0828-4014-822d-270c4b4c9b44", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.8181818181818175, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4937f1ff-b0a8-462b-9d97-39d768970473", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.954545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -67.125, + "noteFunction": "", + "noteid": "533e2481-84b8-41e5-9883-0ba6c97c01bd", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "62d48654-4d61-4668-aaf6-a99dd3125deb", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b0d3d5fd-1c1f-4dd3-a7e6-c44a08012418", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.37500000000048, + "noteFunction": "", + "noteid": "9e3545f8-3c14-44b5-9464-857a99bb6544", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.909090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2c4c9f5a-d875-4b77-8780-a538687b492d", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.045454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "097e118a-dd42-4cef-a507-58ded18bdcf7", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.181818181818182, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e270206a-4670-4ca1-8550-e96944106e92", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.59090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2628f788-e683-4e4c-b197-2ba9d30b8bf3", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "05ba80b2-e66d-49c5-8701-a67eb622c8dd", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5122df85-e938-42c3-9f0f-4b93f6c3de6a", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.272727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "25213e4f-d473-4efc-b545-31c3ce557786", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.272727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dcacc18d-b88c-43dd-8982-3096b936c95b", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.272727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2d18055e-c78d-4ad7-ab6e-404a346ce614", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a5aa8532-ff05-410c-871e-47eb49a2dae5", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.681818181818182, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 201.375, + "noteFunction": "", + "noteid": "73e56dc4-6448-4cb8-95fb-afd678e9f4b7", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b8f3b88e-d822-4f11-956b-f7a569e3f1e4", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b0a2e8e1-921c-4070-9111-ab29735d3891", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.363636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c858c59f-4aa1-4130-94f6-1cc957cc847b", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.636363636363635, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c28b0a97-74f4-4ace-ae4a-44841aa5c52d", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.909090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6b08640d-a831-4928-a25f-a4cf45adfd43", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.181818181818182, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "be059cf2-063e-40d0-8182-e341db9c58ab", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.682, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eee67f9f-70de-46c6-a068-a796f6759161", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 12.136363636363637, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 12, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "be8c3fc4-39d1-4d29-ab25-4cf6cb7c7eb4", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.272727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "942fd383-048b-4f20-8a45-6238a1e56416", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.409090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.545, + "barNumber": 12, + "yPos": -67.125, + "noteFunction": "", + "noteid": "70cbce51-337b-451f-9db5-83993ce777cc", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 12.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cf2ee2e4-7104-4bca-9ffb-878649f149b0", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "16149bf8-7b3e-4caa-a1b0-dad2acd8fbaf", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7d97c3e3-1f4a-4fa3-891b-f4fad3e88c75", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "46c4abae-2302-47b2-b6c8-534a365df7b6", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.909090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0a22026c-4a3f-43f0-8c71-1b7726d30375", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.045454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 201.375, + "noteFunction": "", + "noteid": "24abd29c-0ac5-4836-96b2-ebfb452be0cd", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.318181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bf8aa0f3-d606-4e23-9af2-02f90256d787", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.409, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1da5f83f-5721-4ee0-9ce2-b46da40b2e87", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.863636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fab7fa44-4a9b-46d4-82c7-6e2e9d076ef9", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.999999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6f1528ae-0ba0-4f6a-936c-92353a669d82", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.272727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "06b72c81-8832-47e6-af46-677b508af526", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.545454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6e025810-916d-4cc8-b9a4-ee0b0af62b9f", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2f3c33f4-86ca-4da9-86cd-24e7097220b4", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3f13f5d6-d879-4888-b3f1-209c7c1a4a0c", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d2e4ff15-08cc-4a84-a14d-21f2ed2353eb", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3152387d-ee79-4f7e-8856-e5f4f04d079e", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.227272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9290b48c-7a32-4cdc-b056-8180bee44de8", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d92ec8b4-1c98-4489-9c8c-3ded72d91e48", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.636363636363637, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "de42e773-e02c-481c-b00d-695636efe767", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.772727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "b116f3f3-242a-45ef-8747-3335d26f71f7", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "d60d304c-1d8a-44d8-a3d7-93d95516e6b7", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "3850f42d-3299-4f53-9fb5-13d0c9053c3c", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9672ee7f-87ba-4c26-901e-21779f253f75", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.318181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.375, + "noteFunction": "", + "noteid": "868b969a-eefb-415b-a604-d99d116d7f33", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "06bc432b-5c4d-4eb6-8a5b-f1afbb401336", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8d5222ff-1ff4-493b-8bc9-466000dffbe4", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.59090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f58beed8-1ef9-42db-9634-1834d03bff87", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "09caba7f-53e1-4e18-92c3-3b79a23d9483", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.863636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -67.125, + "noteFunction": "", + "noteid": "925c6141-3543-4eb0-b4dd-73cea6910ca0", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f4db6a12-f314-443c-a68b-9d398de22aec", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc26228e-1aa9-44d4-aebc-fdcac00c87e1", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.136363636363637, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7539b0d7-d4d4-4316-a6bf-14b18ec94f98", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.409090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5438ab04-db26-453d-93ca-130ead00d84e", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b742cfd4-c138-4950-91b5-3aa4ca96269f", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "06ff8361-945f-4788-ad2e-190c2a84b84a", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.68181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f826c6f2-9819-4076-b4e5-343e97461800", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb5b6ddd-0596-4abc-bc76-61e32e72e6d2", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.954545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "85a62640-96f0-41f5-a81a-cc1c64968fc7", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5b664c26-c1f1-4f48-8b8b-a2aeee22fc3d", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.363636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2553db30-219a-4dba-a50d-984604373958", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "347663b3-11b3-4895-a0ed-f860b84b4830", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 201.375, + "noteFunction": "", + "noteid": "06c62dee-31ba-4635-be30-99bf09c065e4", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "399d6e8a-93b3-44d5-80ac-d2ee63c15859", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.70454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -234.9375000000019, + "noteFunction": "", + "noteid": "fc6d530a-1dd9-4d16-8db4-b910949dd317", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9f74c29f-e5bd-4fd2-bd3c-422f668cecd6", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.840909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -167.8125000000019, + "noteFunction": "", + "noteid": "838e16cb-e75f-4559-88d9-1703854288a0", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cf99b9bb-1c43-4ce9-9d05-e2f69a4fc271", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.977272727272723, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -100.6875000000019, + "noteFunction": "", + "noteid": "c33d6a39-03ac-4a86-9b6f-18a1b373be89", + "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": "c60a21d9-0c98-4894-8db5-db4e140e52f1", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.11363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -33.562500000001904, + "noteFunction": "", + "noteid": "7d2d4c0d-938a-4c0b-8881-623c08ae62f6", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bcc992da-ee99-4e80-9c7b-ae32093997a1", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ea21cb3c-d0e6-4979-b2ac-4efe724caada", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9473aa21-7ed6-4665-9c22-3bb05e866ee8", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a8811a7d-26fb-4e8d-a943-43d0e53d2dc2", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7506e81c-e96f-4cc5-b1e3-a095080a0418", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.59090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b76fb997-a992-4f3e-bfa0-8dd2f768b3b6", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ecbf29a7-82d2-43e8-be2f-741896c397f2", + "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": "7bdb89f7-6164-4f26-af88-6cc3dfce7f9d", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d50d695f-a1b2-4cd1-b523-0c19b95f3ff6", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "93b41a38-59d8-47f9-bd61-9beaeceafc0c", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.068181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "976dcdfb-9fe4-4c26-b964-34781d1eea24", + "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": "68fb0235-e027-449c-95ad-cea9673d3533", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.204545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "10b8c585-9bdd-45b5-ac35-1b8030705a79", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b98c6b24-0e5c-4c9c-a576-42da37ae8bfb", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.477272727272723, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 20, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "a3695bc4-af05-4ecf-aa22-4e3298c386fc", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 21.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8de18dcd-8f8e-4fb7-a49b-c3883a1a238b", + "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": "ecd93dcc-0b71-4d35-ac94-0f8290320555", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "79096534-56c6-4c13-8870-6e27c11efa52", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.954545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d38c5c2b-b5fd-4acd-9b57-59632ec243d7", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2b0a8b86-ea42-4172-a473-ebbfd655575b", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.09090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a81c8c3e-ee81-4365-8857-07e5f2e06c66", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c9c71913-aa9b-4e8d-a9f8-c4adda1977f4", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.363636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6fc6b56d-a3dd-46b0-9bf5-f32fd945ea9e", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ae1e8c3-f75a-4f75-a737-50d5b3ee0d1a", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e2525e23-d92a-425e-bc54-cf929eb7d08f", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0fa250a1-56c2-459b-a8b6-1bfd35465a76", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23f5e5b8-e8df-4fa4-bc55-a3615b98697c", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.909090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "72abd929-94e4-4af6-aeac-4dc4b9e6a49e", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.045454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0becc56f-aa5a-4915-9efe-8ecc53ab5c08", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "83befc67-b8ee-4c52-8933-78ab8d8b87f6", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3ee42395-e6db-4dad-95f6-643893868bf3", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.318181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ac8632ba-6b65-4d3c-b0d0-584e74fcb92a", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "956acd82-9710-4713-9c77-35cf26813975", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "277edb53-9e84-493c-8edb-80164e6d67c3", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bc9511d5-376b-4eab-9143-7a4767e8b8a1", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a3a94c8c-4c8f-4c05-805d-062f78204080", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.93181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "6ddfe743-b7be-4ab4-8de8-6804d94861e7", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5f0d4343-1042-4ebf-9094-09633c76af9a", + "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": "78801111-1271-4ad9-bdab-a5ac2ae13110", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.136363636363637, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "95d58d82-dd0e-4b39-8010-ff43ad9a2767", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "07be23ab-4335-407a-b6b1-c7606175f624", + "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": "8d28b109-33be-4839-b989-0fb57ab8d65d", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.409090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a1753eab-0856-4728-ab28-bfcf766c08b0", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "71021deb-1793-4abf-bcfe-413c941d608c", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0eb2ed22-6a94-46ca-a09e-1ee25299b219", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b29d9e98-e6a9-4005-816f-4ced72f7532d", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4c6a6d4e-4645-4ad6-9677-cebd2338cfbb", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "786fa16b-1ecb-4264-979f-35f58d6ed02e", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5b4d93a-57ff-462a-b868-716900c81e86", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a271595c-322e-4b72-8e78-b71d51b07ced", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "535250ac-4d20-4496-a39b-5f63dd4b2326", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.499999999999996, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c5af801c-de9f-48ab-9ecc-7599e962bdab", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.636363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5b4f567-58fc-4a73-aaa8-938a05b845d2", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b4785a4-7048-427b-8e30-93b8f25aa453", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9e35a713-0460-477d-a443-e924e928c8d2", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "61b411a7-3724-485a-b065-31b102f03f0c", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.045454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3941bc25-f1d5-4c1f-8b36-99f16374f0fb", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.113636363636356, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "2c3b7f60-3246-41b4-b111-fa15c36152cb", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ec1f91e8-1ca1-4e42-a724-1ce0fb2a894a", + "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": "3209caa0-ec39-4b1f-93c4-7946ac2570d1", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.318181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -201.375, + "noteFunction": "", + "noteid": "28569888-df25-465e-92c1-21e4badcd82e", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.454545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5df399d3-bd59-4dbc-aed9-5fa348e84f2a", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "498bbb6f-25d5-4925-b25f-10692bea1f30", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.59090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a4015bb1-0697-4c20-9821-5bd878a53649", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b7073e7a-516a-4f0f-a93d-803feb5b278a", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "983ca3ca-a6a7-4173-b6eb-827744a31078", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.863636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2c885739-a2b8-473b-9f14-cfc729888792", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.999999999999996, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.136363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "de638d0c-18b1-4b42-b141-aec6d6d61c8b", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cb921cfa-c91a-492b-ae7d-cf872749fc6e", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c502cee2-4a64-44bc-ac0e-226e190095dc", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.409090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.375, + "noteFunction": "", + "noteid": "29e1baee-e465-46d4-9abd-0175894f86af", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.545454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7c9f9cd6-d2df-4e67-ac8b-1fa1ce79cdf8", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1e3323af-d4d3-468d-b187-83157144773d", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -67.125, + "noteFunction": "", + "noteid": "09a7186b-49e2-4dd1-a3f0-71f754269bcb", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.818181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f6579e3e-bb54-4eeb-9c2a-a5749cc390a1", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "27a1d78a-2058-48c3-b6ab-e6ed4d129a4e", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0aabc581-310d-4a69-ab67-e93719156c45", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e2ee7fbf-5c31-418d-a0ee-b03a2882eb3b", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8dd7f72b-3658-4a15-b498-600704adc965", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.227272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5d44964a-900e-4866-951b-9472cd69fa54", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.295454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2539f497-a01f-4005-9ead-e64fd61f8046", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "91785ba9-0c02-466c-b4f5-d440ef67b6ee", + "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": "6df0022f-c119-4483-b5be-c5867eff2bdc", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "24f9d0f8-f306-4098-ba66-8e680bcedfc9", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc820198-396c-4865-a890-499bda36d8db", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ce5384ce-7d52-44b2-a252-d8d254a5fee6", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a44914f1-b658-4ba0-a104-43c0d4185a9d", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "91a8d853-ec7e-4d15-bcca-04cf7f3d5e4b", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1edbe8c0-ab66-4a45-9051-d8c37219b896", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "65cbb831-5396-4a4f-b738-3415a5cf1e16", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.318181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "729734c0-6bc9-4c0e-bb24-9bc09e85b429", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0dec9837-23c3-487c-89ec-db5714583af8", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0bc87678-f9d8-4c5b-9622-3a6164f17a57", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e319e1af-ed4a-459e-ae0a-47a8b3b11b64", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.59090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -201.375, + "noteFunction": "", + "noteid": "dd53a750-81aa-4d02-8119-60bdbf4111cd", + "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": "59beb6a8-01bb-4b4c-a958-f53659c147ed", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e0d7603f-d278-45e9-a77f-b8c831d29e25", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ed24f8e8-6f8d-44af-8eb7-01080ae5977a", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c60f2c18-d7f3-4238-bab6-50bad1195cef", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5d9a7cfd-2ec2-4227-bc7f-4908bfd8ee23", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.20454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "a1f7f72e-726b-4d33-bccc-9c385d7a66e2", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.20454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "22c08430-4d4b-409b-bf1a-85ccfe07744e", + "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": "0438d46b-9129-4bff-b6c6-8aeabe59af56", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.409090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 201.375, + "noteFunction": "", + "noteid": "61bc90ea-2a6a-41a2-9f22-a1f1b3ffea02", + "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": "92effcca-555b-44a6-921b-7916161d5396", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "da4b2d3a-8432-44bc-a3d8-a21a273ff3eb", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e17724b-0507-4e51-be76-732d8f07654c", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -67.125, + "noteFunction": "", + "noteid": "60a0792f-b290-4fc5-8e53-d7926fa85859", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "17bce2a4-b363-4951-ad9e-7494a6292542", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1163ac52-9df0-4611-b1de-262b1b19d5e7", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.227272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "508c4b40-fbf0-4852-9e7b-de4954f4ffb3", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.295454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "02f2181f-1f8a-452f-b11c-4c1531d813f6", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4ec68642-0f61-42e7-83a7-76a5faf0bd95", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bb7f54fb-5be3-4dd6-b39e-b7e7b7be894c", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.499999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0cc9af20-3a2e-4970-b77b-aefd59106810", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.636363636363633, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "786feafa-4552-4212-b9ce-928c832e36d9", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c06f410-97da-4f64-af4f-8220d3f38a30", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a6240b61-2e6d-4237-b0fe-87df70cb944e", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "51ff7153-016d-48e6-aed7-748564689780", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3b2d8a43-22f4-45e3-96c8-e5505a0bf6e5", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -67.1250000000019, + "noteFunction": "", + "noteid": "70c2af9c-e4a7-49fc-b970-98d64169f79a", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6015b261-902e-4761-a02c-91ddb86d7150", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06c2b48c-b19a-4c16-9e57-4a5cef0d24dd", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 67.1249999999981, + "noteFunction": "", + "noteid": "65819b2d-c54a-4a2b-b73e-3c593312b9f4", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.45454545454545, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "54180e55-171e-4634-8e50-7c69cbce1517", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.590909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 201.3749999999981, + "noteFunction": "", + "noteid": "d924e60d-cd28-4be3-a723-493f1bc7ccce", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.65909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "dda0907d-1347-4e1a-994d-f76603666a68", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8234209e-19ee-40c9-a6b7-f665c1b4e734", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1969697f-45cf-4185-ba21-bf34ee332332", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bfd08d0a-3eec-4ca6-8b13-141ae485b606", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "27a18f3c-681b-45d3-befe-15edda597299", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "5267770b-3e8c-4dfb-9f4e-9d6306e43630", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c80c4eda-fdf8-49d6-966d-f21196db7f0c", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "1a08b675-46e2-4791-888f-e6df9b16428c", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "0b7b473a-e4fe-49cd-8acd-696097d7b9f0", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d014f1e6-a2be-43d2-9caa-7d76f7268894", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "5e4f18cc-8757-4687-b7f1-9221b8232c8f", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "ce026ef9-3086-4b63-a2d1-a3d10f5824af", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "d347bb22-4359-48a2-8fb8-20de62e11daf", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "341c0212-80b1-4f1f-bb6d-0ad1be13b086", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "adc3544a-ae95-414d-893d-c3b0f881fb63", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.954545454545446, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "c43cd8bf-6b12-49ab-8735-caaa6dfc1161", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "66459cf6-bb0a-4796-8fe2-65313c5a10f6", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "9521b625-19d4-49b9-87af-367716dbf8a9", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.1250000000019, + "noteFunction": "", + "noteid": "6fc308d8-e550-4c77-85d0-b93e9646755d", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cc172518-ce50-44be-9a12-ed6e8c83a863", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0383c0a1-c01c-4c49-a42c-ceb54bfe4e92", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1249999999981, + "noteFunction": "", + "noteid": "d72342d8-cc59-44ae-bcfc-2f96d77e4c40", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a793a8e1-4d80-4ef8-849d-1eda2c70b66f", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.3749999999981, + "noteFunction": "", + "noteid": "0a7d0b7a-ba7b-4812-9f69-587ac441d959", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.840909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "a8a72ea5-b16c-46c6-b0d7-8e796b052b78", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f71722da-6db9-4c6d-9c9d-4d845bd0ddbe", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4b911035-135e-4b26-b267-de50e76b2764", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6ab53ba1-875e-4453-822e-59a211817370", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "704baa81-4414-4b09-a606-e5359a131ae2", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ca4e6e3c-898c-4fb9-815d-829ae0748c11", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3fe73460-8e59-4c76-b3b6-46c231caa82d", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5ef60c32-d89a-41a5-90f4-1f4721ef36b2", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d2f88b1-3c9c-483e-babe-5c5be3548718", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b41eb192-b6a6-4d88-9316-96d99045bdf0", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.72727272727273, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f7f0c31c-6423-48e4-8be2-037bab9332b5", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c545f1d3-ee78-43c7-bad0-71bb6e3a30da", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "852d5986-dcde-4089-8750-1b21dc545065", + "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": "d0c881fd-af9b-4916-b2b6-1c36ef7bf9d3", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1e40a224-4b58-4675-ae17-7022ec1c3ebd", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52bc5ba8-6b9f-4c21-bfbb-6d152ed45b6d", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7dd9d012-a1ea-4eeb-833a-f3ef147b576f", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "563a2083-09ed-45cd-822a-4dad01cde437", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.40909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cb2dde93-555c-41a7-95c7-3d5f2d4239ab", + "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": "35493f85-1ce4-41a3-8b46-beafb07b80a8", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de253e3e-c164-4740-9777-8ec8a5c80c99", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a5b5110d-7747-479b-91f8-7126f85adab3", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.954545454545446, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "c2593836-2908-41ee-8127-969571c92a6a", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bd3ded98-1189-4442-8aee-04b59f5962c7", + "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": "86711f6b-c458-4f43-822f-00319b319a74", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "739af05f-819e-41f4-87c2-3f2c613ac7c8", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "6ce6c212-50ac-4065-aa60-1e4d4343627e", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cfc8b3b7-9927-434e-8fcf-da39d8200cd1", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7bca75fe-a098-46da-a509-9a3791e61576", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dfaba560-c9c8-421d-ac64-3366085ed64a", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.49999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "6a5361f4-7c14-4adb-92a0-f694bd531c2d", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3c55ce16-f52a-49ae-a515-3d5fd37f971d", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4f1c8a62-849e-4aba-bd3a-6b9ab2bcc7b4", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5e813646-8501-4d0c-95cf-596db7352ba6", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a973711d-7737-4ab8-a4b3-b0e54510cacc", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "784a7b38-bd59-4ce4-8b16-739acabe8cc0", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f4c04534-fe71-489a-a3c2-d2ee0c3f35d8", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.04545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c0180553-e8b5-4418-b8ec-a4351081a230", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b922f17d-aa47-4842-a329-e9f68b8be10d", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bef3d0b2-ba2a-4212-b51a-4c546c640155", + "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": "788351e0-8330-41d2-a27c-721f8a2ec673", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "84e54923-34af-422b-b95f-d4fef1dfbdcf", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f0e1eff1-7b75-4809-a0bb-7ad270de59ed", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a669e7f9-6a10-42fb-a5dc-854804876e49", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7d75532e-9ec9-44db-90df-5d2dbad31dec", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3aadccb-d067-4f06-aa4c-a157c40f15eb", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "48a4a96a-5102-4511-aa88-e9d5808f1ad3", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ef7c6422-f482-4aa7-b95a-f389b51e6004", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.93181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c24b5ae9-a290-4e42-976d-058cf7c3a948", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.93181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "52939fdc-38ef-4fc7-aab8-67b2ccbd5cbb", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "734249b6-3443-4edb-9e7d-7f3314cee7a4", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fbab63b1-97b7-45fe-851e-ba1531206f33", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "65eacdb0-1e0a-4ea7-ac41-cfed7fd59637", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ccaaf1a5-cab0-481b-94bb-6956943ad732", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "f8244c29-9ed5-4314-9b33-c1aa9064b7ba", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "82eb9363-57ba-4d76-8595-e0b42ccd1f29", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "605148dc-3f1b-4a5b-bd19-304aff66dd25", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "21979244-cc3e-47b8-ae99-0a2397025aa9", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "0315fdc0-324e-429a-9288-775106f9257a", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "29769fed-da39-4682-b4af-40cd4315094d", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.81818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97c4a275-2020-428d-abc1-e6260e080bbd", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 40.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 37, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "ec5dcfea-27de-4702-9e60-6fd6a1c6ed97", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 40.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b9486413-63d6-478c-b3ca-f882abc64d3f", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 41.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.409, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "792d27e8-40c8-471b-ac56-f109ccd6dcc7", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 41.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "af50278b-d4f9-42f5-97d8-4511e0b3d05f", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5439bbf8-ecbf-4d31-ac59-057890a2d00f", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "270770ac-66d2-4807-a660-3572d1fcba77", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b928e26c-e8ee-436a-8f14-ea89ab82b416", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": 0.0, + "noteFunction": "", + "noteid": "712f580a-b578-4ec5-ada6-eec314cd1519", + "newLocation": { + "bar": 39, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 42.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dda45734-96e9-4d3e-8af1-8c81f4503ae9", + "newLocation": { + "bar": 39, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 42.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "372542b1-0735-4682-9e37-d8827ca641fd", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 42.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 39, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "a69857d2-6414-4e84-93b5-1175e9e72813", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 42.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3ef23992-fff9-47d5-9b21-9ad1837c4481", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 42.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9e35bfc9-5e8d-4649-b735-0e37f53aa5de", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 43.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "b992a6f9-d15a-4f95-8b40-c2de35ab04df", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 43.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 40, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "a3a4d19c-50cd-475b-841b-bc0d40a5233f", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 43.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a9b40e51-9cd1-4210-80a9-d49d9d74a40a", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.70454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "368e17a8-6d09-4915-a0c6-1619e8a0a35a", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.772727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6e3168a5-d477-4366-a1c9-f3a379df3a1b", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.840909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2755f604-b8b8-40c3-83ec-2f397fcf941d", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0797324f-e3af-4cfb-9c92-19651e0d27de", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.97727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "a4df7d8f-73a2-46b3-a8cc-ba445248dcca", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7514850e-8bac-4d32-8eb9-0e2f532a0e86", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "6c8c6e4a-8490-4846-a036-641613051a5c", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cfac2da5-4cfa-4284-b145-ba1b2094219f", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2fe2a9f9-c20d-4741-8a96-62ccb4dbf147", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 67.125, + "noteFunction": "", + "noteid": "248d9b45-06ec-4835-b308-a349dfece2fd", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b9166b2d-8ed5-4c1a-b4c6-19d1269f4a0d", + "newLocation": { + "bar": 41, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.590909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "38a5f869-1a14-45f6-a0fb-3f5e37b68f73", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ab7f5737-d69b-4a65-8c1e-346f349540d3", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9f5ce5fd-12af-48c0-b47f-0c4d42513268", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d061cf10-edd5-4d40-b763-16f689ede31d", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7d4ff273-b7ea-4f4a-8ac7-ff27ba03f762", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2f5c835a-7fa7-4979-a0e6-07b5a0e8f6a4", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d839ed20-d0af-4f98-a485-1d73d072d551", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a23cf28e-b28b-4ee6-b5ca-c559186e5b74", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "a691dcfe-e817-4d78-b67e-76661f0d8f97", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "ddd01688-5100-4859-8711-8fb40ec97cd6", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "40e39f84-09f7-4847-a485-92f603711ead", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "d3d367bb-e95b-4b45-b53e-2ac511fac6db", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "380fa2a7-f3fb-477e-a5cc-e7ce6ffa2e1a", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f2c9d76-6da0-4d9c-ae7c-5403b6002702", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.954545454545446, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "2ae7b911-0e63-4526-a59e-9155af0fafc6", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e4667be6-8f72-430c-a475-a4a0f6292050", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a16f4713-e256-4009-9cc5-06a63cf0a28a", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "3b503742-8492-48ac-8b03-07c0c47bc2e8", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c21b0aa6-a173-485e-afe9-52e26d91002e", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cbd0b948-bc77-4aa4-be62-1f963dd6c872", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7cbee491-61ac-42e2-9d58-2038049e869a", + "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": "3ad61c13-f0ee-4318-a540-7fa8e574a82f", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "20246aa3-dd84-4c98-b54b-2da35be2e1e7", + "newLocation": { + "bar": 43, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bdbefc78-ecd2-4a80-9c52-6406a0d63463", + "newLocation": { + "bar": 43, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.772727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5d644e62-33d1-42c1-9beb-fdb3af6d8e79", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.772727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "924f0f48-3d2b-4bfa-92b5-bd4a9e821d0e", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9858d4a8-1e2b-4b74-82df-5cb26145be77", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.97727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c049c22c-68ba-4485-a137-1ad464a9aca9", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.04545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0f3bab99-1166-4f41-b935-e6315c071654", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4b421469-6656-4a7c-83d9-d67d375de43b", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f6372248-a16e-41e5-a78a-c6abac22eadf", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "5b2dc2e5-4158-4bdd-b052-efea157e6f50", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b7c790a7-cfd9-42b9-bd42-450329db6957", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "410c6951-1232-40f1-8571-e7f1d80b94b4", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.068, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b1422f0e-c6a3-4841-838f-04e66f997f06", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.068, + "barNumber": 44, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d642b93b-d03c-4bb7-87f7-191de9948f98", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3c42111f-70c7-4ff2-94b7-d0c9803922cf", + "newLocation": { + "bar": 44, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63fbc27e-345b-4012-913e-21c0232f093c", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4755c72d-f99b-456e-9c13-7d8d68624b29", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3ee9a626-8445-4442-812b-456ab3bb0d59", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "24658a85-8299-4fda-a514-5eb4468a356b", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3d24331b-501d-4b75-9a08-b555034aa258", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "80b0bdb4-8cd3-4bc0-b41c-8c42ae4ef7dc", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "708c9b20-b771-4d03-81d1-d6e6726e2148", + "newLocation": { + "bar": 45, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.022727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1391d7b1-e16c-4789-b739-f25a7d2a1bec", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e569f20d-078d-4c98-8b8d-12128a31e8f3", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5a37324d-094b-4e2c-be8c-be9c738439cb", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 46, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ac7a9334-440f-47b4-883d-13c67b7ae435", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a8e8322-f03c-4812-afc2-31cabde93cbc", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f4914c76-db74-4ea9-8b6c-d4f3d0661849", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f09b49d9-0ff4-457b-9cd5-9ada1e1a971f", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "27dbe657-cfb8-49e2-ab1e-ea9945dcff28", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.273, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c771cca2-e9b8-4530-a79e-712e4ce367a1", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "75a18169-d19f-45aa-8a3e-16742ef251da", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45c5b463-4bba-48bf-aadd-926c2c3dc76d", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "74794bdb-354d-4829-bf67-22069a916ef5", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0419935a-a1b6-4980-ac72-dd97375bc2e9", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.272727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "51dde809-0aef-4966-a7f8-2f734a611050", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 51.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ce407aeb-385c-4585-9e32-ec0b636b8963", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "14b1af7d-2f88-44f7-9042-f5f6b94ca6ca", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "975aef31-2ea5-439a-b423-97a7d86985f6", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 51.954545454545446, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "078f0eed-00a8-4547-943c-21bdfa38ac54", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5568af25-0af7-47b6-887c-d517cf40828e", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 52.22727272727271, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 48, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "074b60b8-2b10-4997-ac42-0fb81f9880ba", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "24a9ed9e-e4fd-4cd9-8200-98d857962fb7", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5cd716b7-27e9-42ac-9643-041c73da074c", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -201.375, + "noteFunction": "", + "noteid": "071bd936-d535-4fd1-a285-f3d7d44cdb1f", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "83b00378-18be-4f9c-9d8b-b96ad53c093b", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "c7bb5418-7086-457f-be69-b91ba807d112", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.70454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "8cec9d33-6b20-478b-8674-a2f4b9d43c7f", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.772727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7209c98b-fa1d-4b58-8b39-19f2ca0a3867", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.772727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -67.125, + "noteFunction": "", + "noteid": "59700874-4784-4bcb-9049-3b02a8da473c", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c2124668-97df-401f-a33d-0a6b3922fcdd", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a7f6ecc4-8677-4bd4-b72f-35832085a9fe", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 53.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c5db381e-ab9b-4f66-aae3-2df9d21cdfe5", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 53.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4ceb0bbb-e0a6-4b43-935b-d02daed887a3", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 53.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6433f109-9f39-4996-aa77-e6b03552a948", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 53.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8033cf89-e04a-49ba-a4d4-250cc146b8d0", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06ad747f-10c5-4143-a9f9-661451170b5f", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 53.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cc9eb82b-768e-4b59-a532-e36eda60b1ff", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 54.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cd1d598c-ba32-411f-ac8b-bea18d57fbf3", + "newLocation": { + "bar": 50, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a81801ed-45cf-46db-9ddb-20763502a89f", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 51, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "5a93f9df-3e58-454f-b768-42bdb337880e", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8f32a030-572e-4d22-a539-746575ea03e0", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.954545454545446, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 51, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "f772c10e-0b36-4d29-b78c-c7b868d0b058", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "179553c3-fc01-438f-801a-1d4272e17d61", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8d9591b7-5bca-4799-ad20-327c6fc23c9a", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.36363636363636, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.49999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "03356924-cea8-4e6c-9d9b-253adacaf627", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5f1e0b80-85ab-49bf-9f86-e88ada36c32c", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.772727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6e3449c4-ff2e-4dcd-9797-00265bb2fee5", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0fe9538c-c108-4c82-95ea-56b0e159c191", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "359f500a-8b90-4417-99fb-fa22e15b3530", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b2c16cc3-0005-49bd-82cc-835e8314bc55", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4d4e08e0-1103-4778-8b82-0a9d3f15c76a", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0a8e3669-3476-4777-940d-e2d61aad7f94", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.590909090909086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 52, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5c72fd15-afe7-4aa2-81cf-229969544118", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7d9f21e0-6e26-4315-833a-39355769faf7", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "b5993db2-f9f1-49e4-8382-e782ebc82594", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7a220ed1-4e33-4449-9b72-45be3e05953d", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.136363636363626, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "2f52b8bc-9b64-42e8-81c2-ed7845d428be", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9aa08f26-ed78-4f83-82bd-e9b28700f90b", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5718725a-e98c-41d8-bd51-14af099fb329", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 57.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "181eab3c-a947-4f87-bb4a-170ef7843b86", + "newLocation": { + "bar": 53, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "999c8b24-f71a-41ac-99b0-1a414930a559", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "de6f4fe0-efc9-442a-9e1c-d70a54899989", + "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": "a285a558-3735-4549-b5d2-fc4abd0a267e", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9f9db832-4fe7-498e-b8e6-a103cb6ede6f", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "50e2cb69-c9b5-43ab-8f60-749a3489bebc", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5a07b55-8550-455d-993a-2cddb195fbeb", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc02b489-b54b-4ba0-be10-ca864e2dd470", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e6d354da-f619-4800-a39f-33d9bce4c342", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c1a43e7e-d0a3-400b-b888-75217cca88b7", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 54, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4a3f1829-143c-4d52-b794-709b3423f588", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e11f6bbd-6680-4414-93e1-4344909e8545", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3be19542-48ed-44a0-ba7a-2efb84f5e393", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 55, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a3517c00-2fab-4ef2-8de5-ac2affc9ec4d", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.18181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "642c700f-5035-4a5e-b6c6-1f589958d8da", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3bf46b58-7176-4d14-86b2-117aa9a8dc3e", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b386f38a-cc2c-4197-8cde-bf33cae48200", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3c30c0c-ba3c-4fc7-a19e-305ced0b4f58", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "473727f1-2b6a-4f5b-a22d-65dd2665432d", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "43194102-2d93-41b5-9d85-21ccc139a5e5", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "12333c7f-42a2-4886-8dc4-57284d6d0b95", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "f45bf76d-6473-4516-ba2c-e3307c7a4aba", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.54545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2a2a2090-36dd-4c18-8434-2ca8a01f4e3f", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "24b12d1d-f8dd-4ba9-96e6-1adbd57d6d6f", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "635ceec1-dee7-42dd-b312-4070bad5525a", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "39004dba-b87a-4a20-939e-c9b1892ec842", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 56, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "7d98b5b7-2942-45f1-9ed9-a36f4cc84cd0", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "77c83321-efb5-441b-99c5-c2c57a4b38f8", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "799fcafb-6c83-45c0-9963-97f5ff554ff0", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 57, + "yPos": -201.375, + "noteFunction": "", + "noteid": "74b03e0c-0ce4-4f93-90bc-9c9e04d53a4c", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "91478b9b-4290-4fd3-b919-dac37e4ad574", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 57, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6617beb7-31fc-4532-b76f-a80b55632bbf", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b88d7cb5-cea0-4866-82ab-09975ee852b5", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "812f142a-286e-4354-94a8-b3a510c94f5c", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.90909090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 57, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3ef57217-e482-44b8-ba25-e6117b883644", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6c136e8e-38f3-48b7-9473-74118122352d", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d66b729-158d-43cd-8dcb-c54250461c0e", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc25e412-e4e3-4cf9-bf1b-43f23c49174c", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.590909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 58, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4309b31a-9b51-4b39-ba2b-4a62ef4420a2", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 62.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e58f783-2631-49f0-afaa-fc1ea724719d", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "adf11c74-22ce-43ee-95e9-daf9466e381b", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.99999999999999, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.136363636363626, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "30adb2a9-7be5-4d3c-b7f1-d47c55428d3b", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d3b63d54-105e-4b69-81bb-f44ea0383786", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c509830-7377-44c5-b6c4-0c5e66cd1a42", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd77cf5b-7ba5-4613-bb21-215d36eff0d4", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1395a905-fc94-466c-b783-6bae1e180aaa", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c870d85f-0117-46f6-b41a-232e02b4acde", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ba0a8921-3695-4d20-93fd-f326d65d0fbb", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "6e10ba31-e850-434c-a5cb-cadcbe2b5be2", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cd9ec528-f29f-4fec-831d-8a85aa76465f", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc361757-0e5b-4e1f-97aa-1d46538f6bbe", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "21a63962-e947-4cce-b846-90655e658073", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "2f198a60-bdd5-4730-a594-9c51bfe47921", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e4ea17b9-557a-47d0-8e80-32e76f664c76", + "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": "65c25f5a-5823-4840-a701-6cc355049bb8", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "450416d9-0b58-4684-91ee-b3b205c7cd3b", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f66e48a6-0b1a-42f5-8c57-dbbe7aee18eb", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.04545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "cab571bf-9fb6-47d5-b927-498bdda8a295", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1149d536-8f61-4e0b-b372-6aa2aa726642", + "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.2499999999962, + "noteFunction": "", + "noteid": "729a3582-f880-4644-8f89-a2475a2eb3e5", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.24999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "1d53f3b9-64e3-4e31-9a41-0ebbe00b4968", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1d845e64-73f1-4fc9-943f-218a11bcd2f1", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "07fb96ae-2a46-4860-8ecb-ae0eb7668f4b", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6c6100f6-6472-409d-a99d-86d84af4e3dd", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a62b9b17-78c4-4557-8073-b98c95e38985", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.5909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "e0126e52-4125-4fb1-a843-22be9f811a7c", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ae6863d9-8b44-4fbd-b29b-ec4b63c2f654", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df79bc09-ba56-48d2-86d7-7c5123418abe", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "64eac21f-fad4-48b2-b5e2-fa5c5e6305f6", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -67.125, + "noteFunction": "", + "noteid": "34165357-3eec-4f33-8935-78cf4f2fbf3e", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "83c68523-da21-415e-b6a4-4ecb82022913", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "1f3356f2-ec53-47d3-a11c-d7e55da7bd98", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "8e7e5dc5-e13f-4b40-b3c2-f59bd388c250", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.13636363636364, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "5ce7bd33-4679-4cdc-bb9f-6a0c142c21fb", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "be111149-4cba-4115-9be9-dfc3f22ec0e5", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "35e70233-2d87-429c-a546-718c0a8fc653", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "b6f961d7-0737-4318-9fcf-a05c0d84a507", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.68181818181819, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "ece40ac2-25d2-4e64-9980-f86d6b24fa26", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e7247aba-f771-498f-895c-15ddd629817c", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d52c7623-7a77-4a22-9ea3-77dffec5e42a", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c31bdbe7-9546-4bef-9fa4-36124957f6aa", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "d9825e09-1cd3-47d0-9de0-1995202b76f3", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "7c57b705-7526-42e5-a064-28fc7d95a4b9", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 62, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fd61d232-bd3a-4945-b299-f868a3cce1fb", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.36363636363636, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.36363636363636, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "0add81c3-a96c-4060-bc9a-f4f3d5823ea4", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "f7bbed60-563a-42bb-8921-f56729d0759d", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "d64664b8-c6ea-4eec-8b99-82d48f9c40ed", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 62, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "b99610d6-8c64-4cb1-8434-8ebd90fa8c46", + "newLocation": { + "bar": 62, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 67.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 63, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "9eff171b-def9-4ca2-b829-a337a9afab93", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 67.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "216b7709-e5ec-4b91-acf9-32317def97db", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ce9ef422-c3b1-4d45-9723-47425f3b29e3", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.04545454545455, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "efca6df5-2229-4f23-925e-de5b77cf6b5a", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "ee6e5f8a-6143-4ea6-ae3d-bf09486c1c6b", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "a7a73316-9516-4bd2-8d35-071f9eb29c32", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c29ceb6e-f895-4d9f-9190-592abbf3ddc9", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.45454545454545, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.45454545454545, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.5909090909091, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 63, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "ed6d695e-9d11-46a6-8774-01cbbb294a4e", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45c30bf2-75f9-4ca5-ab44-65799a05e572", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ddd5a8d-ec60-4907-a33a-5c8d3a8651bf", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 64, + "yPos": -201.375, + "noteFunction": "", + "noteid": "192ac57e-dd10-41ce-975d-df0bd9355fa9", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "f91aa3ee-524f-4f75-ba52-79c5e3bd0f19", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "ec26957f-706c-4089-8f64-cf238d8662e6", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.13636363636364, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 64, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "7ae77aea-b012-489c-81fe-9070a761856f", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "392a19f1-eff7-4593-b4bb-ed01fb60bc3f", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "29304352-01e6-46fe-bb1b-0ca734ff2f71", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 69.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "248f00f5-91c5-4ff9-9855-a33dbe7949c4", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 64, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "2794702a-7ebf-4411-b0a6-3b0cbb0dfadd", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 69.68181818181819, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 64, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "a4e90d93-ea71-4235-b8e8-88b02ff57c26", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.68181818181819, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "2e0c60a6-efac-464f-bf65-2e0c7dbd3483", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3bcf831a-9f3b-45e5-adea-e47ca1da4141", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "42fc320f-a36d-4046-b97b-31bd07bd3fd1", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6f59c064-f1a1-45f3-a474-e2136fdef2a1", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5209f122-271f-468a-a95f-253077fd9f9c", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "19e36ab1-c4d5-4fb9-855b-956756d1fbe4", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c371906d-da33-40b7-815a-966f3a6ae02b", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a420215c-acb7-43e2-8b9d-fd17de39be87", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f606bbd4-9df3-40b8-8d3a-04346ea49745", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 65, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "73592f15-36ea-43bf-bb62-8becd6a5621c", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 70.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "07603da5-8912-478f-91b8-384b646b272b", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c61ce875-1d4a-4c92-bece-5eaee78046d7", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5c2567bd-1cfd-4af0-b266-682eb1e1dec0", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35d95a8d-3240-4282-b459-39251b41b133", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54cd171a-653b-4f95-8459-8683e836df1f", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -201.375, + "noteFunction": "", + "noteid": "36d058a1-147e-4fad-a00e-c5e2cc43c4c3", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59c8e877-cf18-4275-954b-f6634574590d", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2779f783-49c9-46a8-936e-50db5809fbf2", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "64d25ae6-df59-41e6-896a-8a246f8b3234", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c60f43b-bce1-41ef-8e8b-1a01acbf64f4", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a9901dd5-598f-4373-b040-3f5255246584", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 71.6590909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 66, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "62c64a75-83a8-49a9-b453-08ee558226e0", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 71.6590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "181b0bff-9dbe-4904-8397-8745ef934434", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fe8fe6a7-a7ea-4f22-8216-db5cd359c991", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9ceb1173-c9d7-43eb-8c5f-3e71a8e744cb", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "94d2cd7d-2007-4a61-864f-8e9c7e25991a", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ea523b5-be96-4668-b5e5-50d7f357bb70", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.13636363636364, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "bd45095b-203d-4cf2-aabe-a977425995fd", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.20454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "68a34430-3993-4ee8-afe0-a0e89f7b3d5b", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9f03cf0f-3097-46ff-9161-57274186edac", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d68aac6b-7c1c-45a4-bc5b-22b0004cc0ae", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.54545454545455, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.205, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "86e49454-7c2e-4c2e-ac4e-278c0f67aabd", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 72.54545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ab14f76-2f18-49cf-b1c0-402e24368349", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.75, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 67, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8db2d1e8-f49b-412a-aa13-17410733741e", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 72.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ac7b3ed8-c4f0-4b2d-ad08-135db67452df", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "67e687ac-f775-4216-82ae-c37ec845ece1", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d853db8d-f867-4ed1-a80b-52fe4a4cc637", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "98a1fae0-e53b-49c9-b6ea-1f76a93aa29c", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c305bc32-5f8b-4214-bf6e-5df960db27c1", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -201.375, + "noteFunction": "", + "noteid": "616749f0-84a5-4ba1-8eb3-394771fd34fc", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d5fbadc2-d30c-42d9-9d94-e81009fedcaa", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10cd0ccd-5fce-45a1-a42e-94cf3b015bd8", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b0cc56b8-4675-4112-9049-7d886a7097d1", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e0654e8f-b711-42f2-8189-7835d2236ca8", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d0bf2042-1bad-43de-9f39-99a5f147dc13", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 68, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "cd742601-bca4-407a-8eb8-03a724388587", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 73.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d3f910ef-c1f5-4562-8a6f-f6719526fefe", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.04545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "34ca0309-902a-4070-aa90-ea5aceb3195f", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.04545454545455, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0c00b00a-fe34-4d1c-9e52-162b770e282c", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9b5d0df3-fc70-4bce-9dfe-d1c78a5a76fb", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.24999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "25f4274f-cda0-4d28-80a8-063c316f15b4", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b2842bb9-2652-481b-a895-932235b7e405", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4cb311ed-183c-4854-8743-0bdcc6833bc0", + "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": "284e0acf-ffcf-4f6e-bd87-36a1173a5957", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.59090909090911, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "79d515ed-be6b-453f-a740-662cb1a0933f", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.6590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "09ebc58f-df89-4209-a128-d8c2f0637d4f", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "052e9ec9-f858-48d4-b8cb-00f4a29678f2", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ba4dbfc-9e9a-4cfc-ad2c-4199bfe2394d", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3b6d07d1-6127-41ab-8dc8-bed0ee210676", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.0, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.13636363636364, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "65684f5f-ac4c-4bb2-a4d0-414a5984e99b", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "82f63fbd-eb42-4c09-8a4f-1f7e5fb654cd", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c0c9f7cd-f36f-40a3-9812-8f30396207a5", + "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": "acd53a3c-ed9e-4e2f-ad73-9568515f09ea", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.54545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d3e35e21-a420-4264-824e-ab8dab28644c", + "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": "e257bff2-6bb2-4379-9418-43a00e4570ba", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.68181818181819, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "718c233c-cf8e-40de-a74c-fe1a851834d8", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "402a653c-ad06-492a-bb5f-d98eaa22b8ed", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b02a665-9625-429d-bb8f-4b5862c0e9c4", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cd8ffae2-7b5d-440e-803c-4d178aa413c0", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.09090909090908, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.09090909090908, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d5db52f0-2d5e-440a-acf7-87799712c7c4", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.29545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "d71a6b40-68e9-4ca7-b7df-3eb578abbaf0", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "294ef41b-18f1-4ff7-bd53-fa7fcba6812e", + "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": "f7387135-b2ae-4a91-b66a-abfa81e33c8b", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "96478ce7-b067-4deb-b7c8-1421f0c77930", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7bc12488-735a-4baf-89b5-c6079182305a", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2456cb4c-d638-4be0-aa5a-df7c25489b23", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "52ad9c85-b1fa-4710-b0d4-009814602860", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c988fb88-2998-423d-a929-e90dd7be0b18", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6e0ab8e6-ef73-4007-8816-d521c9f3ef77", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3b3c959d-ec46-49d1-8ee8-6587eadd95f0", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.18181818181817, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.18181818181817, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9af2ead6-6e44-46fa-8d01-45363d923259", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0e710b94-671e-4d41-825c-7dfd634e12ed", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "972fe57f-a7bd-4e58-876d-da49e6c99e31", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.59090909090911, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "bed8f6ce-22b5-4b0c-8d13-a13be70ff931", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2d477b7-1ce8-4b33-a26d-5736ce36ac80", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "954845f3-3846-49f5-85f3-f10c1657e829", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -67.125, + "noteFunction": "", + "noteid": "96b4ed2c-da5e-4cf8-979b-82a743918ae0", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "896f5ad5-8bcc-48d0-b5c9-c6fe17ea3f3d", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e2dc1e5d-b3d7-494f-9c6c-2b8eaaf0edb7", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.20454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d1be28b5-d028-49d8-b526-a097332f9e24", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4441ebce-13cc-4475-ac67-5e1e1cbc6a06", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aabe0cc2-2699-4b45-8574-d375f5411040", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fb122ee5-ad1e-4d24-b548-ffc19554b0e8", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9fa6c1b7-6a98-4ecb-8989-ecd329567314", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9fc94a19-9974-4f26-9d91-7e7df45ca26d", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "118dd09a-cffb-4d9a-b1f3-8df95b34c3c1", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6683e988-008e-40c4-9d58-7568f2c400a3", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.205, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "39ca52ff-c126-4e6f-9786-4ed1401aa4b8", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "024a1de8-40b8-414d-ba58-c4cbc36801fb", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.29545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b8e2dae4-ed84-4497-b952-7ce9a0193c06", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.205, + "barNumber": 73, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "e7601572-153b-4122-bc4c-f580c3938fbd", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 79.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cd5c3ed5-d971-4b4c-b1f6-f8272613dfb4", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "64b6e136-015c-471a-bc18-a69bed298285", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "56df1be2-b2aa-43db-b7f7-d35e75f9a99c", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b3358525-7cf6-49e8-b937-2b83f7f9a539", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6179d513-51e6-43e1-a11b-936d2c7816bf", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "83d9cd5b-0ed0-4215-b595-2b87c8276266", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "60273fb1-a422-4b36-95eb-9f1e8ce8fb15", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3a5caab5-bd01-4b9b-b44a-c93eb5a0a807", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.205, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8828782d-558c-4369-830f-e8684d7729f5", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 80.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e0bc9fbb-6c43-475d-93df-bd0ebf13ad8d", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.205, + "barNumber": 74, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "e894c5a3-b570-4123-826c-b069d415608a", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 80.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "3f4e39b5-690c-4bed-ab75-36ff37359bd3", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 74, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "aa6387df-20db-49e2-83dc-e6ea822e9868", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "85aebd95-24c6-4734-95ba-41d7cfad348d", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b9aee029-2347-4b70-9909-42386de843a8", + "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": "b4d6d6ca-5049-449e-97c2-8dbbb0428931", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4f6fff9f-efda-495e-a7a1-ee504c10da9a", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5f68a6d5-741f-4a6c-b0b3-a7c446fc6390", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "30ad7097-1a6e-479a-85e4-abc7256cbc35", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.13636363636364, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "69fcf8e8-eb5f-47e5-b4da-208b17d8d88b", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.13636363636364, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "41b5d5e1-8ce7-432b-b2ee-ee1d1f435ca4", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3fc4c468-9046-4436-aacd-a30a12863057", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "709b4161-1a18-4397-adb7-c8f011ff59e6", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1f7d69cd-d3fe-45da-a75d-ddbd69b2c783", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "51a58b30-d0dd-4048-8236-1cab67e3d90a", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ad4d653b-14d9-408b-b729-2362b1ff5dac", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7c8c4aed-e5f5-440d-891f-9d2aaa6fd1bf", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.81818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99bcf037-7210-4b58-b3d9-810774a902b5", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40394018-b3a4-4dd5-88f2-2519239c98a9", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.95454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7d899df1-2209-4ccb-86af-ded8d94109c6", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cd65f0a4-0c67-4541-99dd-da24ae62cc6c", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f2dfca4a-6af3-4cad-8ecc-da190627a132", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8ca991ad-9bf2-46d1-b8e1-e7eff1bc543f", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a6bd21b4-6ca2-462d-8d32-b0a1df849563", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -67.125, + "noteFunction": "", + "noteid": "222c9bfc-1968-4e9b-b1a6-3c5a30ba3d43", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "379c6033-cde4-499d-9435-3ccaf48f9f05", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.43181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "656300fd-4b45-469c-ad8d-82beedf51a75", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3f4500f3-aa41-4ca6-bb81-610499ee8c18", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1b7ada8f-c5c4-48d8-8a3f-d334390095ed", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fc9b6152-be70-4015-ac1c-1ac154b645d1", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6cb7354-60f6-4417-bad4-d574b44cd1f5", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5d62b929-170b-402a-99f9-f05b642872f1", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "df33b38d-594a-4797-a996-1528eb95fa7f", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c858cb55-9a19-491f-8be4-cb47e0d74c5e", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a71927ca-58b3-49d6-b054-3f621c00216d", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "99fb11ab-262f-4033-9ad5-e34d8f1238bb", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 83.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.545, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d5573264-ace0-4caf-923e-8e9cf7438e6b", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 84.13636363636364, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "98890584-e5b3-43cb-89f6-b75e6f46cd77", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dedb0b35-9225-4f2e-bd73-77717add25f6", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.4090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.409, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d49a7361-a18c-4aa6-9e1a-9f618c9558e4", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 84.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c38cc63-ffe3-44eb-baee-f77b7ae74b66", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e47cb4ec-b643-48a0-a81e-fd07fc7c1ca4", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.09090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.409, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dae44a52-1b9a-4b9b-82de-5c794e393733", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 85.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a0a81922-a009-4b29-a678-0dc1ba47867b", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "efb676de-30ed-4a52-a0f7-202eef0abdbb", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.9090909090909, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 79, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d7ec2797-c649-48d8-81dc-806adc7e60b6", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 86.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "493e4fe3-2c70-4802-8f39-2155a6521e52", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc7f3e16-88e8-43f1-84a1-731ef52fd6e2", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "96d6502d-0ed1-410f-9291-af1784fda76d", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2ff87487-aa41-4b32-921a-f9105c40be4f", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.93181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "a8455e44-8336-44e9-871e-7240e40b925c", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.0, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.13636363636364, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "ad509a93-59a7-4d12-a867-c81a263351fa", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f1d14398-8c3b-4386-b1fc-4e5265130f3f", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "44a1e613-dd3d-40b2-b55e-40b9ef1c4364", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c6f81f99-b2b1-438b-a351-a2767fe00aef", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e2185913-6c20-466f-870f-35d20773bd46", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8720d03f-89ae-43a0-84b0-520870b17f89", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ea90ba30-4b8c-4158-b188-242f1e7fed2f", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6fe7d650-fac7-4de2-b9ef-4b1019c71df2", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "45d366c0-0594-4e9c-9ca4-61e6e577ed8a", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "dd7a96ea-58c7-4a75-8950-05b74e9009d3", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.545, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bac23166-c699-4260-ba24-cfe0d7aebc79", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 89.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8bf64210-4ad1-4142-964c-0e3d23def8cd", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.409, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "903e98c2-ce28-494a-ba6f-827dedab77ea", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b631510b-bd1b-4308-aaed-1d6803937336", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "22c6de0f-e35b-4e07-b686-63c28533b6ad", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 201.375, + "noteFunction": "", + "noteid": "48214157-fe18-4a88-b567-47611e50915d", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -201.375, + "noteFunction": "", + "noteid": "36d63aa8-f29c-412e-90a7-91985084c83e", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b9ee65ac-6291-4d33-9c01-8dc3ba99cb76", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 91.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1cb18f4f-a626-44be-852a-4217bf47b965", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 84, + "yPos": 201.375, + "noteFunction": "", + "noteid": "eb55ec33-ebfe-42cd-8a41-ce41724e93d8", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aaa1483c-f913-4487-b199-cfc5855080c0", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 85, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1873e87b-553c-4582-8db8-63c968f401db", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 85, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1b93570c-26bc-4dce-b551-ecde3f6c904d", + "newLocation": { + "bar": 85, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.04545454545456, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 85, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "83193db5-cb04-4dcf-9a09-277507a9d42b", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.18181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.091, + "barNumber": 85, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9a1726b7-1630-496f-98c0-be9ca09b454b", + "newLocation": { + "bar": 85, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 92.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d244c267-bfe7-49c1-b6ef-519193cbe0f3", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5cbf0fba-e029-4efe-bdfc-c45b27a9d65c", + "newLocation": { + "bar": 86, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.13636363636364, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "8eab81db-cfd1-470b-bd9a-8d5e5d397add", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.091, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54605807-f161-486c-950d-4de7807aeb8c", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 93.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2a6ca936-8c8a-4862-ae5a-9526b1e67fcf", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8aa84003-8f33-44ef-945b-ce0ff6724036", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cfb42527-38c3-412c-856f-b86b2f673830", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.182, + "barNumber": 87, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9d31ee89-7918-4d3d-aefe-09d6b49fea95", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 94.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2e3cb309-0482-44d3-8b94-8b49e5fac319", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.04545454545456, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "999fe83d-5598-4f43-9085-28b5b7a97724", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7920a839-da62-4624-be02-1c641e1c70af", + "newLocation": { + "bar": 88, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.5909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "f3c130b3-2676-40d9-924e-a9f08826c24e", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "42bb6f86-1854-4d25-ad8b-fc369ff38434", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "df1314cc-c909-4fd5-a8f2-7edffbef8579", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ce6c669b-fa0f-47a0-bb65-51e08ed581e4", + "newLocation": { + "bar": 89, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -134.25, + "noteFunction": "", + "noteid": "96a817a8-3827-4a24-9081-847c8bb844a9", + "newLocation": { + "bar": 89, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.091, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e7f30cc-a2ed-49aa-ad78-cf08bcbe6f2c", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 96.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cd24af67-237c-458c-bba5-26ff76e7ffdf", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.81818181818181, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9e9d972e-843a-459f-99c1-006e47b81a02", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bfbf962b-dd89-41e3-af38-7552e90f46af", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d125d94e-44fa-4302-80bb-007eb86a671f", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.091, + "barNumber": 90, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed335ea3-4ad0-4c5f-bcf7-6d26e1e2ef85", + "newLocation": { + "bar": 90, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 97.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 67.125, + "noteFunction": "", + "noteid": "da469355-64b2-412d-a29b-01379254e71d", + "newLocation": { + "bar": 90, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.9090909090909, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.18181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "be4871c5-ca10-4574-81ba-980c4d699d5b", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -134.25, + "noteFunction": "", + "noteid": "64994056-734a-49c2-9175-e7e18fa1c250", + "newLocation": { + "bar": 91, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "b3c8246b-f33b-4d03-9bdf-29218049eca9", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "54054f44-f246-4a9c-8ae6-8c2051bc3938", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.818, + "barNumber": 91, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e2da492c-7927-4d62-a2cd-938210b9392c", + "newLocation": { + "bar": 91, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 98.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.125, + "noteFunction": "", + "noteid": "039e3992-2f83-4f38-b6d0-49d2702559a7", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.99999999999999, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 201.375, + "noteFunction": "", + "noteid": "529fc96c-3457-4a98-9c87-0e90bfd75166", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f7f9fa2b-45c0-4f75-a012-3f05b8c03d31", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8df6cb1e-e80b-46e6-9a17-8f2fd425a87a", + "newLocation": { + "bar": 92, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": -67.125, + "noteFunction": "", + "noteid": "da56eff1-9225-4565-86ed-5b6b7acd746c", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6b903531-ba43-46dc-963f-a39d5369203f", + "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": "f5038b2f-f0d1-4a98-a846-07bb5b2ad0ee", + "newLocation": { + "bar": 92, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f1b2af10-c104-4d61-baa9-34e8bbbede00", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1f04e1a3-5816-49c7-ad42-c22203367c38", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.56818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2361c006-854d-43ee-b412-def0d120a420", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e5df00c-6687-47d3-a219-01c2814bf9e5", + "newLocation": { + "bar": 93, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.70454545454542, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "c4f3df67-f471-4097-8c59-3ff6a5de720e", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5df7bc7b-b44a-4f2b-b57d-525f0464ed94", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "17ed6726-0254-4ba7-bd75-81138b157b0c", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.182, + "barNumber": 93, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4eef3dbd-991f-45e1-b78a-400a3edd086d", + "newLocation": { + "bar": 93, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 103.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 96, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef406a40-0417-499e-b8f8-2bb152f33ed6", + "newLocation": { + "bar": 96, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 103.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5e5cec24-6f36-476c-8f8c-ceac532423db", + "newLocation": { + "bar": 96, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 104.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 96, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cbc265ef-b02e-41ff-a199-72ba2d668560", + "newLocation": { + "bar": 96, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 104.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 96, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2a9d6d6c-e8d2-4114-b37b-5daa87d01ba1", + "newLocation": { + "bar": 96, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 104.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d3fced45-6396-4286-ae46-7aa1575f2dd2", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7d24e325-2289-4917-b214-a66a542cc480", + "newLocation": { + "bar": 97, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f610949c-8fa3-4534-98c6-f56959e3624f", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "57474bc1-79b4-4ece-9c07-a45c7019c876", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 67.125, + "noteFunction": "", + "noteid": "aab320c9-9e77-4058-a1fc-d9a8128fb7db", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b910c6b3-116f-4fe9-bf8e-809232aed800", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54561259-2bde-4a2d-a656-7b5848bb4b7b", + "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": "a40a6bb4-ee3f-4fb8-a415-fd275ccaf147", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -201.375, + "noteFunction": "", + "noteid": "952a26a6-2d1f-435e-a137-8fc1e8b4170e", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3d569cd7-cfef-4cb1-aac1-46e6b7775ee8", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "826a06e9-3b48-47bd-bf6a-30a78f1e001e", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6690452c-99ec-40fa-8f53-32c9dfd6b213", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "457a6a67-5d66-49e4-834b-af740e1f26b8", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "436cf155-2003-4d40-92de-1b2026523b14", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.50000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "904eff78-4ce0-4aa2-b307-e8969607ac0c", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 201.375, + "noteFunction": "", + "noteid": "06e5bd1e-0784-4887-bfee-cd5815edeee0", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "60448edf-964b-4243-8a47-94df04d505ed", + "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": "55b9c9a8-d1a0-47d2-94e4-505f23a574d9", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.04545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "adc8f204-4146-488a-9cab-c3f7d458b19c", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e9466cb3-0657-44c1-abf7-f926e9bcf1cb", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd527b57-0513-4c7d-b9f3-644badd8a5c6", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5e85e45a-e07d-4745-b72b-ab493c0eb02d", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5115e787-5714-49ee-8905-c58b239766fd", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f24c8497-2f44-468b-a7bc-46593bdb659e", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "4af6f5ad-4908-45d6-b57a-bf3ba27aa91b", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "5a7db70c-3a5c-4b45-b207-49cba748ccfd", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8004b501-43f6-4e8e-a558-f3f84cefad60", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.86363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0902c6c1-b9ef-4021-98d2-c33dede1cd68", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4597c6b7-a3bf-4d9d-a373-c763ecd418ed", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7342aa1e-47c8-485d-a198-96f95b492fac", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -201.375, + "noteFunction": "", + "noteid": "55046c45-8586-4593-a400-c0fd61e453a1", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ba9895a0-0c36-4b93-93e0-1aa76fc528cc", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1c5bdac-5e11-4d4a-b4f9-b85334a6d967", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.4090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8ee04dee-77b2-46b2-ab57-cad4e04e2919", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "724d33b3-d280-46bb-97cb-76fb073b9e98", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "367705e7-b20f-44cc-979f-320d7d4399d0", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.61363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "c168b073-a634-467e-950b-efdb9fb373eb", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 67.125, + "noteFunction": "", + "noteid": "71b638d4-fb6e-4166-932b-2223c051b3b4", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.74999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "bb11e6a4-f074-460e-b76a-a6df7a6ccfa1", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.81818181818181, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.81818181818181, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 201.375, + "noteFunction": "", + "noteid": "35d0a61d-8d2d-4fb5-ae46-88103869797e", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "51d905b0-0ed2-4edb-aaa0-0bd30f61a91e", + "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": "d5fb8ba8-1609-4731-999b-5ccf63223bcd", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.15909090909089, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "1c766d14-8b23-4da1-9a3c-6f67d31baa01", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -201.375, + "noteFunction": "", + "noteid": "98a520f7-db09-472b-a33f-0be18971d844", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ce6f1a03-3bd3-4f1d-9b81-56ee94075245", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1ed6feb2-9ebf-48eb-a319-691ee8818aeb", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd3b58c5-86db-441a-847e-0feb9818a91f", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.43181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "e904b00e-06fe-4766-ae05-4e1a4120ddcc", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.50000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "4702119b-34d5-42e4-87ae-d3d1992fff2c", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "0a97f319-8ecc-4fff-a9f6-67416365df9c", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "562a9aa9-e8dc-4dd3-a2e7-8505f6009a83", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "93cd0296-a7d3-4572-be9a-f3067bf57390", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a591b365-9662-40cc-a88e-7fffad8b8cdd", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.9090909090909, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.9090909090909, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.04545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "d32a0496-3775-41f4-a40b-a711dc612919", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6689c25-8957-4761-a724-5b39305ba5b5", + "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": "6700dd2c-e9f9-4b4b-b025-8cec383dca64", + "newLocation": { + "bar": 102, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0c2e26a6-8171-4e50-8e15-fc6b03c579d9", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4249247f-d3ed-44fa-843e-7ddd30855c90", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a64e6aee-bcd9-481a-88eb-f230bf033edf", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.5909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "50b8ebf8-31f6-4e0c-9b91-cd041f1243b0", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "847b6f58-8b3e-47ab-a1b2-c644768662a9", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97d98ea4-77d2-405e-8dde-5017dfa139f4", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.79545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "81210dda-f32a-4a70-b9ac-06aa68d26461", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.86363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 67.125, + "noteFunction": "", + "noteid": "485d51aa-0f3c-42be-baf6-e12e79be07c8", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.93181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f984b342-64ad-4e56-8873-ffbf47b732e9", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.99999999999999, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.99999999999999, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.0681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "1735fad3-7e26-4241-a0de-3b13128b1ca2", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9dd03198-7bee-4441-b930-111f9e9f37c1", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.20454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "df332b32-5dab-4ba1-9d19-a2ec530f5e08", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e6a20500-19be-485a-bce6-45e760f29aea", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 103, + "yPos": -201.375, + "noteFunction": "", + "noteid": "51c7f545-074d-4f03-bcba-b43aaeee2682", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "580256f6-e694-4e01-9ddd-b7a16bec6236", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 103, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c83b8e57-7f68-40a1-811b-d17d3d5edcff", + "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": "762662f2-d25d-4e87-a986-b16b7d3d3891", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "befffefc-f635-4fe6-8fdd-21ca9e70f373", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 67.125, + "noteFunction": "", + "noteid": "93730e97-9161-4f91-a8ec-f60c33f492e4", + "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": "6f40e5a6-9534-422c-a176-d70b0b303886", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.09090909090908, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09090909090908, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.22727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e075c37c-4da7-42e1-ad3b-c3294e508458", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ad562d1f-a4ee-4b98-bbe9-5ed8629cd370", + "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": "bbecb258-97ed-4205-a1dc-f39597661e91", + "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": "c546f38c-1b88-4855-ba30-e347296dc031", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.50000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "f95c2c5b-9e95-4633-b063-0e7790c35a27", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.50000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "68baee9f-381d-4ca5-aa6b-edc814550dcb", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e1a334d-396b-427f-9f46-683db4b0a238", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c2eb80f8-3db9-4fe7-9416-f689f92706e2", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a8f5f4f9-8bd0-40a1-89a7-e0dd9f1556c1", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -67.125, + "noteFunction": "", + "noteid": "635fdadd-75e6-4479-9e55-fc0f027c8878", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "58d10f2a-a72b-490e-90cf-93084d7e21e9", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "abfec95f-0e25-41e0-a763-c91ac99506c3", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "df6586e4-8141-481c-af6d-cad0f106f0d9", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.04545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "8c7a2f40-a238-4155-a2a9-6b9b808350d5", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b2f60b7a-21e5-4e32-9050-50fc9ae48274", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.18181818181817, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.24999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "6146ba94-9d2f-471c-a0a5-64f1a8bdff02", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bddd57b2-8c18-4cdd-b5f0-cc892639bf7e", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "3ab2a454-73f6-427f-9df5-c41e255a53fc", + "newLocation": { + "bar": 104, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b85365df-9c7c-442d-adda-d1775658000a", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "047e9895-0bb7-49ce-b578-d973e1b2a451", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.52272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "fbee47ec-2971-424e-902f-ba758cd367d2", + "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": "88535b5d-2cd6-4585-8c58-90145c7041bb", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.65909090909088, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -167.81250000000762, + "noteFunction": "", + "noteid": "917b5c93-6912-4e56-9bdc-1a46e2978749", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c6ef576c-339c-41fa-8aee-70f32dedfa53", + "newLocation": { + "bar": 105, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -134.25, + "noteFunction": "", + "noteid": "001a95ca-487b-4bea-b77e-80eb9184b3dd", + "newLocation": { + "bar": 105, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.79545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "e292ac63-b0ef-439f-a8c6-3ab9ec8903d9", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -67.125, + "noteFunction": "", + "noteid": "08bf6b6f-0a33-47e4-8d0e-e6d0877150dd", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a104991a-9e59-4fdd-a4a2-dab085e691c7", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ce3a226b-d9c5-468b-b33b-252920a28cca", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "34251cfc-2cfb-44bf-859e-bb4d73b70688", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 67.125, + "noteFunction": "", + "noteid": "89284e55-fa81-4c2d-9ee2-fa6b9a52070e", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.20454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "03a2534b-47c5-4773-9c2f-46048889fd17", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 201.375, + "noteFunction": "", + "noteid": "daa4b1b8-a5e3-429b-a83b-6590cef96840", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4fbfbff7-bcf7-4bf3-aa7b-fd6d95df122d", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a4384976-7674-40bc-a5d7-07a694890ddd", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.68181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -201.375, + "noteFunction": "", + "noteid": "19da5112-5ca6-4df2-b388-aa274255c72d", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.74999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ced56703-2e57-4d13-ab32-7614e00d11aa", + "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": "9d4f702a-6070-4503-8092-8d29d5fc56ed", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "95856e8e-03c4-416b-a161-ed31f4944aeb", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -67.125, + "noteFunction": "", + "noteid": "47414e3d-2d06-46dc-b799-8df36dcb5c64", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bb5160bc-ab7e-493b-88cf-c2aae35def02", + "newLocation": { + "bar": 106, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8b43f014-4ca3-4973-ace6-64c85e7f7d13", + "newLocation": { + "bar": 106, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4be214c3-7105-48cd-b6b5-fb5883b95f05", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f26dd85c-a7fa-482b-b7fb-18a7d0e98a36", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.36363636363636, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.36363636363636, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "91e1ccee-353e-4449-821d-127ab5629096", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8d80276b-e72d-46c7-a1af-d5a1160c1dc0", + "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": "285c5dfc-7b28-44fb-bb93-bd78e8747766", + "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": "e5050c5e-0f5a-4df8-8d37-a4182ddcc15b", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "3c0eb65a-6d5a-4e59-bc72-8f1184f62a62", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "583100a8-23da-453d-8371-7c06cff71d9b", + "newLocation": { + "bar": 107, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -134.25, + "noteFunction": "", + "noteid": "90ff0cc4-d992-4159-a5fb-efa3f4156535", + "newLocation": { + "bar": 107, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.04545454545455, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "838c2d83-b310-44db-af1c-6292ebbc58d5", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4399e83a-836e-4e3d-9848-cbcbbec3b616", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb427815-1ea5-479a-80b0-82e756bb4f31", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 67.125, + "noteFunction": "", + "noteid": "24ca84da-c283-4687-a59b-4fc66dbcac45", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f5630ffd-3c12-4f87-836d-e8f874603adb", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.59090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cc9d1501-1f9f-4a47-a3c4-9de36a376a86", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "492e107e-d774-41cc-8385-f4b54216f2c5", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eac0fecb-6e52-400a-8671-06f861a7ca63", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -201.375, + "noteFunction": "", + "noteid": "991e384c-d133-4a9f-bfb5-9e0b3842ed1e", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.93181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "bdd6fbde-ed2c-409a-9cd2-295cf9901021", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "da149c5e-d19f-461d-9b2d-06384b768df9", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2f3779fa-978c-4b7e-be0a-a22bbd53bba6", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -67.125, + "noteFunction": "", + "noteid": "aa7c7463-84f4-4308-88e4-50e0947c3e5b", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ed5e925-c67e-4035-b86b-414eb1ae8481", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "46a25151-4f93-4395-9cc1-3be9dba98b58", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 67.125, + "noteFunction": "", + "noteid": "90cbaf1f-a2fd-4024-8890-331263a31683", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.47727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "260b2d78-e935-47eb-a3c1-c7bf66379d12", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.68181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 201.375, + "noteFunction": "", + "noteid": "abaa83dd-4caa-47c2-9e44-a81b3d30ec2c", + "newLocation": { + "bar": 108, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "237dfeef-2d26-4e7b-bf47-103a4d897a8d", + "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": "a7ae137a-f129-481f-84e3-b948da9712af", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4df89f7b-10cc-45df-99b1-1ebeafee0670", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4ffd0bf0-b6cd-4d35-acdc-545d6f9c2a31", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "74cce458-287a-4fda-8e79-35350fd68a49", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2060def3-d332-4857-9505-66ff2f84d959", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "68ba3a1a-3cad-40d4-889d-02871f71448e", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.15909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "e773bede-63f2-4bc1-853e-419558cf55ab", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3f952170-4365-44de-bc10-f0876e4252ae", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "9dde5634-f349-4a8b-97dc-87ef2c3b10b8", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "70679ece-c911-4a88-bef6-2f2174b8b2c5", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "52f5c189-5a5c-4221-9860-7a6fe0eac56c", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "a3f48328-60f9-4e9f-9416-bd7f087ef560", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b7ce3f16-afec-45a6-b8f7-2a07a918f7b2", + "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": "a9cea25a-d023-48cf-a8bb-644dcbc83906", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.77272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 201.375, + "noteFunction": "", + "noteid": "15079bdf-08a1-4f3c-bcd8-66890e3b1052", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fd31630a-d81b-4fba-8f99-89f4deb2c294", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ef5d1e5-f292-479e-ad1b-270ef4d9062e", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.04545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "e75a9371-241d-49e5-931b-2baf04364d86", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1d9b5607-dee2-4bdf-93b1-790e4545c368", + "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": "471a9c6d-928a-407a-b379-69756cb48d1c", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -134.25, + "noteFunction": "", + "noteid": "766ea655-cd89-43de-b9a1-18e90c9aea22", + "newLocation": { + "bar": 110, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.31818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fdd9ecf3-e135-47de-a45f-efbc34912c1b", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cc61a543-9fad-4438-bea9-49fd8fffe991", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "612b6e75-7049-418b-946a-34a7c620843f", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.52272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "969b1cad-2058-4227-b10d-4c891d66afc2", + "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": "012a30cd-faa4-46b8-81f8-cebbae0a5743", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.65909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 100.68749999999237, + "noteFunction": "", + "noteid": "a2314aba-e563-436e-84e6-93e741be8caf", + "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": "a7d45458-b73b-4b8b-8613-93426959919c", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.79545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "ed60103f-9306-4a97-ad47-82360f3ca331", + "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": "ef320cd5-de6f-4c6e-b880-ad2a3997b292", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.93181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "266be237-01c1-4c73-88f3-fdca1bce99aa", + "newLocation": { + "bar": 110, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 111, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0f3b26f0-daa1-47ff-81f5-11cdaa5d14f0", + "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": "2e6e8109-2742-4b3d-bb00-456667606131", + "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": "0426407d-4624-4dd6-80d2-ac871dd301c7", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 111, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e0cd2717-1abd-4095-b721-ffca2eab0b7c", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -134.25, + "noteFunction": "", + "noteid": "95fbfc8c-cfe5-420c-8024-16d57b1b47ec", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.27272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 111, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59cbddc9-57d0-4643-a4af-6bd0bf05181e", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 111, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5bbe1751-bc61-45a4-9450-bf771cde37a4", + "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": "f7d8d74a-3053-4286-955c-71df9d67f462", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b6a0d4ed-f4de-4de6-aede-d9b255a83a91", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed99fc36-23bf-44d1-8699-43209e113757", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.74999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "fba0045f-0c56-44d0-8b13-e28f2faaa0e1", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.74999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "294f97f7-2d50-4aac-b42c-db7702887f07", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ea7d5a5b-1d20-47e7-b527-931c4534437e", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.74999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "e66cf5db-b295-4777-88c6-4cb955428456", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7c523f79-aa51-4552-9ff2-f9bdce2f31c2", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c0b98f4-a27e-4469-aa91-ba977e441657", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2bab6bb-af11-4f3c-ad37-e54445a9cad8", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2ac3e037-5652-4ade-8635-634e8efce0e9", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9e21893c-4ca0-4abf-8d27-e0b3f8f8b051", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6ec22fd5-9311-47b7-b026-6d19f4192cf3", + "newLocation": { + "bar": 112, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3e27311e-bc7a-4fd9-8171-84681846196b", + "newLocation": { + "bar": 112, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "dfeb2bce-ef6e-4acd-9a94-0eaae4cc2d5a", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "9d1629af-dc13-498d-a5dc-ff09846ec844", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "fb8385cc-47f3-4c55-96be-bc1f17c3959b", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "825e4d37-c47a-4c20-b7f5-e1c2cd079b5d", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5452129c-c6e7-4f96-b978-3b0f350ba70c", + "newLocation": { + "bar": 112, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cf5d4cdb-3b43-4fa8-9b77-3f30f4688dc6", + "newLocation": { + "bar": 112, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "0bb19c63-5b69-46e2-b4f6-eb19b12d61af", + "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": "5a5d1b23-60a0-4f81-a28c-e4003493b37f", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.04545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "af565b1e-055a-4fe0-bddf-ee7d27f8ce19", + "newLocation": { + "bar": 112, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.04545454545455, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "70ea8330-d47d-464c-98e1-3cbe134e2906", + "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": "b9ffad26-77b6-4658-86f1-da6c5939e460", + "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": "872c1ecc-90b8-47dc-b412-8e05b0fa20e3", + "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": "475e7c42-ce27-42e8-934a-078104957caf", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -201.375, + "noteFunction": "", + "noteid": "015e4968-c056-4227-bcda-a802bd2f634c", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "40b031cc-8fb3-4c8b-bcc1-3081c514a66b", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5aab1a13-9842-4998-9efc-e8dce93188e0", + "newLocation": { + "bar": 113, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9e3458c2-5b5f-483a-83d7-17ef2551eee8", + "newLocation": { + "bar": 113, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.52272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "efcb6d8d-4238-43d6-af09-2215326119f0", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ab2565c5-25d0-4758-a3db-3fe7e2bf1e5a", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "99aeb13d-d5bd-4f77-b5d3-5d5b7b9adb51", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "40127c15-10f2-4bb2-8b7c-378a505ca5a1", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "679862bd-5fdf-4b18-88bb-3ccfb9fb5879", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 113, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9b25f7f3-06ca-4069-9159-544d1766a5a9", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.99999999999999, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.0681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "0eaf0b7c-5667-4d03-b1e6-c4a5216e696c", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ded4007b-4231-474e-b350-94bc0802a34d", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.20454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "dd2ded6f-089d-48a0-af2b-d68d564bdb03", + "newLocation": { + "bar": 113, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c6921bb6-20e2-4bbf-9da9-a09d6454076b", + "newLocation": { + "bar": 114, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.34090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "9628bf1d-04b8-4744-8fc4-80cdcc380169", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c7ac4500-2285-49bb-837d-310c336ed187", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "16c09ef1-81bd-4710-9a42-2e25a8f0e45f", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e0e68e13-cd93-4177-8135-53c6689f469c", + "newLocation": { + "bar": 114, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.61363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "502bc6b2-9998-4a5b-a2d3-0748deb6a423", + "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": "2d3a06ec-793b-46d7-85f0-0e6943f04c50", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.74999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a7b461c9-86d5-467b-a2a5-eab1f4901926", + "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": "94ccc32a-e09e-4d03-8cc3-e90678de4f25", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "3980bf74-8a87-4d5e-9bf5-1a5a7df95607", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.95454545454547, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "aa738d84-8b65-486e-8317-8542a6c0de2a", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7882a39e-c44e-4b3c-8d5f-234e0137777d", + "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": "f8f82943-ef8e-40cf-adf7-60b4b75cd64e", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.1590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "5a7146b9-c061-401d-80fc-cd54657b4a4d", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ba1b7c1b-21ca-4619-b4e3-4b58de1a91c4", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "edfbc939-6874-4c72-b81e-6334aa2cc8a6", + "newLocation": { + "bar": 114, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "91f73ba5-80ed-4cbb-b6da-c0316e7af071", + "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": "3d9f8dbf-847d-4d13-853c-47447f83d03f", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "85a27b35-cdbb-4f79-a2d3-ac35ff36873f", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "705f63de-f3b5-4a5b-ba0a-0479b7386904", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "750a6620-4631-42b2-8d40-a05b9f8f4243", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.70454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "385be50d-4505-478d-8e5c-4cc1c99f6565", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2715d018-9df6-470e-a1ae-54c2b46b640f", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.84090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "37cc11ac-a237-4fb1-bf5c-f24b374e508c", + "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": "ea7ef5e1-cf43-4e84-9b51-8dc6af969392", + "newLocation": { + "bar": 115, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f9d44410-2dff-460e-91d1-215f30fadca1", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.04545454545455, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "0311a4de-f833-4534-a56e-ab853dddb05c", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8b10cf4f-9433-4caf-a612-6f34a4f9fd9c", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.18181818181817, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.24999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "29ddd4f7-6088-428c-b4c5-4f312eca57c9", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.31818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1518f413-cd7f-4f13-ac7c-faa4f8bbbb18", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "0c9d8d1d-3732-42a3-a9e9-3f8b5a603746", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "90653d3e-ef66-4eaa-aabb-8b4a424de811", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.52272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "8475d3c0-a236-4be7-8872-c83c67926a6e", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.59090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a1d6b729-1cc3-4b57-92fd-ac989b02f402", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ccc64e46-53ab-4a8b-89e6-f0a8189e4d51", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8a577ea1-8046-4928-8d7a-c37307f6bd1a", + "newLocation": { + "bar": 116, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "9b865687-0c36-4f0b-8548-513326a2738f", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d9d24cb2-fd9d-4b38-a3f6-272cd41f1848", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.93181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "3870c8f1-2383-4c75-95b7-5a23ff6f9153", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.99999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b9ea5e86-7c42-4501-8d9e-1abfdd64a575", + "newLocation": { + "bar": 116, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.0681818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "427ca465-f98a-4913-94a9-9bb59641f457", + "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": "e311e2ae-e450-4134-9114-cbfa0f0375cb", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.20454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "198ee8fd-f4c6-4ced-aa18-6fffe4c5efee", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.27272727272727, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.34090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "59b2a79d-29f2-464e-bcf1-d42fc55bb1b1", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6650b3e5-a28c-45de-ae56-d48444482aeb", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.47727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2799de91-0b84-4c17-9e86-c5f48feeddba", + "newLocation": { + "bar": 116, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 117, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7757e551-4e52-4b3e-814c-c74d8b1ab24a", + "newLocation": { + "bar": 117, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 117, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bb29baa5-0242-4651-99e2-8a0a7a825eb3", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 117, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d9b919f8-fb7b-4593-860b-2b18890690d1", + "newLocation": { + "bar": 117, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.95454545454547, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 117, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "2256f7fd-5065-47aa-888d-a4e0663d28d7", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4202076c-c605-46b5-bed5-a9fbce628d7f", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0026637e-8209-4ce0-a929-1ac689b45eec", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d95fe8c8-1083-4c75-8b95-e9af761b78ad", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4f71a1ed-d143-4d47-89e3-8f488df29c39", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.29545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "aca7feef-8790-47a5-bbc5-d758840429b8", + "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": "11749607-026d-4a5b-a541-4608a7f025ac", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.36363636363636, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "74926e1d-d871-431f-8c6a-8058b30a8391", + "newLocation": { + "bar": 117, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "614c6552-59e3-43bc-b847-8ca978f0b496", + "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": "327c1ca2-f3c5-4c3e-8c44-d7218db965d8", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.70454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c2aa7f7f-f8bf-4aea-923a-b25df15e3ac9", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3bda8116-81e2-4ee2-bd1d-b488cfbb7ec6", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.84090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4ee3a381-0769-4054-8608-c23ecb1c67d7", + "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": "f4e851fc-0ba3-41e4-b9af-af8764adccf2", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "300e586e-5da7-47d3-a041-27233981c096", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b390148b-b3dd-4e8b-9681-7cd4968b37ee", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "ab2d7c5b-5699-48be-8941-6207fd1a11e7", + "newLocation": { + "bar": 118, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "b279164c-a235-4552-9d09-d5b824af1f96", + "newLocation": { + "bar": 118, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.24999999999997, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "ac183689-ac0c-4b86-bc7c-97efabec105a", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.31818181818178, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "8479e8aa-21bd-424f-a52b-73395e817422", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "98f79bd4-1d8d-4754-beaa-9aa8fe35a579", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.52272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "c5df2985-d257-432e-a8b7-e4effcf6f460", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.59090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "d3eb3c0d-b44c-4b65-9a15-0bc3bf17128b", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "4e93056b-e857-40f1-b7d9-dcfe51e14b57", + "newLocation": { + "bar": 118, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "521bbfbe-9342-4815-b1e5-6f8e2ca842c7", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35bf1b76-63f8-4d00-8959-c8b0694d0d9b", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.86363636363635, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 119, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "7953d5ab-d2c6-4bf2-947a-d092cfa621d9", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 119, + "yPos": -134.24999999999238, + "noteFunction": "", + "noteid": "9bc59bc0-638b-49d1-825c-f10e909b7ec4", + "newLocation": { + "bar": 119, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 119, + "yPos": -67.125, + "noteFunction": "", + "noteid": "87114e2d-7206-4f3c-8820-ede1fd310c19", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "ef3894ea-503b-4b4d-9102-61f6e0eeed87", + "newLocation": { + "bar": 119, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "8f365db4-c772-485c-a9e8-4c2fbd2decb8", + "newLocation": { + "bar": 119, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "000e81c4-c7d5-457a-805c-f8ae37b39c9f", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "bf4b5626-f0a7-4696-992e-4f14ad94e85d", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.68181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "a0cbc867-12f6-4b87-8157-43a5b6f1d321", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "4605e5cd-5b93-4a3e-aab5-754d43fc1f4d", + "newLocation": { + "bar": 119, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c878bc3-d82e-4a8f-a217-439739dcc11d", + "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": "8f382a73-0243-4512-9acd-9ec74df6f592", + "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": "c3f5d63f-9578-4a5f-bbf6-8be1c90d0d3f", + "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": "ac79bbe9-6e29-4a2d-b905-1d5f36456f30", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.02272727272728, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "c5f00522-b8c1-4dce-be0c-7ca6809922aa", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.02272727272728, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "4ee54388-33bf-451e-b6ce-4133cddc773d", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b17e35ad-0d73-4f08-bd7e-283d0d1baf67", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cf65bc9a-e27d-4f43-8b04-5b2cc0d4ac0b", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "1649464f-5c6d-44fb-8cff-d84a8aab3213", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "8864a2cb-d40d-4799-9fd3-aeeec7cdfdb7", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "e23c49f3-c3e8-404b-88a0-70371fcaca85", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "d7ad5496-9000-469b-89ad-c135affa8e05", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.49999999999997, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "f583f11b-039c-4873-b92a-408e68b0c8fa", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.49999999999997, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "6adff64b-be6b-4ca6-bd32-08d1a8254a6f", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "7fa5610f-f776-4f72-aba8-c4fda48c915b", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.77272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "f962729f-ef67-411e-904f-037588168243", + "newLocation": { + "bar": 120, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed559a01-c82a-4422-b9d7-0bd45177c803", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3408e9a5-07a9-4b5d-94cf-be449bdc8449", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.11363636363637, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "1863f3d0-60d2-4e58-8729-90085425fce0", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.11363636363637, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "d22b447c-77b4-4f5a-9685-ed96574890d1", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.11363636363637, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "2553e451-8150-484f-b7bc-d8da47a54c8d", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.11363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "c6308207-b825-4c4d-9690-0a389255eb02", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.31818181818178, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "c035f754-3577-4839-a1a7-e580aee51ec3", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.31818181818178, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "379d4600-9c5b-485c-89a1-a0528fb3d670", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 121, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4e799e12-2aaf-4d25-a94f-1f014a9c6041", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.59090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "10edaf8e-31fc-4717-b456-9dfeb17b1131", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.6590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "13f92fc3-812e-4736-8560-1c8f60bc6e38", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "15d8866a-f7ee-4312-b99c-57b397ad817b", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "1705a754-db77-46f2-af1b-2f31f7f7810f", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.9318181818182, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 234.93750000000762, + "noteFunction": "", + "noteid": "ec418511-9694-4a7d-8b4e-485f6b5afbd4", + "newLocation": { + "bar": 121, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.4999999999924, + "noteFunction": "", + "noteid": "7df3dd2c-828d-4840-8910-41c3738d4d04", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.0681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "6900ea92-e343-4b0c-98f3-6c4d22175d30", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -201.375, + "noteFunction": "", + "noteid": "21a0748d-cb71-4b1e-8c4b-d8afee193305", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.20454545454547, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -167.81249999999238, + "noteFunction": "", + "noteid": "f569884c-f641-46b2-a6ca-d4a1efa463cf", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "620c8be9-4cb1-4980-b8a5-48199f2f4c84", + "newLocation": { + "bar": 122, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.34090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "fd5950cc-e068-4e15-a5fa-41659fd13026", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.40909090909088, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "6a3dfc73-f7ff-420e-b7e3-62963dd4541d", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.47727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "023538e3-d348-4af9-b13d-235172b37066", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fba9ca7f-99bc-4fd8-9979-9c1024acae28", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6754a8a8-6380-46cc-a084-2e2a4b250d96", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "c4b273ef-af75-4709-8b76-061c9b3185a9", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.68181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "7cbace33-80fc-4497-99b2-6515a2175723", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.8181818181818, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8181818181818, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4e7cf649-2f1e-4fc9-a6b2-2c027cf70f2b", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.02272727272728, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 234.93750000000762, + "noteFunction": "", + "noteid": "20b7718c-b267-4125-8f08-c6f882d011b8", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -268.4999999999924, + "noteFunction": "", + "noteid": "0a86e413-eeea-46de-9f39-e082cd5bcb75", + "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.4999999999924, + "noteFunction": "", + "noteid": "13bd7b95-2f8e-4d03-a1f4-401f21c1ed6d", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "91476c73-210e-4906-a060-0c21db29021b", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c4a8c486-e191-4c68-b262-bfb3b733d540", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.29545454545456, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -167.81249999998474, + "noteFunction": "", + "noteid": "d86f9bf0-cda6-4eec-b746-55d04b993d38", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "c3c42f10-1d25-4e44-ae1b-8762dadfb80d", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "c24b735c-5d97-4162-9d74-741eb18ea4b2", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.43181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "9fd8e4aa-b5fb-4380-b79e-5132db784a46", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.49999999999997, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "83908e26-6126-4e3a-9b1b-b7131385d8d8", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.5681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "70a41128-e317-4796-8aed-b236b590db57", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cca6a26d-68d9-4152-8c00-9c6e282a563f", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bad64189-1344-40af-8a31-b59e7499e3fb", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.70454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d477879f-7bd8-4514-b332-d0281434da8b", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "6147783b-9ec1-438e-9f7d-b5d06ee1a489", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.8409090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 100.68750000000763, + "noteFunction": "", + "noteid": "8fb11864-7499-4f20-a0dc-279fc98f3848", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.9090909090909, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "4b5e1942-4bf3-435f-8e37-7e1eec959bc5", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f043d4f5-395e-4000-b282-363a2d360563", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.11363636363637, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 234.93750000000762, + "noteFunction": "", + "noteid": "21e41f92-7e3a-4bf7-acab-78c3b420c4fd", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "fa372ee5-b859-4d79-bb1d-edfc457253a4", + "newLocation": { + "bar": 123, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.24999999999997, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "182988fe-2d10-411f-be5e-aa3cfa44cbc4", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.31818181818178, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "9117a077-f810-45f1-8605-1ca1650903dd", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.38636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "50fa3907-5026-416b-bf64-2be09c8c86cd", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a55c07a4-e720-4e31-9dfc-2131521c222d", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.52272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "e9d25f4b-6d6f-4825-b567-f92d5351153d", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.59090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "3ecc4f40-5db8-4bc6-93df-403f7bfa04e5", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "e62ba8e7-14cf-4518-9633-aa5a161f59b3", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5682845-de46-4d76-904a-3f94cc6abe06", + "newLocation": { + "bar": 124, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "a2d7d005-b64d-4828-a564-c314959af08e", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.86363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "f92e2d48-fbb3-4d69-93ff-f89127b71100", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.9318181818182, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 100.68750000000763, + "noteFunction": "", + "noteid": "f5dcae3d-49c0-43b4-b63c-85d03fd18d80", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 134.25000000000762, + "noteFunction": "", + "noteid": "e1de4956-f4ca-499c-9a93-852388b31b45", + "newLocation": { + "bar": 124, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.0681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "d3a0ef7d-8ec8-4698-9090-57965d03f860", + "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": "614c7ff6-f33c-41cf-9a63-7991e7e79b24", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.20454545454547, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": 234.93750000000762, + "noteFunction": "", + "noteid": "f0d42cc0-4919-487d-b99e-49f19e93d6e6", + "newLocation": { + "bar": 124, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 124, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "c8bb8926-c8bb-4ad4-b3e0-507dd68d7ac9", + "newLocation": { + "bar": 124, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.40909090909088, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 125, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "83733768-53ec-40e1-a218-b1b7c33f929d", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.136, + "barNumber": 125, + "yPos": -134.25, + "noteFunction": "", + "noteid": "85ec0a74-5cd1-4e3b-b0eb-88a3ac4fdf2a", + "newLocation": { + "bar": 125, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.68181818181816, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 125, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "861b3918-0fb2-4535-8849-b737f7a29642", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.068, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0c83f395-aa50-468a-959e-e5844796cb59", + "newLocation": { + "bar": 125, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.068, + "barNumber": 125, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "80f1644a-6aae-434a-9169-2b96c99cd2d7", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.068, + "barNumber": 125, + "yPos": 67.125, + "noteFunction": "", + "noteid": "15257f6c-a1e3-41fc-bd4c-4488938a6534", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.02272727272728, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.068, + "barNumber": 125, + "yPos": 100.68750000000763, + "noteFunction": "", + "noteid": "ccfd210e-3feb-462d-b314-e6eefc1188f6", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 134.25000000000762, + "noteFunction": "", + "noteid": "f5ae1809-6f6b-4b9c-8e31-383fb86d83ae", + "newLocation": { + "bar": 125, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "80523462-ca1f-4e15-ad37-fbd729cf8ba0", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 201.375, + "noteFunction": "", + "noteid": "af8db50d-4951-4d12-a54f-8e1cec4bba60", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.29545454545456, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 234.93750000001526, + "noteFunction": "", + "noteid": "424a28bf-ee73-4b9d-a2f9-8bf964aed968", + "newLocation": { + "bar": 125, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.068, + "barNumber": 125, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "4499d29a-d74f-40c1-9391-7b40dc4b33aa", + "newLocation": { + "bar": 125, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.43181818181816, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "2c8ef31d-c1e2-406d-a40a-c3fc02d5fb14", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.49999999999997, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "112bf9e3-af91-400e-9982-155aa16781f1", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.5681818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "682c21c2-bb1b-47fe-a08c-6e6237759071", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5aa859bb-f690-4374-a83f-31257ee0365c", + "newLocation": { + "bar": 126, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.70454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "2cfa0b10-914f-4fcc-8adf-61cab4f02c8f", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.77272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "2080fd55-9f24-4d9e-b9fa-ed94b75eb331", + "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.56249999999237, + "noteFunction": "", + "noteid": "24f94c08-f0e5-4c7f-b20e-306614b79b64", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "626b88c7-6c48-45b7-8a59-e8be2fcd1e9a", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "2ad3be53-8e87-4892-8f10-cee0629b36e7", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": 67.125, + "noteFunction": "", + "noteid": "727a7941-a7fd-433d-99b9-8d0addf1475b", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.11363636363637, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.068, + "barNumber": 126, + "yPos": 100.68750000000763, + "noteFunction": "", + "noteid": "6080d561-3221-4a80-8f84-a79356727b6f", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 134.24999999999238, + "noteFunction": "", + "noteid": "580c5a5b-db4a-4748-8f4e-3862ecfb1322", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.24999999999997, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "1fc2176a-eacc-49cc-a19c-667ae07bfefe", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.31818181818178, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "88eb948e-5c50-4788-9bf8-caaa655e84ab", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "5d8ec984-948b-4b08-9056-918935139b27", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "20ec1e6e-b7e5-47f9-b2ca-6ff95cea5b2d", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2c5e870f-b21e-4fa9-8f0b-0473aa942158", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.59090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "d324028b-0ffc-4284-aeb7-5e35a2b57263", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "0f5652df-7837-4bc2-972b-8e43985fc5d8", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "7902c37f-eb9b-4a56-87ab-0d1ce379fe0d", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "5449c4a4-af15-4af6-8088-15bc51632ae3", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "3670737c-3983-473a-94c3-91b788ac57b4", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "a13e0f1d-bd73-4895-b37c-1b7511842cbd", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "c4324cb8-b81e-49a6-b17d-dd2e84c714c2", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "801c11ef-54ec-4f1e-82df-8bb19ebfb572", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "292c52cd-0b4c-47c9-8ebf-b52874185f74", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7b817dd8-4279-41b9-86d1-42a6245f3ca8", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.27272727272725, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.24999999999238, + "noteFunction": "", + "noteid": "0e5d3177-5f6a-46b1-aa68-f5492dd75533", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.24999999999238, + "noteFunction": "", + "noteid": "2c71fddb-0599-4a45-abaa-329b988b0ba7", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.40909090909088, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "c418512a-1fea-4545-89cc-90758ed7bd16", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.40909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "fccb1afb-4530-4a10-9400-a927b0368d8b", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3ddbb059-231b-4c80-8f5d-47ce189c912d", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "83dce54c-7b95-40a5-b20d-6db3212d30bd", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "10cf3a30-5d09-444d-acef-c7940cf1a510", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.68181818181816, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "bf6290fb-c6b6-4ceb-a902-1be4b03cf80a", + "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": "2c6afab1-b042-45ba-97b3-34814ef184f7", + "newLocation": { + "bar": 128, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec7cdb9e-5583-46c3-8ed6-ac9e15129f60", + "newLocation": { + "bar": 128, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ce39c932-039e-4cbe-80a2-38f2f83ed3ec", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1d26a754-25dc-4d0c-b788-3fdc0b9738cb", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "e5bf49c6-537a-4980-9713-f9e96b556c08", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.1590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "42585ee0-1ce4-4f4f-9c7d-9c8eb6eaff1e", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f1e92c7b-b0fe-4a23-83ef-5fcc52703810", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.29545454545456, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 100.68750000001526, + "noteFunction": "", + "noteid": "f35bbea6-abff-49f3-b49c-0deb9fcec7c6", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.24999999999238, + "noteFunction": "", + "noteid": "80cb4b0c-5d71-4875-acca-77b5c479045d", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.43181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "0c38d8d2-dd73-4576-8605-741b34298bef", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.49999999999997, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "4727bfb2-7ecb-45c1-9b71-cbde62b7430a", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.5681818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "13a8cde2-480b-4a65-a74f-b0ec31b3537b", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f16c2a43-f0cb-4529-96c7-01316352c0c6", + "newLocation": { + "bar": 129, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.70454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "378b7246-aec4-48e9-8f0b-2bf9874da968", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.77272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -201.375, + "noteFunction": "", + "noteid": "080dfaee-44b7-42d1-844b-0de647c5473c", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.8409090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "aa10775a-d1fa-4fe9-861c-63dd07569425", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 139.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52768a6e-c79b-4937-ac16-bcad605d5f37", + "newLocation": { + "bar": 129, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "30a72f63-f1ff-416b-9e37-44984aa81759", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.04545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -67.125, + "noteFunction": "", + "noteid": "685d5eff-eb8f-40d1-8d52-674c0afebd95", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.11363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -33.56249999998474, + "noteFunction": "", + "noteid": "d640d09b-3c94-4333-bcbb-e75806a16288", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8dace3ff-d775-4694-9823-ab14f77422ee", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "609cd246-9118-4eda-8ddc-894752dca32e", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.31818181818178, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "b7738a08-3c42-4ceb-bd12-a70692669172", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.273, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "368a9062-2e72-444d-9404-55b4da1c489c", + "newLocation": { + "bar": 129, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "67781717-33d2-47c6-8e95-72c450165712", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ab85ad59-1dd1-49df-bc3c-060819b65f54", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "375165ba-bd10-495d-8a8d-61aa3ef3567a", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 130, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e6e4fd0f-1fb7-401e-9650-5beaca4b4601", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 141.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 130, + "yPos": 0.0, + "noteFunction": "", + "noteid": "99c470d3-e78e-4174-ab8c-a4a36ca79e11", + "newLocation": { + "bar": 130, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5909cf22-2bf1-4fdb-935d-0d601273f8d3", + "newLocation": { + "bar": 130, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7e9f6c24-b451-4bec-b3e8-124233898771", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "86890d6b-2ff0-4f75-b525-67de80f6cbba", + "newLocation": { + "bar": 131, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a7e6faf9-c92d-4ec7-a7c8-5fbee870e996", + "newLocation": { + "bar": 131, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 142.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 131, + "yPos": -67.125, + "noteFunction": "", + "noteid": "432405e6-34e3-4b4e-8515-2a226c28e34d", + "newLocation": { + "bar": 131, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 142.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ff72320e-6b2d-4dd9-a977-8a2a7e8618d6", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "31799ce4-1bb1-4716-97cb-431511f851e1", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 132, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6f410873-7b77-4ce0-8eac-422ca4ede8ef", + "newLocation": { + "bar": 132, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b7674e47-397c-4f43-a392-996c4ee2a994", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.136, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b839e806-b784-4df5-8bef-5f5305c32bcf", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.31818181818178, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 132, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "976dc986-9454-4177-b206-da771e05c309", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 143.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "633f50d4-f2e5-4324-9fb2-785b7eba8c14", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6b7a807d-1872-4a68-9445-081db2e59fe6", + "newLocation": { + "bar": 132, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.136, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9b376b2f-3d94-46fc-b8bb-894c0285dcc9", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2c3bb045-144f-4ffb-b67a-414ef2708cf6", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9514d7b0-05e3-4222-9bff-38b49cb0d44d", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d573e7d4-d13d-4b4b-a3c4-566b76cbfeb5", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "aaab348c-4a69-4903-bd85-e8931af8bee9", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c52171f3-822e-406e-bc61-a9a4996d0ff3", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.40909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "9f6a2089-f109-4b5a-92e5-ab539fec4320", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 144.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.273, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "55638cb6-00d0-4dd8-b27c-0b01cb265456", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 144.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0b6c68e4-5b74-4a24-b2f1-0c0f9d4ab791", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d6130c34-d470-4019-8351-d759ccd33b71", + "newLocation": { + "bar": 133, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 145.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "83460458-1a1d-4f7c-a517-d8fab7ba2bc5", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.136, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d6a4b330-6357-4ef7-a0a4-85e1a4d92240", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5efd0968-c549-4104-9851-5020015393aa", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.49999999999997, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.136, + "barNumber": 134, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "fd00bea0-0edb-4a87-bb8d-a1fc60294ed1", + "newLocation": { + "bar": 134, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 145.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.273, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0d315fa1-ac3f-46d0-9bd5-c89fcb7167ab", + "newLocation": { + "bar": 134, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.273, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "700a872d-499f-4e31-93fb-5bd848039cf8", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 146.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45a1467e-b06e-4558-97fa-607efcf3a1fd", + "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": "cfaad109-00ca-4bbd-bbec-faecda8a5f07", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.38636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "12f2fd67-ab18-4e1f-87d2-23374bb9c5be", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "08a389ca-2add-4057-aacf-f34d7033cd2e", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "eb264241-735e-465a-8839-b5a59fd98d21", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5cf3b438-cceb-475c-9370-a41c25ab1ca8", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "93053f8c-5cc9-4d18-8e23-732fa61bd870", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6a90a009-2191-4a0c-989b-00e6c61d14ff", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a79e015c-2abc-465e-9846-5f74f1d518ad", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6482d4cc-ffb7-4723-9b6a-9b2471350111", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 146.93181818181822, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 100.68750000001526, + "noteFunction": "", + "noteid": "dab331c8-f643-45c7-827d-ae27e1e991bf", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.0, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.13636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a2bf31a5-f259-459c-9d50-467e43af8a8b", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 201.375, + "noteFunction": "", + "noteid": "18dd5a9d-7311-4ab4-846e-9d9bf7a8590c", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab7079e7-deb3-4a95-ad49-a9b2fbf8b051", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.3409090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "6ec20b6a-bff6-4b3d-8aba-806313e7def6", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.40909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "9601c249-faad-4a5d-a714-04e499bf8185", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7413c626-2fbf-40fd-a0a2-94dae0bd502e", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8d901815-643b-4818-be83-562b340293ee", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.68181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b0d4521d-3a6f-41de-b451-6372b19b57fe", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a2827c6d-a854-415a-ac65-b887aa33238d", + "newLocation": { + "bar": 136, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f0b698da-7bac-4841-b6fc-35ce44846f7f", + "newLocation": { + "bar": 136, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.95454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d560226e-5498-44a2-aaeb-380c2e7b1433", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.02272727272728, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 100.68750000001526, + "noteFunction": "", + "noteid": "12f918df-d2d8-425f-8a03-cf7008cbc3af", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.02272727272728, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 100.68750000001526, + "noteFunction": "", + "noteid": "6e40a6f2-507b-4aef-8815-19b8cf1b8ec2", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ebaf284e-d631-4c38-a616-ea566553c2d6", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7071b7cf-f260-40d2-91fc-adefaabfe6e7", + "newLocation": { + "bar": 136, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8515155e-f57d-494b-b600-6dbdd8eda458", + "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": "fdc42924-c1e5-4603-ae1a-c2e3d725a976", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.49999999999997, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "d5a89979-643e-4df4-a339-adf125435c5d", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.49999999999997, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "1ff4fdcd-1a7a-4e77-a552-db5e39e4c7f7", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0942452b-12d4-4aa0-b520-81b4f03e9d40", + "newLocation": { + "bar": 137, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4ed4c83f-623d-47b6-80b2-43391d9c3f28", + "newLocation": { + "bar": 137, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -67.125, + "noteFunction": "", + "noteid": "13bad9c6-e965-46ed-b7a5-cc0fce6ca787", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.77272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ce295438-bbc1-438f-8d50-cec9ab89fde8", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 148.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.068, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8c37fa95-1f52-4e7a-bd4c-aba64ff66bb1", + "newLocation": { + "bar": 137, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 67.125, + "noteFunction": "", + "noteid": "533f7330-a77a-4c02-aaa5-2d885c3c98d0", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 149.11363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 100.68750000001526, + "noteFunction": "", + "noteid": "f9baae4b-6942-4723-8b75-8f91e74697c8", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 149.18181818181816, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.31818181818178, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "1b674eb2-73f7-47a3-997d-19f1c2b27a8f", + "newLocation": { + "bar": 137, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 149.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f1c1215e-4392-4fa8-9e14-b838734e6c27", + "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": "dbc4d6b1-f882-44ed-b7e7-bbd3c7214c0a", + "newLocation": { + "bar": 138, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6ac3b9a1-290e-4d36-bd35-ffba6769c71f", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 149.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d9b22ad0-024b-4ea1-8f4c-f6a92f948b9c", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c74f58a0-3576-47ef-af9d-5f9832e95efa", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3e535c04-3150-4f9a-9175-d5367b9215ff", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e13aef02-0f03-48b3-8ec4-15c341f7ce49", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "10de9d79-620e-4cc2-bcf0-39b0d65a3d81", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ed176ae3-16e1-4c6e-9d3b-654cc15e5015", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.27272727272725, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.40909090909088, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "8b2baed1-6c17-48ba-a31a-ef849d35ae34", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "6f93324d-a487-44f6-9ecf-d81993f7b999", + "newLocation": { + "bar": 138, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d13fc0b0-4220-49ff-8753-dde7eecadd7d", + "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": "d4c18fdd-62c7-4dc1-8129-67e6998dd8c8", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.68181818181816, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9ef22294-73ec-4d6b-b2bf-ab8c59ef9cdd", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 150.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5bfc8762-0d61-44bf-bd3e-0b0c4b3af9d7", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2afa1e38-e879-4414-97a5-59c2c5b1290c", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9d8d2788-d836-4938-bfd4-8168ddd0ce71", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 151.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9d7d8d15-eb52-4f50-84c2-0f0caf7dee16", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5c2d1f8b-f764-445a-91fa-439d689bebab", + "newLocation": { + "bar": 139, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cab09959-94e9-4a9a-9ed2-e9674efe3bc7", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 151.36363636363635, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.49999999999997, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "6a894faf-0f53-4506-932c-de1605426b71", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 151.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3e235922-9202-477e-b39b-6f8d56efdf18", + "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": "ec57e997-7e7f-4ff8-a93f-fb9db505596a", + "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": "37146c23-ce5a-4d48-963a-00879f117441", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 151.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "56849751-fd5c-4128-bc44-947d2631b3f6", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2142ed3e-93a2-4d7c-a582-5f1b34a07ec5", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -67.125, + "noteFunction": "", + "noteid": "27a095db-7515-403d-b3d3-e62f10117e2e", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be687875-9d41-49d5-a573-f15d8beb49aa", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "018fdc23-2ab7-486c-a019-d7de365beffd", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.31818181818178, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "80771c44-2fa2-4f57-8507-5667775fc373", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.5909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5683fd07-510d-485e-ba83-6f88455d4361", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.6590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a9639bf0-7447-4502-8823-752531a8bb9c", + "newLocation": { + "bar": 140, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 152.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6fce34d8-db95-4e89-b516-c31510440884", + "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": "15b67bf6-3221-4ed8-97ef-8f418040fd53", + "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": "60467415-fd9e-4729-8d7a-2ed516834ea5", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7b1e296a-ee85-4e35-afb4-ce3087ddeb60", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7fc9146a-e54b-49d7-b6d2-c6dd9e04bb38", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c1461549-13f0-4cb9-a04b-09f61283ef82", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "22fde9ee-ae19-4f0e-b7c5-f319cba5dde8", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dc52aa46-1832-42f3-ae7a-8072c4ef9fa6", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.40909090909088, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "65c46c3c-2c66-471f-bbec-93e1988ae74c", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.68181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 201.375, + "noteFunction": "", + "noteid": "853ea6d1-e52e-44ee-8d9d-036a91db2bad", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 153.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "abc8c2a0-7bdc-482b-8d68-63175d521437", + "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": "17eb18ae-ea4f-4756-8016-eb94eea7dad3", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b935034-d69a-4f04-9bd3-6dfc67d685f9", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.95454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b8b2688e-91ff-43c0-8b17-292ed1f55e6f", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 154.0909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "77cadd7f-f3bf-41dd-855b-992144531cc0", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f6365111-caa2-46aa-86b1-6271d4c725f7", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "871a6476-0039-4d27-9231-00bb7c899524", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7f8986ce-024f-48d9-a7c0-6e47df04d85b", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 154.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "702ebd4b-1285-4939-a616-10a78c7c7dd2", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.36363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b6d1414-18b9-4451-abe4-0bbcc5c93514", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.49999999999997, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "96511bd1-6c54-4f1a-9a3a-a44bda62db4f", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 154.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.77272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4adda6e3-4519-42e7-ae17-669ec3937482", + "newLocation": { + "bar": 142, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 154.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "34bfd21b-9c0c-4bfe-8c99-ad1762df4508", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "82206859-5b96-4e3f-ac55-77db4986400d", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63c127d3-04fa-493f-8073-2870e5e195da", + "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": "084b9c67-964b-4a76-91e9-7ad588f856ac", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 155.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6b7120da-9892-4b13-a386-58b6f08d8939", + "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": "410fc7e5-f6c3-445e-a58b-336d10fda043", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "19e3cbbe-7309-4b85-95b9-0f9fbb07f39d", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.31818181818178, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "176c5431-b673-47e1-bd14-42c3b465cf4b", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 155.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "842baedc-0e06-4ae3-8915-040ff8702662", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5688ad27-b7bf-43d5-9d9c-8d8366c7202a", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.5909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 67.125, + "noteFunction": "", + "noteid": "96fa1b2d-0b92-4195-9883-e515b429f73d", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 155.5909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 67.125, + "noteFunction": "", + "noteid": "79247bd8-8b05-4741-bed1-78a91d1dd436", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 155.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.72727272727272, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.86363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 201.375, + "noteFunction": "", + "noteid": "347ed8db-a131-41a0-8d0b-74aef501512f", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 155.86363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c45069db-dff8-46a5-86e5-fd1648fc4091", + "newLocation": { + "bar": 143, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc99980f-c342-4667-a65e-1803adb41844", + "newLocation": { + "bar": 144, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fb9dc5f5-2a1d-49e5-89be-3b733a08fabc", + "newLocation": { + "bar": 144, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8b9a9aa3-dede-4149-a08f-809644aae44f", + "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": "242cb341-00ea-4390-a98c-9ae945f2c613", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.27272727272725, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2d70abf7-1155-458c-ab6e-63bbfada6037", + "newLocation": { + "bar": 144, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ab1f0cbc-ce3b-4933-b059-fbe91c59a723", + "newLocation": { + "bar": 144, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.40909090909088, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "e1a1f638-1740-4939-8aed-c00b90d9c2ca", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.40909090909088, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "42c6c969-759c-4210-ad11-d313f7137fe8", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4b7202e3-7aeb-46b9-9e6e-43c09839392d", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.61363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "37f191ed-e935-4e75-ad3c-a2f36b7030d0", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.68181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cc64d2ec-cd78-46de-82e4-6c3199d7942c", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f43e1be4-6443-4f2e-adb2-c84c77f64a75", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.8181818181818, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 156.88636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f8568bb0-c4aa-4e52-ab8d-5f36939086b1", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 156.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a719b0fe-45b6-4c9f-b564-ca09bbaa83ef", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.02272727272728, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 234.93750000001526, + "noteFunction": "", + "noteid": "820e3998-56e0-486c-9b13-ec96e97cd8c3", + "newLocation": { + "bar": 144, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.09090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d00f5c1e-5ba7-4009-a9a0-31bbcc6a96f0", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.15909090909088, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -234.93750000001526, + "noteFunction": "", + "noteid": "6598ca71-29c8-451d-b5a2-d81ad8e330e0", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.2272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "4038cfe1-b446-4a7e-96a2-2676fd60f69f", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f160d22e-8c9f-4891-b61a-f8e67bf19549", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -134.25, + "noteFunction": "", + "noteid": "74823a72-d5a8-4e70-ba84-1e98958a0f0c", + "newLocation": { + "bar": 145, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 157.43181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "329ff515-21e2-4c35-a30f-e6c4f59c11b4", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.49999999999994, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -67.12500000001526, + "noteFunction": "", + "noteid": "0c06ac03-e109-48ca-a052-5fa868df8e68", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.5681818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ae592f12-1187-4eee-a55e-63dd046bfa21", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 157.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 145, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a893e731-70a6-4548-ba85-f0ef815ff13a", + "newLocation": { + "bar": 145, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 157.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.545, + "barNumber": 145, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d264603f-379c-4552-8519-7799d43bd5d5", + "newLocation": { + "bar": 145, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 158.31818181818178, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "d6b9aedd-9204-4387-b4e4-78cf01bdbeda", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 158.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d8f08c68-5f2c-405e-a433-cf53cd3cb99c", + "newLocation": { + "bar": 146, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 158.59090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -67.125, + "noteFunction": "", + "noteid": "603ebb30-c3ed-44fb-be14-64e6e2b5737d", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 159.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 201.375, + "noteFunction": "", + "noteid": "33d51827-1a27-4422-a9d5-3d6eacb76f36", + "newLocation": { + "bar": 146, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 159.27272727272725, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "494d57ef-a699-4cc0-af93-121817575098", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 159.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "39e57ed0-a741-4f76-86ab-faae657fe180", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "47abf56a-55b9-4998-9f8b-83413bbd9e37", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.09090909090907, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 160.2272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "e9bacf12-ae7f-4c9d-9c0c-243c6a7993eb", + "newLocation": { + "bar": 147, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 160.49999999999994, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "f8650787-8ec2-408c-9e75-5509ebf03044", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 160.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f1f6b3f4-9955-4a08-940e-315952cd4cef", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 67.125, + "noteFunction": "", + "noteid": "34a3667d-05ca-4b8f-9a2a-24aab7119232", + "newLocation": { + "bar": 148, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 161.18181818181816, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.18181818181816, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2fb72995-d89e-47f1-977f-637eea37b294", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c12454ef-ed35-411d-91f3-490f4f0ff33e", + "newLocation": { + "bar": 149, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -134.25, + "noteFunction": "", + "noteid": "88458187-c9fe-49cf-bd95-c422c75a95df", + "newLocation": { + "bar": 149, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -134.25, + "noteFunction": "", + "noteid": "15f0fccb-f88e-4176-b060-d2fa8db20b7b", + "newLocation": { + "bar": 149, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f270eb44-8bc1-45c9-a2fc-853d54da6b1b", + "newLocation": { + "bar": 149, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 0.0, + "noteFunction": "", + "noteid": "18c09e39-4d4b-4907-ad34-408804ce6dac", + "newLocation": { + "bar": 149, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.40909090909088, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "618d37d2-8f20-4451-be5f-f2cfbc98d552", + "newLocation": { + "bar": 149, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 162.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38a797e9-79af-4f18-bb11-5b3275145b3a", + "newLocation": { + "bar": 150, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.95454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ec465ad3-33ce-4468-9bb0-6efbd1593efd", + "newLocation": { + "bar": 150, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 163.09090909090907, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.409, + "barNumber": 150, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bcec5936-c922-447e-b34f-70faae8fb112", + "newLocation": { + "bar": 150, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 163.49999999999994, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 201.37499999998474, + "noteFunction": "", + "noteid": "3a3f0957-ab00-438b-9819-f7eee1444180", + "newLocation": { + "bar": 150, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 163.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": -268.5, + "noteFunction": "", + "noteid": "db642ddd-95c8-4cc2-a4c4-8b566bc2a13a", + "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": "eae4f4bc-8eaf-4ff8-a800-96c3c903652e", + "newLocation": { + "bar": 151, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.18181818181816, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0c77db2d-a7e7-46c7-94e7-c253bda31b25", + "newLocation": { + "bar": 151, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4dcae3b6-96b0-42f5-bfe6-b76b84477ad2", + "newLocation": { + "bar": 151, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.45454545454544, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.59090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 201.375, + "noteFunction": "", + "noteid": "32581346-bc38-42d1-a2ae-5d85966474be", + "newLocation": { + "bar": 151, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 164.86363636363635, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": -201.375, + "noteFunction": "", + "noteid": "dc4e4430-9a08-42fd-bd6c-2dfbcaca9244", + "newLocation": { + "bar": 152, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 165.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.409, + "barNumber": 152, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4fff7bb2-1ccf-4bd4-bf2b-3fbbd8e5c13a", + "newLocation": { + "bar": 152, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 165.40909090909088, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "10f276d4-db00-4534-abe6-dc548fdad1b4", + "newLocation": { + "bar": 152, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 165.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.54545454545453, + "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": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.8181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 153, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f579833e-6c18-4dd7-8117-1e959797a194", + "newLocation": { + "bar": 153, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 153, + "yPos": -268.5, + "noteFunction": "", + "noteid": "18985eb0-5ef2-49f2-af63-a23d4bb0eba5", + "newLocation": { + "bar": 153, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 166.09090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 153, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53027286-810d-430b-89ca-dd5a7c89a96d", + "newLocation": { + "bar": 153, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 166.09090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 4.091, + "barNumber": 153, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4cf24c0a-4de6-4335-a17d-4e06aba3e730", + "newLocation": { + "bar": 153, + "guidelineIndex": 1, + "lengthGuidelines": 15, + "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_18.json.meta b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_18.json.meta new file mode 100644 index 00000000..180b0ba9 --- /dev/null +++ b/Assets/__so/songs_so_res/1002002_Arcstar/A Lake With Endless Stars/A Lake With Endless Stars_18.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1333012d19842c24c945e004b06c3be8 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: 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..462ea36e --- /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,2759 @@ +{ + "version": "2.0.2", + "title": "A Lake With Endless Stars", + "composer": "t404:null", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 175, + "bpm": 220, + "difficulty": 2, + "difficultyName": "Easy", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 23:01:20", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 156, + "globalDelaySeconds": 0.528, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 15 + }, + { + "colorType": "red_hold", + "count": 5 + }, + { + "colorType": "green_tap", + "count": 34 + }, + { + "colorType": "green_hold", + "count": 10 + }, + { + "colorType": "yellow_tap", + "count": 8 + }, + { + "colorType": "yellow_hold", + "count": 6 + }, + { + "colorType": "purple_tap", + "count": 42 + }, + { + "colorType": "purple_hold", + "count": 10 + }, + { + "colorType": "blue_tap", + "count": 21 + }, + { + "colorType": "blue_hold", + "count": 5 + } + ], + "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.1818181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0a6c770-6835-4b26-b75d-37f9e1f963c6", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.727272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3cd0120c-0b7d-4b4a-90fb-a493972fa03b", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.818181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e7c6ff2e-3e78-4295-83d3-67984fd2fea0", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.909090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e368409d-707a-4706-9a91-f0d1ddbd14d6", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2bd4aed6-eead-4b88-a83e-c7b3272a7419", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.09090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9ce0d7d2-97bd-4687-8874-59f094fec117", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ba64b1b4-e5f1-46ce-887a-babcec882ec1", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.272727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "190af1a0-bf9f-4e7b-9c91-0911716dd931", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.363636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7f488476-25d4-496e-badb-ebd8fb8ff360", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "651c9d68-34ae-470f-8f6f-eb7a7ed22ca5", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.545454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe17fadb-cd5d-4606-96c9-9eaf8a32cd73", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2930c3f3-26fc-4eab-9cb2-8a2e4ddc8480", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.727272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1fc636af-1247-4602-9191-d5ad61ad5c46", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.818181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bd04c6fd-f76c-4aa3-8eeb-ca3d6a26f21b", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "ff3690c5-4d20-4a3e-b945-4e4da5805fd1", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.454545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7fe4db5c-b1aa-4a6d-b2e8-c9fe7acad65a", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1fcd472c-d167-4854-99ae-75f4a71aa794", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.545454545454543, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54236953-b1cf-4ddd-a2d7-2c25d2f6a429", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c78dd7e1-9f63-42e2-9c98-74e01fbbd799", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fbc086e2-8557-4330-ad94-ee5a1bac2320", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.182, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4fe43499-329c-4b47-89eb-bae0df9f2ecb", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 22.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "19fd15c9-4f35-48cd-9b55-cbd6c171c9ea", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4ccd5a5e-e5e6-49aa-a469-164bc9511747", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9729ada6-a993-46d7-982b-81cea91d1328", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cf2e657e-56e8-429a-9ce4-293dd96b4514", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.818181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a931d1da-6602-4d08-bf3e-cae205be7129", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.363636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b7286df6-910a-4b80-9586-3b203d37fdbd", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1a4607eb-2796-42b6-b2a8-44cbd7e473de", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.454545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9ba0cfe9-63fc-4b9f-abb1-f3f85da08b1a", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.999999999999996, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "184c0b19-d73f-451c-aff5-f3f3b77d1ce6", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0c03e19f-5b34-4e5f-a3f9-89399a16706e", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.09090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e7e87d3a-0720-4a03-a94b-fa120d6cddc0", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "717b4f71-494b-4d8c-ae69-315cdecd6298", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.909090909090907, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ce356c9b-5332-4977-97ed-eeaf4cc7060c", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.818, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3f3c77e4-7c4f-46f1-859d-e3fa99469142", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6eade104-d848-4009-acd9-07058a82a05f", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.909090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "092bcedf-f3f8-4f46-84e3-1df5998dccb3", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ea57d5da-0cd5-4bbf-8037-bd6fb00699ba", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "ead3e76b-4b6f-4d22-a034-4d23e901162c", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "7908a613-2e60-4159-99b7-d68189f75784", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "0da432a4-c163-457f-9744-e990dc50bc1f", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "78053868-c852-4730-83e4-b8a01eac45c0", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4cd67984-686a-4f1b-99e4-311d4b06ce5d", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.818, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a723bb97-f2af-4014-952c-2675caaba15a", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.818, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "392e5823-ed46-4366-8390-0f72a5b7bc5a", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 38.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6611172b-b825-4cf7-82af-e4cc95c3146f", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b6cc903a-a615-4230-928b-70b3d1b6aea2", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.72727272727273, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.818, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ec1469f-7f3c-4210-bcc0-0dde8a99f76b", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 39.81818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.636, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20ef59a6-0349-40a4-8c23-098677f323f9", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 42.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.636, + "barNumber": 39, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b3aef70-915f-4931-9c6d-a8352f7300e5", + "newLocation": { + "bar": 39, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 44.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c2ce684d-f330-40d7-b128-7234d186eb37", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3a72ef65-5c34-4510-9e12-24a8a324bb9e", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3ea9289d-a3cc-473b-ae9e-88952cfba959", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.091, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a42f37f0-1aab-43e6-a784-f4f18626a0dc", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 48.54545454545454, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.545, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83906cee-dd6c-4695-bb13-2da118ac07b3", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ea793950-67ee-40b3-8177-f5a95f118c74", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.18181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e729901-13ef-4e0a-847e-0f8438f9fe49", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.545, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c1c82821-94e6-42c2-8611-f38a96918e30", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54d966fb-54c7-417a-9bf9-155f0cf9b0e0", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b3f782c6-13c0-433a-a6fe-b0c71e18bad3", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.90909090909091, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.545, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1773d813-5129-4b4b-bf03-7a0da88e213e", + "newLocation": { + "bar": 49, + "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": "868f4b57-9704-40dd-9120-70ee358a8a60", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f72680c-1ccf-49a4-868c-b988fe1a1a90", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.090909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7acdbb07-59c8-49ca-9225-8c19b92fbc29", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdd505a6-3691-4383-9f9f-9afbe20eb6a4", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.545, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "544af4bd-873c-4832-8ce4-b795adf30dda", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 58.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c26cc35f-7975-4b4a-9bd1-7b762966af01", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1dc2ecf8-8fd7-44da-893e-d118cb1f3840", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.545, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "238715ef-8b65-494a-b6b1-507b94b710e0", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 60.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0921165c-7626-4587-a237-b1139f621688", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.090909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ca9ae32c-68f0-4def-80a3-84d093baae8f", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.545, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e060f5b7-d76b-431c-bcdb-311fea1f4a9b", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "813597be-ac3d-4b71-9830-0715219e3138", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2509c94e-484f-4797-bb56-93f6bef0c14a", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.81818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ad49e3e0-902e-4255-b6e3-fe46385bac4e", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be3fe17a-92c1-4cca-8ee4-7d45a413a8b5", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 2.182, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "78f542d8-9c49-4cb9-bca2-05d788c4d622", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 69.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9e922cae-0386-4a3c-870c-547962094ac5", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bbf47520-dece-45e4-b7b7-96a77f9c3927", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.182, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "76f71393-ed21-46d9-b5e9-19a4792c2814", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9e7de313-eed0-43a4-83d7-3fa8fe2f891b", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dda3c25e-8a13-45dc-8af5-42784a660273", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 2.182, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "69f9639e-c235-4f4c-9ba4-0b1522dcf189", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4b0dfde8-4657-4945-8be5-fb0ff5d92e49", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a4ce8b02-1b0b-491b-b2c4-df29d5706ec8", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.182, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "90597072-b367-4895-8117-94f989dadb64", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c61f8ade-c6d6-4986-badc-e37efafc6b38", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2494c211-e97a-4790-b67b-3fef75677384", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "565f45f2-4ec7-485f-a3c2-18574c73d410", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.091, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ff4263a2-152e-4887-957b-e6b9ebb3c54f", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 85.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.091, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "00ada438-1ec2-467e-8e27-fbcd02b76e02", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 87.81818181818181, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.091, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "935faa1f-e62e-4775-a183-216b9a514fe7", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.364, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6f0e964e-ab33-4204-902a-20787b65ecd0", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 92.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fab9e433-2157-4b77-be2e-fdb6491d5097", + "newLocation": { + "bar": 85, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "87c20157-df6d-4cf8-8267-04dd1bf81e38", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.36363636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.182, + "barNumber": 87, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9bf980ae-2344-4bb7-bd95-b44ea99f4d5f", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 97.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de8bceb6-d7be-43c9-a8bb-0c72be8bfec7", + "newLocation": { + "bar": 90, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.636, + "barNumber": 91, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2710e26a-766d-4a95-8685-0582946c0a8e", + "newLocation": { + "bar": 91, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 100.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.182, + "barNumber": 93, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3beee420-f909-4f7e-9405-0d07af0aa843", + "newLocation": { + "bar": 93, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 105.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 3.818, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2baad0fc-8e5a-4487-947e-c539aab107f2", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 14, + "isFree": false + } + }, + { + "time": 109.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 3.818, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b6db167-9ce0-4d54-b639-cf9675dc8ffe", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 14, + "isFree": false + } + }, + { + "time": 113.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 3.818, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "90948ea3-7910-48e9-a69c-ff7700293658", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 14, + "isFree": false + } + }, + { + "time": 118.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.182, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ae770da-5169-459b-b1f0-5363587cff49", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 121.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1d88fd9-4662-4384-8859-a184d6dacdc2", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1630a275-d3e5-4df6-9499-7bf82d00caf6", + "newLocation": { + "bar": 112, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f7eba72c-00df-4437-bce6-be3eba4c484f", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 3.818, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "72833a48-1e0e-4792-a99a-97af2ce3d8ed", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 14, + "isFree": false + } + }, + { + "time": 127.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.182, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "693b3c15-f2c7-4dcd-ab43-1e90647e0aad", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 129.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "29b2c140-cc55-4c5d-a52f-5e57655b7a2e", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "0eebf752-88c5-4ff1-8645-6ce99677a11d", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fb56d279-281d-4f81-a0f7-a105a382a07c", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 3.818, + "barNumber": 121, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20f10484-0e61-4bba-be63-054ed651c362", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 14, + "isFree": false + } + }, + { + "time": 135.8181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b3105ee8-dc6a-4a6e-b634-78e82e211e88", + "newLocation": { + "bar": 125, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 125, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "22f81352-c032-4a3b-a704-aecc9a19f941", + "newLocation": { + "bar": 125, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "18055336-993e-4f8f-8725-fc98a2d26694", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.45454545454544, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e1178f90-d8ff-439d-96c9-b61beb5c8ca2", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "54191f1f-d3ba-4e0d-abf5-92562bdde8b8", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "92658b6f-3d3c-46af-b59e-2b38a52eac19", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.0909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 7.631228982063476e-12, + "noteFunction": "", + "noteid": "0709a468-1ec5-47bd-af5b-393c01d00ddd", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e36081ed-56e9-457b-a52e-9b66a2bfa551", + "newLocation": { + "bar": 129, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.45454545454544, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f16b9141-ec17-4634-8978-c5422d745165", + "newLocation": { + "bar": 129, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b046bac6-4454-4409-8913-98e4839cea79", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "084ba8ae-91d3-4c62-a435-ebf51faa1fb5", + "newLocation": { + "bar": 130, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.0909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d7cc873e-9c4a-49d7-b02f-397bcd2ba620", + "newLocation": { + "bar": 131, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "34546124-2209-4398-8648-a0c60e5bc125", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.18181818181816, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4496e793-e33d-4257-9445-9f222864bf3e", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dea7ddcc-54af-4a43-b8f5-cf7bf381f2e0", + "newLocation": { + "bar": 132, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.27272727272725, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0625df46-68c2-418c-88a5-9c2fcee645eb", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.8181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 134.25, + "noteFunction": "", + "noteid": "387c29ba-5747-4e6a-84bc-bbe63aec938c", + "newLocation": { + "bar": 133, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.36363636363635, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0b211a78-251c-4d84-a8e9-576a9b19b9ab", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5af205c7-b293-454f-8d91-473f511a7b19", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.45454545454544, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c4e13c60-4979-4915-8ef3-0f92b0d89dde", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.091, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b4effffd-1073-4a97-95b3-0fcc6f67a847", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 148.36363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b3ad7567-624a-4b7e-b0fc-d5875d0086aa", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.18181818181816, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a4638738-7b2c-4cb2-9fa5-b8de3b5b5025", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.72727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": -134.25, + "noteFunction": "", + "noteid": "36a73cbc-7b4b-40d9-90a4-6fd457da070e", + "newLocation": { + "bar": 138, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.27272727272725, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "12ffa705-8009-4cc0-9d2e-fb08d73b4c5d", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.8181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ee38f8f4-74f4-48c8-bd14-915f6fe6fe7a", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.36363636363635, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7576ab64-ea26-42da-a917-d46479fe49b4", + "newLocation": { + "bar": 139, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -134.25, + "noteFunction": "", + "noteid": "60aa782e-5940-458f-bd9d-0597b6f368ce", + "newLocation": { + "bar": 140, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.45454545454544, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "404f50ee-52d9-4b96-87fb-f247cd952d8b", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4b0b3340-fdc6-4087-afee-d906b818416c", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bb11f3a8-317b-4d65-bbe8-70ac7048cbf8", + "newLocation": { + "bar": 141, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.0909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f4929210-ec85-483b-a3bf-026b70277a46", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 154.63636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e641cb3d-bb2e-4d69-8910-7c097e585b7b", + "newLocation": { + "bar": 142, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.18181818181816, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "23d808fb-fe59-44c1-b24d-31d4b1f46b4a", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 155.45454545454544, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.182, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "71168e5d-97c3-411a-ac24-68307e0d5205", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 158.72727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 0.0, + "noteFunction": "", + "noteid": "789e0796-6e9c-4637-8805-c672d4e715f9", + "newLocation": { + "bar": 146, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 159.8181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b0b6ffb8-9ae8-4468-a2c7-e9221f8871b9", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f7e5c534-97d8-4e01-bc7b-425eb0cfedae", + "newLocation": { + "bar": 148, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 161.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e65c2a70-cb0e-4adc-b0aa-215bf1091b6b", + "newLocation": { + "bar": 149, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 162.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 149, + "yPos": 0.0, + "noteFunction": "", + "noteid": "19edea85-5558-4cc4-aa1c-949d496757be", + "newLocation": { + "bar": 149, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 163.09090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 150, + "yPos": 0.0, + "noteFunction": "", + "noteid": "661de3b9-65f3-418b-89d8-b55841995323", + "newLocation": { + "bar": 150, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 164.18181818181816, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 151, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a37b7330-10de-461c-a0d2-84d14366c59e", + "newLocation": { + "bar": 151, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 165.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 152, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ac8622f3-1a54-4314-b660-b27096300eb8", + "newLocation": { + "bar": 152, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 166.09090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 4.636, + "barNumber": 153, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c21f8180-5360-431b-998a-e395e8723d50", + "newLocation": { + "bar": 153, + "guidelineIndex": 1, + "lengthGuidelines": 17, + "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..4663ef24 --- /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: d5dfea41588d98549b8b31c810eb6c35 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002003_spectrum/CFD.meta b/Assets/__so/songs_so_res/1002003_spectrum/CFD.meta new file mode 100644 index 00000000..81230a93 --- /dev/null +++ b/Assets/__so/songs_so_res/1002003_spectrum/CFD.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72553388100d3164b91c514056ace657 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_3.json b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_3.json new file mode 100644 index 00000000..dd1c4f2e --- /dev/null +++ b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_3.json @@ -0,0 +1,3388 @@ +{ + "version": "2.0.2", + "title": "CFD", + "composer": "cybermiso", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "0", + "duration": 171, + "bpm": 176, + "difficulty": 3, + "difficultyName": "Normal", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:50:48", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 193, + "globalDelaySeconds": -1.36, + "globalGuidelinesAmount": 8, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 34 + }, + { + "colorType": "red_hold", + "count": 9 + }, + { + "colorType": "green_tap", + "count": 32 + }, + { + "colorType": "green_hold", + "count": 4 + }, + { + "colorType": "yellow_tap", + "count": 31 + }, + { + "colorType": "yellow_hold", + "count": 2 + }, + { + "colorType": "purple_tap", + "count": 37 + }, + { + "colorType": "purple_hold", + "count": 6 + }, + { + "colorType": "blue_tap", + "count": 32 + }, + { + "colorType": "blue_hold", + "count": 6 + } + ], + "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.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ae79d1c-43ff-4115-b804-486befebef2c", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.454545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ca34a006-3d0a-46da-b853-900d9fd32929", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.6477272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1ed274b6-3065-46df-b8ba-229a8ca90d81", + "newLocation": { + "bar": 5, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a62ce93e-8977-4ef7-874e-d2aafa2e0b46", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.375, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7ab2727f-3234-4823-9053-9d803186728d", + "newLocation": { + "bar": 7, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.909090909090908, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6ca6c017-f1a1-45ce-b222-38174fbacaed", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 12.272727272727272, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f3b85cc8-4287-4180-b831-97eef996c938", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 12.954545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b4a846b0-e857-450e-99b9-a092c9f33be8", + "newLocation": { + "bar": 10, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "77f66cf6-9385-4c28-8034-171e79016df4", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 14.999999999999998, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b69fde3e-63ff-4cde-9a3d-dab8ca96be08", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "408fef51-7cdd-4e44-a1ba-9419bee3d5ff", + "newLocation": { + "bar": 12, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.704545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "258b0e85-6bbd-422c-9b2b-43976a40128b", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.386363636363637, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ef22af68-3be4-4f5d-87ef-cf56109df6e5", + "newLocation": { + "bar": 13, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.068181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "407fabe3-2efa-4983-84fc-ad51341e029a", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.75, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5508a2e8-c17e-4f0d-a515-dd5cbca1c13c", + "newLocation": { + "bar": 14, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.43181818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a31cad7c-2848-4237-ac9c-838c281193e9", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 20.113636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3134d221-ec84-4169-bcb1-013d053cc4ab", + "newLocation": { + "bar": 15, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b4b61cf6-dd34-48d3-a540-63a09749d9ee", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.136363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f218b843-f7da-45c9-9386-88725b9d25dd", + "newLocation": { + "bar": 16, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6913b959-e690-4a17-8a48-3b167fe75464", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74c35a9d-f0cf-4d44-b659-ae7bfb44e6f5", + "newLocation": { + "bar": 17, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.84090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "62ab2f00-0894-4807-bf2f-02d455b1b6be", + "newLocation": { + "bar": 17, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "910667af-9bfd-4064-80c9-7ff5a7d50da7", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.863636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f04e8de6-e648-44bd-80b0-4a598c9cc164", + "newLocation": { + "bar": 18, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "58b39878-28c0-4eb6-9c5e-5b92c9db4388", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.227272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d716bb21-948c-4147-9b46-d6ff6a9ad315", + "newLocation": { + "bar": 19, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.909090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5db5e5d0-c0bf-41ab-afba-1027334d7d57", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.59090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bf766db8-6b0c-40d2-b5c6-446cdf645a4e", + "newLocation": { + "bar": 20, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97b4df96-0613-47ef-bb2a-a82f2a38659f", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.954545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cd6e18c3-88f2-42af-855d-1798d02ddb99", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.295454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bca20db9-21f4-4fbb-8066-097dc9679c5b", + "newLocation": { + "bar": 21, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4025dfc3-8bd5-400e-b169-6ce8e271f839", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.977272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ea802bf6-c035-4591-a29e-0d711cf30d4f", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.318181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a8a9faea-f70a-4393-a604-3b6dbdd6260e", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "31e54155-4394-4b67-b80d-1c33e3b4eb5a", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "22622e7d-2cd6-43d3-b4fb-103b7a9b8fd2", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6fb4d49e-0148-4430-add5-d9cc2fd36d5a", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.704545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ecb4a3c8-6c7a-4f24-bf9b-6a0ad1d90b20", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7f882dd9-3eb2-404e-8272-154d9aa90cd4", + "newLocation": { + "bar": 24, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7de01134-3e50-4b07-a0c5-7a655fefc54e", + "newLocation": { + "bar": 24, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e0579a14-9564-4315-924f-dea4631efc7a", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "961e23a6-241e-4a35-9d29-2288cc84dba3", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.75, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0e16e6f-396a-4dbf-be85-d40af9479b92", + "newLocation": { + "bar": 25, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.090909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f76d0c8c-073f-4514-9c5b-84974fb33cce", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.43181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e229e6b0-4718-4fcb-8928-92f49492bea8", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.77272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f30f2a7b-e1a7-4d5f-91a8-a22fcfc3d308", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf6c9b4b-ad75-431f-8eaa-797bed4cfa06", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 35.79545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4314e6db-5a70-48ed-82ca-8fb208bee175", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b8898be6-567d-4c76-8053-4ae3732931b4", + "newLocation": { + "bar": 27, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "95e19c92-d811-4f4a-aaa8-557cb0f2db8c", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 37.15909090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6500f69a-216e-451a-8d0a-a955600cf9c2", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3dba664d-ddf3-4cdb-972e-2b64c1e4fc9f", + "newLocation": { + "bar": 28, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "563409a8-5851-4c92-89b9-749ffb3a67ee", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.86363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ab448e7f-5845-4320-b23c-3d6884a900f3", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.20454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5dcbe278-9a9f-4ca2-875b-b10ee976fcf0", + "newLocation": { + "bar": 29, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.54545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "da75e761-3ae5-4545-b279-f179d5437c5d", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.22727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f8e93a89-1240-45f4-a36c-cf0dcd6451c9", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3cedc1ca-e835-48ce-8494-b49271a17a78", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.590909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "671bd784-09be-49fa-88b8-582c8eda0900", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cb2b69aa-1439-43e6-bfda-310c04eebd4d", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6de9ce45-d1aa-4f99-90b7-dde09ca2632e", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 43.97727272727273, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 5.113636363636363, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "394028c6-1cb3-4b08-bf45-75c69ab3b1ca", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 30, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eaf95543-fbf8-4a68-acf5-5664ab464476", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e952bb0-31a7-4e4f-85b3-6cf4abfffcc6", + "newLocation": { + "bar": 35, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.72727272727273, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c94a52b5-5c37-48a6-9296-2eb9cfefcb9e", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.40909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e3980340-6dff-4185-8b96-534d792cfe9a", + "newLocation": { + "bar": 36, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "201d9641-7b11-4d8d-b935-08bf05c96287", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 49.772727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cca93c62-ef92-45cf-9b60-9b0a68ccb661", + "newLocation": { + "bar": 37, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 49.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "76ce7cab-3056-4ba9-addb-76fadae499f0", + "newLocation": { + "bar": 37, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "10fbdee0-d56f-4446-baf9-5d40dab50e5a", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "55f2c50d-d80a-4c18-8b6b-d9ebba724638", + "newLocation": { + "bar": 38, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.47727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fb87ddd5-9283-45ad-89d1-a066e403e1b4", + "newLocation": { + "bar": 38, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "59c8fd1e-fbef-4b00-8a93-6e4068980b64", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aa1c3418-10e9-4c5c-8550-c7dfd106d01e", + "newLocation": { + "bar": 39, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "53d4a60b-0fd0-4671-b359-65e644868b8b", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a319944a-57cb-47a6-84e6-bf4119b3a115", + "newLocation": { + "bar": 40, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5397245-efd9-41c2-a551-1ec110f1aebc", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0e6eb478-6e6c-4201-8115-3812b2fe04a3", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d79fc77e-0508-4eff-a762-34d4590e3879", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 55.90909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8bb1453f-3fa0-48ed-a75d-1dde2bb158c7", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.590909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b1c645a-0720-4630-bf0b-b1450308027d", + "newLocation": { + "bar": 42, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.93181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f5601435-eee5-4011-8c02-2dfc0f8f750b", + "newLocation": { + "bar": 42, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.61363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1bcf05a8-589a-44ec-aa0f-95317fd76309", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "435e7a5d-84ba-427d-8746-cb2e13920330", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.29545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f7aa741d-0f4b-4e86-87bc-6dda41197466", + "newLocation": { + "bar": 43, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.63636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "da03d81f-4e1b-4e07-8088-a849136857d1", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "123a13f9-781d-43c5-b2aa-7c9d0d70b120", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5e161f52-e509-4bc6-b9d3-19fa5c8c205d", + "newLocation": { + "bar": 44, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.65909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c3b8735c-d932-47fe-ad1b-046be37c36de", + "newLocation": { + "bar": 44, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "695175dc-9123-431f-8983-f1764ec57bd0", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.68181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6a0e73ce-4bbe-4ca9-9024-4ed126154621", + "newLocation": { + "bar": 45, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.68181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8ad8b8be-cf67-40ad-bd0f-1f4862156e67", + "newLocation": { + "bar": 45, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e9b1e27f-2025-4e54-90ce-c0a777ee561c", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.04545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4f1a6c1-6a9e-4290-930a-cacd0949545e", + "newLocation": { + "bar": 46, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f6ac8b76-714c-4355-abc0-ef400af8bc4c", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "370ce128-4621-407c-bc33-00d15689ee09", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.40909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f921b048-28c5-4bfb-a918-9c254110c5a2", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0ab3e969-0cc9-4ef8-a9f1-1da62ddafe8b", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.43181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e0b29b72-122e-449a-b4e3-9a463aaf08f0", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.77272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e2760ec-d69e-4d85-be97-cd551be8935e", + "newLocation": { + "bar": 48, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "af1418a4-f94c-4cbb-b954-48d616b34a85", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83309fd2-3603-4c29-be76-9a33fa70cfc7", + "newLocation": { + "bar": 49, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 66.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9399c3fc-0396-4d48-bb82-9edf51b58d37", + "newLocation": { + "bar": 49, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "65d5edff-f364-4a06-be20-974204e7c9f9", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "357c0c43-7793-468e-b75c-94ff5ea42f0b", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f9ec88cb-4aa2-48ac-80a6-6a571c45f400", + "newLocation": { + "bar": 50, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "af9248ff-0d00-4ed3-8682-3861d6de4334", + "newLocation": { + "bar": 50, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "58e90006-57ac-487c-8629-2417830b8b90", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.52272727272727, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "06bfc939-7043-4ff4-971b-ecc8361f8f52", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 68.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "949da264-73e1-43c2-9d20-06f6afdaccd1", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 69.20454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8320cc74-a94f-4ee4-8645-a99f1af456c6", + "newLocation": { + "bar": 51, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.20454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b1117352-fcf4-445c-b23a-93ad56a74d0a", + "newLocation": { + "bar": 51, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d37a744b-079f-4a9a-a696-0f2c13f33b85", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.88636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4adbf20b-ab3f-469a-a3bc-b93a198941db", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8fc3ee5d-9e54-4e1a-8c86-7c655624e507", + "newLocation": { + "bar": 52, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7448b067-96a7-48b2-a101-dc7d790b27c5", + "newLocation": { + "bar": 52, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0873c5ab-82e4-420a-8af5-63e29080c9d5", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.10227272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7b8cb279-a382-4bdd-b3a2-5fcd60b1aab4", + "newLocation": { + "bar": 53, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "170dcb7a-83b2-40a7-913c-662c26090c56", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.82954545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2d5fc46f-b2f4-4bde-83d2-28df01b9cb09", + "newLocation": { + "bar": 55, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "895d9fe4-a2dd-48e0-8e9d-0b71d0670a64", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.55681818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bb77563f-b2e5-4dea-ac3f-14856e3df4e0", + "newLocation": { + "bar": 57, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b2310127-d17c-46c4-abdc-f8d4b69c1e3e", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e587ba71-ffab-44ed-a979-4ab7b4a54e16", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.79545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5fd5f4a4-aaca-44a1-aff1-684124d03847", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7a9cc919-0d30-4b5a-b967-7d8a2fb72580", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ffe6b4a-763c-40c9-8839-dedfb708e955", + "newLocation": { + "bar": 61, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.01136363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6738fa78-2108-42d6-885d-685cce7b0f43", + "newLocation": { + "bar": 61, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.54545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "14337ea0-cc52-48c6-a6c1-8c5412523eda", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b028fab6-d6e4-4c60-9dba-2fccc02b15c3", + "newLocation": { + "bar": 63, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.73863636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a950f976-da32-4dad-a149-bd51e629b0ff", + "newLocation": { + "bar": 63, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.61363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cdac8ef5-d3bc-41a7-aac1-e9909a9842e7", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3efd56c9-8f45-4078-b957-8bb56b660af0", + "newLocation": { + "bar": 65, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9045253e-ce55-4770-a6d2-ea68026ec175", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.6590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2309394a-7151-48bd-a3f9-b80faea167bb", + "newLocation": { + "bar": 66, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f07e779a-8ea3-4fa0-aace-5ae1097aae15", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.34090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b83c02ab-6f6d-4fcc-88ee-164d2272753e", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.68181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d74273b6-f704-4eab-a851-dfc033c6f3b9", + "newLocation": { + "bar": 67, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.02272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5241564e-264d-4e5a-937a-d86555dc29aa", + "newLocation": { + "bar": 67, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f8aeef54-13b1-44ba-8bb6-c632e249e971", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.70454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9c555798-8f89-4e02-bdf1-02754949550a", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.04545454545453, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9d0b4087-e770-4e1e-9a04-811826db1bfc", + "newLocation": { + "bar": 68, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 92.72727272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ff40bf27-28e3-4e8d-ae7d-c3b9c1de609d", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7dd02918-e9c5-4bd9-85a2-cccb9ec3ca69", + "newLocation": { + "bar": 69, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 94.09090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "19b87a6c-e53b-4313-b009-828bead43bd3", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.60227272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5d813c79-7f10-4446-b722-c526e8beeae0", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95288915-16f0-43e1-b8ec-a45a60fba246", + "newLocation": { + "bar": 70, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "184aebfd-4b65-4d94-be2d-658a4b046101", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.96590909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "de18d331-aeb9-4d34-841f-683fb6b95384", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1c28f737-eb4b-49fd-b3a8-7c4b0b68b956", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 97.49999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dcb384d1-e7e9-44e1-b2a3-f3a86353a5b8", + "newLocation": { + "bar": 72, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6e34a8d1-2367-4bb9-929e-42dad75992a9", + "newLocation": { + "bar": 72, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c17c5c8-1669-4b42-90ec-8eb224e369f0", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.52272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10b38838-057a-4592-8b94-b84524ee7912", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.86363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9ed0ed59-8174-4167-864b-623d387ea495", + "newLocation": { + "bar": 73, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71c4475f-d89e-46db-b366-e77a19b343a4", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.05681818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9e9eb2d4-c51d-4312-9963-9c58a4cce6bc", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "52fa9b95-6b77-4ebe-a533-a6696848be70", + "newLocation": { + "bar": 74, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2441aa70-7a22-4679-a698-2eb8914e53ff", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.42045454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9801d425-d850-4e95-ae00-9bc8d2d4980c", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.27272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "933b6bff-b8cb-4d4c-b682-318b4d89a19a", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.61363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ac2eeefb-de65-484c-800d-5442d75ef5d2", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9e58e12e-44c6-41f9-8838-6c2475c35686", + "newLocation": { + "bar": 76, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.29545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b189f7a0-cc6a-4977-9238-69e0696a26fd", + "newLocation": { + "bar": 76, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "19ab659b-9a26-4eab-9c97-d8e0c207c853", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.97727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "77cebd5a-7fc2-4ae4-8d9d-06e2f13670aa", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdac78fb-6874-40f5-b087-d79148dbc804", + "newLocation": { + "bar": 77, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eff59597-c505-423e-aed0-1352c321980c", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.51136363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6ac1db8a-38dd-43ab-adde-f0246fe6ea7f", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.02272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f17fccdf-8886-4d26-a8c8-0a306f214c55", + "newLocation": { + "bar": 78, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d6160d22-337f-4fa2-9099-3e90a7198ec4", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.87499999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -67.125, + "noteFunction": "", + "noteid": "caa34ecf-1f98-4c55-a7c7-fbe22259c27f", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "569d7be7-53cd-4c9b-91e9-b83701ca7b56", + "newLocation": { + "bar": 79, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.89772727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9c7f7c94-ff8e-4454-94fd-27d6350769d6", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.4090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "adfee094-c106-47f5-8524-2e45152489fb", + "newLocation": { + "bar": 80, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "837780c1-9e5e-4714-afe1-27c8fcb6630d", + "newLocation": { + "bar": 80, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "edb4ece2-6ac3-4132-95a4-36d19dad84aa", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.60227272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "aebb43e6-07c3-4e7c-ac92-59443540e1e4", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aed315f9-b818-4f69-b8fe-72503dd200b8", + "newLocation": { + "bar": 81, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "484c2b75-b313-45fc-8364-fb12d608772c", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.79545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f89202b0-d00d-4c54-a3e8-6c73a22bf33e", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.13636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a8221bc6-4ece-4184-a83e-6fd8af41fa94", + "newLocation": { + "bar": 82, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7bd22bb4-106c-4c50-acf4-f62c2a89f489", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6365dc42-b97f-4b7e-94a0-1fb84e7d1621", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.49999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d115b377-4a95-4f4a-82b3-38500bd90e3c", + "newLocation": { + "bar": 83, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.84090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d316da8d-0575-4018-816c-9951bdde1217", + "newLocation": { + "bar": 83, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a781aa4f-ca83-446e-abde-20e77b4b1015", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.52272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7142f9c5-fa67-4443-a9ec-9ccd8608159f", + "newLocation": { + "bar": 84, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 84, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ee233aac-a4e2-4612-9da0-9879ced4123a", + "newLocation": { + "bar": 84, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3d3c4f09-76f1-4b9a-8c91-1613d7046ed2", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "15c2a299-50e0-40eb-845a-a52efb16c4e9", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "00a5d1a4-5cec-4e1b-b7c8-e4b9c7fa6a75", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 24, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d65826ce-e735-483a-b093-a7daa6ede37d", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 24, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_3.json.meta b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_3.json.meta new file mode 100644 index 00000000..0551f14d --- /dev/null +++ b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_3.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2a13ae527ec516445b9b031c14fdece2 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_7.json b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_7.json new file mode 100644 index 00000000..26584f58 --- /dev/null +++ b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_7.json @@ -0,0 +1,8488 @@ +{ + "version": "2.0.2", + "title": "CFD", + "composer": "cybermiso", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "0", + "duration": 171, + "bpm": 176, + "difficulty": 7, + "difficultyName": "Hard", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:51:51", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 493, + "globalDelaySeconds": -1.36, + "globalGuidelinesAmount": 16, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 94 + }, + { + "colorType": "red_hold", + "count": 10 + }, + { + "colorType": "green_tap", + "count": 112 + }, + { + "colorType": "green_hold", + "count": 9 + }, + { + "colorType": "yellow_tap", + "count": 25 + }, + { + "colorType": "yellow_hold", + "count": 13 + }, + { + "colorType": "purple_tap", + "count": 122 + }, + { + "colorType": "purple_hold", + "count": 9 + }, + { + "colorType": "blue_tap", + "count": 85 + }, + { + "colorType": "blue_hold", + "count": 14 + } + ], + "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": 0.8522727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7e60f80c-a306-45b5-9066-2e15cef0bf22", + "newLocation": { + "bar": 1, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.1931818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 201.375, + "noteFunction": "", + "noteid": "793efaee-1bd6-454c-a514-02958353a98f", + "newLocation": { + "bar": 1, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.727272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ae79d1c-43ff-4115-b804-486befebef2c", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.579545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c7ef0781-ffc3-4d86-88ad-54f5b0172ff1", + "newLocation": { + "bar": 3, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.920454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e22ef19e-12af-4c2f-8a76-4a59dd2e6658", + "newLocation": { + "bar": 3, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.454545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "be598b12-ce11-4de0-b59a-be31f29364cc", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.795454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "748abdce-803f-474d-acc3-e0dfa4bec258", + "newLocation": { + "bar": 5, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.136363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "49aa1e50-b3f8-42b1-b1d3-52f5e4e45c60", + "newLocation": { + "bar": 5, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.306818181818182, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 67.125, + "noteFunction": "", + "noteid": "21406420-1f88-4a99-b253-4484387b55bc", + "newLocation": { + "bar": 5, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.6477272727272725, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b970f099-8fb4-43e7-bb24-7ef516ca5506", + "newLocation": { + "bar": 5, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.181818181818182, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "da393a32-4d19-4788-b63d-ac50375be4ca", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.863636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e250c3cd-9ba7-4894-9602-11c54c709599", + "newLocation": { + "bar": 7, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.034090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 67.125, + "noteFunction": "", + "noteid": "57336d8f-5425-4e4f-a44a-cbdff6c1aca9", + "newLocation": { + "bar": 7, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.375, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "47098bc3-6fd2-4fde-9217-d1c8293237ec", + "newLocation": { + "bar": 7, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.71590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f48903c5-6e9a-442e-afad-80cc22e9e76b", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.886363636363635, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "938a3c61-6bb1-4576-a331-4bae23afcc26", + "newLocation": { + "bar": 8, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 10.056818181818182, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "362f4ae6-61b5-4a5d-b11d-73e0f70b9673", + "newLocation": { + "bar": 8, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.227272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f6331f05-9184-4370-a78f-40064202a74b", + "newLocation": { + "bar": 8, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.909090909090908, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.0454545454545454, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "501e4398-7be5-42ed-bcf7-a307f9474e5b", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 24, + "isFree": false + } + }, + { + "time": 12.272727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e3c3d0fe-ee95-48ce-bc8c-2145517012f1", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.954545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cecfe5fa-a391-4ed2-9d19-a24458ba3e09", + "newLocation": { + "bar": 10, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.636363636363635, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.0454545454545454, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "29ea317a-143e-45cd-afe0-27cec53d003c", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 24, + "isFree": false + } + }, + { + "time": 14.999999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1989f8ac-7d6b-43f5-a628-1c67482e0d31", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.511363636363635, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -67.125, + "noteFunction": "", + "noteid": "76fc65f9-d031-4306-89f2-5ec69ceeeda7", + "newLocation": { + "bar": 12, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.68181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1da52db9-3e26-47c2-a540-5a063aa86e81", + "newLocation": { + "bar": 12, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.852272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0d007a21-48b9-4cc9-831f-e1784d457b3a", + "newLocation": { + "bar": 12, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.193181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c2017dc9-a61e-4d02-bc96-db107aac7f62", + "newLocation": { + "bar": 12, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.363636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a36f4758-635e-4f31-81bd-9758757bb0ec", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.704545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9bedfea3-9cd1-46fe-851a-37be6d0a9cd1", + "newLocation": { + "bar": 13, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.704545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "57971907-6af0-4098-9200-c8e02ef9ac72", + "newLocation": { + "bar": 13, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.045454545454543, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ee523250-2715-4c6e-8fa9-64454a83f748", + "newLocation": { + "bar": 13, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.045454545454543, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "50e936e2-b92b-4eb5-b6cc-d31a8528d635", + "newLocation": { + "bar": 13, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.386363636363637, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0c78b248-e19d-4246-bd3d-a2fa3fc36a10", + "newLocation": { + "bar": 13, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.386363636363637, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "71885e6e-28f9-4b30-af18-0b075813d7b3", + "newLocation": { + "bar": 13, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.727272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbcdfeae-1db8-450a-88b3-369f0e9c1d04", + "newLocation": { + "bar": 14, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.727272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b49d9bc-eb2a-4f9c-848f-fd1ddfac7d80", + "newLocation": { + "bar": 14, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.068181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c8918fc1-c437-40b8-ac37-b95d6d7529de", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.068181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "65ab2b58-526d-41ec-a5d1-51efc857407f", + "newLocation": { + "bar": 14, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.409090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8f56eed0-a359-45d6-aead-33c543668572", + "newLocation": { + "bar": 14, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.409090909090907, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7c0823cd-c759-466d-ba1e-d8d34def0870", + "newLocation": { + "bar": 14, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01713e18-0b35-494e-9311-151693d716ac", + "newLocation": { + "bar": 14, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "67c57ad9-bf89-4fa7-9fd5-56eb1f1d3d8f", + "newLocation": { + "bar": 14, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.09090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b8282d5a-fa8a-4918-a7cf-8502194c3b5a", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.261363636363637, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -201.375, + "noteFunction": "", + "noteid": "81d45bec-e195-44a5-9b7c-dbdac2fb69f4", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.43181818181818, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "427555f4-7d4f-430d-9942-0121513fa7a4", + "newLocation": { + "bar": 15, + "guidelineIndex": 4, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 19.77272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fb305e79-8a71-472c-8fa5-af3c8e4aba96", + "newLocation": { + "bar": 15, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.943181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 67.125, + "noteFunction": "", + "noteid": "417d78bc-bfed-4adb-8a2e-f484d26b6da1", + "newLocation": { + "bar": 15, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.113636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ef47c504-8e5e-48f6-9a89-7d7ccca05ccc", + "newLocation": { + "bar": 15, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 20.454545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bac25798-5d59-477d-a3d2-28af233722d0", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.625, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -201.375, + "noteFunction": "", + "noteid": "df03bc6f-6039-44d2-b333-0ca8b48349dc", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.795454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3e64020-cb87-4160-96df-4c0e335083ed", + "newLocation": { + "bar": 16, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.96590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ff4e01ac-befd-4e1a-8624-b08eca57fcc3", + "newLocation": { + "bar": 16, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.136363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e204c0d-c094-42a8-aede-0479985ee7b0", + "newLocation": { + "bar": 16, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.30681818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a41c81ba-3ffd-47d9-9dc3-22a4f2fd32fc", + "newLocation": { + "bar": 16, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.477272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1529fa72-a912-4cce-8cb3-de5192929bb4", + "newLocation": { + "bar": 16, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.64772727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9bc01ca0-57cc-4ea0-8031-ecc6801641b8", + "newLocation": { + "bar": 16, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.818181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "551a9e44-2d55-48f3-81b9-cc7d0db336a5", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.159090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ba436e19-e6d9-4dbb-b03d-245c235533bf", + "newLocation": { + "bar": 17, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.159090909090907, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "41696957-6980-4cac-89bf-ba3a69684dde", + "newLocation": { + "bar": 17, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.414772727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ae7c6f18-5437-421c-82bc-c3976381f4b8", + "newLocation": { + "bar": 17, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.670454545454543, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "65fc69ca-ab3a-4f44-9478-ef09d8ea5011", + "newLocation": { + "bar": 17, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 22.84090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "129a1d41-2410-476b-8657-471c27c0aacc", + "newLocation": { + "bar": 17, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.352272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1baa473d-76cc-451e-87b6-b0ff6ce88216", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 23.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9db48397-8833-4abc-a5ca-dd74a468d60d", + "newLocation": { + "bar": 18, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.693181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7a87d778-dcfc-4a5a-932a-5a3cca3bcd55", + "newLocation": { + "bar": 18, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.77840909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "31e8d380-b884-4b13-87c0-fd150ffc7d2c", + "newLocation": { + "bar": 18, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.034090909090907, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6c52b018-c1ac-45b0-84aa-3538ec4a6dff", + "newLocation": { + "bar": 18, + "guidelineIndex": 10, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 24.545454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ecd6aa96-fd8a-4d92-b16e-66048f467583", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.886363636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5b6bee7a-6bbf-4253-906b-c9292ede47d7", + "newLocation": { + "bar": 19, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.05681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.125, + "noteFunction": "", + "noteid": "59272c25-5112-47b8-865d-e02534942109", + "newLocation": { + "bar": 19, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.142045454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "e00cf3b6-173b-49df-8ea8-78eb6367a58b", + "newLocation": { + "bar": 19, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.39772727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f59403ac-fceb-4ef3-b98f-92fea943e532", + "newLocation": { + "bar": 19, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.568181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f644f15a-30af-427d-9064-fd2714a2789a", + "newLocation": { + "bar": 19, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.738636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "072aae44-2638-4e82-aaa6-05d70bb742cf", + "newLocation": { + "bar": 19, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.823863636363633, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2afb453a-33cb-4ef1-a552-1be15e15e703", + "newLocation": { + "bar": 19, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.079545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0b4fe1e7-dc56-49ab-a6f6-aa46b321ba83", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.249999999999996, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "42ebe14b-d892-4f81-ad44-317c5a0ca508", + "newLocation": { + "bar": 20, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.420454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -67.125, + "noteFunction": "", + "noteid": "306237bc-bc27-43cf-806f-d3524a261a91", + "newLocation": { + "bar": 20, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.505681818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "03cfb163-77b1-49fa-acda-e059adcc6048", + "newLocation": { + "bar": 20, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.676136363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f49c7282-beee-43d2-b26b-eab6c52ecd17", + "newLocation": { + "bar": 20, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.761363636363633, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4241a4ac-c898-4822-bf25-d124b330a0ba", + "newLocation": { + "bar": 20, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.846590909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1b49af27-772c-4dc9-b8df-b32cd69d549f", + "newLocation": { + "bar": 20, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.93181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d015cfb1-273e-42f1-8de7-d5ecafeee946", + "newLocation": { + "bar": 20, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.102272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2a10839b-cc17-403f-aa7b-0d6435eaac59", + "newLocation": { + "bar": 20, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.27272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d3d585d9-ea0e-4175-b3ae-c35b99215995", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.613636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dcba8b09-9a61-4168-acf8-c6fb57ec6cdd", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.613636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2dab5d3e-2144-45f2-848a-0727f7a88a5e", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.86931818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5171c42b-c407-4fe1-bc25-de3164dc68b6", + "newLocation": { + "bar": 21, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.124999999999996, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 21, + "yPos": 67.125, + "noteFunction": "", + "noteid": "525c0a80-d3e2-4f48-8ab6-9760c096f964", + "newLocation": { + "bar": 21, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 28.295454545454543, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6b6f750e-5ffd-45a2-9c36-5d7f5eb8c902", + "newLocation": { + "bar": 21, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.636363636363633, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "658a7921-027d-4767-89e8-8e4d3fe27a25", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 28.80681818181818, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 22, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f606b4da-7b5c-4d70-86dc-854910a72010", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 28.977272727272727, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "739fa7da-6d89-4200-b05f-22f0a066a9c2", + "newLocation": { + "bar": 22, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 29.14772727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "46838d3b-a263-44c3-9229-158af47ebd41", + "newLocation": { + "bar": 22, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.48863636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1ec9ee3c-c464-401a-9219-1456c5c6e7c4", + "newLocation": { + "bar": 22, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.659090909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dfa1bbfb-2be1-4703-9379-0024a9bb1e1c", + "newLocation": { + "bar": 22, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.999999999999996, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5184410e-422e-4b8d-bd3b-b3e0904caa7a", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.170454545454543, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c9eb0fc0-a3d0-45a3-946f-a634fd06bfe5", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.34090909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6b44ec75-0c92-4113-a205-27c4cc93b934", + "newLocation": { + "bar": 23, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.511363636363633, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0a0be87a-9366-4b68-8d48-c5f5adceea6b", + "newLocation": { + "bar": 23, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.596590909090907, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "78dd2244-f28a-427f-9be9-6f3660635010", + "newLocation": { + "bar": 23, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.937499999999996, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f3330ec1-6563-4065-bd57-ffc425a7990e", + "newLocation": { + "bar": 23, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.02272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7a155574-e003-4bc9-b0b5-392b7f5ac28f", + "newLocation": { + "bar": 23, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.193181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4d56a38c-1f9a-473b-a921-bb8a4677f877", + "newLocation": { + "bar": 23, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.27840909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c882aada-23c9-4a68-b79d-6d83b9e428b2", + "newLocation": { + "bar": 23, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.534090909090907, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f3472206-2b49-429a-b481-c2ba1b97af2a", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.704545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0b8e4658-0a32-4e75-9f78-dff2b46dc9da", + "newLocation": { + "bar": 24, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.874999999999996, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ca5834db-3828-4cbd-ab85-10ebff42f6e2", + "newLocation": { + "bar": 24, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.04545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e38ee29b-04be-4af2-987f-23ff84263a60", + "newLocation": { + "bar": 24, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.13068181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "e59ba3e5-6e09-4e12-aa41-99e24e9dce01", + "newLocation": { + "bar": 24, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.215909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9163128f-fd5b-4e9f-a5c8-810118c0e810", + "newLocation": { + "bar": 24, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.38636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "59cd5f31-cdc0-4604-913c-8f307331a092", + "newLocation": { + "bar": 24, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.47159090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "8db063e2-bc21-4fe3-a58b-49a897300cb4", + "newLocation": { + "bar": 24, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.55681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "740f3507-e8eb-4d5e-b71a-a64a31c92cce", + "newLocation": { + "bar": 24, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.72727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b8689dd6-6333-4679-8a19-61aa9fad9f31", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f17616ff-2307-4215-a0d4-09542d1edc33", + "newLocation": { + "bar": 25, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.32386363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "3044e135-3a19-4683-8472-ac4ead0634e5", + "newLocation": { + "bar": 25, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.75, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1acfe778-0fa6-4f1e-acc0-03427e98a9c5", + "newLocation": { + "bar": 25, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.83522727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "77037ba0-a45e-4702-97d4-9d980d924e47", + "newLocation": { + "bar": 25, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.92045454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f64c23ac-4e16-4a1d-b108-0f70f30e57cd", + "newLocation": { + "bar": 25, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.26136363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.375, + "noteFunction": "", + "noteid": "52aa06eb-e539-4cc7-a675-42f2c4a6571b", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.43181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7f875e5a-3213-4426-825c-12f653669764", + "newLocation": { + "bar": 26, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.51704545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "7059e9ac-ec47-448b-a755-a6ee7560f47a", + "newLocation": { + "bar": 26, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.60227272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -67.125, + "noteFunction": "", + "noteid": "73149a27-5435-4ec9-b2c9-951474d55b4b", + "newLocation": { + "bar": 26, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.94318181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "909ae01e-caac-4459-abc1-6f4ab9d4e53a", + "newLocation": { + "bar": 26, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.028409090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "762ccfcf-5345-4e77-982a-652b06d82381", + "newLocation": { + "bar": 26, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1bdc3b06-7ed4-4924-89d6-c19bf8068175", + "newLocation": { + "bar": 26, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "df68e3e9-d4b9-4c1c-94b0-09cb0c37b0ba", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 35.79545454545454, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6c93a009-8ccd-4cbf-9e2d-ef9f397e7449", + "newLocation": { + "bar": 27, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.965909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6041d625-e32e-434d-ad21-6611a064ea3f", + "newLocation": { + "bar": 27, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.05113636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ea905662-a3cd-4df1-9043-8bde9db23337", + "newLocation": { + "bar": 27, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.30681818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b44cdd05-2934-4f02-865f-1bb4d60c03c2", + "newLocation": { + "bar": 27, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.47727272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3a631975-515e-4258-a3b6-e67c3667e1a8", + "newLocation": { + "bar": 27, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.64772727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cd6fb09e-9184-4eec-90bf-46affa2b764c", + "newLocation": { + "bar": 27, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.98863636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9f7ef648-892a-438c-b18c-22720045cde0", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.15909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "998436a4-0b39-4a59-b741-7c33ced76b14", + "newLocation": { + "bar": 28, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.32954545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6a99bc72-2946-4812-b347-133560d19a47", + "newLocation": { + "bar": 28, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.41477272727273, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.4261363636363636, + "barNumber": 28, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "b22d440a-c167-4822-a725-9f0cc1954772", + "newLocation": { + "bar": 28, + "guidelineIndex": 7, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 37.840909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ecaf780c-83c0-4bd4-a024-f33a44f793bd", + "newLocation": { + "bar": 28, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.01136363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 201.375, + "noteFunction": "", + "noteid": "92078289-f5c6-4ef3-bcea-7198a4570bb4", + "newLocation": { + "bar": 28, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.18181818181818, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "87febca2-bad5-4014-a7b5-2cff17d3c868", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.52272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "410dd683-4440-4d95-adb7-447af74fba01", + "newLocation": { + "bar": 29, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.778409090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "e600abcd-fc35-4098-85bb-228bc04b890f", + "newLocation": { + "bar": 29, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.20454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "45d38b1b-280c-4e75-8172-beac0266010c", + "newLocation": { + "bar": 29, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.28977272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "fcfdeff2-795d-4a86-92f4-082de9106182", + "newLocation": { + "bar": 29, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.375, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "36fe5782-536e-49db-ab81-dd5fc939e8c0", + "newLocation": { + "bar": 29, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.460227272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "24ceb088-f7a0-4242-83fd-683c84677ae1", + "newLocation": { + "bar": 29, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.715909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ae8ecced-c777-4295-a948-c1d2b2c5e8fe", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f6232254-d91b-479c-bc74-988d61543ff9", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 40.05681818181818, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5113636363636364, + "barNumber": 30, + "yPos": -67.125, + "noteFunction": "", + "noteid": "338443b5-917a-4984-8cbf-aff99446d390", + "newLocation": { + "bar": 30, + "guidelineIndex": 6, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 40.22727272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d702451f-e9e3-4042-9f88-c5a63495a7a7", + "newLocation": { + "bar": 30, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.397727272727266, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 67.125, + "noteFunction": "", + "noteid": "962e2459-565d-4949-8782-0df592ee0225", + "newLocation": { + "bar": 30, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0dab1e43-a02b-4494-b29d-518a48582e3b", + "newLocation": { + "bar": 30, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.90909090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "51338716-7ed7-4a9f-bc26-a682480bc428", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.16477272727273, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "82664e33-f13d-4961-a425-c68adebbe2d5", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.25, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ee1fd095-50f8-4aa8-a9d8-95168c43cd72", + "newLocation": { + "bar": 31, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.42045454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "66c6a69d-e19c-4a11-bf2d-a9012bbd56b0", + "newLocation": { + "bar": 31, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.84659090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "152f4b98-078c-4b2e-a3db-ade0ab760572", + "newLocation": { + "bar": 31, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.93181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5300fb9c-a908-4be7-9b71-cd703e5107f5", + "newLocation": { + "bar": 31, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.10227272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3d78123b-6589-4d39-aecf-3bf3ef0a764f", + "newLocation": { + "bar": 31, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.272727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f3b3fbd-5f8c-4398-badd-966763490dec", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -178.99999999999937, + "noteFunction": "", + "noteid": "f90bdcda-1e5c-4253-b959-4f5e0e5999a3", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.61363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "19f0309f-530d-404f-bd37-cfedab22ae2a", + "newLocation": { + "bar": 32, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b390331f-5891-46f4-ab3a-c1495a6d8068", + "newLocation": { + "bar": 32, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.18181818181818, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 89.50000000000064, + "noteFunction": "", + "noteid": "6893ae0e-84f1-493b-b472-d5e7be006e5d", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.29545454545454, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ee675038-2a6e-43d0-a9ff-47007863a359", + "newLocation": { + "bar": 32, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.97727272727273, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 4.9431818181818175, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "394028c6-1cb3-4b08-bf45-75c69ab3b1ca", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 58, + "isFree": false + } + }, + { + "time": 43.97727272727273, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 4.9431818181818175, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fb8c1c79-0693-41e4-b68f-6eb55e649405", + "newLocation": { + "bar": 33, + "guidelineIndex": 4, + "lengthGuidelines": 58, + "isFree": false + } + }, + { + "time": 46.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eaf95543-fbf8-4a68-acf5-5664ab464476", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.70454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38e08df8-3954-428d-a46d-d4be3390cc32", + "newLocation": { + "bar": 35, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.04545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e952bb0-31a7-4e4f-85b3-6cf4abfffcc6", + "newLocation": { + "bar": 35, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.38636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3816cc2e-6966-43f9-9231-301afca59995", + "newLocation": { + "bar": 35, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.72727272727273, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f8f99b1f-9fdf-4453-9577-8159a83052bf", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.897727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "26e02401-59ad-4f4d-a6a0-79c43d3e101d", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5efab588-de15-460c-be14-fbb94af45383", + "newLocation": { + "bar": 36, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.40909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5d30ce5e-b1aa-4d30-a07f-1b0b5a33b294", + "newLocation": { + "bar": 36, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.57954545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "80ad3a97-916c-43fb-bbb3-abbff378e438", + "newLocation": { + "bar": 36, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.74999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "278289f4-fd04-41ec-ad26-d6548bfab32a", + "newLocation": { + "bar": 36, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.090909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "201d9641-7b11-4d8d-b935-08bf05c96287", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 49.43181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "67e63cb4-c556-43f1-b8e3-6ab03a6334c0", + "newLocation": { + "bar": 37, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.43181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "083a0634-2025-4452-855a-cd607a355f9d", + "newLocation": { + "bar": 37, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.772727272727266, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2556818181818182, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cca93c62-ef92-45cf-9b60-9b0a68ccb661", + "newLocation": { + "bar": 37, + "guidelineIndex": 8, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 49.772727272727266, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2556818181818182, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "76ce7cab-3056-4ba9-addb-76fadae499f0", + "newLocation": { + "bar": 37, + "guidelineIndex": 8, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 50.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "561b25ea-d7f8-4da6-9c82-eaf97d9f88dc", + "newLocation": { + "bar": 37, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.11363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9b72624d-1213-4c5a-98a7-641cc0b0d5b5", + "newLocation": { + "bar": 37, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "10fbdee0-d56f-4446-baf9-5d40dab50e5a", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.62499999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a9f07b42-61e6-430c-8164-7b0994f3f4ca", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.79545454545454, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a26e40ca-6bfc-4a1e-bcc2-1173b417d7b2", + "newLocation": { + "bar": 38, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.965909090909086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5113636363636364, + "barNumber": 38, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2415870e-ec41-484e-9853-856b78ef8a2f", + "newLocation": { + "bar": 38, + "guidelineIndex": 6, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 51.30681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0622ae04-b3d1-4e36-9976-e7b58572e3db", + "newLocation": { + "bar": 38, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.47727272727273, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b370405b-b7d5-4862-8fe8-06085cc1a81b", + "newLocation": { + "bar": 38, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.647727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b75cb3bf-46e9-4237-b98e-b0321e7387ea", + "newLocation": { + "bar": 38, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "59c8fd1e-fbef-4b00-8a93-6e4068980b64", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.15909090909091, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "846224fb-4020-4650-a611-c9610e5d49d6", + "newLocation": { + "bar": 39, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.15909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ca1fe9c1-58c9-48dd-97bb-f11449a6cdf8", + "newLocation": { + "bar": 39, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.41477272727273, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "e95d5cd8-341e-4be8-b7b1-9790d592edfd", + "newLocation": { + "bar": 39, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.840909090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7d433a9e-60de-49b9-92d5-e940c618d37f", + "newLocation": { + "bar": 39, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.09659090909091, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ec72a8c5-e3e5-4632-98bd-c6d824f2969e", + "newLocation": { + "bar": 39, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.522727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "042936c8-97cb-4752-a11a-a14e4bbc10fc", + "newLocation": { + "bar": 40, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.522727272727266, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4380b688-065e-47c2-b0a6-be2babf246cd", + "newLocation": { + "bar": 40, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.778409090909086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8705375c-2aa4-4ae5-ade1-e34d5cecd1c7", + "newLocation": { + "bar": 40, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.03409090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d21d8410-8a62-4471-994c-a4114eaf7864", + "newLocation": { + "bar": 40, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.20454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c9f3b52d-a19e-4393-b6c6-6864718c5b72", + "newLocation": { + "bar": 40, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 54.54545454545454, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 41, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5397245-efd9-41c2-a551-1ec110f1aebc", + "newLocation": { + "bar": 41, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 54.88636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5e8afc27-7d83-4625-866c-622d638cef3a", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "09de26eb-20eb-41ae-9bb8-1b4d738327f8", + "newLocation": { + "bar": 41, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2556818181818182, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0e6eb478-6e6c-4201-8115-3812b2fe04a3", + "newLocation": { + "bar": 41, + "guidelineIndex": 8, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 55.22727272727273, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2556818181818182, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d79fc77e-0508-4eff-a762-34d4590e3879", + "newLocation": { + "bar": 41, + "guidelineIndex": 8, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 55.56818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3404ce6b-da97-4cef-bd52-d6ea2982cfdf", + "newLocation": { + "bar": 41, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9158ff59-37cd-4360-80df-bbbc183af0e5", + "newLocation": { + "bar": 41, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.90909090909091, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "51fbf7c0-00d0-4a04-977d-a98cb1774cde", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.07954545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3ecd0b32-6881-43c5-b0e9-29bd947d2175", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.24999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "503302f7-0a91-437f-98f5-342b40ae8894", + "newLocation": { + "bar": 42, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.42045454545454, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5113636363636364, + "barNumber": 42, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2b1c645a-0720-4630-bf0b-b1450308027d", + "newLocation": { + "bar": 42, + "guidelineIndex": 6, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 56.76136363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f5601435-eee5-4011-8c02-2dfc0f8f750b", + "newLocation": { + "bar": 42, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.93181818181818, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "801fdf80-3a78-47f8-a27a-93eef1ba9680", + "newLocation": { + "bar": 42, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.10227272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 201.375, + "noteFunction": "", + "noteid": "72703669-b3e4-49d2-b74e-9e3513cc5777", + "newLocation": { + "bar": 42, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.44318181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bfe6668a-89a8-489c-870d-1b8e7127e7c1", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.61363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1bcf05a8-589a-44ec-aa0f-95317fd76309", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.95454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "435e7a5d-84ba-427d-8746-cb2e13920330", + "newLocation": { + "bar": 43, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.12499999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8ae9eb55-8d4c-4f51-b42d-4a2a37162b58", + "newLocation": { + "bar": 43, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.29545454545454, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "89b02a6b-3eae-4ba1-88fd-0c5030af791f", + "newLocation": { + "bar": 43, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.465909090909086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "da03d81f-4e1b-4e07-8088-a849136857d1", + "newLocation": { + "bar": 43, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.80681818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fc22d3e4-596a-4149-90b2-e36cf7c28d5d", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.97727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ddfe6d82-70ae-4d59-8dc9-db39fd8d1b10", + "newLocation": { + "bar": 44, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.147727272727266, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -67.125, + "noteFunction": "", + "noteid": "90c87a41-0ed8-4429-94c0-9dca17ef283a", + "newLocation": { + "bar": 44, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.31818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5e161f52-e509-4bc6-b9d3-19fa5c8c205d", + "newLocation": { + "bar": 44, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.48863636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c3b8735c-d932-47fe-ad1b-046be37c36de", + "newLocation": { + "bar": 44, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.65909090909091, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "858614e4-b738-4447-b71f-7440b06e6e90", + "newLocation": { + "bar": 44, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.82954545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3b71d0b0-3640-40d9-a5b2-35c9ce274113", + "newLocation": { + "bar": 44, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.99999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "52970565-1f2b-43d3-9199-da571c8ef311", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.340909090909086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a17476ba-b89d-403c-9675-1b8a3f23c30e", + "newLocation": { + "bar": 45, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.340909090909086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed345a73-8242-4572-9652-b9163c331420", + "newLocation": { + "bar": 45, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.68181818181818, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e6686090-bb86-480d-8671-5e07a01362eb", + "newLocation": { + "bar": 45, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.85227272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 67.125, + "noteFunction": "", + "noteid": "209008b5-f8f2-496a-807e-5dc7094c7bb5", + "newLocation": { + "bar": 45, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.022727272727266, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c0ea4267-64b5-44e6-a29b-7d7341f3dbb0", + "newLocation": { + "bar": 45, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.53409090909091, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -201.375, + "noteFunction": "", + "noteid": "211606e6-075d-46df-87fc-b417e853d4cc", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.70454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dd56ac1c-71ef-4468-860b-8f102d48103b", + "newLocation": { + "bar": 46, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.87499999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d4e05465-a2b0-4248-91cb-4799f10529d0", + "newLocation": { + "bar": 46, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.215909090909086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e1720f01-2fbd-48bb-b4c2-9a8cda77ea5e", + "newLocation": { + "bar": 46, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.38636363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "68ce1d47-a693-47c0-86a8-4cfdaa948fa1", + "newLocation": { + "bar": 46, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5bb61517-ee3e-4326-8778-d162107420f0", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.897727272727266, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -201.375, + "noteFunction": "", + "noteid": "756e3bf0-8ab7-4c88-b1a1-05840eb8fa3d", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.06818181818181, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4152ac63-0bf0-4e5b-b535-a4bd1e580984", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.06818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f7ddbd40-285f-4224-8339-b8a318205f07", + "newLocation": { + "bar": 47, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.23863636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -67.125, + "noteFunction": "", + "noteid": "10b59299-d386-4cbe-82b2-97154658e217", + "newLocation": { + "bar": 47, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.57954545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1856cab4-6227-4895-a435-0cf373e28eb5", + "newLocation": { + "bar": 47, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.74999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "da8d91a1-0013-4d1f-b167-793e3d6f9f69", + "newLocation": { + "bar": 47, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.74999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f1e3e70-459c-447e-b81e-ac8128326152", + "newLocation": { + "bar": 47, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.00568181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b0b2bbd1-7b46-4d6c-8eef-9a40a5cc9151", + "newLocation": { + "bar": 47, + "guidelineIndex": 15, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.26136363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b9497cab-3a81-4461-8d2a-87f890dc6439", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.43181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1bf398d8-e137-43b0-90c1-3c74da1b6150", + "newLocation": { + "bar": 48, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.6875, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f6638dbe-82a5-4001-ae8d-de7bef8d7862", + "newLocation": { + "bar": 48, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.94318181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8bc9e9fc-88a0-4aeb-9fb2-b6005f303502", + "newLocation": { + "bar": 48, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.11363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9ef809be-684d-4f34-87e2-a0690e57d49b", + "newLocation": { + "bar": 48, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5a7a7c9-98ef-4fbb-b3ef-b8a60b5a364d", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.45454545454545, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "011147b8-252c-41ed-9b4a-c9453b8875ce", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.79545454545455, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3565ce0e-0f6c-40b6-a08b-d958cc45bd30", + "newLocation": { + "bar": 49, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.79545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0182bd53-f0ae-4d19-98b9-97178cd7241a", + "newLocation": { + "bar": 49, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.13636363636363, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "688ac5c3-4adc-4f5a-a221-bc3c3f34c470", + "newLocation": { + "bar": 49, + "guidelineIndex": 8, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 66.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d736666e-e772-4d51-9d71-5c22bd8fe62c", + "newLocation": { + "bar": 49, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "817c2a89-3bf9-47b0-8d3f-010dfdb72e63", + "newLocation": { + "bar": 49, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f12cd5a0-2200-4791-9594-beed3df8c911", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 66.98863636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -201.375, + "noteFunction": "", + "noteid": "21cb13a2-abf3-4dbe-8f3f-528b195a9922", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.1590909090909, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "da3c20e9-3f77-4f62-909b-8169b8d72e0e", + "newLocation": { + "bar": 50, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 67.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "836d1662-9500-45f9-b510-f48f8f66b7b3", + "newLocation": { + "bar": 50, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8115ac71-5c8b-4c2b-be31-b3e88d221a19", + "newLocation": { + "bar": 50, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.84090909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "828d7146-a108-46b6-974d-66645e7a5b8a", + "newLocation": { + "bar": 50, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.18181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e264e964-f906-4074-98d1-ad4ea749580a", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 68.52272727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e9f3de3-6f9c-431d-876c-4dde8de3733d", + "newLocation": { + "bar": 51, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "16d7cf05-35b2-4add-b836-c41a40753c9c", + "newLocation": { + "bar": 51, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.94886363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "ebbaf2d8-d4be-4e5b-abf0-9a89d8285749", + "newLocation": { + "bar": 51, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.0340909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5210342d-b9a9-4282-8a5a-af92949eb4f1", + "newLocation": { + "bar": 51, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.20454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a970af21-76e0-41db-9b6d-41c0144905a6", + "newLocation": { + "bar": 51, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.54545454545455, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cea5a7be-4fdf-46f9-a6a2-a98804153dbb", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.71590909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e1ccec39-a25a-4c5e-b563-c558dbacc1ea", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7fe6c47e-44a8-42f0-b22a-49c34a491020", + "newLocation": { + "bar": 52, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.05681818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fceaaefe-368c-41ed-8cb3-6c0d9ba2fa02", + "newLocation": { + "bar": 52, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.22727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d26686b-84ac-4ffa-9ddd-912b3916ca7d", + "newLocation": { + "bar": 52, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.39772727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8e3a8b23-707e-499f-b597-7f63410f3eb6", + "newLocation": { + "bar": 52, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4e64f5f6-dbbb-475e-ba0a-5400254d7a8f", + "newLocation": { + "bar": 52, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.9090909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "212c6ff4-60fd-4457-9f24-2fd4be41d098", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.10227272727272, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3eb53472-de22-4369-8ed9-faac8ab561d9", + "newLocation": { + "bar": 53, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "147521bf-a86b-441b-bf70-1fc807373863", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "60b54f43-aa9b-4c11-8855-9a5247054c92", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.82954545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3cfa687c-2ff2-4b4e-8d75-c089f9f07d3f", + "newLocation": { + "bar": 55, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.82954545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.375, + "noteFunction": "", + "noteid": "50591336-60a1-4e1e-9c2d-1024e56bceac", + "newLocation": { + "bar": 55, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b4a55b1e-2fc4-4f31-ad88-91e82ccf98fa", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "58d81c51-21d5-49c9-adb9-eb282f6f5738", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.04545454545455, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e0b9350d-3f37-4835-8ca7-531f6d408664", + "newLocation": { + "bar": 57, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.55681818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a8afbaf4-7c96-48f5-928a-e100347813a3", + "newLocation": { + "bar": 57, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.55681818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ae8d653b-1db4-4da6-85f4-db056ecd7275", + "newLocation": { + "bar": 57, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1e0545c3-18cc-436f-930f-4d5b34fedad9", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cdb6246e-da0c-4bb9-9e5b-3eeac1553e71", + "newLocation": { + "bar": 58, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.23863636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0e07cc69-66fa-4fb1-9888-fa3f7865a0a3", + "newLocation": { + "bar": 58, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.23863636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0a8ed5e2-bfc0-4108-9f7d-794425177db9", + "newLocation": { + "bar": 58, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.09090909090908, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f521cb10-71dc-4df0-9efa-92162558e8e7", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 79.43181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a9a45bcd-b756-4209-ad56-d5fb7cc1ce91", + "newLocation": { + "bar": 59, + "guidelineIndex": 4, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 79.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "90dc58d2-6cea-4506-97bd-4f1af3ecb882", + "newLocation": { + "bar": 59, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.45454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7b91e532-52bb-4ead-8e10-c99d9fecff75", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.53977272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "375448da-23a3-412a-87c1-12925fedd3ea", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.625, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b2e6ea4e-8f16-416f-ac3e-ee4eae1a6bfe", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.71022727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a872fb0a-f699-4099-a948-d976a03a5568", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.96590909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -67.125, + "noteFunction": "", + "noteid": "515500b7-ec15-4057-9515-5226d725c29c", + "newLocation": { + "bar": 60, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.30681818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9bb54e29-f443-4237-b6d3-e22755e35c05", + "newLocation": { + "bar": 60, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45c4885e-34e1-4811-be80-47a6e8a7684d", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.1590909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "657b9720-16e3-4cd2-9863-3e98dfe98599", + "newLocation": { + "bar": 61, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.32954545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -67.125, + "noteFunction": "", + "noteid": "817a876e-2987-41f9-9427-e458bbe97ac2", + "newLocation": { + "bar": 61, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9114a880-eb87-460c-9b34-03efb0c84ee3", + "newLocation": { + "bar": 61, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35ed22f7-b02d-422e-89d4-f81504673715", + "newLocation": { + "bar": 61, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.67045454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a21882a6-d22c-4676-817c-14ea9878c7c1", + "newLocation": { + "bar": 61, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.01136363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "464a9805-4220-4a84-9666-c6763788ed91", + "newLocation": { + "bar": 61, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.18181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0b2a8cd6-22a0-4fff-abbf-b79fee1900cf", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.35227272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -201.375, + "noteFunction": "", + "noteid": "de6071cb-0efd-4c93-bfc0-dff8fc2e70d1", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.69318181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.125, + "noteFunction": "", + "noteid": "45926cf0-ffc6-4ee9-8db5-c0d82cfbe3ec", + "newLocation": { + "bar": 62, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.86363636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6af57f2e-2e99-4f81-8c77-e95421792574", + "newLocation": { + "bar": 62, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.0340909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6d1148db-1e9d-4a32-a6c7-3b7276f1181e", + "newLocation": { + "bar": 62, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.20454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "61a047aa-0e18-44fc-9ba1-44290f6f4c7b", + "newLocation": { + "bar": 62, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.54545454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "089f7d12-dbf0-42b7-a15c-bcf90ea8429f", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.54545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab387009-ab1c-42a8-a14c-ff6a2f4f19e3", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.22727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c8e268f7-fcdc-46c9-b9a8-85d94b4850ba", + "newLocation": { + "bar": 63, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.22727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "89116000-4224-4f72-892e-3e8daf39e883", + "newLocation": { + "bar": 63, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.73863636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4e33cc16-d70f-4392-8c44-1f18fd6b2f45", + "newLocation": { + "bar": 63, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.07954545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -201.375, + "noteFunction": "", + "noteid": "509047f6-89b9-4e35-8a55-9952721271ab", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.42045454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "38f8b9c4-9e9a-4921-8a9a-368cb9ba55e6", + "newLocation": { + "bar": 64, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.59090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bc3cf660-8fce-4da4-af17-b33865301f01", + "newLocation": { + "bar": 64, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.76136363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9dfedd9c-6467-4273-98fe-8ecc90a26141", + "newLocation": { + "bar": 64, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.93181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f7e93b28-e7ed-42d2-8b10-2e90917c6393", + "newLocation": { + "bar": 64, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 87.61363636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "62c207d6-c545-4753-8678-ffb7e58ffe9f", + "newLocation": { + "bar": 65, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.61363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1bb7a35-34f7-44df-84af-b47f1a65056e", + "newLocation": { + "bar": 65, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.95454545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "487d9eb9-d30f-4dd1-b5e1-dbdbf7b78ce5", + "newLocation": { + "bar": 65, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.95454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ef998e40-01b5-4409-966c-4c19e40599f3", + "newLocation": { + "bar": 65, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.29545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bea4c9a7-f904-4f0e-a097-f2eac068fc22", + "newLocation": { + "bar": 65, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.29545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e41e5b34-ea90-4df4-bdcc-90cd82c0d410", + "newLocation": { + "bar": 65, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.63636363636363, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6399f1c8-9e3e-432e-bd2c-dccdf0e65fa7", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.63636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfced39b-9e32-4fac-b94c-1ae9e4a73e84", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "685130da-2405-4e48-94fa-e016c11ea2e2", + "newLocation": { + "bar": 66, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.97727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fa52bef7-dd2c-4f54-b465-c45ff314b1b4", + "newLocation": { + "bar": 66, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6149ad5c-0d43-451e-94b4-f6d66d177383", + "newLocation": { + "bar": 66, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.31818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83c45f99-22e4-4d14-bc9d-d662b0722deb", + "newLocation": { + "bar": 66, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.6590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "76f2c966-1cba-45bf-884e-724ef33b3ab2", + "newLocation": { + "bar": 66, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.6590909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "587bf749-7b36-4776-bd2f-659974f38055", + "newLocation": { + "bar": 66, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e200f0bc-4996-4501-956c-b06c5f1d0bb6", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.17045454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e40d706c-80d8-4bd1-b9fa-54ab1a379fb8", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.34090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e01ba23c-c8d4-4566-b57e-8ac966095d70", + "newLocation": { + "bar": 67, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.51136363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "66d6182d-0753-492b-8c05-320105169a69", + "newLocation": { + "bar": 67, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.68181818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "66837d53-3a04-494a-a3f5-191f05a49e09", + "newLocation": { + "bar": 67, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.76704545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "ec849af7-9daf-40f1-97bb-01bea853732a", + "newLocation": { + "bar": 67, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.85227272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "106a641f-5c5b-47a4-acdb-32ef36df6355", + "newLocation": { + "bar": 67, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.02272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a803a8f6-99cc-47bf-82c3-66a48a22c9fd", + "newLocation": { + "bar": 67, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.10795454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "57b2165a-66d5-4ea0-b3c6-f8d473e43177", + "newLocation": { + "bar": 67, + "guidelineIndex": 13, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.19318181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "223f4aee-7c77-4f05-aaa8-9eec5cbff74b", + "newLocation": { + "bar": 67, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.36363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "631a5f36-a928-47b6-bfc8-82018f88e6a7", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 92.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9e4d5803-ab32-4184-9822-f7f0234dbc69", + "newLocation": { + "bar": 68, + "guidelineIndex": 8, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 92.04545454545453, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.6818181818181818, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "572bab08-2563-4dbd-bcf3-b4677b704954", + "newLocation": { + "bar": 68, + "guidelineIndex": 8, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 92.72727272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d96bfc74-42e1-4708-a1e3-0c25cdc50d0d", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.72727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1b9e931c-b8d4-449e-9177-7d7cff6e5110", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5113636363636364, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7dd02918-e9c5-4bd9-85a2-cccb9ec3ca69", + "newLocation": { + "bar": 69, + "guidelineIndex": 8, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 93.57954545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "dacc2181-b729-4bf0-aedb-1f0112d1eddf", + "newLocation": { + "bar": 69, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4f8209ff-f286-41b5-b6de-6740ae5b68df", + "newLocation": { + "bar": 69, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.92045454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "19b87a6c-e53b-4313-b009-828bead43bd3", + "newLocation": { + "bar": 69, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.09090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "91fb8cdc-3329-4282-bc9e-dedeaf1eae69", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.43181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d20ce9a6-3457-455c-910d-288b32931505", + "newLocation": { + "bar": 70, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.60227272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5d813c79-7f10-4446-b722-c526e8beeae0", + "newLocation": { + "bar": 70, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.94318181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 67.125, + "noteFunction": "", + "noteid": "74d8ea79-8f3f-4b9d-b3ab-78345c1e20da", + "newLocation": { + "bar": 70, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.02840909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "09f9fa44-7665-4220-8768-c9aad122f092", + "newLocation": { + "bar": 70, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.11363636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95288915-16f0-43e1-b8ec-a45a60fba246", + "newLocation": { + "bar": 70, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.45454545454545, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "184aebfd-4b65-4d94-be2d-658a4b046101", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3a70c024-60aa-46c3-b71d-932fcdd05c05", + "newLocation": { + "bar": 71, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.96590909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "de18d331-aeb9-4d34-841f-683fb6b95384", + "newLocation": { + "bar": 71, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.05113636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8a984c3f-9909-4d53-b2df-de03d7f46a9e", + "newLocation": { + "bar": 71, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.2215909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "7de6be4b-dd81-420f-af66-8761b24f5b1b", + "newLocation": { + "bar": 71, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.30681818181817, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0f891ab1-b1e5-4a85-950d-364d9039ea64", + "newLocation": { + "bar": 71, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c5bed74-e64e-4b23-91dc-1b33a1ad6dfb", + "newLocation": { + "bar": 71, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.64772727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5c342666-60ff-4d7a-b2f8-c9f16e62ee76", + "newLocation": { + "bar": 71, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.81818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1c28f737-eb4b-49fd-b3a8-7c4b0b68b956", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 96.98863636363636, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "61ce15b7-916e-4f18-809b-cf838a5dcfc5", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.1590909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a9d7141a-398b-4c2d-9319-67b241458e46", + "newLocation": { + "bar": 72, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.24431818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "73a22dfa-5b31-41ea-8425-a6632ff11a41", + "newLocation": { + "bar": 72, + "guidelineIndex": 5, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.49999999999999, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dcb384d1-e7e9-44e1-b2a3-f3a86353a5b8", + "newLocation": { + "bar": 72, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.67045454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bebd9bf6-14bc-453b-bf3c-0c9f10d3c90c", + "newLocation": { + "bar": 72, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.84090909090908, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6e34a8d1-2367-4bb9-929e-42dad75992a9", + "newLocation": { + "bar": 72, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.01136363636363, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "76e6300b-dc20-4110-af86-6306d56e8c55", + "newLocation": { + "bar": 72, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 98.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6d679a2-0e31-4528-a0b1-c0ca84186db3", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.52272727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10b38838-057a-4592-8b94-b84524ee7912", + "newLocation": { + "bar": 73, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.77840909090908, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d66b265c-8455-47c4-bcdd-1cb82f5c44e0", + "newLocation": { + "bar": 73, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.94886363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "26164354-99ee-4632-bdc4-e93694046499", + "newLocation": { + "bar": 73, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.0340909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "31f0aa7d-5d72-4c94-a889-b5388503cf4b", + "newLocation": { + "bar": 73, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.20454545454545, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0eb4f743-9d36-4ac1-ab5e-433b1e1136db", + "newLocation": { + "bar": 73, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 99.54545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71c4475f-d89e-46db-b366-e77a19b343a4", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.88636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "eb7eaca4-e50c-4580-9c43-2eea98ed03a2", + "newLocation": { + "bar": 74, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.05681818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9e9eb2d4-c51d-4312-9963-9c58a4cce6bc", + "newLocation": { + "bar": 74, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.14204545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "cc852d99-2556-4338-88ad-7ce0a3fc4d95", + "newLocation": { + "bar": 74, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.39772727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0e8b3ecc-ab10-4dd3-a9a5-52dab0cb1092", + "newLocation": { + "bar": 74, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "52fa9b95-6b77-4ebe-a533-a6696848be70", + "newLocation": { + "bar": 74, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.73863636363636, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7d1aebbd-7553-4629-a1e7-3b8ac9d1b6e2", + "newLocation": { + "bar": 74, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 100.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2441aa70-7a22-4679-a698-2eb8914e53ff", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.24999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9ebe80bf-e2bc-43fc-a92d-521de8efb4e3", + "newLocation": { + "bar": 75, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.42045454545453, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9801d425-d850-4e95-ae00-9bc8d2d4980c", + "newLocation": { + "bar": 75, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.50568181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "6972d7fc-377b-4200-9099-039782b5a3b9", + "newLocation": { + "bar": 75, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.67613636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "123fd686-69f5-4eef-b8bd-4ab2dc81078f", + "newLocation": { + "bar": 75, + "guidelineIndex": 9, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.76136363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bd84f2a6-5541-4438-90f6-315bcb0cb9b2", + "newLocation": { + "bar": 75, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.93181818181817, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4b36d995-75ae-4981-ad22-2511217a0dab", + "newLocation": { + "bar": 75, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 102.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "29464610-9124-4d30-98e6-44ae6ff4f24b", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.44318181818181, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7ce19a6b-6281-44f8-8ee2-80bc69493e08", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 102.61363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "908ce243-9630-4c98-a890-6f07d8502487", + "newLocation": { + "bar": 76, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.7840909090909, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 76, + "yPos": -67.125, + "noteFunction": "", + "noteid": "95fe5928-f272-4f52-aceb-b7b9287879eb", + "newLocation": { + "bar": 76, + "guidelineIndex": 6, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 102.95454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c317144-d153-4bb8-ab83-8482903cfb58", + "newLocation": { + "bar": 76, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.12499999999999, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 76, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6d95f71a-edec-43e5-9d12-2220f5cf5413", + "newLocation": { + "bar": 76, + "guidelineIndex": 10, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 103.29545454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "746200e4-0789-4baa-bba3-4a82e13c3481", + "newLocation": { + "bar": 76, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.46590909090908, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "afc7c3f6-93e0-4155-99cd-bf20313d98c9", + "newLocation": { + "bar": 76, + "guidelineIndex": 14, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 103.63636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9b9d800c-2bc9-407e-9665-a2d3a51cfc05", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.80681818181817, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 77, + "yPos": -201.375, + "noteFunction": "", + "noteid": "24f1c4fc-670e-427a-89a9-8756b5f4c677", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 103.97727272727272, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2bc727c5-cfdb-4e7e-a7c9-c659f609836b", + "newLocation": { + "bar": 77, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.14772727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "811f16e3-cdde-40d6-8674-e2f826f07c9e", + "newLocation": { + "bar": 77, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.23295454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "de3dc052-4b91-4e84-b3be-0875faad7d89", + "newLocation": { + "bar": 77, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.31818181818181, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a1ae0a16-78e8-4ab5-aa55-c8f6c8626342", + "newLocation": { + "bar": 77, + "guidelineIndex": 8, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 104.6590909090909, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "73e73d49-daa9-4b1d-a77d-37681c392f08", + "newLocation": { + "bar": 77, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.99999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea89f137-45c3-4ab5-91c4-123afaa12073", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.17045454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "908a25a5-3d91-4cd6-bcaa-d0b91a577161", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.34090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f99df24-8745-42d4-9dac-34b991e6b6d6", + "newLocation": { + "bar": 78, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.51136363636363, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8cc393a0-2df5-4773-ae05-df183dc89a42", + "newLocation": { + "bar": 78, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.5965909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a950687c-b668-4e39-bbf7-d2fa8582c753", + "newLocation": { + "bar": 78, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.68181818181817, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "22268605-a0ea-486c-9da8-21eea45f0ec3", + "newLocation": { + "bar": 78, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.02272727272727, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dee6cca4-4c29-416d-b8f4-f9eff1ac6a46", + "newLocation": { + "bar": 78, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 106.36363636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "543d43e3-cc89-4cc2-9ff4-a65d6cda6165", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.5340909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -201.375, + "noteFunction": "", + "noteid": "049455a1-f9c7-4b3e-8091-7b5ad5173536", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.70454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2c24e81-cedf-459b-8521-82c741c0e39c", + "newLocation": { + "bar": 79, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.87499999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -67.125, + "noteFunction": "", + "noteid": "74b29ece-e0f6-4109-b71e-32cc21dae745", + "newLocation": { + "bar": 79, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.96022727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8b71e205-7790-409d-a4cd-f69431cea9d2", + "newLocation": { + "bar": 79, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.04545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2a164e78-613c-41f5-b469-439611e803b6", + "newLocation": { + "bar": 79, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.38636363636363, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.17045454545454544, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2739deac-59f7-4a72-b612-529f2864906a", + "newLocation": { + "bar": 79, + "guidelineIndex": 12, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 107.89772727272727, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "94a207b5-b064-4ac0-84f9-d1d1fa620768", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.89772727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4bbc71bc-610e-488e-850b-0ddffb999fb0", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.06818181818181, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d60584c1-931b-44a1-b92a-6fd67765369f", + "newLocation": { + "bar": 80, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.23863636363636, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8ef349ea-cf75-4fb2-81b9-56037eac41ea", + "newLocation": { + "bar": 80, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.32386363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "fcbfb502-f9b7-4563-b104-1b2c9f9386b3", + "newLocation": { + "bar": 80, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.4090909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7ba2ca85-a8e0-45dd-a069-5a6240b759a1", + "newLocation": { + "bar": 80, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.57954545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "78a8d567-e2fa-4e15-a220-1439e219a3bd", + "newLocation": { + "bar": 80, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.66477272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "441e7a95-81c9-4e45-affb-8bef36a72dc7", + "newLocation": { + "bar": 80, + "guidelineIndex": 11, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.74999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c9f09f72-ca8b-4c6c-b54d-23eade7d3013", + "newLocation": { + "bar": 80, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.92045454545453, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3c8f5de5-3231-4f40-bfbc-a237c0a4abd9", + "newLocation": { + "bar": 80, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.09090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d7cd193-3dae-48d6-b27b-caf06dd32fb9", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.17613636363636, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "1cd3fe32-f428-42f6-b620-c3be9ed6d7ad", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.26136363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a400967a-812e-4e4a-b473-3869d148eabe", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.43181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "350fe6c1-a932-47e3-a56a-689068b6c02b", + "newLocation": { + "bar": 81, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.60227272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9b0f95f0-c01f-4e41-98fb-89c80f1f87a6", + "newLocation": { + "bar": 81, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.68749999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "40873eda-7b9c-4602-9620-7b86dbd6bab9", + "newLocation": { + "bar": 81, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.77272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "da29ebac-02a3-4018-a22c-64c899e98f6a", + "newLocation": { + "bar": 81, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.11363636363636, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0a7fcd3d-e3b7-4eba-a7b0-48b170d02f89", + "newLocation": { + "bar": 81, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e702f61-6591-452d-ae21-03eddf54caf1", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.45454545454545, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "12b6b9c7-78e9-4893-b847-3cb9ec9bda77", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.79545454545453, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02b28f17-3fd3-4874-9add-32f7d36509b1", + "newLocation": { + "bar": 82, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.79545454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49637851-c072-4da2-9fdb-9c2bcb5f9645", + "newLocation": { + "bar": 82, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.13636363636363, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "61775543-2f69-4c63-bcd1-703385df2098", + "newLocation": { + "bar": 82, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.13636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6797115b-6d15-4402-8dad-7a206cc46f42", + "newLocation": { + "bar": 82, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.47727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5ec4091-971a-4cd0-9c3d-108701b28dae", + "newLocation": { + "bar": 82, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.47727272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d58a4916-60e9-48af-87f6-e900f019ac4c", + "newLocation": { + "bar": 82, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.81818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4e9324d2-a530-4ff4-bd19-45b666a9037d", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.98863636363636, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -201.375, + "noteFunction": "", + "noteid": "044510ce-df79-4180-921c-2951140f225b", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.1590909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "03635856-72dc-42e5-b10e-05112dc4883d", + "newLocation": { + "bar": 83, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.32954545454545, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -67.125, + "noteFunction": "", + "noteid": "97d6b99f-c7a2-47ea-939d-bc21e0b34e47", + "newLocation": { + "bar": 83, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.49999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8875e1e2-471f-4183-ae0e-5ce9849e749c", + "newLocation": { + "bar": 83, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.67045454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "597920b6-2104-4515-8de5-1db54b668878", + "newLocation": { + "bar": 83, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.84090909090908, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "be667a63-a829-49b9-ad87-afaa0c2e8244", + "newLocation": { + "bar": 83, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.01136363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a018a01e-d487-4703-8d08-efd197cc50c7", + "newLocation": { + "bar": 83, + "guidelineIndex": 14, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1643ba72-d7b2-4677-9204-66b70f4ee9d0", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.18181818181817, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "68f902e2-0236-411e-8e42-d16223a11972", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.35227272727272, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -201.375, + "noteFunction": "", + "noteid": "322a9f48-7c59-4c98-bd78-26b5f0d4c221", + "newLocation": { + "bar": 84, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.35227272727272, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fc64ca55-f929-40ef-af90-d06137de64e4", + "newLocation": { + "bar": 84, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.52272727272727, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6cc46a27-766c-4a5d-9ec8-15a16bca48fe", + "newLocation": { + "bar": 84, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.52272727272727, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3f235d3-7037-437f-af7a-00343cfc5f84", + "newLocation": { + "bar": 84, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.69318181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e1faa40f-545d-4250-bcb3-c3e9d21443ed", + "newLocation": { + "bar": 84, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.69318181818181, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b8883d45-1d9c-4647-81d9-fd438c9589b8", + "newLocation": { + "bar": 84, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.0340909090909, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ad6f1955-0511-4b3a-a118-75d695db6ca6", + "newLocation": { + "bar": 84, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.0340909090909, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ba617b4-cc49-4fe1-900f-186cc9adae32", + "newLocation": { + "bar": 84, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.20454545454544, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6e07ea83-7b06-4cf1-a888-ac44e535fb9e", + "newLocation": { + "bar": 84, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 114.20454545454544, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3409090909090909, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fc651f5c-9bdd-4342-ada2-7b5043b1c17f", + "newLocation": { + "bar": 84, + "guidelineIndex": 12, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 114.54545454545453, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b04ae55c-2e95-41f7-be07-153b02335e2a", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.88636363636363, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -134.25, + "noteFunction": "", + "noteid": "971eb2d7-77cd-43cf-bd16-e8732a2014f0", + "newLocation": { + "bar": 85, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.22727272727272, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5a350ba5-b702-4509-b933-7038b3c784c5", + "newLocation": { + "bar": 85, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.39772727272727, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6a34b0d0-6bdf-414c-a6d1-45ace89d6a65", + "newLocation": { + "bar": 85, + "guidelineIndex": 10, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.56818181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "37742730-e804-4c3e-a913-f78cd069d58c", + "newLocation": { + "bar": 85, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.56818181818181, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a36c8508-7346-4e7a-86af-9916f6a280c0", + "newLocation": { + "bar": 85, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "48aa93e0-fb60-41e8-b743-e0e1053f83b0", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.9090909090909, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ad310fa5-c08f-4b7b-b967-a92d3cff2540", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.24999999999999, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -134.25, + "noteFunction": "", + "noteid": "344bb180-dd08-484b-a7d1-b4ee4d4ac583", + "newLocation": { + "bar": 86, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.42045454545453, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -67.125, + "noteFunction": "", + "noteid": "19c488e6-5cf5-4951-bac9-cb75709bd977", + "newLocation": { + "bar": 86, + "guidelineIndex": 6, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.50568181818181, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a878ad31-67b8-4af9-b845-436122c07cc7", + "newLocation": { + "bar": 86, + "guidelineIndex": 7, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.59090909090908, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7f3a92f1-9ec9-4d6f-8476-173ac60c4bb5", + "newLocation": { + "bar": 86, + "guidelineIndex": 8, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.93181818181817, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 134.25, + "noteFunction": "", + "noteid": "11ed6bb9-1789-44f6-9adc-93f96c883574", + "newLocation": { + "bar": 86, + "guidelineIndex": 12, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "00a5d1a4-5cec-4e1b-b7c8-e4b9c7fa6a75", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 48, + "isFree": false + } + }, + { + "time": 117.27272727272727, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 4.090909090909091, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d65826ce-e735-483a-b093-a7daa6ede37d", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 48, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_7.json.meta b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_7.json.meta new file mode 100644 index 00000000..cbd44899 --- /dev/null +++ b/Assets/__so/songs_so_res/1002003_spectrum/CFD/CFD_7.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1f516994ae72f194a8ba0fadcd5e3308 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.meta b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.meta new file mode 100644 index 00000000..1bf5523d --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54f9506192ab91d4f9363d15962f878c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_11.json b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_11.json new file mode 100644 index 00000000..13559270 --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_11.json @@ -0,0 +1,14761 @@ +{ + "version": "2.0.2", + "title": "アトロポスと最果の探求者", + "composer": "CK", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 157, + "bpm": 230, + "difficulty": 11, + "difficultyName": "Incredible", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 23:21:44", + "musicFile": "アトロポスと最果の探求者.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 862, + "globalDelaySeconds": 0.763, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 124 + }, + { + "colorType": "red_hold", + "count": 67 + }, + { + "colorType": "green_tap", + "count": 133 + }, + { + "colorType": "green_hold", + "count": 41 + }, + { + "colorType": "yellow_tap", + "count": 108 + }, + { + "colorType": "yellow_hold", + "count": 44 + }, + { + "colorType": "purple_tap", + "count": 133 + }, + { + "colorType": "purple_hold", + "count": 51 + }, + { + "colorType": "blue_tap", + "count": 97 + }, + { + "colorType": "blue_hold", + "count": 64 + } + ], + "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.5652173913043477, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "445c619f-e33f-41ac-a4a0-05d1f3a36d0f", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.5652173913043477, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8b57dfe0-b795-442e-9466-86d56bc5bc66", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.6956521739130432, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 67.12499999999989, + "noteFunction": "", + "noteid": "d6044961-53c0-48e3-aade-5db78ac45d3f", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.826086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a5c286d8-dd02-4a36-95bb-320e09f14b99", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.9565217391304346, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3749999999999, + "noteFunction": "", + "noteid": "a03fb702-7486-44b3-a68d-abf1526df75f", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.9565217391304346, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3749999999999, + "noteFunction": "", + "noteid": "fddecafe-752e-4070-b9b2-4bd221ce49ca", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.217391304347826, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4dca078c-15fd-4ac7-aac3-207fb337f712", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.3478260869565215, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "63ba9c98-60c6-48f9-8063-f6fca408bf72", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.3478260869565215, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b6c7c14d-a9ae-4529-9acf-829faa1e2982", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.4782608695652173, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a23d8a98-8d59-495c-a117-b5bc16b3f2a8", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.608695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eee053c6-fd44-4fa1-b990-d14ebfe2e4a5", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.739130434782609, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.12500000000024, + "noteFunction": "", + "noteid": "9043cd9f-c4b6-4b94-a465-e95bd715c6d4", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.869565217391304, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2cd3b9d2-f216-41a3-9bd5-da169ad3d6da", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "879487ed-9390-4efb-8974-d44a1427ba71", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.1304347826086953, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "59af9f45-731c-4c64-ab54-b106fda8f582", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.1304347826086953, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fe0ca9be-3af2-48ef-8051-e51d6c3348b4", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.391304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ee6f013-3c39-4808-a0b1-4be97e4304d8", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.4565217391304346, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "33b43dd6-09e3-4177-a675-6760731f76b7", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.5217391304347827, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "548327fd-9143-485a-a5bb-873aa9847c45", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.5217391304347827, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "72bfd936-302c-4e4a-8ab6-44eca0f962fe", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.782608695652174, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8a0adf39-ae99-490e-8cd0-3c683cd3d2df", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.9130434782608696, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4cce3940-637d-4fc4-a131-4e676752b144", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 3.9130434782608696, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d43d424d-7e5c-4c2e-82ac-2ecfcb9f25d1", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 4.434782608695652, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "348fff05-7fa2-490f-ad29-cb9ab65bf716", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 4.695652173913043, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "58ea27ba-ba98-42af-b095-39c944ce2c39", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 4.956521739130435, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2455ac79-f7e3-448a-89e2-2e58de998feb", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.217391304347826, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d7ae5ed0-122a-4db5-b204-b686503df3a8", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 5.478260869565217, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "71594eb8-5546-4509-99b6-f7564640c8d7", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 5.739130434782608, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6b737ea3-4ced-40a9-9b63-81766e36bf5b", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "55e45620-c1db-48d1-b993-465cbd0bb2e2", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 6.260869565217391, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e05ae0de-5412-4c42-8c2f-8b8b964952d4", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 6.521739130434782, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "45b44c59-03c9-469f-a14a-c6eb6fbc364a", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.652173913043477, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -67.12500000000048, + "noteFunction": "", + "noteid": "846b56c4-6e67-4849-8aa7-8c61eb844e35", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.782608695652174, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5b9f6bdc-12d7-46d0-87c2-605a885de88d", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.913043478260869, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4daa41a2-3b56-4963-a664-b5b0f7b2131f", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.043478260869565, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "42880662-fc2a-404a-b52b-31fb40ce31c4", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 7.043478260869565, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "232b3a4a-3a49-4d38-8fb6-cb14d0ebe1ec", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.304347826086956, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7d7204c9-3d3c-45ef-8489-1e5d7dd5ef5c", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.434782608695651, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -201.37500000000048, + "noteFunction": "", + "noteid": "f1dcc3cd-1fb9-4c40-a407-179246ad0fe2", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.826086956521739, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4788234-3ffa-4f8f-9856-488a07841b68", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 7.826086956521739, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be17bf60-35d0-4c04-8bdf-6b7ccab9c7c4", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 8.217391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5d20e115-ab1d-47b9-ae35-e8c1e9e517b3", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.282608695652174, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "9da98625-6f33-48ea-bc42-7f9f60ddd2c5", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.347826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "42f1d929-4cb1-4de7-ba55-b5b19d4b8a2f", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.478260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -201.375, + "noteFunction": "", + "noteid": "784a2a8f-796b-486f-8d60-0ee65e03046a", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.608695652173912, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2ca0f79e-cccc-4b9d-a057-737ba76b3101", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.608695652173912, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "85b680ad-0fac-4d17-91b9-baf71f372577", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -67.125, + "noteFunction": "", + "noteid": "01426bd9-9044-44e1-b1bf-bc368253faa5", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.869565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "69911f3e-e89b-47d3-92c6-018cc2b6e161", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.869565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1695af4c-ebe6-4b86-b97d-6dde6270824a", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 67.125, + "noteFunction": "", + "noteid": "40f4e63a-1b05-446f-add1-92fecaad2b60", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.065217391304348, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "65fe5cf6-dd9d-44d4-92fd-f4faa249cf51", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.130434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21433574-bba9-4edc-8f8c-91c4b116dec3", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.26086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 201.375, + "noteFunction": "", + "noteid": "90100842-6e38-418f-98b0-0f534a371968", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.391304347826086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fe8b11d4-af6d-47c9-8023-ac5bc4068c2e", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 9.391304347826086, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "466ffaac-1e86-437f-89a0-99b8fd6e2d1e", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 9.782608695652174, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8210c227-4519-4591-af4e-0835a412135b", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 9.782608695652174, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.261, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "22fd00ff-5b0b-458e-886a-db53e3eb6953", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 10.17391304347826, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aa180760-4807-4c99-9dfb-36a6597f2af9", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d7d330f4-cf9a-4259-b5da-374c19c8c98c", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 10.695652173913043, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "810d48c8-6d01-44ee-933f-bff1c6025eec", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.826086956521738, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "76ac6e86-f82e-4b5f-a8b4-7c91935a0257", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.956521739130434, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ce329b83-037f-4e73-960b-5edce12e7d05", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.217391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "394ff45d-91db-4dfa-b042-fdda14ae23db", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.217391304347826, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "eb6ff069-6512-49ec-92d4-e963bfffac3a", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.478260869565217, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbb60a9d-3171-4606-a7f0-7e277ba2a3cc", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.608695652173912, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e0f140ce-d457-4b62-933f-147a4ad66fed", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.739130434782608, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6ac332bb-c381-4aa3-807c-5b4ee1f83534", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.869565217391303, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -67.12500000000095, + "noteFunction": "", + "noteid": "4ddbe520-6268-4d3b-9d77-6270bece8abc", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0155e52e-15e8-4f6a-8cac-1361058847b8", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 12.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "faeb53e1-f7be-4e36-94e1-9485b8521523", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 12.391304347826086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8708d634-3291-4226-859a-6e7f7254258b", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.521739130434781, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eae7adfb-ee13-4a2f-a3f7-195090b6d87c", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 12.782608695652174, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cc2c52e5-947b-49ce-8924-26493fc56305", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.91304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0f4eba69-354d-4b80-ad64-703e77f18cf9", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.043478260869565, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de7a956e-3de6-4f1a-b37f-7d72ed2df437", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.17391304347826, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8091448-5375-41e4-b724-1733bf715674", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.304347826086957, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38f96491-96d9-40d1-963d-a7fe1283627b", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 13.304347826086957, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3bf14224-9ceb-44c2-9f7f-ec325a6aec95", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 13.826086956521738, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "027fde9c-1cff-488a-86a7-72535d7299d0", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.956521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bf72a8a7-ff1e-42fd-ab26-6523d4a0df18", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "014f1ea2-6dab-48d0-aad4-5fcb15c5e2b5", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "25db94b7-39ad-47f2-8752-1a73049e4155", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 14.347826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c86a85c3-67e2-4288-9b7d-273931aa3ba9", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.391304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b0279cce-328c-4a30-a70c-a683678fec6b", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.652173913043478, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.0434782608695652, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0e897fb1-01d5-4ba1-bd35-0ecca69bac39", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 15.652173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b3ff0d4a-d7f6-4188-9112-e0b340ead613", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.956521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "15527dbd-70c9-44d0-8e50-0494f589c0a8", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.217391304347824, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8b743d54-8067-4c05-a34e-c934fe560bc7", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.217391304347824, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a0b81e97-c1fc-4c49-834a-8cf3a3f9ab0b", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 18.782608695652172, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "89458ae9-67d2-4894-b3c3-b8055cc916f3", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 18.782608695652172, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7fcc901c-aa74-4973-938f-d337ae6234eb", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 20.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83540c6e-9a23-4029-a751-0c255783198c", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1712f71a-0efc-4ac6-896a-7d76e5fb1b5a", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4d7fa5ef-5b0d-49f4-9e2a-3be1a59922f5", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -201.375, + "noteFunction": "", + "noteid": "10543080-e670-469f-9ea2-39235c69406f", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.130434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "60b5823a-2f12-47ce-8f3b-b37750a67dfc", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.130434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d268b063-98e0-4c6b-95cc-d0612869084c", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.652173913043477, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f6afa43c-cccb-4c2a-abef-a85f2f39dea4", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.913043478260867, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4aaf2f9c-d7eb-4538-86ae-b6fdacba5f09", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.913043478260867, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "51152d0b-e75f-4155-8442-1b8dfa79b4d6", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.304347826086957, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.391, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "29a4b7dd-e41b-4949-aae5-8253aef53f21", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 22.695652173913043, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9cea9758-91ee-4207-b17e-b33dfc58d6ba", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 22.695652173913043, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "07a1cefb-3229-4ad6-b4e4-7f817e2d78fb", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 23.217391304347824, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df78a704-97c8-4942-a4fe-21e36e29c85c", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d844d5bc-5067-49a3-8c10-f796b8685e14", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.478260869565215, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7190fcc8-5316-4d79-a9e0-b61ae12fffed", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.478260869565215, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e6e43315-c84d-432f-bcd0-e64a54e92c95", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1bd7a05-f524-4da2-90ac-0543ea82ba1e", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 24.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72ff4b0b-7f45-48cc-b8a3-75be61133955", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e6086c95-5636-41e6-9b71-e99af076c124", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.652173913043477, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7c0ea8d7-36fd-4001-ba53-abdeb5e8e952", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 24.913043478260867, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a233d7b4-86ad-4bbc-a231-c1caf78ec288", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.043478260869563, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b2975a25-4518-4d63-9732-34d5f3d2f059", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 25.304347826086957, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 25, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c0a72dd7-f0ed-429b-a076-a78f5d5beb9d", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 25.565217391304348, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "28a4f545-d2ad-40d3-b0cd-6971ee051327", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 25.82608695652174, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ba34e70d-edf7-4f52-9a0a-76150094b60a", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 26.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec72e7d2-6f42-4dbf-a406-16ae0341fbc9", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.478260869565215, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -67.125, + "noteFunction": "", + "noteid": "63008ac9-1612-41d1-824d-32f23e753d92", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.608695652173914, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c3f910d-5751-4998-b7bf-80116d7ac706", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.608695652173914, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "33765ec4-f010-403a-a82f-c803b327b616", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.130434782608695, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8740fd96-8c6e-4dff-bca8-762974d9a32b", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 27.391304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7511fe54-0529-4baa-8de7-c1305dab2723", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.391304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c6d45a84-d1d1-4d05-ae85-67977c1d7901", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 27.652173913043477, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "93e61283-fdc6-4895-8bdd-954a5843ac5a", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 27.913043478260867, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b0f34b29-82f0-4a94-8725-08c3bfa44e16", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 28.17391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27bd2e00-8be7-495e-b9a0-7215442f19ef", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97793e77-8987-462d-8e8f-c01c5cbe67d3", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 28.434782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "670ba292-54ab-467a-96c1-13e280288df3", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 28.695652173913043, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a16303a3-4488-4cbb-bdda-28fcc82ba76d", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 28.956521739130434, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "af345fd5-1bbd-45c1-9db0-95f921b626ac", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 28.956521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6a1779a9-ba34-4118-a46f-4c4da6b0eeb9", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.478260869565215, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00e3fa80-e40b-401c-b6e8-fda8fc8ffc5f", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ac8cde1-5a32-40e8-9264-354128df0bfc", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 29.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7a556122-02d0-4a71-b964-996338921dff", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.26086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fa1ed34b-e899-48cd-b677-0826a2c15386", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e386e5b6-99ca-4263-9e92-496d8858e2ab", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9e549941-7cb5-4a62-a346-6d418f98bf86", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.782608695652172, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d689cb5f-257f-4b5e-b638-ebb025215339", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.043478260869563, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c17d49f5-d2f4-42a5-bcc6-0dcc191e3649", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.173913043478255, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 201.3749999999981, + "noteFunction": "", + "noteid": "e1682292-8cef-452c-a6f0-271445fff052", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.304347826086957, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "568ca3f3-27bc-4749-8ccc-2bcebbe8c067", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 31.304347826086957, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1af9ab83-07ec-4d93-a499-1f03a1cd7dc9", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f190a753-76b4-4dc9-93eb-d7efc85f4e61", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "161d3b9c-6400-4fea-9637-51a76a76ab90", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2019ed13-10c0-423a-a2b0-51e8e0ff61db", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "30713fcc-8077-418c-84fb-ac004b8377dd", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06d270d4-5e2d-4972-95bb-2f933eb8fa78", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ebc0051b-ad66-4ab8-8957-86ee303b9d6f", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.391304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8871d6cb-79b4-4ed9-a866-20bff10f6555", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "53b7a97e-5ed4-40e1-8a53-9c4eb4fa60af", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.65217391304348, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d1d30d8f-8ee8-41e0-b96e-b8373d88b2db", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.65217391304348, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d46cd5ab-2000-4631-9823-6ad3e1d0bd46", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b25046e7-326b-4e9d-9539-414d96aa6db9", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.91304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "80b4096c-52eb-475f-8b84-4173440177f9", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "395d298c-7849-4f87-ace7-3e6ca85897ab", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 34.43478260869565, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "38bcd17d-730f-464f-8bb9-e41b1c07affa", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.826086956521735, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.261, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1202f1c1-d3d4-4b8d-9238-2f9d1444584f", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 34.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c82aeb11-63ae-4e83-82ef-5c6d3a9fcb4e", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ff1a780a-4681-4922-8b70-cf885cb6ac4f", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "238ee4a5-b160-4376-a4a3-a447a252b5cf", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.34782608695652, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.375, + "noteFunction": "", + "noteid": "768bfefa-c081-465f-9526-71651a1d0f00", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "620055a6-a824-4923-a684-8d32c2e08bfe", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 35.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "612ba3ea-9eb2-48e7-8d14-31e78624d96b", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.869565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "593c36da-d298-41c6-907f-9a4d4adf2a95", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "546edfbb-058a-423c-b4c5-648071972cbe", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3a4ce732-4dcb-4346-a3c8-8a41a017d5ce", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.391304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cb02a530-6c95-4055-adbf-ba7155014c9f", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.45652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "520986f9-9f8a-4751-9f52-17dcec7dd794", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "20b0580a-b3ac-4a05-9c7e-aeeddc51dd37", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 36.78260869565217, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d3ff4c4b-5b4d-47cf-854d-55c082871b24", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f4eee21a-2403-4769-9668-410e83c0356d", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.17391304347826, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.261, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1ab7345e-458a-44fa-9f62-69667a437b52", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 37.17391304347826, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.261, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ae7f1d16-94b0-408d-887c-e050fde78180", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 37.565217391304344, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fd07e191-f029-49ec-aa62-6d4258530fe0", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 37.565217391304344, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "275e39b0-b137-49ca-92df-0a375f1149ba", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 37.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "db051b7d-e3bf-4762-b2d2-88961f6acdb6", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9efa1e9a-0efe-47c3-855c-a58e2fc5c561", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7db78e1f-fa17-4fa5-8259-122e3058189c", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d041b83e-f290-435b-8257-f18a64435aa8", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0135923a-8983-417e-ac0e-94ed97857e32", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ed5ad719-f208-4b7f-8ef8-1e67bc7da2c9", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "23558342-fe05-4d5e-bfbc-5ba87e1b9cba", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.80434782608696, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -167.8124999999962, + "noteFunction": "", + "noteid": "abb4dd2a-c08f-4ba4-aeaa-c290c606c328", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.869565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1c91b332-fcef-4feb-94d0-54047c858e49", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7f30ad45-525e-475f-9df5-2dff42fe4fce", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.130434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a275c637-97f8-4d82-b2ee-e11fd19e74e7", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.130434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de764054-88f9-4e44-ab3c-0ca81c8839f9", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "958fe433-9692-4892-9acc-746d5df13bec", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3c035115-9c52-4048-aad7-9a1a2418cb5b", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.65217391304348, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d5c6d6df-37e0-4cc5-9abc-32a87ecb7663", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 39.65217391304348, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "531c27ac-7fa0-4629-b962-f3bb8b840f4c", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -201.375, + "noteFunction": "", + "noteid": "de70ec15-3eac-4363-9b63-651a4f551a52", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.91304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "03b372b6-2484-46b8-a61a-0d2291d4f8d8", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "76f97792-fece-4d39-9257-b7eec29111fd", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.04347826086956, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "54c49947-d121-404a-953d-f76a014707c1", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.261, + "barNumber": 39, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2042c58e-b130-46cb-9624-e4d2acbb6b46", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 40.30434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8e58f534-6c29-43a7-984e-20456a5ed6dc", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.565217391304344, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 201.375, + "noteFunction": "", + "noteid": "25da25c4-1d1e-47ec-bbc6-d9a7b716b9fe", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.69565217391304, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9aa44f40-e817-44c9-be7e-1adf0715441e", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.69565217391304, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a6c20ff9-35c6-4750-aef5-9e8b908a27ef", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 41.08695652173912, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "b8ca0358-51ed-4bc5-b3a6-393cca30d3e5", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.08695652173912, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -67.12500000000381, + "noteFunction": "", + "noteid": "8507bab3-940b-4489-9cdb-c9cbfe379066", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 0.0, + "noteFunction": "", + "noteid": "93a1e7f7-8d08-46d0-bf0e-6e97cd11cd8b", + "newLocation": { + "bar": 40, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.34782608695652, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0174bb4f-a8dc-4fcd-a960-59e28507d033", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95cba1d3-ab2e-4194-907b-06a4e8f6e2af", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 41.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "22064156-1c56-4dc1-95cd-875f6430198f", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 41.869565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1c5aea57-93b2-4010-9367-3cc2ab6109fb", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.934782608695656, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -167.8124999999962, + "noteFunction": "", + "noteid": "625e9d1d-b088-4264-815b-5ceab079390b", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4382f57a-1cb1-4885-952a-4ed80aba0f8d", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.130434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c0554869-fae9-47d4-898d-f47adbfecf1d", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ce4d318d-3366-42f1-8a90-92b101b15e68", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.26086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c995deb0-08bb-44bf-b989-841e524c4a5a", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1e10938f-029c-4873-b9e5-bfd68bf72b37", + "newLocation": { + "bar": 41, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd909bce-1751-4717-a02a-8aa027c965fb", + "newLocation": { + "bar": 41, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "20c42ac7-c3fd-4e56-964f-60e2994167f8", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b817a950-18ab-4080-9926-eb0d86f3e341", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "067cc7a8-c1c5-48e9-afa1-98c704e53672", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4055b76d-db06-472a-b2d0-95610248332b", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ae2bb7b-3677-4424-b665-452c2b3d42c9", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "10736f8e-4548-411d-89dd-48b3b6dad6a4", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.565217391304344, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5251636-befa-41bf-aee9-a87dde82667b", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.565217391304344, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4419e8ef-af12-4d16-a8c8-5a841ef1942d", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.826086956521735, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "35a34ac1-0c32-4923-9624-27aea3a7daf3", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 43.826086956521735, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9be5bda7-d442-4520-ba95-eb4a589ad377", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3677a80a-d99d-401a-a37f-5f1dcb3b6c71", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e7bf663a-013f-490f-988b-b5a4475af65d", + "newLocation": { + "bar": 43, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.608695652173914, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "befe9699-7e11-479c-86c0-e48d294de198", + "newLocation": { + "bar": 43, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8099bebe-60f9-4ead-8617-c8baabf4b416", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a4645a38-ca27-4a5f-a1c6-6e1440c65077", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.869565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "af2bd2ea-836b-4ed9-b9d3-6ea252564b95", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6c6f5463-6211-4253-bdbc-a3206f4b66df", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -201.375, + "noteFunction": "", + "noteid": "49dc06a8-e062-431a-ae05-69ef76d2ba3b", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.130434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd4ed7a3-ee3e-412b-a4bb-da17eb70e391", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -67.125, + "noteFunction": "", + "noteid": "dbddd833-7b8e-4bdc-abc0-63df34e3cd92", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4e45ce32-baa6-4e11-82ca-f39d643b219f", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "19c132ee-1b54-4892-8c60-9737d2510e1c", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.391304347826086, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3b59ac71-972c-4af2-ba68-55400ba72b54", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 45.65217391304348, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4d938bed-2f94-462f-a88d-6090781921f3", + "newLocation": { + "bar": 44, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.91304347826087, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0cd9cd54-a457-408d-90f8-a6d9c2d896a9", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c308d4c3-5f0a-426a-912d-25b107423899", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.17391304347826, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b38fd993-37bd-4400-b64d-4b7b6788005d", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 46.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5d7019b3-5dbd-4f28-a60e-c3556fb8a1f1", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.43478260869565, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe6b527c-e55a-4c83-a184-9908fe07e3d6", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.69565217391304, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e0018a7d-4e23-4358-8639-de1608de047b", + "newLocation": { + "bar": 45, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.95652173913043, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1ae8523-2d05-4cb7-8518-9a2f957a3a5c", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 47.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "96331e20-6f98-453c-931e-152e15e8cc3d", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -67.125, + "noteFunction": "", + "noteid": "61c93173-5d9e-40d4-b693-e0b22920de01", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.413043478260875, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -33.562499999996184, + "noteFunction": "", + "noteid": "a9761966-ec44-4f2a-86cf-b6448c2754d0", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "11f2b130-709b-4a24-b6aa-edad0885f6d9", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5a27ad4f-ff5d-459c-a907-8c46505e6928", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 47.869565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d760fb43-fbb2-48fb-8d07-e8af05c9ca37", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "75ecfadb-b51a-4e37-a89d-3ae4c2323c5b", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.130434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -201.375, + "noteFunction": "", + "noteid": "81abfbc6-5428-4545-8ebc-818f0b026272", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cb497efc-143d-410b-9d47-18df5ba63584", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.391304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f5eebeaf-11b2-4f81-b9ee-87de03c05161", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "393bcec2-0d9b-4ddd-965c-d97a99484e76", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3b5d40ee-5ef7-4a82-bbdb-657f624620c5", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f15acec-1d30-40ca-8843-60dade3ba72c", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 201.375, + "noteFunction": "", + "noteid": "db21ee7b-4fc1-419b-87ce-43098d6d03c8", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.04347826086956, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bbacbd80-037f-430e-83e8-112ca640e87a", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.17391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -201.375, + "noteFunction": "", + "noteid": "44cd48a5-1262-43b7-8cbe-1d63fc99124e", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d5a56705-50d5-412b-8180-7ce097c592a9", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b8a184fc-6a09-4d52-a1f2-51a8738b61c7", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.565217391304344, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f7b28afe-1a59-414c-a004-19f1b94cc6e1", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.565217391304344, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "00413ad0-9c91-495d-aa9a-f82eb50e7219", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.826086956521735, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "06c0fd81-05d3-40a8-96f5-b5997725141d", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.826086956521735, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a56967b9-9d9c-4ce2-ac80-6e219850c650", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.086956521739125, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fa92a6e3-4cb7-4a05-962d-8d970df16e4c", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.086956521739125, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e430061-8ae1-41a0-99b3-7f526e25c8f4", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.217391304347814, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "9e129a01-fcbc-4ffb-9b99-8dc0a91e5d31", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8d00100a-8210-477f-b63d-6b2b03d197ca", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -67.125, + "noteFunction": "", + "noteid": "205e740f-b093-4f1c-9e9d-52a10f6563e7", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.608695652173914, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "34b481e0-1e64-42ce-8df0-28cf4fc9bf9e", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.608695652173914, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "848a23d5-aa38-498e-b423-d4e2fce8c1ad", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f4979335-3467-4f5b-a10a-137942daaf8a", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab88bfbf-34fa-44e7-8311-86aafe58542c", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.869565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a2a71c14-c932-47c1-8262-27bcdd23c6c3", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4315dad0-b482-45cb-96f5-a5deb5882c7d", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.130434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbfa06e6-6e02-44f5-8f8e-60fb4ac0635a", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ba98e7f5-5bc0-480f-92ff-f8a1e9a3fee1", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.391304347826086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "34dbfa02-7624-418f-b099-b3178547eeda", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ba1a84c0-693b-4d8c-a837-154964e2bff3", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.65217391304348, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.608695652173913, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bdc96545-2e5f-4b1b-a0e0-da157118a6da", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 10, + "isFree": false + } + }, + { + "time": 52.95652173913043, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "55069b8a-ee75-42ae-a275-b255e622651f", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.086956521739125, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dd4a84c7-48ff-49df-adb2-6d57005452c6", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.0434782608695652, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45fd2f63-e0c0-4497-9a8a-9dd550dddee9", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 54.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2fdd5aa3-2758-4da9-879b-30cf1f5e16b9", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.65217391304348, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ebd12ec6-97a3-4370-94a2-caa1093f580a", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9d32ac94-022a-4ac3-a86a-e4f9a7876be6", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e0cf80c1-cbee-443d-9fd6-8901fb2436a8", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5156c357-b36e-40d0-83cd-0226240d1152", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.91304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 67.125, + "noteFunction": "", + "noteid": "37c96aac-4df0-4fd7-86f0-ffb935af9b0c", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.17391304347826, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "90e3e0a9-985e-4066-b843-d24b6dcef7a2", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.17391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cf809435-9513-4e8a-bbf7-5ff17d1f4f8f", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.43478260869565, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8e33f4f5-95b1-42f8-99fd-1500ce7d9c28", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.43478260869565, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c47e9510-360a-49ed-b68a-4b522d0799f1", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.69565217391304, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "27752a19-9f56-4adb-87ca-f9dabb8175f1", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.69565217391304, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7b172ef9-09d5-4a68-8bab-766a62799432", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.826086956521735, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b121f08a-47d7-4476-b277-318114c066f8", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.826086956521735, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0e98a353-91f6-4e05-8ee7-3d50d379d7f1", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.086956521739125, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a1e482ec-1e45-4060-b948-7cbbf533dc28", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.086956521739125, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c67c780d-1f3c-4657-8928-0099963e74ac", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "60649098-c1c4-440e-8b80-202527e73f0f", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b8563220-f83b-425a-ac12-ffbeee44234b", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e1e5988e-3b5b-49c1-80b9-b5526705f0d8", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1df1f60a-bbf3-4648-86d3-ac6009b7f977", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8ef9b1af-9fda-48b8-823c-472d38992b04", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b8ac210e-d5c6-4a13-af83-cd3b7dd4c842", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bb08076f-89ee-4eec-88ec-320abc378fa3", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9438dc16-98c1-4f04-afd1-2b6d039ecc16", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.73913043478261, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f39aa62d-408e-4d48-86cb-621b8a710f90", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6d442745-5902-443c-a32d-8d7897461b83", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1461c5d5-cc85-4fe1-afa3-7b92d51fbe8b", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7fe00e67-7664-4fa2-ba21-abfdfd5c8aa6", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e7e3676-3cd8-4050-919b-9a465a6dc5ab", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 57.91304347826087, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "92e9bd7c-d8ac-4c87-b360-5c77cb2fdd0c", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 58.43478260869565, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2dde6da5-315b-4411-855e-08c135efe553", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.69565217391304, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a36d3a55-0746-4f91-b047-83dc2cda5bb4", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 58.69565217391304, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "96689014-5262-4865-83e3-80b0fe26540b", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 59.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 57, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e9256768-4c33-41e3-80f5-3553d95d79d4", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 59.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1b6f44f9-a26a-4ff3-aa8f-1b55cbe24956", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 59.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d87f4fa2-b7b0-413d-b306-79664bcebd77", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d7c9632e-c4f6-479a-bebf-6d3419e7d349", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "056909df-08e6-4b91-9076-5daedec99964", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "45ae4f5d-eb8c-4888-b315-e0be84b7a48e", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 60.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "26060053-20da-493e-ac2f-336220152238", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.91304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -67.125, + "noteFunction": "", + "noteid": "06829de3-64d6-4d22-b57c-15b6dcd63589", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.04347826086956, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a6a7ea5d-b650-409b-aa6b-a447f20f25a2", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.04347826086956, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "38cf8d98-979c-4ab9-90c9-c81e5b0e3a0d", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.565217391304344, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9b6ab703-1294-4c65-9197-9f83a02973ce", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.826086956521735, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "86b4f9b7-7b91-4446-aad0-d327463f7c17", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 61.826086956521735, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0b723a4a-63bb-4649-9529-200674c18259", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 62.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.25, + "noteFunction": "", + "noteid": "28b97ed3-a3bf-47fa-b063-0a87f03cd1f3", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.608695652173914, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3e7ee00c-838d-4927-9eee-2ccee3781039", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 62.869565217391305, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0675660f-efa2-4c1a-aa2c-702e427f9429", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 63.130434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "633cecf6-f6c8-4c6b-96bf-1f018fb4305b", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 63.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "311dbac7-80a7-4f78-a760-44730eeef781", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 64.17391304347827, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dca92b10-ed4c-4eb5-8fec-c820fa16f2fe", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 64.17391304347827, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5b10d099-51bc-47d9-9c4b-7372f03506b5", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.69565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6c581f91-267f-498c-b604-3c6288dffa4c", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.95652173913044, + "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": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 65.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "da33a0ee-9c14-459b-9642-0eeaf72dc00c", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9f71900b-bfe3-490e-92e1-c6dc5bf7c6b2", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.25, + "noteFunction": "", + "noteid": "83bc1636-1d6b-45d8-ae61-22cd9ba6129a", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "38887e20-bb83-45a7-8ee2-e0c3a75d5bba", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "82416d01-34bf-4e31-8a87-664ed6f7eb10", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 67.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "476b8321-c564-42fa-9eb2-f7811003a33d", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.30434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a35b0cfe-5ce4-4525-8427-46f0c99492ae", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5e74e61c-6506-43c1-8d4d-48b638b923c2", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.82608695652173, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c3a8ec2-cd5a-4333-9a7b-92ab21e4a1cc", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9a88d587-651e-4b11-9b6b-b331388347d9", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c4d78aee-4f5b-4c21-a55c-49386db48020", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "298ae6a2-8413-424d-bbcb-2020fd9ef7d1", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 68.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ad043752-58cc-4960-b4cd-4f014189b193", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 68.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5ade115-e5c4-4ebb-b5f9-4e18435cc827", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.13043478260869, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "081a1a3c-4a45-4a92-9785-8a56542eb3d8", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7b5a9b80-6990-40f1-8efa-214f044ab1eb", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.39130434782608, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f127e853-fea8-4069-938d-7342f2301427", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.39130434782608, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8b4c2675-b53b-47f1-bf02-9255af850bce", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "02d09d08-8271-4c32-b850-a9402baf4a67", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 69.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3fb0b896-8823-4cbd-962a-32dd03e1d32e", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 70.43478260869566, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e9801f0-2471-44ee-9215-377d554cf886", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 70.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8752041a-55cc-446c-9d54-75a3474e96ef", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 70.69565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c0e2f0c-bdfd-4ff8-99d6-288b6fe5dc3e", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "de4bcd75-8be9-46ef-befa-6973f94712dd", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 71.08695652173914, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "fa6a90f5-f32d-4682-aa3c-9faea5788d92", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "115b7d56-fd53-4c67-b39c-e34a138370a2", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 71.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df14a800-53d0-43a2-be24-2dd5eb1a3f23", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 71.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f25d59d5-e16e-4d90-8cc1-2cd7e81beffe", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 71.73913043478261, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e03eb28f-6b0f-47b0-9e05-fcd0b27aa8d1", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0d3fd757-d28b-471f-a3ab-6891ef07125d", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.1304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "ed6d0479-d4f7-4515-b7ae-e195bfd69e87", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "11e04a87-21d6-4c5d-aa6d-432dc6c92cb5", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "dbd39865-d476-4bb8-bbda-02716b66bb6a", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d8745172-5c45-4856-a2bc-a4ac3faf7682", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.6521739130435, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "ec01f3f4-2f80-40ac-b526-ba188e3e47cd", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e27f6ffb-cfb6-45e2-9136-70b19ff1725c", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.91304347826087, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b51d76c6-6519-471f-b44b-6f3760bf244c", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2b9e180d-f1b8-48e3-ba5a-35b889228c30", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f74df649-85f7-43a3-a876-4e94a20e2c53", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dd0f988d-a868-4cf3-bbc7-1a9fb9191764", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "24042912-7565-4774-8914-fc0f29756235", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.43478260869566, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b019e66b-0567-486e-98d4-50ec9c1e7648", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.56521739130434, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dc5058aa-428f-46ba-b8fc-7a931a7623a6", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 73.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7f95c0dd-fdc2-4355-ba8f-105c3b2550db", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 73.82608695652173, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "143bf248-cd4f-4b19-b035-a2d01805c38d", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0a8489b1-0104-4a7b-8263-6ce97500659a", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1ccbcfc2-bbfe-427c-8878-4275e4deb2aa", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dfecbb18-2f7d-4cc0-a5da-2282790cf0b8", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 74.34782608695652, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f2d0cc5f-8298-4cae-8aad-5df7e4b8a1e7", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 74.8695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b63d3378-563c-48c7-8ed3-39ad40f10258", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ca1b8823-9aa2-42ec-b941-6f192d23d058", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d898dd87-b250-452a-a1a7-18f263c7b42e", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b7a4d183-8b98-4367-b520-ee1be2ef8ac6", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.39130434782608, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "201110cd-5b03-448a-b3b9-ab9136b3d65c", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6e6c16c1-2f36-4f87-9108-f2b3b8587b28", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a5232eba-ee17-4478-b328-464bc377722c", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b6cf2b28-327e-4b25-8e15-9f46a1d33809", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f06515f7-fc81-411f-a8ba-131af068c92f", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 76.04347826086958, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "d6dcedea-e654-49e2-82e0-ea1b053143b7", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.17391304347827, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5864d1a8-8717-40dd-9718-e6d069afe56b", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.30434782608697, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "88dfb3f9-69eb-4c6b-8e0a-ffa80e647689", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ded90ae6-5167-440a-8e09-941326d40bb3", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.56521739130436, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "fff02480-e807-4805-b297-73314da145b6", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.56521739130436, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "9ad281ba-681c-4b4d-aade-93617cc779a6", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "525464f4-6951-4022-a784-e4fc80e2a524", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 76.69565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a54e555c-144c-4a27-9401-9f4b59241af4", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 76.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7e7201a7-63bb-4524-bba8-f603056974b8", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5be0bc6d-35bf-4533-8595-bc56ce9dca4b", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 77.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e188ace4-f9c9-4892-ae28-8312cd82d37d", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 77.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "260ec527-2dbe-41c2-8d22-45f9e393fa03", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 77.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cf7e9ca7-6c7f-4a5c-8888-f51af9acba18", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e82f2725-69d4-45e1-bf5b-55f699cd7ee3", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1ee7aa64-acb6-4c47-bd19-6097e862c6ed", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 78.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "88a0c274-06ef-4a2a-b733-15507588ed54", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "699c04cd-967d-43b3-b3c0-a41412c99978", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "940edf62-677f-4359-b4fa-9648e0098dc7", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.65217391304348, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "21148182-0a2b-407c-b67d-fc374d6271f2", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ce30f768-7cce-42f6-a78e-935870eaec47", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.91304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 67.125, + "noteFunction": "", + "noteid": "18e2eaec-56e3-4b6f-a156-b932cf3d1f33", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6c5a5a87-1030-473f-8cae-cdf79b86feb8", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8d20ef20-3cfd-4c13-92c9-03534233d87e", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4f1b8f3e-c512-4c83-883f-5039a94793ff", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.69565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a3f72a1f-bae8-49fd-8933-b10ff2b410e0", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.82608695652173, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "43b05045-ec75-4034-b7ca-b65a41a5a7ae", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.82608695652173, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1f5e48dd-ccf4-4ad4-98e4-bcc9410276fe", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5dc8c7d1-832e-4d54-bf5d-7322c66f0134", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.15217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9b50c1c8-1c97-4204-92e3-d3cc14d861bd", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "78eb06b6-4e79-4538-b1ec-62e61349c957", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.28260869565217, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ea8fa45d-7d5d-4be9-b01f-3546e9f13db2", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f440bb10-b965-4047-a71c-f9476a12bd62", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ee58e62f-be88-44b1-becd-979fa89a3130", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0edc0d1c-bc33-42de-ada7-ceab6b65bf20", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6a4ce1ea-2df3-4ade-bab5-2aa46e36673a", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.6086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3e7433d4-2afc-4cea-9550-a845b036dcce", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 80.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a0038e95-3c73-4b8b-a4fc-8d15f4e179c0", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.8695652173913, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8bcf21e3-2f1a-4fc3-b0a6-70844da7ee3f", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 81.13043478260869, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a8ac26ae-87bb-43fc-be68-545a05abd7d5", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 81.13043478260869, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4b8387d3-361c-414b-9b6c-1711c0bd9d49", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.39130434782608, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed66d624-88f0-4410-bc2d-3e10e9f79f4b", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.39130434782608, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6954f4e9-09d7-4732-bb91-d30cdf638075", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "633e0c05-3a7d-4e67-b80d-49965c82dece", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8fbff215-ad36-4f82-8b8b-a2308a65ca6d", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "817345c4-50ae-4159-a290-62e403a7cf44", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.91304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc01433c-b641-4dcc-a98f-e7e3c0ec764a", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.17391304347827, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6f062e67-4731-4709-a994-0a6feab294ad", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 82.17391304347827, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b2a6db3e-ec34-430a-b2f1-ccfb4a66f4b9", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 82.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c4462fb7-6758-4afc-8382-49f066aa75da", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "14dd80d0-f829-46df-bb21-6446c132d645", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.08695652173914, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "ecd67ac1-c141-46b1-a766-644f63a0fe83", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3ead6349-f5a5-477f-a7b8-aae7df8619f1", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.34782608695653, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "06126c2f-3a10-490b-874e-5274362d7605", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.34782608695653, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "bfd159f9-d210-49a2-aff4-5d5b2f7d570c", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.60869565217392, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "dc78bfc9-e435-4df5-9957-41ea8ecff921", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f864d07-b414-4b56-81eb-3e291af50f0a", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "618030b2-e378-4d96-aa0f-4e3416b4ebbd", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.86956521739131, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "e29dc926-b2e9-4bac-be18-77b3a12d4d62", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d4fbf2b9-6dc3-40ec-a962-3c9a96d36509", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.1304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "81749000-5ae0-472f-8e7a-26898ab36a4c", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.1304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "4312ecc2-738b-4247-bb72-cf7f82c99b4e", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a8579f31-ca6f-499d-b52b-e6b2aa3abd8f", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "a14c5590-4059-4460-98e5-95fee3efb36f", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99d592cd-2122-4e56-b98a-251e12ab927c", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4b71c1cd-c08a-4876-8484-79c9a845b278", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9727839b-d863-410b-8390-5fda5061a051", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.84782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "965ab58b-c0b7-42d1-aacd-0055eb1efa67", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.91304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c22b464a-8e95-439e-a6af-7a007e25a322", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c215962d-0426-4ed6-804b-9c9c2509ceba", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.17391304347827, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 67.125, + "noteFunction": "", + "noteid": "03523ecf-75bb-429d-884c-63a5759292ab", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5ab38a49-7f36-46b1-adc6-ab0befe840d0", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 85.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "74b736c8-e6e9-4507-9c9c-090ee24ad3fc", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 85.82608695652173, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "67532b52-6944-46b0-821d-8d387258e648", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 86.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "785fa4bf-4906-441b-bf6e-05fb093a6d9e", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 86.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b36a8239-ee7f-4c44-b697-9c2e4e0dd695", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 86.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9a5a66c5-a51d-4377-9e67-87488befb29f", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ca7f48de-e2c0-47ae-b64f-d4983dfb1b88", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5971185-dfd5-451b-aabf-15253efe2960", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d8e54ee5-1e0d-46d9-8ffb-b3f76b068c90", + "newLocation": { + "bar": 85, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7a0c8258-913f-4848-a1fc-4c7b9c58bc0f", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.17391304347827, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3763e450-59a1-482d-88c5-bcadc2ef53f8", + "newLocation": { + "bar": 85, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.30434782608697, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "addf5b56-f17b-4d04-9f62-0aad21bd1079", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f3a2a7ed-73d3-4677-8147-ef3a1f7e246b", + "newLocation": { + "bar": 85, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 88.43478260869566, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2ff18d56-18b1-43a9-8c75-04d64049d9d5", + "newLocation": { + "bar": 85, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.69565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aa473891-41e5-43ed-9673-1e21b0f1c711", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -134.25, + "noteFunction": "", + "noteid": "800fd766-b338-45c2-a585-3be0ad1f4b09", + "newLocation": { + "bar": 86, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed28aac3-d52e-467d-859b-a374ab922c38", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b842d9a-5e30-4287-b87f-1212147c479d", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.60869565217392, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "9b47fb95-4826-4b19-9676-806d075b18b1", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.67391304347827, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ebad3c2a-5705-481d-8030-9ebbcef7e77e", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c7d0b831-2864-49aa-b7b5-562968ad5cfe", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.86956521739131, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "d6c0894b-1a97-413c-a680-de381ca7b4e8", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "43d0e429-e6a5-4d43-a966-64e533b92247", + "newLocation": { + "bar": 87, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "78812c89-710b-4216-bd60-9d48eac83707", + "newLocation": { + "bar": 87, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.1304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "9e4770b5-6f9e-4dd2-ae2e-09f43c9a602c", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.1304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "54fc147c-c57d-4df4-9f2e-ecd5c329744e", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.26086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1d446b91-30e9-44f2-bb36-5ec9c7896a3f", + "newLocation": { + "bar": 87, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.3913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "582f674b-17d3-4688-977e-b0017165f97c", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.45652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "be0f711e-b10a-4dfe-a55f-0468e18c0978", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 134.25, + "noteFunction": "", + "noteid": "87e0618b-e262-426d-8aad-0ec900a300ee", + "newLocation": { + "bar": 87, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.65217391304348, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "1fa28340-a655-40a7-9165-11ae987a4faf", + "newLocation": { + "bar": 87, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a707f6f3-df47-41ae-868d-ff2e2c7d2224", + "newLocation": { + "bar": 88, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 88, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c85fbb0-b092-460d-b26e-3624f89be80c", + "newLocation": { + "bar": 88, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4f4cf0b2-dece-4ee2-a8e4-78c92ef369fa", + "newLocation": { + "bar": 88, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.1086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "b4d890f4-2266-4c2e-9631-78cdba441fe7", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.17391304347827, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 88, + "yPos": -67.125, + "noteFunction": "", + "noteid": "dcd4ddc8-b86e-4207-b44b-b6a39de372d6", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 91.43478260869566, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 67.125, + "noteFunction": "", + "noteid": "749b531a-a497-4af1-8046-c12b62d61fca", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "93ebce7c-34be-4e16-8afa-1d01da6b227e", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7eb6ca32-ac63-4ec6-8554-bd42474c97e0", + "newLocation": { + "bar": 88, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.82608695652173, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bdd5b83f-18f1-4843-b15c-9ddc684cbca5", + "newLocation": { + "bar": 89, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3a41712a-ffdd-4049-93f6-c122d8c481e4", + "newLocation": { + "bar": 89, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a0e47694-3e8d-4e66-8681-01ee68ec434b", + "newLocation": { + "bar": 89, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b21c6ce-f80a-4b6f-8fb4-6105e494f681", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "357128b0-9ff6-47d2-9119-098915a40ead", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 92.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 89, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b95188ad-39bc-4c0f-a349-11d9dbea0d92", + "newLocation": { + "bar": 89, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 92.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 90, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e56d3e1-cf7d-4102-98f3-e89539b533d6", + "newLocation": { + "bar": 90, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 93.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "30fa3739-0b79-433d-94ac-c74489ecb385", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 93.39130434782608, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 90, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6e8c4dd0-df7f-4582-90aa-89d0dede127f", + "newLocation": { + "bar": 90, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 93.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 90, + "yPos": 134.25, + "noteFunction": "", + "noteid": "32c70e6f-6644-48f4-8f6b-87cfe0c68ff8", + "newLocation": { + "bar": 90, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 93.91304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c0c88257-f7d7-4452-aa97-c0a6593aec14", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 94.17391304347827, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a3851e42-f278-4012-8fd6-92919c35702b", + "newLocation": { + "bar": 91, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.30434782608697, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "2e66da22-c466-4f2f-938c-1b722c2ba019", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f8c93ebb-fa5e-47c8-9dbc-214828239dcf", + "newLocation": { + "bar": 91, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.56521739130436, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "105f6bee-50ac-4a74-9ca4-46b5987f773a", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "16789f13-88ef-4220-9734-f0f82b169a90", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 94.69565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d0cf6c69-2e99-46b3-b3e5-28f20505434a", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 95.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 92, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e080abf6-8b40-4e9a-8c9c-3ccf0cda74ea", + "newLocation": { + "bar": 92, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 95.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a4340484-eff3-4108-866d-3ae942ae2586", + "newLocation": { + "bar": 92, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.60869565217392, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "6481101e-5f77-4212-b13c-a23e02009a3e", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 134.25, + "noteFunction": "", + "noteid": "505fa98a-ec5d-48dd-bb09-d32f81532007", + "newLocation": { + "bar": 92, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0c680cf1-09c3-47b9-8114-705ca322c34a", + "newLocation": { + "bar": 92, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.86956521739131, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "ecf8ae29-3e3b-4d19-8d48-b3cab86da778", + "newLocation": { + "bar": 92, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -268.5, + "noteFunction": "", + "noteid": "78010e1a-6b24-4230-afa3-db462de7eeaa", + "newLocation": { + "bar": 93, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -268.5, + "noteFunction": "", + "noteid": "038c8441-b8f4-4b98-a415-8e0c3a809d74", + "newLocation": { + "bar": 93, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 93, + "yPos": -134.25, + "noteFunction": "", + "noteid": "58493891-70cf-4b1e-a2d1-0111b23f92e8", + "newLocation": { + "bar": 93, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 96.26086956521739, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 93, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3bdcefd2-a96e-4307-ae3b-d02d3bdc5764", + "newLocation": { + "bar": 93, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 96.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ebf03e7b-1742-4bb7-a9d5-ed0966e900d8", + "newLocation": { + "bar": 93, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f706b727-df42-4400-adc3-ae961d880a67", + "newLocation": { + "bar": 93, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.91304347826089, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "54f30579-ce63-4676-8339-cd20db3c3814", + "newLocation": { + "bar": 93, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -268.5, + "noteFunction": "", + "noteid": "09ecbcfd-7c4e-4704-9ad7-9ed84437c51d", + "newLocation": { + "bar": 94, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -268.5, + "noteFunction": "", + "noteid": "366e7066-c741-4939-9257-df5c07995952", + "newLocation": { + "bar": 94, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.17391304347827, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a4ef1bf7-ec56-4584-8bff-d8e2fbf8db51", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -134.25, + "noteFunction": "", + "noteid": "86874b97-053d-4deb-bbf6-94ff098825ff", + "newLocation": { + "bar": 94, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c6b5c45c-4ddb-49ce-9d27-ac4af2d75e72", + "newLocation": { + "bar": 94, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.43478260869566, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -67.125, + "noteFunction": "", + "noteid": "63901eb9-3dd1-4d37-9d4e-4991b27bfe2f", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 94, + "yPos": 0.0, + "noteFunction": "", + "noteid": "01e1f5d9-7e56-49c7-8048-06d4ce768a78", + "newLocation": { + "bar": 94, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 97.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 67.125, + "noteFunction": "", + "noteid": "03dafc56-faa4-486b-ae5c-2477eb6e3519", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.82608695652173, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 134.25, + "noteFunction": "", + "noteid": "85ca89fb-ac55-4d87-8d11-82ee201b06c2", + "newLocation": { + "bar": 94, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e516bea1-264d-47f0-b499-cb8df4a81b31", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d50d6785-d0f1-4251-831c-49c2da0b5500", + "newLocation": { + "bar": 94, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23222afb-1123-458c-9b68-3197fa876255", + "newLocation": { + "bar": 95, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -201.375, + "noteFunction": "", + "noteid": "78fbad8b-5974-45b3-9544-d2ea97938cd2", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ea76afef-668d-425e-af81-c37d737d2b97", + "newLocation": { + "bar": 95, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -134.25, + "noteFunction": "", + "noteid": "21822b28-cc25-495d-af3f-3ac530315c25", + "newLocation": { + "bar": 95, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3a78eddd-c3d7-4dfd-a769-e224b9a127e4", + "newLocation": { + "bar": 95, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5e3e02f-4083-4b62-b82d-1e13e489a71f", + "newLocation": { + "bar": 95, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.6086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 0.0, + "noteFunction": "", + "noteid": "176689ba-b308-4a5c-9123-0c7630d824f1", + "newLocation": { + "bar": 95, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 95, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bbc1b6e4-25ae-451d-9a98-2297f430aadc", + "newLocation": { + "bar": 95, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1c338555-9932-432c-a359-9a6a5d78a818", + "newLocation": { + "bar": 95, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.13043478260869, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3440a30e-b2b9-4c78-a468-9349bd09d28e", + "newLocation": { + "bar": 96, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e7b7b499-9737-44d0-89dd-8179ae68fc2e", + "newLocation": { + "bar": 96, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.39130434782608, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d51c2b2a-5b74-41b9-9f82-2c80cfe2620f", + "newLocation": { + "bar": 96, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -67.125, + "noteFunction": "", + "noteid": "09052fe9-78dd-4ca8-9598-6d3e4f2a1b75", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 0.0, + "noteFunction": "", + "noteid": "af8381f7-0037-441d-962d-a071a32dbcb8", + "newLocation": { + "bar": 96, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1da9a76b-c84c-459b-9bb5-83ae3c5dde95", + "newLocation": { + "bar": 96, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 67.125, + "noteFunction": "", + "noteid": "33911660-a606-4d2e-9ac5-f5585bd7b0fe", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.91304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 134.25, + "noteFunction": "", + "noteid": "febb8f15-6aa3-4513-a67b-3df58d551125", + "newLocation": { + "bar": 96, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.91304347826086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d36d41e8-b8e6-425c-bd42-01654549c1b0", + "newLocation": { + "bar": 96, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 201.375, + "noteFunction": "", + "noteid": "97f335b4-8adb-4112-8dd4-4befa029a3ee", + "newLocation": { + "bar": 96, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.17391304347825, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a5ff423b-1a90-43e5-9d35-a2fcbe603314", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.26086956521738, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": -223.75000000000256, + "noteFunction": "", + "noteid": "dd966811-e903-4930-a938-e344290cf745", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.3478260869565, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": -179.0000000000051, + "noteFunction": "", + "noteid": "663906b8-618e-49ac-b637-c2ce26b5543e", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -134.25, + "noteFunction": "", + "noteid": "293c6a37-849c-4f7c-8044-aee448118712", + "newLocation": { + "bar": 97, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": -89.50000000000254, + "noteFunction": "", + "noteid": "afc762c9-6f4e-413a-ada9-896bb8f3cc2b", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.60869565217392, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.087, + "barNumber": 97, + "yPos": -44.749999999997456, + "noteFunction": "", + "noteid": "75d04850-5a87-4427-8518-865538f68961", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.69565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b5883639-7a12-445f-8987-fdd7d67a165d", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.82608695652175, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "f37b8856-04ee-41f4-9a1c-49177416e73c", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6d39129d-4fc7-4ab3-bbb3-5c35d6960222", + "newLocation": { + "bar": 97, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f5dab4ed-b72c-496d-aa54-c10f4d3aab21", + "newLocation": { + "bar": 97, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.08695652173914, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "f312914b-96c9-4663-8f7d-3996329b2694", + "newLocation": { + "bar": 97, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "19446464-b6a4-414a-b4e2-4c6ef730fa69", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f5b77bbc-06df-4583-b54a-8808187a232e", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "07351226-7e77-4db7-9c19-8a3579d7a848", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 101.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1396452-8656-4540-bf8d-d6feeb1440f6", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 101.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dc40ce6c-3c51-4bcf-924d-04731bda2e10", + "newLocation": { + "bar": 98, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5b6028b-5213-4834-8d01-cbfa1ae2755d", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "739c8f0e-1b66-4240-8149-c762555b1c61", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.1304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "d860a0a2-1012-4008-960d-60fc599845e2", + "newLocation": { + "bar": 98, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4315c6c7-3a9c-416c-9342-f0a21367cbbb", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.26086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fce117c4-1459-4284-82e0-0382817fd9f8", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.3913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "b65d2cab-37bc-4021-ba2c-ddbfa6748826", + "newLocation": { + "bar": 99, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0f1e86ef-1068-475c-8f53-6a4b0231b698", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a3496ef3-7665-4bba-ab9c-aa0e973dd174", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c612c1cd-1e0e-4064-91ab-7150ba04f878", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 102.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "529a8e27-0b1a-4e28-a1fb-8425839724b2", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 103.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dc0bf075-661d-44f4-8250-92fc6298b65d", + "newLocation": { + "bar": 99, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b7f4cc14-7d3d-401b-a787-8b21dd0674a6", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.43478260869566, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a39c458f-2c49-46d9-91cb-d67e2dd6c1c4", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.56521739130434, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c1b39a8-5127-4f53-978c-ef0943d2492b", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "313f8097-d009-4e6f-b981-77b3aeef0e16", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e7e018c9-e318-406f-828c-691268181f6b", + "newLocation": { + "bar": 100, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.82608695652173, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "08b71f06-bd1e-44dc-ac33-57f27613edb0", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.82608695652173, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e885fbe-e21e-4367-b0a3-e07cc46f6b9d", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c4c3520-7128-41e9-9c3a-a69e566baf40", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "780bb245-83c2-4318-beca-51a4fe8d9ad4", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "56ac4579-22b7-4c41-9a0b-3c7d6aa8d703", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fd3c7bdc-93a4-451b-b7fd-d693e2c8264f", + "newLocation": { + "bar": 101, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bd3aa5f0-a057-4ea6-b9a4-32915bb5d2b6", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3cef32c8-301f-4ede-8e52-cbfc8aa978fd", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f589dee5-8cd8-4141-a426-a0c8d89b3f9a", + "newLocation": { + "bar": 101, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d6bf2007-257d-472c-8315-684ae5479608", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.8695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9eeb2aab-aefe-496a-a77d-22b670a1c959", + "newLocation": { + "bar": 101, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c6271496-63a1-4699-82a4-2ae58e21ff35", + "newLocation": { + "bar": 101, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.13043478260869, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 101, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ff7c10a8-2314-4e9b-92f3-dfd3ba6dad7d", + "newLocation": { + "bar": 101, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.39130434782608, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -268.5, + "noteFunction": "", + "noteid": "29517e38-2145-4d41-a3b7-92edd04f118d", + "newLocation": { + "bar": 102, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cd214cbf-086e-4e40-9073-c50d09211df9", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38fe565d-0d7b-443b-99aa-967293e9167a", + "newLocation": { + "bar": 102, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3aff4a0b-8347-4af8-8a8d-8f73eac71c80", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0e1df8cd-f16f-4eed-b021-ed5caa68a6ff", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 106.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 201.375, + "noteFunction": "", + "noteid": "75fa5a25-608b-4c45-be76-00b9faea9a66", + "newLocation": { + "bar": 102, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4797a97c-c6ca-4392-96db-deb1f26721ec", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.56521739130436, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "c92fac86-ea7e-49cb-8134-0918fd84935b", + "newLocation": { + "bar": 103, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.69565217391305, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8387de5e-788f-4563-91bd-c198b2465cff", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 106.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 0.0, + "noteFunction": "", + "noteid": "04b519e6-bc1d-4cc2-970f-a05d03ce9aa9", + "newLocation": { + "bar": 103, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "616d56f2-56bf-4daf-980c-7e0ea5e3613e", + "newLocation": { + "bar": 103, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 107.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "70841e81-92af-44ae-b76f-3d41f85f975b", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 107.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "118aabab-62c4-4208-91f2-1d787f9f8321", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 108.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3b978422-40fa-4c55-bbd6-a0ce01201f73", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 108.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6aeb9b36-22e4-49db-a4a6-be7580ccbc49", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 108.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "839e09d2-3de2-4e36-a189-6639ea071b46", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c0193bbc-5c69-475a-bc6b-4ed8fa86552e", + "newLocation": { + "bar": 105, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.17391304347825, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8afcc9f5-2a7e-487a-8adc-7140b1f88b33", + "newLocation": { + "bar": 105, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "62ee0c70-4060-4cca-b303-78ee7aec70e8", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 109.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 106, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1622ea2b-0611-4d5b-92c4-bc3c737420ec", + "newLocation": { + "bar": 106, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 109.82608695652173, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "60dff8f7-6078-469b-be84-a9efd779bf24", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 110.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7af98ebc-9971-46bb-abe5-f63f14b45131", + "newLocation": { + "bar": 106, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": 201.375, + "noteFunction": "", + "noteid": "75cb3ccf-841f-4160-88d7-26f281be8ab9", + "newLocation": { + "bar": 106, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "00dc827d-cac5-49af-9ab1-1d327255cb27", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27a74f02-9f40-40da-8ace-7089665dfc93", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1c805c0-3f4d-4d3c-8974-d0478249af02", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -178.99999999999744, + "noteFunction": "", + "noteid": "cf281ad8-fcdd-4be7-ad84-88da747091f5", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -178.99999999999744, + "noteFunction": "", + "noteid": "de22ca25-b062-470c-bff8-077e19e66b19", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.95652173913042, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -89.50000000000254, + "noteFunction": "", + "noteid": "1bdfbef8-b699-4709-bbc3-57d67ab50e80", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.95652173913042, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -89.50000000000254, + "noteFunction": "", + "noteid": "aac38e7d-4ebe-4dbe-9bc6-c3d504d1c414", + "newLocation": { + "bar": 107, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.13043478260869, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1f595865-8364-4609-9fca-cbb0dd08e7f8", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.13043478260869, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "276a4cf9-938c-4610-8c81-cb63fb722fa5", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "efe1ddb7-4e32-41b1-8165-b0cfcbe185bc", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.91304347826086, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "237c6980-8e0c-49d4-8fb4-16a11d4ebeb7", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.91304347826086, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e7a05b0c-580d-49dd-b88e-bfd929257f7a", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5e6114f8-5a2c-461c-9ebf-20ebd159af67", + "newLocation": { + "bar": 108, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.43478260869566, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1783d350-2102-457a-b1a6-86735e3b3ec1", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.69565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b0bce1ba-4861-4ac7-aef3-ada6a068328d", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.69565217391305, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "792c2e63-84c1-4a7d-b619-5cb4b9212bf4", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.95652173913044, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4ce90cfa-0cc2-4a73-9c96-6f84d1c94486", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8cbca1bf-bf64-434b-9357-d2dc64d54531", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 113.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "acd7ad4c-a434-4bcc-8f03-e3b35e7a8b11", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdc9a874-a1e9-429c-9396-906f45e805c5", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a606fdaf-a8b8-43b3-ac41-5d2de97755cc", + "newLocation": { + "bar": 109, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.60869565217392, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "2502b700-7797-4e0f-ad50-a69e7b8db919", + "newLocation": { + "bar": 109, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "852c14cf-6736-4db1-8f22-63be733a63d2", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "26f15446-e371-433f-8d1b-16968c1587ba", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 114.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1a8d5d20-6e4b-4485-8fa4-3db627ba3c70", + "newLocation": { + "bar": 110, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 110, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9a8508da-45d0-471e-83f1-dc6c65e30c6d", + "newLocation": { + "bar": 110, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.91304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "400f69b7-a3dd-4d76-be09-2f0ba34554e8", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.04347826086956, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e5b2ac9f-d8c2-401a-8ae6-daaf2f22cb33", + "newLocation": { + "bar": 111, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.17391304347828, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "b5f83bf1-d1e9-4f12-9210-542706589c05", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a6e42925-a969-4a6b-bd83-f8ac5a29d099", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 115.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "28f6a378-e21e-4d96-b435-1481ab4ecc8e", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 115.69565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 111, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f5d388f4-969b-4ccd-8b22-5b0916432173", + "newLocation": { + "bar": 111, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.82608695652173, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f8825867-0206-478c-b6aa-131f158a6aa5", + "newLocation": { + "bar": 112, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 112, + "yPos": -134.25, + "noteFunction": "", + "noteid": "033d38d7-f2a0-40d2-99e9-b16bf7ac7729", + "newLocation": { + "bar": 112, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.8695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "66faaad4-2a9f-4116-b5d2-335a2b8d714f", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 116.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d55d8d2-7996-4e43-bfe3-3330e0765633", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 117.39130434782608, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "882f3d37-954e-49b8-9e61-8665f2be7d65", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2def8703-5db6-4539-9a35-922970070308", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 117.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "69f55ddc-556e-4e99-9fd9-67a7ebd60649", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 118.17391304347825, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 114, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a1ab61a0-8e4a-4ae9-9f85-6b0e9a65b3e6", + "newLocation": { + "bar": 114, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 118.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 114, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa6b2624-3ad2-4dd3-aee7-a8d7df86c354", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 118.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 114, + "yPos": 134.25, + "noteFunction": "", + "noteid": "70e65d0e-aac0-4a60-8b57-3f1b521ecb09", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 118.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "daf1b976-ddf4-4cc3-b11a-8b5261c1c9c9", + "newLocation": { + "bar": 115, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3c87bf9a-f50a-4394-a7ea-fce44588da43", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 134.25, + "noteFunction": "", + "noteid": "506bd401-5e54-45af-9295-b491e65cc6bd", + "newLocation": { + "bar": 115, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.86956521739131, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "54261d45-16bb-430e-b6c2-ed8db321258c", + "newLocation": { + "bar": 115, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "47a00104-edbf-4aa8-abe9-511ff0c04c06", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5b9a2ff9-e3f1-4be1-a305-047b8d4635a4", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a99ddda-98fd-49db-9b27-76fb3f410429", + "newLocation": { + "bar": 116, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7cfb518a-5392-4bc7-9895-936016ab26a4", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8641bb79-5d0c-4a30-bb74-e14af59a78cc", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": -134.25, + "noteFunction": "", + "noteid": "83e790d1-6d41-495f-a5cf-95176dc11bbc", + "newLocation": { + "bar": 117, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ffab9c8a-dc00-4217-9353-10fceeac4d74", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.82608695652173, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a2437c1e-fa55-40de-9188-3760bf662430", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 122.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "42773c48-6171-4d99-92a3-1a9e132e650c", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 122.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7d39c954-9685-4df3-aa6c-cff73dfa9a64", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 123.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "951a605b-9292-4512-86e3-6b5e3689cee6", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 123.13043478260869, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9e015a05-4b10-4f0d-880c-dc21874a9708", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.39130434782608, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1cf5967f-88ce-4894-a099-9c20d2821f73", + "newLocation": { + "bar": 119, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c95a5635-6af8-4ee3-9efd-4694b7e4fbde", + "newLocation": { + "bar": 119, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 119, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e6ff99e0-1ccd-4bc9-95de-156c23258da8", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 124.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -268.5, + "noteFunction": "", + "noteid": "83dcf9a4-6308-41fd-a68a-d6c39423dcff", + "newLocation": { + "bar": 120, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.43478260869564, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ea73681-2f03-49ae-b956-cb759fa908ba", + "newLocation": { + "bar": 120, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.69565217391305, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9d7f318f-1815-405f-9c65-d7feb81465a6", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 124.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 134.25, + "noteFunction": "", + "noteid": "24c19d50-2a82-4148-9275-a9bcc7be3df2", + "newLocation": { + "bar": 120, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b986e46c-f0dc-48ba-a31b-4fb4bc4a8461", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e97506de-303e-4386-98fd-4ccf76b0825a", + "newLocation": { + "bar": 121, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 125.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c0a6324-3d7f-4fcb-9ef1-bcdc5cc95c6d", + "newLocation": { + "bar": 121, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ffcb21f3-c17d-42d7-8045-d8e943febae7", + "newLocation": { + "bar": 121, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c51c82d-263c-44d5-b556-3f5a80c9c9d5", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -201.37499999999238, + "noteFunction": "", + "noteid": "eaae96aa-9488-4474-8661-1051991af523", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e904638-07e0-4cc8-9aaa-e6fe54ffac54", + "newLocation": { + "bar": 122, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7ad50ff0-1dbc-4d22-a947-e9a272296822", + "newLocation": { + "bar": 122, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.65217391304348, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "70639483-7652-462e-9e8e-49223bdb3eec", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "825750aa-6091-4421-867f-ae4b1f117bac", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a3afca86-6286-4dab-9419-cc5f40e6fb02", + "newLocation": { + "bar": 122, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.91304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "674dcdc9-1101-4d88-bb94-29f0baed9b3f", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "74b24ce2-eb5a-4d65-a7d4-6f1cb7ddf5bb", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.17391304347827, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "f52d7425-aa97-4a98-9129-abee15dd95a2", + "newLocation": { + "bar": 122, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0ec122bf-9498-4f74-9bf1-bbdbd047e5a6", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.43478260869564, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e117af50-37a9-45bd-8003-913626bfc446", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.56521739130434, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e3bb470-c8e0-425c-808a-79a8c4c05b30", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -67.125, + "noteFunction": "", + "noteid": "43ba23b4-dd81-4ea6-8631-dbae04c14f06", + "newLocation": { + "bar": 123, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.82608695652173, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6366ffa0-8d04-4193-8a84-2b3001287c59", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "54fa5712-eb76-4803-9491-fde050d61605", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "070e7330-1df6-402f-8d3d-32ba97a9edb7", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.34782608695653, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c35f301-1477-40c5-9492-6c9b7688bd8f", + "newLocation": { + "bar": 124, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.34782608695653, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7be670e1-f518-4ca6-ac4a-4ff3e748c48c", + "newLocation": { + "bar": 124, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.6086956521739, + "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": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 128.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53c1759c-6e3c-4c41-be6a-f5800208a309", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 129.3913043478261, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 125, + "yPos": -268.5, + "noteFunction": "", + "noteid": "807d67cd-0e82-4260-8f1e-709333fb1086", + "newLocation": { + "bar": 125, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 129.91304347826087, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 125, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aceaa04f-3b54-4b7e-a30d-ca8e2bb4fe39", + "newLocation": { + "bar": 125, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.17391304347825, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 125, + "yPos": 134.25, + "noteFunction": "", + "noteid": "26888678-129e-45ff-86c8-ce37c26e249d", + "newLocation": { + "bar": 125, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 130.69565217391303, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 126, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3cc9ee14-22c6-4576-bca2-0bfc70e3c2b3", + "newLocation": { + "bar": 126, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 130.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b69303d-2466-4417-93be-fd38dfd6c97a", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d8b809e2-8dae-4a2a-b46c-209dc0e374c1", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.2173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6490c9f2-eb0e-4ab9-a06c-7172ef859006", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.3478260869565, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "65eb0137-0474-455b-a6d1-b1216aeb9132", + "newLocation": { + "bar": 126, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "770fe36b-3564-4825-b649-70335a71693c", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7a057073-120e-46e2-8df2-fcd134040271", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.7391304347826, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "06189057-829a-456e-a5d1-0bdcf8736485", + "newLocation": { + "bar": 127, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.86956521739128, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "8cf132ae-a134-4400-a162-f287a361e5ea", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "17a26532-9c34-401a-92f9-c20e506dcbe6", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f6e4a3a1-317e-4ede-9d32-a72dfb4b8e61", + "newLocation": { + "bar": 127, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.1304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a818e1ed-dee9-43cb-85dc-13633eaf2bf8", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.26086956521738, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "927d240e-fb80-4344-8092-ef0b5434c0c8", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.26086956521738, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ac373fe7-3706-4f6d-8248-387f3fba5f2e", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.39130434782606, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "48a79459-382a-42c0-908a-0b68dbd0937e", + "newLocation": { + "bar": 127, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2fbbcb4c-4b1b-4e1a-a9c6-77e82131c77b", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "37a9c10a-0b2f-4b9e-ba7e-a1e7f4798c52", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 132.78260869565216, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed23da60-b01f-43a1-a0f7-2060b9d405ab", + "newLocation": { + "bar": 128, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5b474139-84b1-47e1-bc21-4c6ae86b41e7", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.17391304347825, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e4bfe0fb-e4da-45bc-a916-f8d211223c2e", + "newLocation": { + "bar": 128, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.30434782608694, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b6bd540e-5fc0-4d4a-9de5-8672f5c27e06", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.30434782608694, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "28026557-7d0a-4f85-9d82-439a74e2cd00", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.82608695652175, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 129, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7282da30-3f4a-4973-bd45-704ce863e7fb", + "newLocation": { + "bar": 129, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 133.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": -67.125, + "noteFunction": "", + "noteid": "638dec8b-a37b-44ca-b920-884f62430c87", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06f4e7b8-537a-47d7-b9cb-d12513181983", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.2173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 67.125, + "noteFunction": "", + "noteid": "03189a40-4d08-4fb8-a96b-35ecab056805", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.34782608695653, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60df4733-02f1-4129-8ec4-d70309bd5637", + "newLocation": { + "bar": 129, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fc43f842-af74-4364-9c09-b680b3143946", + "newLocation": { + "bar": 129, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9bcf6096-9ccf-461f-bf5f-90f9621f108c", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.7391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -201.375, + "noteFunction": "", + "noteid": "322b7f39-39ce-40ec-939c-98e2a21e83ec", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f9af4be-a673-4c01-ae4a-d7fd3c752bd5", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 135.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -67.125, + "noteFunction": "", + "noteid": "048ddd25-22f8-48db-b1b2-bda25a68eebf", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.26086956521738, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d8f12b75-4ae2-4560-88db-2a5d67ad11e4", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.3913043478261, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 134.25, + "noteFunction": "", + "noteid": "09c32044-8695-4988-9f2b-8126254a3726", + "newLocation": { + "bar": 130, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1f9b82ad-eccd-4fc0-80e8-c081ede25766", + "newLocation": { + "bar": 130, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "607ed3e3-fa87-4001-9dcb-ebfbee787036", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 135.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0317afcf-1c0e-430b-a721-0a4d7cc1c923", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 135.91304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d907df87-1858-4ae2-abed-b32844861a07", + "newLocation": { + "bar": 131, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.17391304347825, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "15509c32-d750-4be0-bf86-7d1cc54cc77d", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7942337f-0e24-4358-b6ef-774f53e444e7", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.43478260869566, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ac378cfb-4c5d-4960-b90e-f53669a72fa4", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.43478260869566, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5b98d8b4-830b-4ada-90ba-6a4cd37f2feb", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.95652173913044, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "76a957fe-a251-4866-9ad4-5e95a8abfd80", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 132, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a38cea69-d8cd-47f9-8126-f6e4bdbc846b", + "newLocation": { + "bar": 132, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 137.2173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bde362a0-3fac-48e3-b0bb-4bebcdb70801", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.3478260869565, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "4583a934-abde-4a17-a867-8d2693beb247", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 134.25, + "noteFunction": "", + "noteid": "28969d14-3a90-44ff-8fce-67fa9e4462ce", + "newLocation": { + "bar": 132, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "77fddb2a-922b-4c76-9966-ac4b2f1181d3", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bf0f1e77-831f-43a8-9d27-3ff7b8e16de1", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.7391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4641737-3d2f-4cc8-8c34-625b5f2b5a75", + "newLocation": { + "bar": 133, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.86956521739128, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -201.37500000001526, + "noteFunction": "", + "noteid": "d60d7350-c242-4823-956b-ce57dba2f11e", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2070de9c-52e6-43a9-a58b-0059cdda53aa", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ae41e95c-cf96-4559-802b-629cacb80b01", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 138.26086956521738, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a6575f87-0a91-4b45-8dbd-65a7fbb02d6e", + "newLocation": { + "bar": 133, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.39130434782606, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.261, + "barNumber": 133, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "e87049a0-1be1-4c01-af86-ffc6cd317c5b", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 138.39130434782606, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.261, + "barNumber": 133, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "055e0882-cd3a-4221-9005-0860a3ef2bc4", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 138.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 201.375, + "noteFunction": "", + "noteid": "43799a74-c62a-462d-a5ea-8217c409a758", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.78260869565216, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c8483be4-73b4-4e34-91e4-3531633d38fb", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 138.78260869565216, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "452fa0c2-b194-4f04-8a56-9e70b0ea30a8", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 139.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e7be006-e57f-4264-925d-554a0af513e1", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 139.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2fc00781-45e5-428d-8321-b221f4fd8cbe", + "newLocation": { + "bar": 134, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 139.30434782608694, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1c627e4a-214f-4edd-acff-e40e7bea84b9", + "newLocation": { + "bar": 134, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 139.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "35f8c464-4878-4020-83ea-68666bbdcf1d", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.56521739130434, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a6183e83-c7cd-487e-a2a4-382738f77451", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 139.82608695652175, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2ff0e263-6661-4fa1-a97a-3e502f7b7f7a", + "newLocation": { + "bar": 135, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -201.375, + "noteFunction": "", + "noteid": "799a86af-cd12-4ee9-92f8-6e7e78194627", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7a677996-c8c7-4fe5-8d39-c5cedfc6f1e7", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a83e6168-8a74-4b30-924d-5bff1e7d33a0", + "newLocation": { + "bar": 135, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.2173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": -67.125, + "noteFunction": "", + "noteid": "25ca6cec-0e1a-411b-9659-3c8efb812186", + "newLocation": { + "bar": 135, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 140.34782608695653, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aa7cfa95-c409-4708-af81-aa027265437e", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.34782608695653, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7c01f0e8-1d41-4587-a66c-6b66f374d85b", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "430d15c8-bde5-45f5-bab7-3351a035d3b9", + "newLocation": { + "bar": 135, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f8eec610-0c5a-4cb1-b0aa-55a37a89bcc8", + "newLocation": { + "bar": 135, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.8695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "81b80261-17d3-4d0d-9ac8-3e8cba24b635", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.8695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e41eb444-fd45-4d3a-ad6d-da6addac7db8", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.1304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "42a590b2-959b-44d9-8119-cbcd6e114da5", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.1304347826087, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df444336-5f8c-4296-9f5e-6b8cdacb373b", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.1304347826087, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "532c4165-1ef1-4d70-9b92-050b2a3fbc6a", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 141.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1773eb80-691c-495c-9ddc-c5aa38d4135b", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 142.43478260869566, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c1d4c205-331d-4b57-8d08-6c8a56eef8eb", + "newLocation": { + "bar": 137, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.69565217391303, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "33efc300-cd0b-4449-b979-00e8e226ad78", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.69565217391303, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "69ed1c85-b4de-4e8b-8ec4-6dc6b437d625", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 143.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8d7773be-2847-4d7c-8bba-0e65e1b43a23", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 143.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a8add1a9-253f-49a4-8864-5e6dd62cede6", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.7391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a776b71f-c656-48b0-9049-1c668bed8a39", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6f2c4f8f-3c13-4ba6-91eb-b4536227e4fe", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.26086956521738, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e66e4fbc-1e0a-420e-ab94-080bf74b0db0", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.26086956521738, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2dd93ca9-75c8-4e84-9260-76752834ab72", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 144.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.391, + "barNumber": 139, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d9e15395-041f-4628-a0c0-1f305db56f81", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 144.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3a9dd81c-32b2-418b-ada1-a102b2f42ea9", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 145.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6d7a2432-3466-4460-915d-06095f8bf583", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "505846bc-95fa-419d-bbb5-1ffe3d566466", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 145.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "27f09d83-8f56-4c6a-82bf-0ef60779fbce", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.82608695652175, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab80e812-b930-44a9-9c8d-e2ccb7e8d3af", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 145.82608695652175, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "65ce15fe-a0d2-4d83-9c47-1bd0407486be", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fa3d1fbc-fdb7-4474-8154-4b8a184b7be5", + "newLocation": { + "bar": 141, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.34782608695653, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b7fd9573-4cdd-485e-a0f1-ac8d0c9aabf6", + "newLocation": { + "bar": 141, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "23fde817-9e65-498d-9b81-e11243fc9501", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 146.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5b7d7217-8688-477c-92d4-37ed49f2b48a", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83c533cb-4551-46f5-880f-2d22798215df", + "newLocation": { + "bar": 141, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.1304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -268.5, + "noteFunction": "", + "noteid": "430e0e42-4c47-4ab5-8257-81edf69b5e22", + "newLocation": { + "bar": 142, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f4c27563-3ab6-4bc2-98d8-ec7a5f568b65", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.3913043478261, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9cee80d8-b2c8-471c-99e4-d6b8a3b4b63f", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 147.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed92f54c-543c-4a4a-85eb-698e0eff5a18", + "newLocation": { + "bar": 142, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.91304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": 134.25, + "noteFunction": "", + "noteid": "35263538-04aa-4f61-ad97-713b9e298e82", + "newLocation": { + "bar": 142, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c11f493-64f9-42d6-8338-a9d4b8965d51", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 148.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 143, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ba329b95-5e45-45b1-ba63-85b215d849d4", + "newLocation": { + "bar": 143, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 148.69565217391303, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d0b98670-6f09-4b80-a2e7-90933ce5fd8d", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 148.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f085aee-6e50-4b5c-be57-ee6cef36e0e4", + "newLocation": { + "bar": 143, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 149.7391304347826, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d8650c94-0550-48a5-9ad1-fa8eceda3e00", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.7391304347826, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d5eda92-5c22-442f-a72d-4fc5b6f2c44e", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 134.25, + "noteFunction": "", + "noteid": "678d0aaf-66d3-4211-9a7e-a0e38838ea4d", + "newLocation": { + "bar": 144, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 134.25, + "noteFunction": "", + "noteid": "568edacd-03f9-46d1-95b9-08ba53e8b220", + "newLocation": { + "bar": 144, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.26086956521738, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aed851ae-137a-48ad-b1d5-a5e0cedbf1b1", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.26086956521738, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d043ebde-14ab-4723-a41f-5c05eafca5f8", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 145, + "yPos": -134.25, + "noteFunction": "", + "noteid": "71dfad38-47c1-44eb-85a1-3c7a5ef9a365", + "newLocation": { + "bar": 145, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 150.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 145, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d70b2c35-06d0-4dca-9e6a-50436787008e", + "newLocation": { + "bar": 145, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 150.91304347826085, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.261, + "barNumber": 145, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "ed97ae6d-608a-47d3-83f1-c9df219d2ae4", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 150.91304347826085, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.261, + "barNumber": 145, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "59104e81-cd24-4f4a-8106-91e79223ebb7", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 151.30434782608694, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 146, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc1988d3-853c-4426-b21e-6bb4a3116664", + "newLocation": { + "bar": 146, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 151.30434782608694, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 146, + "yPos": -268.5, + "noteFunction": "", + "noteid": "26791415-c404-4af9-9eca-234070e8da1b", + "newLocation": { + "bar": 146, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 151.82608695652175, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 0.0, + "noteFunction": "", + "noteid": "47bca4a1-c3c4-4be9-bfa0-073f25e787cf", + "newLocation": { + "bar": 146, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.08695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 134.25, + "noteFunction": "", + "noteid": "311ba743-87d7-4c84-af4c-7768cf0f1d3c", + "newLocation": { + "bar": 146, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7334ae80-1957-4908-91af-5821e6371a63", + "newLocation": { + "bar": 146, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.34782608695653, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d097dacb-cd0a-40cd-88dd-d418d7f4385d", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.34782608695653, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1ada4119-4043-4c70-83c3-d138998edc63", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6439676e-3442-46cc-89a2-e7853c28417b", + "newLocation": { + "bar": 147, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.6086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d522b242-74ad-4b0f-a87c-8eb01ab776c0", + "newLocation": { + "bar": 147, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.8695652173913, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.5652173913043477, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cda034b0-61d6-4e88-a883-7b9223514269", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 153.1304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3293de5f-c529-4f6c-8e69-657d7ea05591", + "newLocation": { + "bar": 147, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 148, + "yPos": -268.5, + "noteFunction": "", + "noteid": "83bce48f-767b-401d-ae0f-5a08c47f93ff", + "newLocation": { + "bar": 148, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2daf8f64-6d7d-4548-8b40-c99530c10b6e", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_11.json.meta b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_11.json.meta new file mode 100644 index 00000000..ab54ab52 --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_11.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dc27d9d67f3698646b7b7c3d926eea3c +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_2.json b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_2.json new file mode 100644 index 00000000..47d40160 --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_2.json @@ -0,0 +1,3660 @@ +{ + "version": "2.0.2", + "title": "アトロポスと最果の探求者", + "composer": "CK", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 157, + "bpm": 230, + "difficulty": 2, + "difficultyName": "Easy", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 23:14:05", + "musicFile": "アトロポスと最果の探求者.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 209, + "globalDelaySeconds": 0.763, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 51 + }, + { + "colorType": "red_hold", + "count": 12 + }, + { + "colorType": "green_tap", + "count": 24 + }, + { + "colorType": "green_hold", + "count": 4 + }, + { + "colorType": "yellow_tap", + "count": 20 + }, + { + "colorType": "yellow_hold", + "count": 7 + }, + { + "colorType": "purple_tap", + "count": 39 + }, + { + "colorType": "purple_hold", + "count": 6 + }, + { + "colorType": "blue_tap", + "count": 39 + }, + { + "colorType": "blue_hold", + "count": 7 + } + ], + "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.5652173913043477, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe90673e-9e9a-4fa5-9f75-71df96b18922", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.5652173913043477, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "443a7f91-76e0-4e3a-b256-d550ee546d1b", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.3478260869565215, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bc61beda-f477-4291-96a1-8c1b332c7cc9", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.1304347826086953, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "599c45bc-44a7-4a45-a261-1b6ea85220c0", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.9130434782608696, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d70e4581-2656-480f-ab2b-1dddea84eb10", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.695652173913043, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5c25dc12-4e94-4421-84a6-3df1edbcc580", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.478260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2dbcd474-c39d-437c-9104-6e1e912acc71", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.260869565217391, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "33d8ed31-d902-408f-b08d-2f9cd27c3f7f", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.043478260869565, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3cfc2ca4-3452-45cf-a4e3-75e555915f7e", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.826086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "596d4938-ff86-42b1-b049-75f70687357b", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.826086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ec2b145-d3dc-42ae-8d47-41a71b4ad203", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.608695652173912, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f2f6245-6687-4e44-ab25-d2c414a40f37", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23f334dd-2678-40e7-84a0-56f58b3d98cf", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d87e5af7-d28b-4fda-877b-7cb1cefe0097", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.956521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "91e945b1-c811-48dc-a41a-49882bd7612f", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.956521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4522e1e0-7459-4fb4-8110-acedfad7fd01", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.739130434782608, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6223c8dd-03e6-4a49-ab96-7883eebfcc5c", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.521739130434781, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1f36500a-82eb-4cdb-a440-e54ed9dc0a7b", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.304347826086957, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7ea9bfb1-a755-43b9-8b57-3aa82afec062", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "11cbe5b8-ac77-440b-8bf7-e9c2c0f66318", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 15.652173913043478, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2c0ac6fe-9597-4e7a-bd56-924509890264", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 17.217391304347824, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "967dd2c2-da8b-49e2-89f2-a5afc22e136b", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 18.782608695652172, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5eb6f4eb-3803-4282-bda1-cf9e836706e9", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 18.782608695652172, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e90f095-580d-487a-a58d-e380cb6709c3", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 20.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2dde55b4-348d-433d-bfff-3a6e95eebc11", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.130434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "440ed0f3-d9ed-4523-86cb-567aabf33d53", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.913043478260867, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c8cf692-5961-4763-b5b8-9076dc0d2882", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.695652173913043, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3e96c0aa-46a1-420e-a603-f37563282fe6", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.478260869565215, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d89f6ee8-06cb-44d4-a324-eeda094de6d9", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f81b3117-d7cc-4c2b-8aeb-fa0a709e4468", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.043478260869563, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "28e3860a-daae-4956-a66f-5ddc9a9b7c8d", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 26.608695652173914, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9044bd75-cbb0-4ba4-a1b6-5d7911965e46", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.608695652173914, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8e95c90d-51d9-4dcd-b7e4-e55bb9165fb7", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "89c91f61-db91-4caf-a884-f1f51e32d9cf", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.17391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3fc974c6-472f-49a9-9964-cf8eaaf3804d", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.956521739130434, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aa4b0b4d-22bc-4892-b327-2f6b743cd279", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97cb144a-9f37-48ee-aa53-7f86001a9758", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "32360100-f86d-427f-9de7-6f7915933858", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0509185f-20c1-4274-a819-d3b7c515a49c", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.304347826086957, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5500446e-d07d-499e-9fb4-d1e0f4301d8a", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5f49f2c5-cf61-4cf5-9e9c-3c79e2f961ab", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "814ec1b2-729c-417b-96c7-a977f9bc339c", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.65217391304348, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "62030c42-4d1f-4b99-b8c3-b2de38a3b680", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.43478260869565, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "81ebf162-9c85-4c46-bdcf-a25c8dfbc47a", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a39b232d-8ec4-4f5a-9da3-54706e3c2c62", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c639102-d2b0-42db-a059-878e325f9844", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de784b0e-ea9a-4bcf-a9dd-b9bf7a980b15", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "68afeaad-845c-4e83-9998-e4a4434f5585", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.565217391304344, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7212ef99-66c1-4605-9403-a6b1d2b38b80", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 39.130434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "358a0307-ba31-4e3f-9fc0-dac213124d8c", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.130434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fd75b921-42af-485c-bf31-26782d139946", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.91304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cdf9fe22-40a8-4967-99b4-281d8e44f701", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.69565217391304, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "292d4f23-a9eb-4ce2-b599-ad0a42e63203", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5b49744e-b7a2-4c26-99cc-a5ec606874aa", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1308e4d7-0810-40e5-a1bf-93db55207338", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.04347826086956, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0ea8d029-ce88-4602-b409-c656b859c79c", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.826086956521735, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0f632e98-d550-4a60-98c9-3ca86018f3ba", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 43.826086956521735, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a75c3332-e0f8-4c18-812b-5297dc38c434", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 45.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1e317924-0b44-4563-8cc4-0c7aa9580526", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 46.95652173913043, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "485e8e74-88ee-4fec-85a8-590dda8185a9", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 48.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e884808b-685f-49c1-a55c-e984d3369385", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 50.086956521739125, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1810dc59-9e62-446f-9477-a53938852fb2", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 51.65217391304348, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.5652173913043477, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "de1ab9d5-a7cd-41e7-9ae3-788c00346586", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 54.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.0434782608695652, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "14bc60fc-6dc8-4265-b51b-fa3970aa0122", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 56.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c8ef707-f2c4-4461-8233-1f9d942e70c9", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 57.91304347826087, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6f278050-8df2-4f59-a4c1-049966f9bb49", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 59.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e641ce49-07df-4b99-b6c8-68f3ecfe14a6", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 61.04347826086956, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be46a800-4caa-4b68-9139-36a2e1dcc1ba", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 62.608695652173914, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f2173f6e-c1b7-4e26-aca8-cc581d967f82", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 64.17391304347827, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06f6e516-61dc-4eb8-8355-3443c661727e", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.17391304347827, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9ece4fa7-d2de-4300-b866-5cf31903de7f", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "14d9c38d-5a2f-4f17-8bdb-1c5f334dc0a9", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a596488f-1eff-45dc-87a3-ac63d959da9e", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f9ab367d-bbb3-4b5d-908b-678826c022ab", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4c9fc18c-2493-42a7-ae6f-3c900f287125", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ebee4fbb-2fb3-48b4-9597-0724b39b66e0", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "092d13fd-4145-43ab-95a7-976aa408a1bd", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f9fdd9de-2550-4cc6-9864-6c0ebe56dd15", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.65217391304347, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ba71fded-f753-4fd3-8d3b-4b3915a0efec", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2da26c6f-1b82-4c98-b894-b719eb267e1c", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7a117201-86b2-440f-b7a9-804c78cc4b96", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e85208a6-b04c-4f8a-9318-11b1321d1bf9", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c6031057-503f-418b-9c2a-10ac5faa16b5", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ad943af9-8e6f-47b9-8c71-e9c3c48da667", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a4094fb2-4034-4ccd-a0ba-95d3ee1f86e1", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "480ab6bf-2349-4e64-9f39-300d85272ded", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.56521739130434, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4f643455-b2df-41e9-8869-96adffc0f348", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "41e83371-1cc5-48d5-81ca-1d54fc66f5d1", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.13043478260869, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2c94051d-9635-43e4-972e-7e8f2a7f5455", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa1ebe71-9af2-40f3-be26-a4a66dcbcee6", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2b3ee16a-a72d-47fb-9355-4919cfbc44b3", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.69565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc5cf81a-82ca-4115-bade-0fc5b3d0924f", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "109953f9-8931-4b85-b4e4-663c12854cae", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.47826086956522, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0fcfa448-4b9c-4b7c-87c1-24f9e2552b51", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "37f4827a-9952-4f89-b840-418b57239746", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e23d0d99-3280-4802-ac30-8c176d7ecfde", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d281bf37-299b-4736-bf70-c4b09a6651d1", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.82608695652173, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c1bb3f0-d2a0-4dc4-ace4-79ff4e3ac010", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.82608695652173, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7b713271-d775-4e6f-8e25-fe61d730aa3f", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.6086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "99ff5caf-ce29-4177-80e5-44414f130421", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "207996a2-5fda-4a7d-a82a-1c59b290932e", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f1cdf681-05ec-4f69-9086-5b8b6085d6f3", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.17391304347827, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7e7cb4ff-df1e-4f7b-942e-b56b3cbf439a", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 82.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1e8581df-d547-47ab-baae-f8aacc8a3b19", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8ff9f3ea-0a60-4ad2-80cf-4fb9accfd58d", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ad40d688-e328-47a0-8912-ec74c13fd426", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.30434782608695, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9dff0b4a-93ab-4980-89d8-5eee98b92f63", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "24d52b2c-2197-49c0-abe9-7ae6425f0d06", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a970426c-dc60-4175-a8ef-e39693ba601b", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5fdc2935-d42b-44a9-a397-a474a366d9fb", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bd51f7fd-6314-4f5a-8d2a-21bf62c999de", + "newLocation": { + "bar": 85, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3d68a6f-aa9f-4e6b-9e56-4e9eaa72e9ac", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cde90bf9-5569-457b-86dd-0dea524bf438", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cfed30c4-a4d4-4de1-9b3f-8d9f264dc360", + "newLocation": { + "bar": 87, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b79c9bcc-50d3-4d70-b9f3-2683c07b79ca", + "newLocation": { + "bar": 88, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a3a486b0-5571-4af4-bdd7-c225ab60f3a1", + "newLocation": { + "bar": 88, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b2a094a-e97f-4bb5-b091-dd7a9a9cc5f0", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6546c889-4fc8-421f-ab5d-50141a2a4133", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.13043478260869, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "543bfb3e-9b33-40d1-abbe-4f92a9903515", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ae9f105-d7cc-4d16-96ef-5928ccd9a817", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.69565217391305, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d151af6e-24d0-42de-a6f2-21b61ca7da4c", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2f49a156-9b66-4a91-9c7f-3f24f88bea34", + "newLocation": { + "bar": 92, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -134.25, + "noteFunction": "", + "noteid": "945c96f3-32c8-4a42-84af-41cc21c4db99", + "newLocation": { + "bar": 93, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7db498a9-581d-4ce6-8fa8-ad5e990997e9", + "newLocation": { + "bar": 93, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.56521739130434, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": 0.0, + "noteFunction": "", + "noteid": "791efc46-2243-4aef-975c-431a9ec103e6", + "newLocation": { + "bar": 94, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -268.5, + "noteFunction": "", + "noteid": "37112302-6050-491e-bb49-6794c2765821", + "newLocation": { + "bar": 95, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.8695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ccac8490-07ff-4ed3-8d59-3c4593fb9e0d", + "newLocation": { + "bar": 95, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.39130434782608, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "953ebde0-56c6-4cf1-9dbe-494d5c6daa2a", + "newLocation": { + "bar": 96, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d84dabf1-8186-4ac7-b62d-050c80a235ec", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.69565217391305, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "774460cc-488d-424e-b570-a096e5572870", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "81b79858-c6fb-40ca-9b20-2f7e01db3a00", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 103.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "860b9edd-3c9d-4f0c-88a6-ce13894f1f3c", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 104.6086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3b2d89a8-1afe-452c-8beb-2d67785a9373", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 105.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f48ec194-248e-4a07-8a34-cf26690c9263", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0b5f89ee-9064-462f-9ab8-a82f446f2373", + "newLocation": { + "bar": 103, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8465048d-0378-4208-bc91-ff78c17b838c", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9bbbe992-d7b3-470c-b694-0ebe702b23eb", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f64846f9-ad9a-4206-8583-c36843b9259c", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "87fa4726-4434-4a67-a682-f6ee39b0a7e6", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.82608695652173, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e44f3275-b3d5-4ce4-a227-e188d9b73471", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "472d182d-399d-49d1-b225-37ae51a84a2e", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c0f4f49-6d02-4e78-a0ca-ac3a2d4689f0", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.13043478260869, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "65f7e492-52e0-4901-b169-4d8352baa04d", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 112.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c20d1fba-3b7c-4e15-91a1-5df6632adf5f", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 113.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "db087af9-25d1-4b93-93a3-ae2c095b8b14", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 115.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dde44f24-aab2-4c1d-ae14-48eacc04328f", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 115.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "93fa36ba-e930-49d8-abef-800cc0153e4b", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 116.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "590ae652-249e-4551-8997-5089fbaca5da", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8b8ee03d-8a90-4886-a7a9-4e4c1642c922", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2fd6cf13-07ee-4059-92f3-7585fc237248", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.43478260869566, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 0.0, + "noteFunction": "", + "noteid": "01099964-ef40-415f-b589-96657c0cc5c0", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8d50a32f-728d-4bd0-855f-5d0f1d28e938", + "newLocation": { + "bar": 115, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e6c75ffc-c160-4da5-a88c-7a51707d3557", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "92022b7b-3844-4029-872b-00ccd11db735", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bf1aa687-b102-4f3a-8f40-527d7aa50187", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c42a3995-975a-473b-bb24-9257af30efa6", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "10d04236-6986-418b-9349-b0a5c0448953", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "97ac5649-3015-4f12-bcdf-c5a600f5538d", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.13043478260869, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eb3a27a6-7ff5-46cd-866a-a5460d46c457", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.13043478260869, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "66bfe043-18e8-442a-bdbb-f44b58a6dc58", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.91304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 134.25, + "noteFunction": "", + "noteid": "43cd31ec-ac79-4413-b5d0-09efca8c26c0", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "896e1c77-fa85-492c-8a86-674c42bc352a", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8b4a59ab-c61f-4dca-8d6c-b49462fcb2aa", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b93fdea2-24b8-4550-aea0-6dff7da94233", + "newLocation": { + "bar": 121, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2d512117-1621-4df0-aa01-c533cd957562", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc0bd517-6212-49c9-a447-b0015a7f3791", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "82ff6ade-ae91-48ae-95b7-db5e5ca48749", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.82608695652173, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "63c8bf88-4324-4b51-936f-418aead5613e", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.82608695652173, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e6f01d3a-235d-4090-9bf1-f6251be14789", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5c674ec0-68bb-493c-87f4-83a3147d3ec9", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 125, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c8fbc5b-4f9b-45c3-b5ab-20609bc496ef", + "newLocation": { + "bar": 125, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 130.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "59a7a7ac-2304-4158-8347-b1451538924f", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e3062893-d29b-4ff4-8826-7bf7dd7df931", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.7391304347826, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e333baa-878d-4696-b1f9-24eff6118f1d", + "newLocation": { + "bar": 127, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a6e7f646-e225-4cd0-8bc7-bafbfe192a5b", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "109aa251-f5fc-4e07-a993-94cb0e95e04f", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.30434782608694, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7d3cf680-00e3-4ccd-a3ae-c37c4f54bdd4", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0a64cc3a-9994-48e9-ae5a-736872408241", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.6086956521739, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4688fbff-e277-4365-b0ef-10dc42a9abf6", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "14fc9530-03e6-4570-b7a4-f04c161d9677", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5667e8fa-dc05-4f2f-bd3c-4d3e2248756d", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2e948c82-7d3e-40da-9313-8e3d8aa1f4ad", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.43478260869566, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ece556b2-360a-407a-b74c-652e61a8b3a2", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.2173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "75d3de02-1178-49fd-a840-29fad2641e58", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a2122dee-5284-4754-8fe0-8b98526972d7", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d159f005-0aa4-4efb-89ba-5812399b3628", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.39130434782606, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "a179bba0-28bd-4d14-98af-58dfe37102ec", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.78260869565216, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "74820cf1-d7a5-49a8-b044-4280013f00f6", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 140.34782608695653, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be56341b-646f-4823-b628-ee1a02845bce", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 141.91304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0a937609-691d-429f-bda3-4ce3b6962897", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 142.69565217391303, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 137, + "yPos": 134.25, + "noteFunction": "", + "noteid": "57fc6e8c-60ea-4e3f-b44c-a725c23336e7", + "newLocation": { + "bar": 137, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d8461e4c-edc3-42c8-bb77-0ccf1bdfd691", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.26086956521738, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fa6a5c4-7cf7-4f56-b442-87aaf589f4ff", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.04347826086956, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2481d57-930f-4d6c-ab8e-e922a3d322e2", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.82608695652175, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fa562c2e-248b-4cb7-9b4a-d9959aae7c98", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 146.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a5c7af3-aee3-4225-85f4-b2de51e816c2", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.3913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b235f992-1b61-44d1-ac64-5cdce03a3140", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "05832ae3-bfaf-44fe-89ed-87c155fa0207", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.17391304347825, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b905a16d-dbfb-41bb-bb35-7bf57a6d6620", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dc285d93-5f1b-483d-aeab-5961b1595212", + "newLocation": { + "bar": 143, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.7391304347826, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0b4e6d33-8f44-4061-af19-3fd4d2abf02e", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.26086956521738, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4b274e5-93d5-4918-acf1-81053f6822ea", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -134.25, + "noteFunction": "", + "noteid": "db81d682-2191-4bed-ae62-677397705d9d", + "newLocation": { + "bar": 145, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.30434782608694, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a90d042e-37fd-4f0a-a529-c41b7fb62c40", + "newLocation": { + "bar": 146, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab24d970-cd33-4b9f-91fb-332df28f70d0", + "newLocation": { + "bar": 146, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3631095c-9e20-45fa-a489-453744f75346", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1854434b-4c40-494a-b82a-5527dc95ca9e", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e9d9e867-de1b-45b9-bd27-c83cc93d821f", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 153.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53d1d7f8-db81-40e6-9e2a-ba6fffc6c274", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_2.json.meta b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_2.json.meta new file mode 100644 index 00000000..442c2c0f --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_2.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ca9bfdf5df2b55f4284f79ad8e5f41af +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_6.json b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_6.json new file mode 100644 index 00000000..779e53c7 --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_6.json @@ -0,0 +1,7536 @@ +{ + "version": "2.0.2", + "title": "アトロポスと最果の探求者", + "composer": "CK", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 157, + "bpm": 230, + "difficulty": 6, + "difficultyName": "Hard", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 23:14:53", + "musicFile": "アトロポスと最果の探求者.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 437, + "globalDelaySeconds": 0.763, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 96 + }, + { + "colorType": "red_hold", + "count": 13 + }, + { + "colorType": "green_tap", + "count": 101 + }, + { + "colorType": "green_hold", + "count": 5 + }, + { + "colorType": "yellow_tap", + "count": 23 + }, + { + "colorType": "yellow_hold", + "count": 1 + }, + { + "colorType": "purple_tap", + "count": 100 + }, + { + "colorType": "purple_hold", + "count": 8 + }, + { + "colorType": "blue_tap", + "count": 78 + }, + { + "colorType": "blue_hold", + "count": 12 + } + ], + "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.5652173913043477, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e4371254-1e24-4eab-921f-0fca98df4094", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.5652173913043477, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "39953a9e-a584-4974-974d-92fb0de6b85e", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.9565217391304346, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3749999999999, + "noteFunction": "", + "noteid": "1bc82aef-20e0-46f3-af56-f57b3a4176ce", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.217391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -201.375, + "noteFunction": "", + "noteid": "54cfb5b8-694e-48be-803d-0847ace70dba", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.3478260869565215, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0acc09b7-1a70-4ed6-b265-0c4e473b630a", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.608695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "17ab2a94-b2d6-4f79-bfe8-12f42800fc53", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.869565217391304, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "48785e3b-cf98-4caa-a891-0e3d70e83c64", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.1304347826086953, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6b9ecdac-0a5d-4763-ba3f-603689a81d33", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.391304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d8e02127-352e-4b0b-b503-a5ab506cf19d", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.5217391304347827, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fd84360d-faee-4264-ad41-e92e0c291d79", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.9130434782608696, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dc6e3013-d3ee-4462-ba76-007e67d42bf1", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 4.434782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6d9bf496-65f2-4af1-8077-31a36cef07c5", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.695652173913043, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f6dd6b92-96ed-49bc-a878-687ea72bee78", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.695652173913043, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "61ca2e35-a489-4530-b7a4-839cb78463ea", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.217391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "86e906a3-c5cc-444a-ae64-a34c08d11daa", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.478260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1e705bd3-348a-49b6-a7dd-8d376f4ea593", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.478260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "32e3dbca-d28e-48df-b740-387595049cf8", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "540b5ef4-a233-4354-98ed-00d665c57799", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.260869565217391, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "95efb67d-104e-4695-a6b9-721eb1f64be1", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.260869565217391, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a12f2fe2-8f42-45bc-b0ed-2ddcf52f67a6", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.782608695652174, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5ffa721c-dd44-464c-b386-ca712e76cdd5", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.043478260869565, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2eb5565b-95d4-4631-a289-e66909f6a8cc", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.043478260869565, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a14e1315-8995-4ee8-8c8f-92a9b4d9bb15", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 7.826086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "adfb136e-c3dd-4e44-9690-a2cd4cdfad64", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.826086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d6d486e2-1255-4eb6-bab7-419962778561", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.347826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9453f907-5182-4d8e-9d4c-6979a634a72e", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.608695652173912, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6ccca57b-6b30-418c-b70e-c12f0c7ff518", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.608695652173912, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3ad4901c-2fdd-4f75-ac2c-59d082d5c9e3", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.130434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b0ad0c27-5298-4627-b906-250b081e89df", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0dc8f4bd-267a-4024-b535-9abe64b95dfa", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.391304347826086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "309ecf8a-a017-48fb-917d-c20c9fbf947a", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.782608695652174, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bd12d2c4-d12e-45c1-81d9-d728e7e4f468", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.17391304347826, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "22e8db14-ab00-45f7-bbcd-137cab379291", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 10.695652173913043, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d25fcdfd-4681-4984-b449-0464f6184fc3", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.956521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83435497-1107-4a19-b8c1-4a25fa183449", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.478260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3b14ab6b-8152-4d9d-b43e-977666e69d1a", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.739130434782608, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "54ac49a5-5d47-462f-832a-4d5ebbbee58f", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.739130434782608, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3c9b493b-0c56-4eab-abd5-3f7d2c803aae", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5a67adc7-7117-47a5-a688-c04fa758b2f1", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.521739130434781, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ad5ed80-3c59-400f-8631-8d9d148bbcc0", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.521739130434781, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5a9e411e-e769-4d86-8df0-d5c8f2c8d0e2", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.91304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -67.125, + "noteFunction": "", + "noteid": "53a066bf-0612-4e39-9360-ee303dc3b4fe", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.043478260869565, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e185f0f3-eb50-4412-a833-3135ff239d0c", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.17391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 67.125, + "noteFunction": "", + "noteid": "33e2eb07-fcd6-4d0e-a9b5-0c20cc76ed3f", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.304347826086957, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "83ee7977-ce29-4d3e-92ec-4913b664c839", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.826086956521738, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c369fe82-f00c-46da-a446-db062ea32463", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a0b541c9-ce3b-4e29-b062-e93dd7e66fb4", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 15.652173913043478, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bb5e02b4-966c-4da8-a732-90e9310c0e9a", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 17.217391304347824, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.5652173913043477, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "053ffac9-844a-4fd5-852d-267b42cb5254", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 18.782608695652172, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc198c9c-5911-4978-8a07-2a01605fc4da", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.34782608695652, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20417bb7-2f1f-471b-a164-0eb5c289d4ea", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "67c75bc8-5086-4074-9727-90aebd549aee", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.869565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c41742d1-673b-4654-be7e-186efe2f71d0", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.130434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "620ed512-9d83-4e7c-8668-83c8ddd84994", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.652173913043477, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "53abae23-e002-4a8e-a3ae-fbe7d9319454", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.913043478260867, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -268.5, + "noteFunction": "", + "noteid": "734b4ab7-3030-4504-893e-6c8822ca061c", + "newLocation": { + "bar": 22, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.304347826086957, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d207d604-1b18-4eef-aa69-aa33484a7c78", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.695652173913043, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5878897d-d728-44b7-b17a-c3ccd3af6d4b", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.695652173913043, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f902f0e2-3659-494d-8a28-2c5e51721a09", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.217391304347824, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bbb70919-7ab4-4290-a716-dabb2721a114", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.478260869565215, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e3c06906-3f24-4756-b89e-e536ecd5d0da", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.478260869565215, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6390aac4-fb53-4292-b259-67e77bd10d7f", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b9de1a45-e496-4288-8454-5db51e405b1d", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a3b9a4b6-540e-4a78-892a-733d812aeb09", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.652173913043477, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1198f6d2-44a1-4887-9cd8-9bdb41e281fc", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.043478260869563, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "19c34797-2377-4616-849e-149a6f97cb48", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.043478260869563, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e8ec91d0-36ca-4f2e-9eed-32789934c525", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.82608695652174, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a3f5fe9b-0d33-422f-b054-e8b3eccd9314", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.82608695652174, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "593ff603-2b01-42d7-9a63-eaeb0237bd60", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3549df82-093d-493d-bf28-9b547a5578d9", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.608695652173914, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe938d4b-5f4a-49d7-bebf-e58d473f2b60", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.608695652173914, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "28e9b00d-ecd1-47c9-a346-4cff2287ddeb", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.130434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8def5177-dd3f-4f8b-b1fb-59ff4664481f", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.391304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e3aa0980-5433-4009-b7f5-9f5bf6f60cba", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.652173913043477, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "065117c9-904a-4fb0-a963-6e8692e47ad4", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.913043478260867, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "53a5a191-6445-446c-b25b-b635ca4d8b65", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "541d42dd-52ae-4145-8e5a-1facccc9ae02", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.434782608695652, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bc1206b1-5bb3-47f7-9c10-4cecd6923b6d", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.695652173913043, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e3c1e35-7514-4530-a2c6-5a45625e6525", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.956521739130434, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f72859db-85d3-442f-bd4b-d0344d66e170", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.478260869565215, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e8c33cf-d617-415c-93a0-70bab4e5386a", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4fdb954a-37bb-490e-861c-677019b52702", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97652f27-d9c0-4b31-9697-ca695fb9412c", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf8d7348-7f1d-4b4d-9cbd-6c518de48800", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ded49014-26d1-496e-a0d8-2d5a0171f13c", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.782608695652172, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ffbb79e1-8600-40e3-ad62-71f4b2a7014d", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.043478260869563, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "02b03d47-c734-4b2b-9fdd-641ae5db183c", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.304347826086957, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6233b4dd-c1aa-46a4-989b-cdb4be35db29", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7227db5b-ffb8-4091-8a2f-bda883e544c9", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "037737c7-f27c-4083-b71c-eec5a45394bb", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.869565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1e5bcce5-40cf-4cbb-8267-d383466cc06c", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.391304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0049c274-3a92-4604-9ad4-4c57863df8ca", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.65217391304348, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e9a501d6-d1cc-4fb3-b108-3b0e358ece35", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.65217391304348, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "17aa0215-db8c-400f-9135-3aa954804fa5", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.17391304347826, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c99ad681-b93d-4ead-809a-8d4bfbba5798", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.43478260869565, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "36aba5f6-abf5-4333-b926-44f4b87339b5", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.43478260869565, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4eb5374f-5f06-4ca9-b8d7-199e0a761275", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.826086956521735, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "179cd74b-86a0-4241-aa7f-904ff8b58fb0", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6fc85960-d4b5-456c-8134-0eb497168042", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ed96ea09-fe5b-4861-ad06-55819d36e508", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "88752876-71eb-47fc-b67b-4d59dbe02e9a", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "efa94eb2-ba8d-4156-a772-6c4ee9e713a1", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "98d8cf83-8854-4231-a6e8-ee411a5348bb", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4ad69bf-5914-4296-be9b-ac3df51b5a62", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4a911790-6af0-4b0e-9922-b154159c6d6c", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "09f15cdc-9349-4c92-bfc9-0e3a438520ef", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.17391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "689e4cfb-d516-41c8-a8e9-ef8b3c55494f", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.565217391304344, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "01a72993-c987-4646-9be9-1d818d226ff2", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.565217391304344, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e0ba8445-f739-4891-aecf-740d7e299c8c", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.34782608695652, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "55d11040-1dc8-4ddc-aee9-cd1ecfb34fad", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.34782608695652, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "65f21340-fa58-494f-89e6-11d9606d59c7", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.869565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c7ff7c2d-5ee2-4f84-81ba-3a40d3f1179b", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.130434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 0.0, + "noteFunction": "", + "noteid": "47c3e2f3-ae3a-4a12-8dff-6bc65c0234d9", + "newLocation": { + "bar": 38, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.65217391304348, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bf992db9-c96e-4505-a70b-7622c326b75c", + "newLocation": { + "bar": 39, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.91304347826087, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b86d349d-f91c-4232-96b0-ca91b3b50e1c", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.91304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75a8dd66-eb8d-4060-9ad6-5d92aa8b04a1", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 67.125, + "noteFunction": "", + "noteid": "90327628-a688-4ea8-bb97-6043f9248c43", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.69565217391304, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8b8d9eef-23ea-4a73-b465-93e508af4521", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.69565217391304, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a0ba27a5-388b-49b9-9415-913f873c47be", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 0.0, + "noteFunction": "", + "noteid": "307d84d3-f5b9-4c68-97e9-4f5759ff4d6e", + "newLocation": { + "bar": 40, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d2a0dc43-ad00-476d-b2b1-82052904a00b", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7cb4659f-c299-46c3-acdb-e15918d3d765", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b4891562-d59d-44d5-9aaa-6ff07b048295", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "30c7c9aa-5e9b-496a-aba6-e21af7d42a6f", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 134.25, + "noteFunction": "", + "noteid": "31755279-4540-4aec-9938-3e3f6f15f488", + "newLocation": { + "bar": 41, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c0fb65f-fdd7-40db-80ef-619d1d5440f7", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "191edc38-1816-4591-9507-778c82fb08da", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4be03810-2be3-4eb5-a42d-73e47b225da6", + "newLocation": { + "bar": 42, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.565217391304344, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.25, + "noteFunction": "", + "noteid": "62fecdf2-3b66-4064-950f-c33aea3798c1", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.826086956521735, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0b55f096-4fcd-46be-b9d8-bd9d9b483634", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 43.826086956521735, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 43, + "yPos": -268.5, + "noteFunction": "", + "noteid": "781e7314-e45d-4843-800b-40fa0e060158", + "newLocation": { + "bar": 43, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 45.391304347826086, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "259139fb-e59e-40f2-a5c6-ec68147cfe92", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 46.17391304347826, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a04e75e0-07eb-4642-bb78-6ea12de142d9", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.69565217391304, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "28faea74-ebdb-47b1-8e23-4fc3934867cd", + "newLocation": { + "bar": 45, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.95652173913043, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "083b551f-e765-49bf-a932-c6faea4b52b3", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 47.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6383093c-3b77-40c4-a978-3462b85f2466", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a093caaf-a1e0-4d32-9698-a642e6159fe0", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "29ebe92b-c16a-493a-8978-e1b1fc38403f", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "75e1523b-9500-4c69-8e07-b22e425db087", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 49.04347826086956, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea59f1bb-193b-4f57-b3eb-5132dfb1e0d1", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d48d38dc-6fa9-4a31-93b9-1063691ff8cf", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.565217391304344, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "99e18a19-fe3a-4c3c-95ef-998da814e2f4", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.826086956521735, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "29493bf4-629f-464d-b3a9-287b2afe30f2", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.086956521739125, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c61f7305-c0cf-4e3f-9865-a6781f717bd6", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 50.608695652173914, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e7d54bd6-c55f-49bc-ac99-80a9a40ae407", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.869565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c4181cc3-c874-474b-a7d0-05731f25936c", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.391304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00847384-9b4a-484f-93ec-3b8cc53530c6", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.65217391304348, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.5652173913043477, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c64fbbe9-26c1-4987-90ee-6be0a9458b72", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 51.65217391304348, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.5652173913043477, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "059d10a4-ef45-4dca-bfe1-bed4ee27d50a", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 54.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.3043478260869565, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dd164679-cecd-4b1b-af00-6d457208da85", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 54.78260869565217, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bb7a141e-2ce3-4676-87d9-ec925a3f7705", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.17391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "31a5d8d8-44d9-4656-8888-9377ac535992", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.826086956521735, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74eb0a01-28d4-48d9-bf56-0bbc1389e773", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.086956521739125, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "71681cee-4d31-4c6d-8e5f-fa5ea66741f4", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6d47d50b-410f-443f-8be1-f2f65e5e96a7", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34782608695652, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "212b587c-c7be-43bc-a4ca-737b7a46e84e", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 56.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7906f6b0-c854-4c62-bcb5-1ad4d70609a0", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "43d54155-a8f8-4ffb-8a7f-dbb2980662ca", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.91304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b361d843-f5b0-4735-b65a-fe3ec0d0546e", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.69565217391304, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "57f44161-981f-4ed6-82a6-afd79478c97a", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.47826086956522, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d58312a4-cd26-4b67-b5c9-0475698b54d1", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.73913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "191e983f-1698-4690-984f-faf5659d0c87", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aa965854-8669-468d-86f9-f961b0cf5175", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c5d6f89b-6f63-46c5-8742-b426c99055d1", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "da1f74d9-18d1-403a-8f93-85d51c29e424", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bce09e72-117a-4c39-b094-87d2d14f6321", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.826086956521735, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7d44a8f4-ae49-4e28-87ea-537f9e55fd20", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.608695652173914, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "67e88c07-4920-4c28-8e7d-d87a7409e09a", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.869565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "983ac5c5-0be7-43cb-8097-5c87c9baf5a5", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.130434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "77737d29-c60d-4d4a-9dc6-1a56f29f53ca", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.391304347826086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6ebe3322-7014-457d-8dae-f35bff441022", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.17391304347827, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4dc5bc9a-a9c9-4bb2-90c0-beb744cfbf5b", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.17391304347827, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d576c4fc-62d8-43c6-a0a6-ec23bfb8d34a", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f6ddfcc5-a66c-4b00-9bf5-92468a7b3a7a", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8a0fcaf8-43db-41dc-81fc-3425eb2e65fb", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5dd3ae7a-bc7a-49a7-b386-70a6f2ce9022", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d46cdaab-e914-40dd-a478-32dc6f152402", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "beaafb47-5d2e-4503-b189-84468351c2d4", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "136ada6f-f724-4b68-9e4c-773d5c9afb93", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "934c3398-232f-4f99-aded-28cddd12f71b", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "79b4bcca-b16d-4ff8-819a-93e39c993b7a", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "91942657-599e-42ba-9298-dd45476f15fa", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "37000791-5732-4f94-900e-b663d8e94ae4", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b7805dac-e3bb-4d5f-9213-da5ee4becba0", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3bcb1ba-216d-435e-a3c7-d7ed4e557251", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.13043478260869, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f84b3fa7-740f-456d-a5ee-a9eda22620ef", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.39130434782608, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e8ea59de-7227-4ba3-bcde-42c1b57cdf9f", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.39130434782608, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e47ca53d-2fac-404c-8b90-a191272d467e", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6214860f-9caa-4c81-a8a8-9f973ee95db5", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9ddcfcc5-5d25-4abc-b277-02f8aac62318", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5e73bffe-6a99-4ec2-86f7-55c79f5613cb", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.43478260869566, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4ecf0478-12bf-4a19-931e-47a36d6dfc07", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.95652173913044, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b4c456d0-5fea-4b01-b12e-1cd42121e284", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e7ebe53-2b4e-42c7-979b-46e95869210c", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.73913043478261, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "003ed3f5-64ab-400f-afaa-0d4d8a888320", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5b4c320a-21ca-4cb6-b97d-297a8681995a", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05be0442-d259-48c6-9675-31e82b8aaf55", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "198b86e3-6856-4a25-a867-29f38f7c9c10", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d93e561a-5851-421a-a503-22a48843d864", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b0677777-bb36-4daf-98ce-11421cf01286", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.56521739130434, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c7bb1cc3-1677-4d5d-8303-1bb1c9570b89", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.08695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e7524773-a9f4-474c-b709-6e8a64c902b8", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0afa8891-8c74-4376-964e-0acea9d74d38", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5a88ac3a-5b34-4fa6-8e51-0431f60187a5", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ffe7adc3-e9bf-4524-b111-0ea11d1c0bf5", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b5831b38-c37b-4709-a7f2-85a815ae6afa", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.39130434782608, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c35c0561-6247-4d7c-870f-78866df7765a", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9feac9b0-0d3d-4e0d-b78d-cc7458a78905", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0ca94696-f4cd-4439-a75d-1e4b0c53870d", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "464ff551-2272-493c-936c-3760a605e052", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.69565217391305, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aa2cbfcd-7d7b-4889-ac41-caa53e1b039b", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3f5ea8c4-ad8e-47b5-81fa-d9e2dfe4f44f", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "af9e3a43-598b-498b-80c8-dd85f806fad4", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "89b0811a-4d56-4eaa-b963-46f8a32f4569", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4584d185-0ce0-4ce5-afee-b82120d1ff75", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "633f8bb0-c33d-48ed-a9ca-3f4a37715250", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.52173913043478, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cc75aeb4-f7ee-42bc-abd8-aa17fc5d359b", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0638a0c7-11fe-41e2-b066-f04d5a67698e", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aebbae41-6be1-4da5-a7db-a689fd7869f5", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd586fc1-bfba-4a54-a5ed-16ea7e36183c", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.82608695652173, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "397a897e-e033-4228-853e-06368a70b741", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.82608695652173, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5c346761-cff2-495d-92ad-b2b490cb6096", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eeb96dcd-e011-4616-8345-b936b11e130f", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7eb02fff-a64e-4569-bd15-dbd900be527e", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.8695652173913, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4d40ddd1-304f-4f23-b88b-a88ef9dd7311", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.13043478260869, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "789bf8e0-6b55-42d9-9049-abe848c92e11", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.39130434782608, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e082e230-f6c7-4b24-86ce-0a5df3085fe4", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5cd62e3c-4b20-4a86-8848-ccb0b32c1172", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.91304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "70fdb42e-956d-4614-b074-5dcb3e4dc8e9", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.17391304347827, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d290cad3-d7a8-4627-9990-52252a026c1d", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.17391304347827, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "33960e43-eed2-4216-8272-9aa5f8b3214d", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.95652173913044, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ddfa9d95-38f9-410c-a8ae-6029d03ff200", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d2395e03-7217-4d95-84ab-98393e062249", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.34782608695653, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.37500000000762, + "noteFunction": "", + "noteid": "99018c44-d14b-469f-b3f2-87571b4ffccf", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.73913043478261, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05d6a1b5-9f0d-4841-9e41-042565573c0d", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2ddae627-fe65-4435-b37c-e0827909ae9b", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7e3440e5-057b-4aeb-bcf4-9aa805ca217b", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27dddfa4-16d8-4cf0-a406-3e0dfe9fc9a9", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.91304347826086, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4b54d747-d884-4002-8247-dc10a8ff30b4", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3bfb3d88-9c97-4f87-b3c2-df497bb41833", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "23ef6ce2-0b37-4c53-b0f5-250c5e47a33e", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.82608695652173, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00323d23-8554-49e9-8155-02a4ca997ebe", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "68ba21b7-2464-49db-aef2-1ad10abf482f", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 86.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "74272ddb-071d-4cd8-a727-d930dde4240e", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.8695652173913, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9c65f429-64a2-454d-8738-6d421580cf94", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38cf44fe-fd76-4c45-b65f-7774da11116b", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "449757b7-165e-4ec2-9c01-6ab1103cb8a0", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9a968de1-edb6-4fa1-9eca-339f1681e431", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.17391304347827, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2dcaadee-0e5a-4070-8bf2-6e97a3b4ca06", + "newLocation": { + "bar": 85, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.30434782608697, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "9d0bebeb-ed36-4c7e-8d13-e117a84b7f39", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e84ce725-4157-41d9-b4bc-1feec075c625", + "newLocation": { + "bar": 85, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a209b3ab-4740-4dc3-9dab-240762b816a3", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": 0.0, + "noteFunction": "", + "noteid": "db2a9181-cd19-4cc0-a64e-7a0d34eea6b5", + "newLocation": { + "bar": 86, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -268.5, + "noteFunction": "", + "noteid": "489988a3-6c59-481f-b31a-82ac564a1192", + "newLocation": { + "bar": 87, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d30fe902-ee1f-472c-860a-4859fae868af", + "newLocation": { + "bar": 87, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 87, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fe3fac2a-1ca4-423a-a028-ed1ed400a947", + "newLocation": { + "bar": 87, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.78260869565217, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63576581-974f-4dc6-9d4d-4a2b793209b7", + "newLocation": { + "bar": 88, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2eec8745-5b53-459a-ba5c-0f60eb370610", + "newLocation": { + "bar": 88, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.17391304347827, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6ca47f82-082d-46c4-849f-4fea836e1b5c", + "newLocation": { + "bar": 88, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d8c73299-b384-45af-9c0f-06a090ebe6d7", + "newLocation": { + "bar": 88, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 88, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ac16e927-1d8f-467b-b483-ae094ce0f715", + "newLocation": { + "bar": 88, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a22b89b1-1643-4779-8d72-3f147883e2d9", + "newLocation": { + "bar": 89, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.34782608695652, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "77884a19-7d60-4b9e-b26c-05a6ee9f2986", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 89, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6bf59343-1515-40d2-8774-a1aa1502e3d8", + "newLocation": { + "bar": 89, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4a96e315-a9ef-4531-8259-c8b26281f875", + "newLocation": { + "bar": 90, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.13043478260869, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8ab98c10-35cc-4d57-80be-53079e9bcd25", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.13043478260869, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": -134.25, + "noteFunction": "", + "noteid": "510cca90-8035-4f41-8882-b0d19274c771", + "newLocation": { + "bar": 90, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 90, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c74b9cf8-aeee-4669-95ad-98683b9f66ea", + "newLocation": { + "bar": 90, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8b887b5d-929a-4453-a649-491eb5b45a4e", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -268.5, + "noteFunction": "", + "noteid": "14620b96-d298-4936-9b52-69fe0c5c5f94", + "newLocation": { + "bar": 91, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.30434782608697, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": -67.12499999999237, + "noteFunction": "", + "noteid": "9fdeae2d-44ee-4c9d-871c-73664ae38402", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.43478260869566, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cea707ed-da32-476f-8f69-482ec6ebd955", + "newLocation": { + "bar": 91, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.56521739130436, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 67.12500000000763, + "noteFunction": "", + "noteid": "8e4b6988-8b90-4c9c-91ef-686f0ff35e34", + "newLocation": { + "bar": 91, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.69565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 91, + "yPos": 134.25, + "noteFunction": "", + "noteid": "066e4184-04c8-4965-b5f4-cedf1011f70a", + "newLocation": { + "bar": 91, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d12753d7-0ef2-431a-bd6a-cd794dfb78ec", + "newLocation": { + "bar": 92, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.73913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 92, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1cd3a3e5-aafd-406c-83ba-25acba55d5c9", + "newLocation": { + "bar": 92, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ff9425bc-43b4-466d-8e9a-d62d49f53793", + "newLocation": { + "bar": 93, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 93, + "yPos": -134.25, + "noteFunction": "", + "noteid": "16239a71-670c-4d94-b99c-b50656a05f62", + "newLocation": { + "bar": 93, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 96.78260869565217, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 93, + "yPos": 134.25, + "noteFunction": "", + "noteid": "17544af5-23fa-4f8b-8782-c4885094c18c", + "newLocation": { + "bar": 93, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8bd14a65-fa12-4f39-a36e-b3e1a38b63c9", + "newLocation": { + "bar": 94, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.30434782608695, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 94, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dace745b-33be-4cc5-b388-544870cb0892", + "newLocation": { + "bar": 94, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 94, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9a378acc-7a59-4eb1-85b2-ef2eade03e1e", + "newLocation": { + "bar": 94, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.08695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c00d6665-2ebe-4e8f-a0eb-dd2f60154579", + "newLocation": { + "bar": 95, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.34782608695652, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7b262362-160f-4a72-a272-bbc76789d718", + "newLocation": { + "bar": 95, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 95, + "yPos": 0.0, + "noteFunction": "", + "noteid": "963e5039-7a11-41ee-a753-3f9b87b2760c", + "newLocation": { + "bar": 95, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 95, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e76fb549-cdc9-4a6a-a58d-71e01e7edf8f", + "newLocation": { + "bar": 95, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 99.39130434782608, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d7a51e82-1a0a-4db4-b175-f04485415418", + "newLocation": { + "bar": 96, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 0.0, + "noteFunction": "", + "noteid": "129b26c1-1f93-452b-8004-0924070dd74e", + "newLocation": { + "bar": 96, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 96, + "yPos": 134.25, + "noteFunction": "", + "noteid": "79bf4d58-9f2b-4304-af83-b65597de2aae", + "newLocation": { + "bar": 96, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.17391304347825, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 97, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f7e7dada-a4b9-44a8-b294-565b6c4fc96b", + "newLocation": { + "bar": 97, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 100.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 0.0, + "noteFunction": "", + "noteid": "adc665dc-d183-44fd-9795-356a5c16c787", + "newLocation": { + "bar": 97, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 97, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b49b0956-6195-41c0-a459-d5d326ed69db", + "newLocation": { + "bar": 97, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.21739130434783, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2f9b2686-f9e4-453e-8ffa-a01bf792f783", + "newLocation": { + "bar": 98, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.47826086956522, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 98, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5a6c28dd-5c38-477a-889f-12bae614810f", + "newLocation": { + "bar": 98, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 98, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b33fce48-d183-409d-8688-202d3c78ebe1", + "newLocation": { + "bar": 98, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.26086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aee5ffe2-2511-4180-aacd-750b61f60a06", + "newLocation": { + "bar": 99, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 99, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f2caa66f-63f5-4d54-aea3-c7a9aa4255f2", + "newLocation": { + "bar": 99, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.78260869565217, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2608695652173913, + "barNumber": 99, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a6830e52-cafe-4b6f-9518-581c8969d881", + "newLocation": { + "bar": 99, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 103.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ed8acff-6f93-480b-8adc-0b34f178b4e9", + "newLocation": { + "bar": 100, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.56521739130434, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f8f0db7f-d735-4710-b336-e4c320b12a38", + "newLocation": { + "bar": 100, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.82608695652173, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 0.0, + "noteFunction": "", + "noteid": "762badc5-f71f-4d22-abc9-45d81e325e17", + "newLocation": { + "bar": 100, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 100, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dbf74996-1256-413e-b2f0-56edfd86e63c", + "newLocation": { + "bar": 100, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49ff0313-9a39-4c76-afe0-18af2cf5b612", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 104.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 101, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0df8b959-b0ce-428a-996e-af3c14a6df59", + "newLocation": { + "bar": 101, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 105.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 102, + "yPos": 0.0, + "noteFunction": "", + "noteid": "940a6a5a-489f-455b-a94e-7bdef13671a7", + "newLocation": { + "bar": 102, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.43478260869566, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -268.5, + "noteFunction": "", + "noteid": "85351874-4567-4710-a345-76694b7ae4d0", + "newLocation": { + "bar": 103, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.69565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "32ef2ba3-19f8-42a1-b07c-102b11855c28", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.69565217391305, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9d74789c-44e1-47dc-a336-ae7af799d36e", + "newLocation": { + "bar": 103, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 103, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ed6f8607-5ab0-4fbe-a6ef-6ef386ccd8fb", + "newLocation": { + "bar": 103, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -268.5, + "noteFunction": "", + "noteid": "09f290a5-6111-41a3-bc51-5b652d4c4c8b", + "newLocation": { + "bar": 104, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": -134.25, + "noteFunction": "", + "noteid": "94280fb9-ba84-41f8-90e6-17376cfd04b6", + "newLocation": { + "bar": 104, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 104, + "yPos": 0.0, + "noteFunction": "", + "noteid": "df2e8e68-4908-499e-85f9-88530c875a9a", + "newLocation": { + "bar": 104, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9ab24b3b-96ac-4834-a978-b6b5753141b0", + "newLocation": { + "bar": 105, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2d2f7371-ad75-4ca2-b51e-8a719352f575", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 105, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b19fe9fb-2861-46f9-8795-5402c352a4ff", + "newLocation": { + "bar": 105, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.82608695652173, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 106, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e20e350c-5704-4f06-8085-af3bfe008bec", + "newLocation": { + "bar": 106, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 110.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 107, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e29a53e3-40dc-453c-9be4-6bcf81ba27e6", + "newLocation": { + "bar": 107, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 111.13043478260869, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 107, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0350cd9d-a068-4a05-a77e-ec7da91b0096", + "newLocation": { + "bar": 107, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63188d9e-2c85-4255-8037-bd0b8abd3e16", + "newLocation": { + "bar": 108, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.91304347826086, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "71bf03f3-2ba2-4b1b-88b8-0f93d4366b41", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.91304347826086, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f3f40167-1727-4646-9975-7d8d47f50e4c", + "newLocation": { + "bar": 108, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.43478260869566, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 108, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38322cdc-79af-410a-b018-c9d17f411afc", + "newLocation": { + "bar": 108, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.69565217391305, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7464bf1a-e566-44ca-87f8-e1c64669665c", + "newLocation": { + "bar": 109, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2804d57f-85b6-4f73-ae4f-8224556706c3", + "newLocation": { + "bar": 109, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.21739130434783, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4bfdcc2c-6ab7-49b9-96a1-c89ff4458e8a", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.21739130434783, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 109, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b1d0e2cd-4147-46cb-949a-41a7bced8d62", + "newLocation": { + "bar": 109, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.73913043478261, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 110, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7671cc49-fc10-4ffa-9935-11b2e0850eea", + "newLocation": { + "bar": 110, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 115.30434782608695, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a21e0cb0-317b-4a70-b183-66b19fccf332", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 115.30434782608695, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 111, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e78b3350-d34b-4216-8754-336d6a85f926", + "newLocation": { + "bar": 111, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 116.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1760ee28-cad8-4e9b-b221-06e2a0bf273d", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.8695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": -268.5, + "noteFunction": "", + "noteid": "775c7d0e-2913-4014-8a8e-a1969ddab4e3", + "newLocation": { + "bar": 113, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.39130434782608, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0663b7ca-5f06-40d2-9cd6-31fdc14bd526", + "newLocation": { + "bar": 113, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 113, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c29ba17d-2641-45ec-9977-f6097003d0d0", + "newLocation": { + "bar": 113, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.43478260869566, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 0.0, + "noteFunction": "", + "noteid": "83feb17e-5de4-4dd2-bb58-189870a0cf3b", + "newLocation": { + "bar": 114, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 114, + "yPos": 134.25, + "noteFunction": "", + "noteid": "be91d016-6341-4f6e-a372-7f6dccd1b1cb", + "newLocation": { + "bar": 114, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.95652173913044, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -268.5, + "noteFunction": "", + "noteid": "17fb7c93-6d02-4eae-bb84-26d2b979c5ed", + "newLocation": { + "bar": 115, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.21739130434783, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 115, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2c10068e-213b-4f67-a456-fcd3081f2560", + "newLocation": { + "bar": 115, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ce1bd85d-d251-4c31-9134-0f9f4d2a87f9", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d58504a3-8a59-4d93-8efa-6a5e7af7abb1", + "newLocation": { + "bar": 116, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.52173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4fef83af-17f3-4d7a-a643-c13527368882", + "newLocation": { + "bar": 116, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.78260869565217, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 116, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3e2fe9ef-d2c9-4c13-b6a3-ba13b7bb83b4", + "newLocation": { + "bar": 116, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ffe9386f-58e0-4df5-a1dc-7090c5cf8515", + "newLocation": { + "bar": 117, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.82608695652173, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 117, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6d24fe94-29b7-430b-b0fb-3d5a8c290a49", + "newLocation": { + "bar": 117, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -268.5, + "noteFunction": "", + "noteid": "88d3ad02-4f3f-4737-b4aa-90bd1314a969", + "newLocation": { + "bar": 118, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.34782608695652, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 118, + "yPos": -134.25, + "noteFunction": "", + "noteid": "865fef92-9038-4882-84c6-f7a5b6c9a658", + "newLocation": { + "bar": 118, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.13043478260869, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fef6dfb9-d6dd-4054-8a4f-ca2559eafd65", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.13043478260869, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9a48c1b8-0c3f-4380-80e1-a59af69fe632", + "newLocation": { + "bar": 119, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.65217391304347, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 0.0, + "noteFunction": "", + "noteid": "374814d4-b8c5-4a28-b555-455bfd9ee8cb", + "newLocation": { + "bar": 119, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.91304347826086, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 134.25, + "noteFunction": "", + "noteid": "208000cf-2172-4986-ab8b-e011e1bd8cbf", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.91304347826086, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 119, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7080a655-70e4-40b8-8688-d50f7cbd9f33", + "newLocation": { + "bar": 119, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.43478260869564, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a2ee18c5-a083-4999-a419-0013ff714dd3", + "newLocation": { + "bar": 120, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.69565217391305, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed8ab56d-2c41-4687-99d5-4e84acab0860", + "newLocation": { + "bar": 120, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.95652173913044, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 120, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c05108f7-236f-456f-bbb1-aff11fe4602c", + "newLocation": { + "bar": 120, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.21739130434783, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -268.5, + "noteFunction": "", + "noteid": "36a5748c-8dff-4e3e-b5ef-fbbf1f2cac41", + "newLocation": { + "bar": 121, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.47826086956522, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": -134.25, + "noteFunction": "", + "noteid": "492d5e4d-7707-4043-ba10-819461dafc92", + "newLocation": { + "bar": 121, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 121, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e452a04c-0a2a-483e-b447-c98953001a01", + "newLocation": { + "bar": 121, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.26086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "64fd05e1-e230-4860-8a5d-b35229789595", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.26086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6836e7a9-2af6-4986-b2e5-a32b053e8d05", + "newLocation": { + "bar": 122, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1f0394f9-db2a-4441-8cd9-020151facdbb", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 122, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cfa5b843-5794-4552-9605-5f48e5c774fb", + "newLocation": { + "bar": 122, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.30434782608695, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d9a0099-81dc-4c05-8336-3038b7fe7207", + "newLocation": { + "bar": 123, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.56521739130434, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f5fb0030-fdb8-4a81-9a21-46ba3903afba", + "newLocation": { + "bar": 123, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.82608695652173, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a7ab465b-890f-4c42-b8da-4931a62c0442", + "newLocation": { + "bar": 123, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 123, + "yPos": 134.25, + "noteFunction": "", + "noteid": "080b5784-a8c7-42b2-bca5-51a1df495e20", + "newLocation": { + "bar": 123, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.34782608695653, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4d09c396-babf-489f-916c-cc4382354a75", + "newLocation": { + "bar": 124, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f397580d-1c4c-43bd-82f9-cf19b1a3f9bf", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 124, + "yPos": -134.25, + "noteFunction": "", + "noteid": "479e419e-a5a3-4b82-a172-5e5b83a10f1d", + "newLocation": { + "bar": 124, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.3913043478261, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 125, + "yPos": -268.5, + "noteFunction": "", + "noteid": "200435fd-ee11-4b1b-a991-5f4db5d6bbe0", + "newLocation": { + "bar": 125, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 129.3913043478261, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 125, + "yPos": -268.5, + "noteFunction": "", + "noteid": "43a84c0c-363c-4fec-a6eb-affbeb30ee0f", + "newLocation": { + "bar": 125, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 130.95652173913044, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1e229fb7-9fcb-4e78-bc14-e87f83df06fb", + "newLocation": { + "bar": 126, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.2173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 126, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a857092a-171f-4a12-95a3-56df103ef9fe", + "newLocation": { + "bar": 126, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4ec18421-4199-49f8-8cda-40492bbad93f", + "newLocation": { + "bar": 127, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.7391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8305ee78-8b19-481d-a0c0-ac64c32d7f2e", + "newLocation": { + "bar": 127, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.26086956521738, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 127, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7af9b808-b8de-4bc6-aac7-e760566b6782", + "newLocation": { + "bar": 127, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.52173913043478, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbb6551b-2f48-4572-9a85-6671bb29a23f", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.52173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": -268.5, + "noteFunction": "", + "noteid": "515b52d1-eff4-468b-8a13-06ccfeb6eba4", + "newLocation": { + "bar": 128, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3141b9aa-5a0b-4d60-a834-e0a3a1516e3f", + "newLocation": { + "bar": 128, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.30434782608694, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "26938b93-954f-47f4-a7d7-9e1416a20d94", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.30434782608694, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 128, + "yPos": 134.25, + "noteFunction": "", + "noteid": "540b4ddb-9e59-4701-be0c-8187f00b4fc7", + "newLocation": { + "bar": 128, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.08695652173913, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 0.0, + "noteFunction": "", + "noteid": "72aca832-fc98-4ce1-99d5-f93957743388", + "newLocation": { + "bar": 129, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.34782608695653, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 129, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3afe71da-ff42-40a3-916f-41b23ca49bb1", + "newLocation": { + "bar": 129, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.6086956521739, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b0d51fb4-82c4-4838-be17-8a795b30f701", + "newLocation": { + "bar": 130, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 130, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d88ad08d-41c6-468e-b71e-5c5b4962f885", + "newLocation": { + "bar": 130, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "59951b23-7565-464f-83bf-d05a3c5bdc9d", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.65217391304347, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f5edd1cb-4624-4f8c-98c1-cfdc9e35eafd", + "newLocation": { + "bar": 131, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.17391304347825, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 0.0, + "noteFunction": "", + "noteid": "60979345-13fd-4c0c-be94-94a1e87865fe", + "newLocation": { + "bar": 131, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.43478260869566, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66b7e924-e8da-4995-ba2b-49c3416e597c", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 136.43478260869566, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 131, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5cc6825d-3e22-461c-bb7f-0f730c0b0256", + "newLocation": { + "bar": 131, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.2173913043478, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c05a04a1-144c-4b01-95a7-f333409135a3", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.2173913043478, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2f3174bb-047a-4429-beeb-840e21fc2d71", + "newLocation": { + "bar": 132, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 137.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b2de89c2-e6f9-4f23-ac1b-fa181f3028b7", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 137.6086956521739, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 132, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7ac37583-eebc-4b0e-904b-1ca4573b2c57", + "newLocation": { + "bar": 132, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6ce93ac9-5797-428a-839d-1c4b30b097e0", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4a65ebe0-2f01-4b1e-8562-2c5a114f60f7", + "newLocation": { + "bar": 133, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.39130434782606, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "a20f72a6-56c0-4d9f-a7cd-7d77f17c7c7f", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.39130434782606, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 133, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "ae510b02-2ac2-49a9-b702-b46fd2463518", + "newLocation": { + "bar": 133, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 138.78260869565216, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e3296fa6-c37f-46f9-a337-79f516154803", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 138.78260869565216, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0b0752bd-7a6a-4010-b62b-5acde5f408f8", + "newLocation": { + "bar": 134, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.30434782608694, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1c701597-9fc5-4432-b9b8-6f82d22f257d", + "newLocation": { + "bar": 134, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "71b2428e-20fa-4f6a-b753-2e3fbfeeb59a", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 139.56521739130434, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 134, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d2558ee2-0eb6-4ace-8549-e08cc36a8331", + "newLocation": { + "bar": 134, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.34782608695653, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bb1706fa-2f27-4920-9ba6-dcbce647e996", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.34782608695653, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 135, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdc074b5-d1f7-46dc-8484-34830ccdc2ea", + "newLocation": { + "bar": 135, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 140.8695652173913, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f468a9d-1ae2-4886-9ab8-151405f72efe", + "newLocation": { + "bar": 136, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.1304347826087, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1ae611e6-a258-4589-b400-37e6383831b0", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.1304347826087, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 136, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3e24d1b8-4a8d-489e-9503-9d58b93b76c7", + "newLocation": { + "bar": 136, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 141.91304347826087, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 137, + "yPos": -268.5, + "noteFunction": "", + "noteid": "892180b9-a937-4a8e-b433-ad126dcd2ea5", + "newLocation": { + "bar": 137, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 143.47826086956522, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 0.0, + "noteFunction": "", + "noteid": "601e2bde-12be-4e80-a493-d32a467e4c80", + "newLocation": { + "bar": 138, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 143.7391304347826, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 138, + "yPos": 134.25, + "noteFunction": "", + "noteid": "faabea28-2ed7-41eb-973f-de1012a83adc", + "newLocation": { + "bar": 138, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -268.5, + "noteFunction": "", + "noteid": "580d7983-b48f-470e-b9b2-1d2e4babd2c9", + "newLocation": { + "bar": 139, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.26086956521738, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0af10781-7067-4581-ba57-755ce96555e6", + "newLocation": { + "bar": 139, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 144.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 139, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2640e08f-b95a-4ceb-8084-05e60b5cfcd6", + "newLocation": { + "bar": 139, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 145.04347826086956, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ca5deee8-c864-453e-a8e9-ac441ee6c092", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.04347826086956, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3f10494b-8cb5-490e-afda-f426b43c840c", + "newLocation": { + "bar": 140, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.56521739130434, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 140, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aea77d1d-f2c5-47e1-afcd-e772ddb273cc", + "newLocation": { + "bar": 140, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 145.82608695652175, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.5217391304347826, + "barNumber": 140, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8b996be5-d884-45e0-999f-606ff199906b", + "newLocation": { + "bar": 140, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 146.6086956521739, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1efdfafa-41f1-4fe5-9160-cbb435015144", + "newLocation": { + "bar": 141, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 141, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2e8c86db-9ca3-4591-ad13-faf975a4f838", + "newLocation": { + "bar": 141, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 147.3913043478261, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0f04434e-cc3a-43c6-9aff-d9154d07729b", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 147.3913043478261, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 142, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4002a8d4-4974-4093-a09b-173cbe52d94b", + "newLocation": { + "bar": 142, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.17391304347825, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c8523f80-2b3b-4148-a9c3-541e5580d86f", + "newLocation": { + "bar": 143, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.69565217391303, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f339354d-53c5-48a1-a339-823929280eac", + "newLocation": { + "bar": 143, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 148.95652173913044, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 143, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ef0d5c14-3d41-4bfd-95e3-604be5dab170", + "newLocation": { + "bar": 143, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 149.7391304347826, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c11dd2ed-a7a0-43ba-be7a-6d4e2752dd0a", + "newLocation": { + "bar": 144, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 144, + "yPos": 134.25, + "noteFunction": "", + "noteid": "26767634-ac10-4c3f-9fd2-fd8367d237c5", + "newLocation": { + "bar": 144, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.26086956521738, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d268724c-f397-4556-b698-5ab0ae255cd8", + "newLocation": { + "bar": 145, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.52173913043478, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": -134.25, + "noteFunction": "", + "noteid": "42755698-46a4-47f5-8a2e-724155be7b42", + "newLocation": { + "bar": 145, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 150.91304347826085, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 145, + "yPos": 67.12499999998474, + "noteFunction": "", + "noteid": "4ba63f6c-fa7c-4772-bb59-9ff58ccdfc03", + "newLocation": { + "bar": 145, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 151.30434782608694, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -268.5, + "noteFunction": "", + "noteid": "28d566b5-a501-4014-ae51-41c9e957b634", + "newLocation": { + "bar": 146, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.30434782608694, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2a8148e4-ac37-4b33-94fd-45673c69baab", + "newLocation": { + "bar": 146, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 151.82608695652175, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5f8f36d5-40d5-455a-a18d-e9b8a7e36c70", + "newLocation": { + "bar": 146, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.08695652173913, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 146, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8ca9f45b-2fd5-43e4-bab5-7f4de6316146", + "newLocation": { + "bar": 146, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.34782608695653, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5e698eb6-ccde-4c40-8a87-28ac9b29f562", + "newLocation": { + "bar": 147, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.6086956521739, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": -134.25, + "noteFunction": "", + "noteid": "21e5be33-4a84-4266-b946-72919b120f1b", + "newLocation": { + "bar": 147, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 152.8695652173913, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 147, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f1c52829-2c58-4355-9634-1f8f06627e5a", + "newLocation": { + "bar": 147, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 153.65217391304347, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2ce9ffaf-27c8-4a25-81e1-e4cb51b9de70", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 153.65217391304347, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.7826086956521738, + "barNumber": 148, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e4cef937-113f-43f8-9b50-c64988b064d3", + "newLocation": { + "bar": 148, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_6.json.meta b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_6.json.meta new file mode 100644 index 00000000..31ec25a7 --- /dev/null +++ b/Assets/__so/songs_so_res/1002004_smile/アトロポスと最果の探求者/アトロポスと最果の探求者_6.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ba8d28291a1bf2c4fbfbc72a48c71402 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It.meta b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It.meta new file mode 100644 index 00000000..ba8fcac4 --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f8d61b18c737884eae08b3ba5f1a26a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_11.json b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_11.json new file mode 100644 index 00000000..5b87ddfa --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_11.json @@ -0,0 +1,13010 @@ +{ + "version": "2.0.2", + "title": "Can U Feel It", + "composer": "siqlo", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 140, + "bpm": 156, + "difficulty": 11, + "difficultyName": "Hard", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:47:55", + "musicFile": "Can U Feel It.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 759, + "globalDelaySeconds": 0.367, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 133 + }, + { + "colorType": "red_hold", + "count": 23 + }, + { + "colorType": "green_tap", + "count": 201 + }, + { + "colorType": "green_hold", + "count": 33 + }, + { + "colorType": "yellow_tap", + "count": 3 + }, + { + "colorType": "yellow_hold", + "count": 2 + }, + { + "colorType": "purple_tap", + "count": 182 + }, + { + "colorType": "purple_hold", + "count": 40 + }, + { + "colorType": "blue_tap", + "count": 123 + }, + { + "colorType": "blue_hold", + "count": 19 + } + ], + "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.9230769230769231, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fb7f3f9-012b-4d9f-a3df-b5e12d857abf", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.9230769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cde3f385-bd4f-41e8-b0d8-682636044c39", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.307692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4c78622a-b7ea-4dc7-9a7f-11afc16371ac", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.307692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "01ea753e-d7e5-441e-9bf6-c82c297e5fa4", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.6923076923076925, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "60424f70-9bf0-49fa-afd8-18286147a9ac", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.6923076923076925, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c20e605d-2790-41f4-8f4b-c1b453ef53a6", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.884615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3750000000001, + "noteFunction": "", + "noteid": "f608d754-4a4d-4cd0-90f5-b0538ff8b0cc", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.076923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "87e31e77-a079-45f6-9076-ca92424e8bf8", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.2692307692307696, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b687f39f-9187-434a-8e59-fa4d74a99daf", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.4615384615384617, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0398b677-826e-47e3-9fb2-449b0b7bf154", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 4.038461538461538, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.12499999999976, + "noteFunction": "", + "noteid": "2fa0a6da-befd-4b17-83f7-e0f58e186ea8", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.230769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bebe5f6f-91a2-4657-a29a-fef2b3fcfa8f", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.423076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "63b39dbd-40be-4cbd-adfe-50071a0e385e", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.615384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8d04cdef-cd67-4d15-a954-9357347744f4", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.807692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 4, + "yPos": -201.37499999999977, + "noteFunction": "", + "noteid": "3cfcd24b-a0af-489a-b6b9-051360e52e90", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 5.384615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9f3491bc-5df0-476a-aac9-52fad3c1c300", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.5769230769230775, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 67.125, + "noteFunction": "", + "noteid": "02010881-6eec-4853-a19e-e45f4f91295c", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.769230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.24999999999977, + "noteFunction": "", + "noteid": "0bbf9658-6e49-469a-993b-10c1ce040981", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.961538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 201.375, + "noteFunction": "", + "noteid": "15ba8019-c5ad-4099-9c0c-f7a57384d1df", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.153846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "93e4fc37-d822-44f9-8ffb-cf7e5a9c329a", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.346153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -201.375, + "noteFunction": "", + "noteid": "69207e09-4e02-4542-9d5d-dc3747f18474", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.538461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e6bef6c-d5e1-4d19-90db-e1da5a0716f3", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.730769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -67.125, + "noteFunction": "", + "noteid": "eae367e0-803c-4915-a5fc-39ab686029b2", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7092d48e-e4e6-42d5-a76f-447277b07eb8", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 7.307692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "54daa100-205f-4c82-b68e-6375e4ef841a", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bd3b7a70-8312-49c9-be5e-b6358d8c0709", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.6923076923076925, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7a8867e4-0967-4f07-91d5-869c6900e41a", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.788461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "6f82c313-3076-473b-a613-1154ff55ff92", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.884615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6eb416a8-2efb-4ce0-8f96-42a537bafba7", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.980769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "0768700a-4e67-485a-ab1d-fe17e0bb67c8", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.076923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25000000000048, + "noteFunction": "", + "noteid": "3c9a6d50-37f3-4b6f-8237-d7b4d295897d", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.461538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e9df4b74-0c58-4f8f-82ed-3b98f209508c", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.461538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0dc991b9-26b1-4b33-9261-f42abc84d3e1", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.846153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b30de23e-3479-4dd9-b5ba-2dd66bc64454", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.846153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ed280245-97b7-4518-8cb9-b5b919853ea3", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.230769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "466a1b8b-6ab8-4486-9161-3c9007392c14", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.230769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "813fc370-a2d7-4658-a689-901575fef14f", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.423076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b489d300-8e0e-4cda-b633-c5976b2d3d8f", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.423076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8d674c03-e927-42e3-892f-d66b84e4c342", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.615384615384617, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "5e913cd2-99a7-467f-8200-58b9ddbca636", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.615384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "2d0247f9-907a-4f03-8ad5-6e992473afe3", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "98f5007c-7297-4e39-9157-f539ec83a921", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3f4d30c6-af56-4100-8c55-e4bd32e1bbcb", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.384615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0542ce92-3891-43bb-94ca-8fd981734364", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.384615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "af57c760-a1c0-49fa-9e8f-59b0e4db1cfd", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.673076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "9887ca16-69bd-470d-8437-3720081a14e3", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.673076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b2fc25d0-bba4-4878-8b0a-eac0ea366efd", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.961538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ba895dd6-306d-41fb-9e9b-0a0dcd12e1ce", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.961538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -201.375, + "noteFunction": "", + "noteid": "127eeb2a-3caa-489f-989f-10a2bccf749e", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.153846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "827e8742-6184-42bc-a616-ddcb2e676b9c", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.153846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e59f21c5-0967-4efc-929c-8268d46cf4d2", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.538461538461538, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -4.769518113789672e-13, + "noteFunction": "", + "noteid": "8ae92f3e-7cb0-481e-a545-cd4edd7b8f8a", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.538461538461538, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -4.769518113789672e-13, + "noteFunction": "", + "noteid": "d29979d6-de97-4573-95fc-ee8a39441c04", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5dc3b80f-97d2-4220-a04b-cd0797250d90", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8944bfd3-7b2f-44ec-881f-8b26fedffed1", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.307692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "af7e64fe-4873-42fe-ac0a-1c303d18ed90", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.307692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d8a2492a-6388-4c2b-9547-275581d68d29", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -201.375, + "noteFunction": "", + "noteid": "83a5815e-7ab6-4847-831f-b77fad2e6767", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -201.375, + "noteFunction": "", + "noteid": "907cfb1e-0227-4639-bcbc-813111a7c9b5", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.692307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6da9a83d-fea9-4be9-a4be-c40314f51726", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.692307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "51cde142-8cbb-4265-9d25-b6465e0a58b9", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.076923076923078, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "63700f05-0e5e-45ae-96b2-2517c7607b83", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.076923076923078, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "454d5162-f258-427d-8f36-1eff680326f4", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.461538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0ed1c733-b8ce-4172-b526-7e9985b20103", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.461538461538462, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3ea26d71-8a55-4f2a-938f-7fc94c392247", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.846153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4dfd5e1d-183e-456c-bc97-568315263286", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.230769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f3f99c69-269f-400e-9c70-e1511c9bedd6", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.230769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "aa6daf33-aa43-4901-995a-701f034d6d8d", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.423076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d2d20d2f-9cee-4955-b61b-0c95d4c03385", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.615384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eafe2a8f-7e2d-4e18-807b-b216b765435e", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.615384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "29e22c64-bd29-443b-a164-d280c3a1b138", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.807692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c70e351d-5045-4656-9611-eea441a1b13c", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d8f236a2-0596-41d7-ab2d-bb4f35c5b2ae", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "06fe6554-2fb0-4a95-a8fc-d16066c7337f", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 201.37499999999903, + "noteFunction": "", + "noteid": "20381dff-f38f-4ef5-919c-89be349a22f5", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.384615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf145703-bd2e-40a9-90a6-65c9fba634d5", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.384615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0f0156b4-8175-4574-90cb-f4d505e2e7c5", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.576923076923078, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -201.375, + "noteFunction": "", + "noteid": "450a365d-bcbb-441c-be41-636de1a6a80e", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.576923076923078, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5a516d33-ed52-4a26-ad46-1db8435e67b2", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9152639e-9f3f-4553-82ba-d41e41b4baed", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd925735-5f3e-4504-8a31-9187aa6e1598", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.961538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0e68651f-17ec-462a-b1ba-de95243769e2", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.153846153846153, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "7b476140-986d-4d0b-b34c-ddbcbcad7402", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.153846153846153, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "733cee08-728c-4ac9-8ea3-353cb7c0e839", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.346153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b94f9a00-c616-497b-a1d3-15ab3cfeaa4d", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.53846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fa5a67da-498f-4232-8ba8-06828932dff8", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8338f598-ed73-44b4-983e-cea11f46e98e", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.730769230769234, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 201.37500000000097, + "noteFunction": "", + "noteid": "37bffbbc-70f2-4081-97d9-f633ea7beeed", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.923076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9ea97da4-3fac-409a-9022-96d2b690e951", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.923076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed8c40bb-2e93-48fc-b679-02dde6075051", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "6a88b69e-52c2-4a4e-988a-25d88ca658ee", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.403846153846157, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -100.68749999999905, + "noteFunction": "", + "noteid": "36e5fc46-e1bf-48bb-9a55-d049b77466a3", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.500000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "65c60ea4-1dd7-4825-8c75-e88854300555", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.59615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -33.56249999999905, + "noteFunction": "", + "noteid": "0b1add8c-2f72-4118-85e0-e4fb908f08d8", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.692307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74ed77c6-32c4-4bb4-ba8e-e225e4fc0021", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.78846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "54e0af02-c4b4-46ce-ad2e-5dad423eb7c2", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.884615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 67.125, + "noteFunction": "", + "noteid": "295de367-0dfd-4872-b7b9-7bc43429f436", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.980769230769234, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 100.68750000000095, + "noteFunction": "", + "noteid": "4d3811ca-4fe5-4a8a-8927-73885aa33715", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.076923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c181a07f-75c9-4870-a033-3e8fb718c6d2", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.173076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "bcfa6c1a-d355-41d5-a91f-a3f9353dcc0a", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "38a063c8-f738-4563-88fa-65cc416bd521", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.365384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2c3b7f17-a6df-4392-b5c8-a695f882613d", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.461538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23a88274-4806-4352-b639-a8fa7ca18770", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.55769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -234.93749999999903, + "noteFunction": "", + "noteid": "92e82364-a429-4f35-97af-f147cd375836", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.653846153846157, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "3c73dcbe-d86f-4b8d-bf6f-00b2d82fbe03", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.750000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -167.81249999999903, + "noteFunction": "", + "noteid": "2fbcf361-cfc9-4776-9d7b-9269ab4ab3df", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.846153846153847, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "67e434bb-95d6-4c79-8d44-858619cec900", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 19.615384615384617, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c1eb530d-3004-4143-ad03-c4fbebd26a5e", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d7028176-37f3-427e-b68b-099e7b058539", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3d095a72-04a5-4295-8d60-ed547777b194", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c820a70e-f161-4185-8832-d5793e503100", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "02843175-f943-45d7-8073-efd13f0477cd", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.153846153846153, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.24999999999903, + "noteFunction": "", + "noteid": "67591292-2b73-4a8a-b606-e2f9906dc60a", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.346153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 201.375, + "noteFunction": "", + "noteid": "946606f3-bb31-4172-a1c8-facdfa4d96d8", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "922527c1-4333-4156-b93e-e89888326b5c", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.730769230769234, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "f49d59f8-3765-47c8-a34d-33731e01be97", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8ceb8b5a-730a-42fb-b5e2-2c1175c929cd", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.115384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c9094fb9-1733-45a9-8d1e-d28d4a8c2041", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7e1e3a19-94fb-43a1-b791-36b104e5d414", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.500000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 67.12500000000095, + "noteFunction": "", + "noteid": "e6c61fae-d5b9-4683-a6cd-aa2bc5e88355", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.692307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3bd21175-87c5-47e9-916f-3f65aef3886c", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 22.884615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f8dc2fa8-010f-45aa-a264-418faf30276b", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.076923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 268.49999999999903, + "noteFunction": "", + "noteid": "06555431-e7cd-468e-b730-232f141fe03e", + "newLocation": { + "bar": 15, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.26923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cce1ac3b-92ee-4691-82d0-73c38fc96bc8", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.461538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "49b56254-fd45-4075-a5eb-769348368ec0", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 23.653846153846157, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.577, + "barNumber": 16, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "5154bb25-590a-445f-81aa-22f81ccbbdab", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 2, + "isFree": true + } + }, + { + "time": 23.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "392c63e6-8762-49cd-bafe-85a67b3bf5ff", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.230769230769234, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "fa43835c-2623-43e8-a43d-0818f4165792", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.230769230769234, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "93f67e58-fc1b-444f-9c85-249a8db6cb52", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.423076923076927, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.37500000000097, + "noteFunction": "", + "noteid": "3bcabe28-4580-4d6e-a614-5cce6bc8c3c7", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.615384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dd9fb7c5-7bf0-4aaa-b9d0-7e1f791bb99f", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.80769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f63c5006-93f6-4b58-a330-75dd6f677496", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cbc2422b-4b31-4028-8a1d-9b4b44f9ef85", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4117ffc2-f804-40de-b812-d1ddd478a6f1", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.192307692307693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2d508c9d-2a8a-45a6-80c9-102339e236ee", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.576923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "861c4fce-9ea5-4aa9-8b8b-57d635d0dd27", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.576923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f9fe61a4-ad52-43f7-bae4-958dc87ba65e", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f68c8276-a3de-4c88-bf84-b44f75c1d97f", + "newLocation": { + "bar": 17, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.961538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ae967b31-40f0-4e35-9a64-d445826be72b", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.153846153846157, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7978053-28b3-4396-abbd-6460e36facb8", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 26.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2bbea5a-a3f8-4e20-97f4-1c010bb08989", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4cb11cbc-49bc-4f15-8f92-779712c5cf01", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "12eb93bd-94a0-4dee-a8f7-ece9047b3d5b", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2d453bdb-537b-4f5a-a4f7-218903bdc208", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.115384615384617, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f1c1d34b-5038-4d01-a164-399d42306878", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e645e17e-fa9d-4d8c-99e7-fd4c5863bb18", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.30769230769231, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "381a3f60-5dab-4f96-b58f-563e82fa6e37", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bd4feab1-2c5b-4172-bcf3-1879d99cfdea", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.692307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "559d4c3e-432e-4dc4-aec2-602de32c2a94", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.692307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab8957d3-a618-42b0-bb18-28207a8698c7", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.884615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7fa4f9fa-d39b-43dd-a8cd-18efd24c7610", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6723f87a-d50f-4a8f-bd17-e4ffc6555767", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5d70f2d1-49d3-4ae4-b730-3516be176e4e", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "166fb640-2ad9-485d-bfb5-bea4699573ec", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.269230769230777, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "25ada5b6-a27a-4fed-9690-06511855fb11", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.269230769230777, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "f0d95217-c7a2-4f48-9dbf-33d430fb7339", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.461538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7d351425-0b41-4c53-ba75-8a25e41524d2", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.461538461538463, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4531ae90-9769-495f-9daa-09cb589bfb68", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.653846153846157, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5829a4b1-ae98-4a0e-9859-0ff54a626c3c", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.653846153846157, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "99246776-ecfe-463d-8dd8-fea47365170e", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.846153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95a613dc-cfd7-41c5-b74e-27f0be4cd893", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "414a1425-1515-4d23-a22f-ca95a235b1ad", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.03846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "27e0caa5-71a9-43a8-ab10-c2c6e56ebc60", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.03846153846154, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7915ed01-3c23-4962-8a91-c67d27a429f7", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.230769230769234, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfe6d4cc-07bc-4254-8a28-a7fd7a67aeea", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 29.230769230769234, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63cf266e-ccce-4742-9073-38f047b78f8c", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.615384615384617, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "09080d31-50b4-4ead-be6b-e9f8dd9bd5a9", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.80769230769231, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 20, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e80511e9-0d4e-47d0-8ee4-fc22b1a931b7", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d42fd0c9-cce8-422f-ac62-47555b7f237d", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 30.384615384615387, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "673df8f9-4a3a-49f0-801b-4a44f67f0eb0", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.384615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "187dece1-983d-49ea-9abb-9b6df16c67fd", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8054980f-f908-4daa-8b70-ac815a0535cb", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4faf73f4-c44a-4fa7-99af-7709eeb946bf", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.961538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b77d3a59-e16b-4dac-bfb9-890dea7f7e91", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.153846153846157, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ae3ceb5d-7643-4d13-8aba-08e9847c8c69", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.153846153846157, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ada89841-a6c4-4f30-9ad9-2ba23cbdcc8f", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.346153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -67.125, + "noteFunction": "", + "noteid": "43932f33-07d6-4efa-8d92-f504b6cd77aa", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f93fbebd-44a6-41e2-bb4e-7eda95436140", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.730769230769234, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 67.125, + "noteFunction": "", + "noteid": "30ada5fa-46f3-48d8-94c5-ca3ec40fd949", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "43101230-0e3e-47d6-9563-55bf38fc4fa2", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.923076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "546437cf-7a4b-4f13-834e-cdad2568c4b5", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.11538461538461, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 201.3749999999981, + "noteFunction": "", + "noteid": "fcb7c15c-f2cf-4dbf-a9ff-1122d13282d6", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 21, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "a4ac5af9-ce55-4ebf-a6b0-8d0c4a7f2c54", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9ecd3844-be95-4cfc-94ac-ba6ffc7fffc3", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.69230769230769, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.769, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c337be4-74f2-48d2-b909-8d2168e118bf", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.69230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3882f663-6d3d-4439-87b0-11250ba74847", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7586f234-8f17-47c9-a8ba-756e32379429", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.46153846153846, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 22, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "b2914ebc-ae95-45c1-b1ae-49c1a637e780", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 33.46153846153846, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "f4278d35-cd31-425f-854e-51a9a39d43d0", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c939df1-1a14-4678-8472-f28760ee53e9", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.154, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e1331285-1192-407a-a2a6-c1634b819678", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 35.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "755567e4-eadd-49a9-b80f-ed66722fedbb", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "883348ec-555f-441e-8ffa-11697585db3e", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9402c515-7c8d-4063-a491-66f362270abc", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "985165d7-cecb-4ed7-9186-e8771fdfc51d", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.154, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b5c44492-76dc-4255-b337-897e1be33e4d", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 36.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "58e7e95f-976b-477a-bf25-302fdd757d4a", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.53846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b1024752-f035-4fde-8855-1d162d375012", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.73076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9f069f2f-6e93-4721-ad85-a7cde6c6334c", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9281d9a1-922e-4976-a387-0735b3a33931", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.11538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "5a61e48d-0d39-4b0d-9a04-3b5fcbdcd382", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "fd6e5d14-a43a-427b-8517-c7b3b1ee201f", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7fea2125-ada7-425c-bccd-066ee2328fac", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.69230769230769, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "326289fc-12f6-4d9b-ad8e-13fa231741e0", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9c69963e-5400-4cdb-a7b4-c19acc09da54", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f963e0ca-74a8-4267-bed2-a4888ea4965b", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f467c86e-c45c-4b0c-b27b-a4103e963d8e", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a98be15a-3012-4b9d-9631-299a9e83832c", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 26, + "yPos": -268.49999999999807, + "noteFunction": "", + "noteid": "e8ccea4e-0c7f-4a7c-9b94-41591204c974", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "30d42616-19fa-4159-b39f-c21c09b7e115", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f5bb424-0a45-4142-8e28-41b812f598a7", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "29059d7e-61d3-4cfc-97fb-ce675fa325e3", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.23076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5dcfc073-490c-4510-8c98-cdc00d18f377", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3cce6c0a-5604-413a-9efc-7ebb36d752a6", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b43e0eb4-a3e5-4c39-a380-66f62c6d2e36", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.61538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f3fa44d4-4a50-4ba1-bf37-adcd4dcf9f06", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d75ae739-428e-4ca8-94ba-344e0ac297e1", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "dfb737cd-e0a4-41e7-ae81-60233131353b", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c6e188da-8c22-4719-a178-a07db6d6ecc4", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ff54b182-d757-4d11-b7b7-4e7a437ee53a", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c379a3ea-90a7-4b81-a052-a55d0ddbdc48", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "448518ce-c5b4-4cd1-90ca-e85ea3dfb106", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "823bd841-be5a-4dc7-bb5d-9757f9ca257b", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.769230769230774, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "388e94de-ebfd-4842-805c-0528374af364", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "b7fb7c72-aea1-45a7-8c50-5e02ab59334d", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "e336d481-599c-4ec6-a614-d60cdd481be0", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.15384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "ce289e0d-bbe0-414a-9bc3-1a1a8675eaea", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8297fc36-8b2e-43bb-9267-1bf15ff3f64b", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b1416d77-139a-4248-ae50-4a7bac0c2cf5", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.769, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "32023bb0-4b71-4df1-8f71-f0f9f26b489f", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 28, + "yPos": -1.907807245515869e-12, + "noteFunction": "", + "noteid": "bf1e6cf4-b1b4-4809-bc3b-a4041a8dcda8", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 42.69230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cdc580ee-670e-4f13-80a1-4081576c84d8", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.69230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1895c9ca-508e-496b-bff7-de6c10a4d3cc", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ba3a4fdd-5baf-4290-9dc0-f7af3529fc10", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fe282d25-5443-42a0-9a77-e60eb7a3e1af", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.096, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7092d5e8-e0ed-4f5e-a220-22554671cb33", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 29, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "1fdce227-4b66-4b09-a734-7bba7c34a8e3", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 43.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "00e3ef59-14ae-4489-aad8-c0a20e5867bb", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4588296e-b399-429f-b057-49428c82d35e", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "34503c8d-bbaf-4791-bb0a-266123444c1c", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.03846153846154, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "aa5a0882-ea2d-4169-ab54-5e270f21cb56", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.23076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "316d31f9-5c44-43c3-bb9f-cdd0c2425f62", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.23076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b2052a71-9dda-47e2-ae68-89940fd64a99", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "89eb8979-0fa0-47c4-bcbd-edb11ad76835", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "38c18e46-3ece-494d-9f13-37dbfaa61ab1", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.61538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27c80a57-8b14-40ef-b3ff-f2f8b914c762", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d6b48595-1dec-46bf-9d03-29b0b1b16a92", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "05385056-8ca1-4447-82de-31f7b91ab600", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1d7716ec-fe88-4bf2-be28-01d42cfa14eb", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.19230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c214ec8c-1267-4b27-9da2-690f7b3b53d7", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7d28aa7c-3c8e-4b21-a54d-d63dbe1fe5f9", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.57692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8a626311-1f62-4e48-8b49-f4050beb472d", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.769230769230774, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "756f0924-1c43-447a-bcff-c94657ef0906", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "adc9e4ac-f67c-43d6-bf61-ca6b81ddc926", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "00699148-9a4f-4b4e-9474-b906d802f1d7", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.34615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1e3bc802-80b8-4275-ba87-29d098ac5c46", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8fb1b82b-9b9c-4654-990b-1db540213c45", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.63461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "6f14be7d-66b1-43b3-9f32-aa5c192a63bb", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.73076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5aecdd3b-1ec1-4e7f-9382-7fcc0ec09959", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.82692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "9a4c9a5a-a433-4b4d-a4a8-0c8628c9b07b", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "36b06fc8-a37f-41c1-8891-e4efb6eb38d7", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.019230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "530f5877-8da2-4469-a976-3e01b3d0b672", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.11538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.125, + "noteFunction": "", + "noteid": "209974d6-f7a1-4feb-b2c9-b791e315404a", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.21153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "9d4adc82-5c0d-4af5-a059-f32bbe134d99", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.307692307692314, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 31, + "yPos": 134.2500000000019, + "noteFunction": "", + "noteid": "73453c9d-f28c-434a-aad3-c0126d3bb41c", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.50000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 31, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "253aa0ef-dba9-4683-a72f-72131c07c996", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.69230769230769, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ecab4dec-bb33-4e0c-9142-b9d56c585b97", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3852dcfd-2eb7-455f-bdc1-061904f8ee2f", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1297fee6-2b67-47f4-854c-daa4061c6bff", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dc588bb3-04dc-430b-a3fb-6eedb12961e8", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2f2e68ba-85ef-469b-a36a-a68c0300bbe9", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.65384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "1c2fda09-b055-46dd-aa35-9a8459b7f1fd", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "e1b49f54-5d02-45c5-9781-230879efb272", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d9b8ea99-a0b3-4d4b-8a8e-ce9766e1161a", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.23076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4baff35-f15f-4aec-86de-dcd0adefbfd0", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.23076923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cca5d9eb-cebe-4c4b-8843-0cc4cf05b535", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 49.61538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "188c5a0c-e82c-4349-b79d-30dc2d781288", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "23e4bb83-7580-46db-9260-5561535bf4f0", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "477dd9a1-803f-455c-8fc1-a392ac44b1bc", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2d4f5ab5-0728-4f12-9b3f-6930d528cfd2", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fb48fa5a-55d3-4e95-ac8b-a7645710fb2b", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.19230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b6243fe4-eb70-442f-87a0-748f0ef624ab", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "14264acd-5423-40ff-8e2f-f94de81a2e1c", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8b85a373-33a4-4e72-aad4-eaf122325701", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.769230769230774, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8e87e30b-95ff-4daa-8e37-7f483f6e58e8", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 51.15384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1cf22047-d7f0-4124-b54a-bed693316d5f", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "01061884-ca2e-4552-ba1f-baa523455d35", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.34615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "821608ce-9861-4c40-a80a-d8bf89280699", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.53846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6d6095cd-dce3-4946-be87-36263bfef70d", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.73076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2a9be04b-b4c4-4a05-91ea-b7b2ce565f65", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e3b2fc82-9db6-4d6e-9d56-4488b84b8e0f", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.11538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3f6b4590-e18d-4d4f-80e7-2718cf68eabe", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.307692307692314, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1d42bcf-22cb-42a6-8849-452a0c2f3dcc", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e56c13e9-621d-4c50-8f67-dcdf3f98716f", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.69230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3a73f2e3-2a74-496e-9fda-0f437370c14e", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.69230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27903e2b-7a50-405c-a7de-1b046557c3f2", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d19494d8-a32e-496d-9409-c8ce9970f0cd", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "012efbc4-9911-4e9a-96e4-a068869499d1", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.269230769230774, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 35, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5fa983b1-5f04-4aae-91ce-4c0e95c45f38", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "785b6228-4804-48e8-a201-3613372d13f6", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.65384615384615, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "24e8f02e-88f0-426b-8bbf-5211c69c6371", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7b515fd-3a35-421d-92ab-b57d62880f31", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.03846153846154, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "50e3a2c0-c168-4566-8ceb-919ffdb22c31", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.23076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "70e6aaf9-9fe1-4320-89b4-7143c4140d59", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6c44c10c-008c-456a-b565-008cb3ee4dd2", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "13b0ffb6-edf1-4e9a-a663-1a1a59e81e4d", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.096, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ecea4f86-1766-4f21-90e2-c9a4df9d72a8", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9e1d7063-96ff-419a-a5ee-aeb753f0ac4d", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.807692307692314, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e1e28ae3-abae-48bd-8189-ff1595aafa0e", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f638fba4-fed6-41d6-ae23-b0e1bab6080f", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.096, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "67d68cd1-fa26-414f-9d33-b7c2d9535c68", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2259934f-d285-4ecc-a009-afa0e9cfd52f", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed3c3e64-1583-441d-93ed-f16b23db59a9", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 37, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ba0fbbec-5cc7-481b-bebf-d26d0b33c6a9", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 37, + "yPos": -201.375, + "noteFunction": "", + "noteid": "313b5031-5eb3-437b-b70c-640c2d9c5e29", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.769230769230774, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "90cdc039-63c0-45dc-aeb4-d6aa7533b5dc", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.769230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e5b9e7c3-a233-477c-96a4-fb966a45f0c8", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0ef00d1e-a0ad-4951-a937-206e8476dbb5", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ec1f7d53-b2c7-47d2-b78d-d96ab02bd938", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6902ed87-8d63-4e89-8614-8c6957e70fa4", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d2595945-1138-4c61-8b88-44333783750e", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.44230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c897f536-9718-44c6-9c90-f805d50fd266", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.769, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1ba47175-3b5f-465d-a3b9-c2d738eba445", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 57.307692307692314, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f67c85b4-5d8f-4a91-a1d4-0bbcf44836ef", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.307692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "488b2360-63bf-44e9-bbbb-0e0dfcdd635e", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2c3ae8d1-c685-4468-b20b-fc05b9eabe25", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.98076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b7fb291f-a62a-4ade-aaef-cab733eb06eb", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 134.25, + "noteFunction": "", + "noteid": "91edb0b6-c9b9-4d39-aea2-b95dc4f61e8f", + "newLocation": { + "bar": 38, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.65384615384616, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8fa379fc-fca1-453a-a4e3-81aae3020c50", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.03846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "01692c48-3fc1-45cf-a553-f7fa274832cb", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 67.125, + "noteFunction": "", + "noteid": "00f71e48-e260-4df0-9285-f1a30e60459e", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.807692307692314, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f02adae7-622e-4aaa-81dc-e9c75f3a53da", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0fa2a000-3250-4bd1-9a3c-182cdb9e9bc4", + "newLocation": { + "bar": 40, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.19230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1cb8a4f1-46bb-4eea-86b9-999f18cf0926", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c201e101-cf83-4b3e-a6c2-562d68eccea7", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.125, + "noteFunction": "", + "noteid": "99da9c12-6ad8-4607-8fdf-8ce64cc780e6", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "18a54695-72cc-4e98-97d4-f21fdf7025da", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.73076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "84ce3387-46d9-40ab-b2a6-c21c29db49d2", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.73076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4ae01658-2415-4c74-b517-45a2286d736e", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 62.11538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -67.125, + "noteFunction": "", + "noteid": "62fafc79-fec0-4c53-96a2-c613803aa9cb", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 62.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 67.125, + "noteFunction": "", + "noteid": "70eb048d-11ea-4127-b06e-e15db78a5769", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 62.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3fa3b8ac-314f-4b4a-b712-4bcb73db507a", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.269230769230774, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "29973cde-db83-4fb3-b11e-b811f366100d", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2b880d03-b71e-4208-96fd-c3c6e657fdb4", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.03846153846153, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "aeb5e395-1528-48e5-a0ff-82b01e15a40a", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "30b41b67-84e2-41f3-9acd-ba80261fb12f", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.8076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4b936ce7-06b0-4b88-93a5-be7a9db4a6b7", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "61a07b61-2c02-4266-b911-ae6fb7771d2c", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.57692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f51e05e8-1b03-4fe3-98f6-80fc72babf1d", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "828b659b-b0b5-4547-9e8f-045378d019cf", + "newLocation": { + "bar": 43, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d2333c0c-4b40-4c18-b6cf-27f9701e0d1b", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b89eca73-af9e-43f1-86ae-1e81cd07a343", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.34615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e42c4773-6850-4616-b47a-2f93c14d69d2", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f1c919a-4673-44fc-989a-a9c281e005f6", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "49c03f6c-bf15-48f2-b6fa-8fd3f74c3933", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.11538461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "37307bb0-b945-4bcd-baed-d093cfe60bf7", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6b0c53ea-4717-4166-a132-f64728b28e3e", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "892631c5-69e4-4614-a210-a01f5c4788b9", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -201.375, + "noteFunction": "", + "noteid": "685bf1ab-68f9-46a3-8409-7c101794b6a6", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "16bd0839-34d3-4859-bbfb-7c8f515a9686", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec73b81f-bd35-4797-b6b0-3625e2bd909e", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6f9ce01a-6f25-4692-b7e7-38d448159062", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.65384615384616, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f802f3a6-3fd9-453c-817c-b87bff39ab4d", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2bc92e11-88d5-44fa-8e18-6f78eb158311", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "6f5b46d8-d224-429c-8add-8315ae1aecba", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.61538461538461, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "8f580e0b-dd69-4656-b917-97ce6659a97d", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.61538461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "9e24ac1d-1262-4559-8f0f-70f173bc79d7", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.8076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -67.125, + "noteFunction": "", + "noteid": "723f8af1-c1d3-4874-935d-b1e08bc15218", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f222ad27-11c2-448b-95a0-cc9abb395fa7", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.1923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 67.125, + "noteFunction": "", + "noteid": "38ed7501-650d-4755-bb18-211e88980239", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "39e52106-7772-4d1a-90c2-fe2ebb4c09c1", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5a5c0297-1bf4-42b7-870f-732e6027c241", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "da7a9a72-648c-493d-8151-af5f1f4f4c6f", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.96153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b5861466-3e24-43b2-bab5-8ddec1dd2d8d", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "83f0d9e5-3ca5-4b70-9ba0-3189cec90d2f", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b1783481-741a-41f1-ae9c-08800b5e128a", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54e8ecb9-ae9e-4b74-aeb9-6c6d0b539f4e", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "b36286cd-0d8b-4fa8-8d75-e92a6fa43e7a", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "9b8303a5-0f87-484f-ac16-b2b13b094da9", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "3fa70968-6782-4ff3-8737-f2dcc8050c4c", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "05eb37f0-90de-40a1-8fe8-22e7d688b4f0", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d144dcc5-a934-4ce0-b1d3-1a903ab199c7", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c5fd07ba-fa8c-4561-a52a-f606a11da5b1", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e53b81f3-a80b-4374-8e9d-7c42ab10e69a", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0773f436-f306-4d12-8973-9643987c2bd6", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "42816358-7e99-48c6-b064-840d02ef7952", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5c814db-6767-46ab-a017-b42efdf18c0b", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ddd5f515-aa5d-4d44-90fb-c323d247e5c9", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dcd6f9d2-d7da-4c5c-8d1d-78cd1f6973d6", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.03846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7576bc5e-6d50-4970-bb14-a14b27bcc03a", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "bcfa2734-1602-4091-af51-716d0a4938d1", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "a26cdaf7-4449-4d3b-bb69-b7468d1f6191", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.61538461538461, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "dfa9857d-63da-4186-9055-e222b80d4395", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.8076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c3a7554c-e87a-4e5c-89cb-9fb3ec64b1b7", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6c8b5468-e756-44d0-bc12-7569c23e90be", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.1923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4a1f28cf-77b7-43c1-932f-31b9a06fc47b", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d46da2d-cc89-4b01-acee-829dc2f4341e", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -201.375, + "noteFunction": "", + "noteid": "29a42b40-9d0a-4446-95ef-82b5fe6555ae", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "98686292-6961-4cc8-8766-45b8b91a9613", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5178622d-2aa8-46a3-a901-beed920782f9", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5a439b22-e26c-4280-b02e-d79bad75e738", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.34615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c0edbc56-d6c5-44ef-8ecd-adec803799db", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "67db5c88-f4ea-43b0-b2d7-7ab55246d82f", + "newLocation": { + "bar": 50, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "6b119924-aa13-4c94-a9e0-5449f406d902", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "9259ae02-9389-47a3-9e6a-bf9b73a56611", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "b58288a1-1b8a-4c4a-b947-aabcfde3a434", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "024a80df-da85-4dd7-b0df-d0471989cbe9", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fb720cae-6a91-4f7e-8c74-6ddac27e1252", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b350ddc-8ca5-490e-a3b6-384b341a1df1", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2b1047d9-ba2d-4923-9c73-7011ca87c8a5", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c17eb506-2417-43cd-b401-59224e450072", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f65b9bd4-f220-46bf-a081-c9e5616165ca", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "36e0e27d-2f46-4e7e-b30c-c1c28ae849eb", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e95ce9b1-12a1-4171-b541-10b283809033", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "649cd88b-cc65-4ea0-9ddc-bb01d0636a23", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.03846153846155, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3f06c007-e494-4e4a-b1c8-469bc5f2fb6f", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3f7b51f5-7611-4450-a0f9-669056ba5be4", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 52, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "7ee91695-be79-484c-8ca4-141b927a9b28", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.61538461538461, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 52, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "0f9151a3-f044-4c69-9ec2-fee08e0da708", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.8076923076923, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 52, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "7c09e4e4-25dc-4ba6-965c-efdf2e9cfb6c", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8b09d3d7-1b78-44e8-bf09-5d4c6c8a7f26", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 53, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e27af521-4fe1-4e03-9dff-090065776788", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "942562b4-3dd4-4fe0-b31b-62da9c1e9506", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c7bec743-c1c1-4664-8ab3-243f2b23a644", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1825b915-7833-4646-8915-250b687a2aad", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97a4fdbe-491f-4b58-8f3f-9002899c17dd", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 53, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4b39a55d-db0c-465d-9d6f-5c4f34e42181", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 81.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7068747d-83d0-4b75-a9a3-9737d8384617", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "47dcd7b2-c464-4d2d-b64e-10abb90d73c7", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f0fcbb17-0f9f-4c95-b7fb-689090007d03", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 54, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b628861a-26fd-4ea1-8fd5-ec51986c0bae", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "a7999f43-e74d-40b0-b8b1-72be698ae00f", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "c85e530a-8a5d-457f-8ab0-78da9162e50e", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "2902bcd5-8ad2-4a50-bf5f-4213299c1c24", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3304c84a-6ffc-4075-bc46-90610ac32441", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2795741c-0cfe-43b7-87a3-4adf6c703893", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "da844d61-392c-4a1e-ae4c-06f8310242e0", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5016cc41-5e60-4545-a4f9-7acf42e33b45", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "009e72a2-4acf-493a-a470-9c1aa5727699", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7a6d56b5-e333-4a03-8f0e-83d6dac157f9", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3465eab8-3111-4f49-9155-20f4111bc169", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8d28df4c-bc98-46d5-8308-9840a42abe3c", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0e798544-303a-4a60-a94a-3840a2fa9720", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4a5ea4ff-5dab-4add-a2f2-d707f9b7ba17", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e5026ab5-2713-4dec-b934-2148d3827307", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3a99ad26-b648-4238-8545-54306431723c", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 67.125, + "noteFunction": "", + "noteid": "215a2a55-ae49-4252-b66d-abd745b58b60", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "24ea863f-8252-46d8-a425-1f6e45f254c6", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1f966423-eab7-43b8-b564-1e63427f9eb9", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "7088c8b4-83ff-4bd6-a93f-d0c3bf09c898", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.61538461538461, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "e3fee15f-7229-46f8-ab52-933ea74ac4d9", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.61538461538461, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 55, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "5d24242e-f8ea-4e4f-8931-ae89ce14fd65", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 84.8076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "7bc88e95-9030-44fd-a554-a2eac999d9f1", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5fcaa802-14ec-42bd-bcef-6038bbfa6158", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "89b18b73-8ad9-42d6-8a72-b937e87b9dc5", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 85.1923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0bebc749-4f54-49e3-b699-ed8d8ef3414a", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f8dcd65d-cf39-42af-8e3a-b07745e7fa08", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d0cc8968-fa22-438c-8fae-d38f105c2bee", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cd09c81c-2f64-4d1b-8f72-a3bff4be3d6d", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b4125619-c949-4414-9ce7-efcc1c6350e8", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1c5ff70b-511c-4af6-82ed-070b16ee31de", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.0576923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 56, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "7949b5c5-62cd-44e7-9b43-61440c4f78f1", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.34615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d03478c9-e5bd-4367-a9c3-3ca5310bd502", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c84b1359-0c39-4eff-a388-0eb14907dafb", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e7babcbf-87d0-4820-bfb5-33a4dede81c9", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e9089432-360c-4fc6-84a9-fb50b0d30e8d", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "807aa314-b951-4fe5-97cc-960a9720090b", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "6f8ad4bf-4b41-4735-a1d3-cdc364dab217", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "86ec3255-3867-48d1-8839-bbfc648ae0bb", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "6cd5ebcb-2731-4fba-a03f-f7f77c9a7f4a", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "fb667b6f-578a-4227-b268-6f6d67589a05", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1856a50a-8d94-4b4d-9e29-ce0964b30488", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3f614cec-5117-48e6-952a-29edad9e3285", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "221557c5-b43d-4b80-98a0-8a4e88f3bb7f", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b79f1131-2c8b-4414-9e14-5757186f1637", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f37ad3c7-279d-4794-a269-fdf37c7eb51b", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0c0beb10-31a3-4124-9e3f-864159837e23", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "900c5b7b-0664-41dd-924b-52d60cb71825", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5fec7377-e6ff-4f7f-bd62-4bb2ab44759e", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4d3deb21-fe9e-4cd2-94dc-f14604f36048", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.9423076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9fa79c18-6014-4929-b81c-b5036c0b0ee9", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 201.375, + "noteFunction": "", + "noteid": "045c65a3-a6fc-4fd6-80c8-b9b471293fa7", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.13461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "7ad34b89-19e8-4597-a6c4-af6a639a7e49", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b8c98e09-646d-42b4-9be9-7c33c542f159", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.32692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "af217584-3030-4e83-8f46-b6dc38ce8d0c", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "663e1331-25a9-4df6-a5df-165f9fcb67a4", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.51923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "5c9a11bf-5a94-4517-8a5f-574d451a1e57", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "c554261d-6748-43ed-b84b-c858ec9d2bff", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.71153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0b87bd0b-da22-4d7a-a519-7ee692ce8434", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.80769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "ce4e336c-33d1-4fa4-85b4-a044785b16fc", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.90384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "bfe94b3a-ede3-4993-bf3e-a49dce57d169", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a9cb4036-20ee-4a61-b2d5-af03c7d2dd40", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.09615384615384, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "c7d2a454-c8f5-45d9-ac9e-d7e100c59db6", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 67.125, + "noteFunction": "", + "noteid": "be960e4e-b18c-45af-b6f8-9026a6464993", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.28846153846153, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "033f068a-1ae9-47be-a03f-966a657aca8d", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "63a61cd1-e325-4e38-a08b-3bdd2cf11df1", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.48076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "fe409b1c-98a0-4aa1-a039-8f45a737526c", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c375c1d2-52cc-458b-94fa-f5245f14471e", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.67307692307692, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "a3091fb6-4a0f-4abb-973d-d8f8774e0eaa", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f4c818a0-6633-4802-8e51-09a038e2463b", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bec58d22-4be0-49a6-8a89-7548f59c8318", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7ba669b4-bff5-4b30-9578-646890696506", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c23c6318-2fa7-4236-840a-34317813c649", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac81655a-a6a8-4456-b80e-7f979cf81653", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "905a37b4-3ab5-48a4-a54f-f17f75f46703", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.82692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "01182ad1-afe3-4073-882e-671146a975d4", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "d1a9d1cd-e3af-46dd-b07f-25acc3de9002", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.01923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "5c79620c-b655-4c6d-a8eb-920494b3f1c6", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "ad7bf743-fdb1-454d-b995-7a7cc7e6d573", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.21153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "3a73b3c0-ebcd-430d-a5e7-588a6f034668", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "e78c8faf-8466-4785-ae2e-02e6d164a586", + "newLocation": { + "bar": 60, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.40384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "b317e156-74f0-4a50-8954-80b609654dae", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -201.375, + "noteFunction": "", + "noteid": "360afcee-4383-4634-b05b-5f6e80033903", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.59615384615384, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "fd9d974c-e508-40b9-b8ea-c549e8750240", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f9b75f35-1d13-4b33-be81-6b651bba176d", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "72b95c5d-dae7-4485-9b4f-8bb44956035e", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dedaefb4-4fcf-433b-9262-a99319c8783d", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "50cc7f86-3161-4ed9-9b1e-db39727e48af", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6cfd3859-2d40-44c0-955b-aba93f08598e", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "58118469-7019-4e49-97cc-06336226eef8", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "98b87e70-338a-4512-8af9-c0273b8b9593", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "1491112b-b1b2-488b-bb8b-83960a99fa70", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "12138522-ce8b-4fba-a51d-e39e77daee7e", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.80769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "274ddbf6-fc85-4b7c-9aae-5ca759422c38", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ef5e58ae-e77c-490f-ac21-afd732a06d46", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3530e6b5-a5f8-4436-ba1b-33db284b4f3f", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.1923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e70544dd-567b-4b8c-b98a-ffdf2dd5a5ca", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "08055761-e027-4900-b343-41ef9978e39a", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a2b3110d-7e72-40e3-a895-0092b2d6c6dc", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1af65eb8-f863-4491-9bba-fb5a90709213", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c091c81-477d-438b-854e-4ae17a258a10", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53bcdbd0-220d-4e56-ad6b-31c8f6f45b8d", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.96153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -67.125, + "noteFunction": "", + "noteid": "aab66171-0c88-45a7-aa0c-5d2192a6d6e6", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "919aee30-4a4c-420c-9f51-ebdabf129030", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d261f8a9-5783-43eb-9338-f15062b29f76", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b0d740cf-9579-479c-800c-9db206810983", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "498d99be-25de-4e98-91c3-51fc9cdce043", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e245db51-0bd3-4329-bd5f-d3183d621396", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c9237ef-e086-471c-a1c5-b78303296cb8", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ffda5061-ec34-444a-b299-ef69aba47ea4", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "c967bf00-2f62-4a99-834f-508dbda2931d", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "dc8d7643-7c01-48bf-9ead-ce84bc765cc3", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "d88d0876-b6f4-4aac-bda6-fe861bc92462", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "8d1a3d6b-a44b-45aa-95cb-5ffc68662ae8", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "239121ab-32a1-4324-b8ad-ea679a48479b", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "51e4ccff-7d8b-4b67-abd1-d8b929f5fcfe", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9c3719bc-abaf-4b85-848a-02417f43bb4e", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "91675758-1165-4868-bc62-fa91af4723e7", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bf30b576-048e-42b4-96ca-6ed7996be7cd", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b891fd51-8901-4734-98d8-7832be3456aa", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a318e960-9437-4de9-8316-979b26794f16", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "03692ca2-1024-46a0-9dca-c8e320024a53", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "505b213c-bb72-44eb-bcf2-86f05ae6aef3", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -201.375, + "noteFunction": "", + "noteid": "06447e4f-7fc3-4dec-878b-92e660f83ca0", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d3923418-95f5-4249-904c-4af040731e86", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "55e982ea-320a-4b5c-b6ae-666f6e9e6408", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.03846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1249efb9-5140-482b-8a4e-1b47a9fc5c4e", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a3c90851-ae3b-4796-8504-d65661731d41", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6fd0a463-39e3-46c9-8cfe-05ea895032ae", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6b610124-65dd-4dac-9240-ba7657b8547f", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fc31f501-fce0-4525-b74b-1fe1bb844d83", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d1b90db9-c748-4c71-8920-acdcf2fa12ef", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.8076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fb74e4e1-b199-4073-ad71-6f566fc1962a", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97dc0850-8216-40ff-94c4-fb81cf756210", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 100.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1ba3330a-28ad-4e69-ab0b-8dc6767274e7", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8fe240bc-16d2-4c3f-a858-a95bd44b0320", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e27985ae-5422-488c-83b4-7f7dec3344e3", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa121615-6d9f-4911-bb6e-5e81f55e4fbc", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8d21dd9-9448-4962-b228-ccf8be2f55f5", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "823f25ed-2f41-49f5-84bd-8950ac167995", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e863e9a9-7504-4221-979a-d7c9c69ce9b5", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e70cf7a9-a7f8-4f90-9c81-707bd75f2484", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0a2337c3-2136-43ca-8e45-963f525af6cd", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "48b543f1-5b64-4188-92d8-734a2214f938", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3a8acc59-1dfc-4af0-961f-b797a0d073ae", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "06292607-27ad-42bd-bfbf-bd3caabe3d89", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dbd9e016-b4c7-4446-954a-4ea4d680c584", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f7614786-c6cc-4905-aa70-e012243b0d3c", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "276c4078-ec5f-42fe-8a3b-0600b01370c1", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8bbac371-e4d4-42d2-b86b-b0531937e0c8", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f65ce9df-69e8-4678-a080-3fde32ffe941", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e3051719-df5a-4a16-99f0-547dda016781", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f2088518-7d53-4952-976c-eba2e6af2461", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b66f8199-927e-41a7-8912-fdacbf5c3d2d", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1bc52fd2-5264-4108-b621-6049bcc28347", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1ce59cca-deb4-4e69-bd85-8f2c2b92b1f4", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -201.375, + "noteFunction": "", + "noteid": "77ef2e92-d780-4c5b-a60e-45a345fecb0d", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "81d1d9c5-27cd-4da9-895d-ec956e2e2b07", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5fc1c988-7306-4d27-b5a2-0eaf1d2def3c", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "700ff864-ad8e-45b6-bf50-3e2fd2e52beb", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cca04763-fb99-4e6d-a632-66a7000e51c6", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "29d99ea5-617e-4fb6-b0f6-2c0023116921", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 67.125, + "noteFunction": "", + "noteid": "995fad9a-6d8d-442f-8485-e883e88054b8", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "70cccc0a-97e2-4f88-9b1e-14aeda3cd12d", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "569cee31-51c4-4826-8b60-bd65bccb3835", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fa336311-0a97-4939-aba5-b540d6f9b99e", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f1950663-c3df-4d9a-b1a9-c0fb2cd01b8e", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b9f69d02-7c0c-4569-8c6e-17bf7c41baf2", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.8076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1ff6c8ee-8844-4c91-88fc-4599177af842", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.8076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7409dda6-a28a-4381-8fea-9d443dd522c1", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b443d3f-c81a-4ad0-af06-4bbeda5148c5", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b85468c3-210a-479a-8255-589bba48f147", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -67.125, + "noteFunction": "", + "noteid": "813431d0-6b60-41c6-a92b-714d0835831b", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "61606a6f-e5f9-4da2-8ffa-fda2d30ed325", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "69375f4b-5fa6-4864-b48b-c07bde8f152b", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "94dff5d9-152d-4b48-839e-4b99941aeddf", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3b67314a-e61b-4f12-ae3d-e88a9ebee9b3", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4a9dc1df-1a47-4346-8534-43a978dc2b2f", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.96153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f7bb36dc-b197-4622-b54d-b1293d17cda6", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1ca452dd-4a49-4a9d-ab75-b8a162333b5b", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ae8aedca-811a-47da-b620-ac307b306911", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.34615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7b98e650-77ba-4491-9dd8-cd6e7083c337", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "034693b1-25d5-4237-a6fa-019711f931e5", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a155c62e-9923-4912-b495-a901a8118427", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a01f8880-5330-46dc-ae1f-35f9e4ee15f3", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "16acb88e-d3b3-4154-b836-3debdbd63d46", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "957dcb6b-b618-464b-afe1-bf0275ed6473", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e8ca3d51-8d3e-424c-8c59-e4ef88379b54", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c4f357dd-88f4-4eee-a6c1-f3d8e1a2c7fd", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82a5bffe-361a-4de8-93a9-8ccbdd42def2", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "abc1878e-6545-4b2a-a53a-9753d18ae2f9", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "25ef501d-7a06-40fa-8b3f-00f43135e71a", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0b71f959-13df-401b-abe9-e793d022d059", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2251cbab-a19d-4023-bdfb-07942b4a9ac6", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f9397a2-0a96-4f58-82e2-31a1fa3c4001", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e18d5f00-0af0-4cdf-9553-cf4e2b736599", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "edf413d7-8ac2-4d4e-af62-ad47efe36922", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a420fc4f-43f6-4dfc-9fc4-0dcb35ba0f20", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aa7f6d80-8643-45a2-8430-3e1c6717434a", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2cca5f60-ceff-475e-81c5-3eeffaa480c3", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a10b77a8-d158-42c2-a094-c083ae5b8500", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "145b3baa-9ac7-4400-87cd-82edc7ba83c3", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "29ced03c-15e1-4b02-9d4e-eb01beb05a6f", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "970c1229-66f1-4766-8b9d-573edd3c5b86", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "39bfad34-f90a-4bed-8610-236a999ce1be", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74a70ffc-6241-4a94-a6b6-bbaa7c8ec184", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "189a23d7-76b5-4838-9f81-01975a93652d", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9a998c95-09b4-4db1-b22b-00ce85d0722c", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "88487032-0162-43f3-867e-f6a3cfb96df1", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f4840fe2-8465-45f2-83c6-f312185abada", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2a0ae570-5020-48aa-a600-c38a3218dce2", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40369141-2286-4b08-b733-586844a7f23a", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "81945672-fd39-4f43-9a1f-4416ed742fe3", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "68ff57c4-a361-4e46-8868-53ec06df383e", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c23f11ee-c50a-4182-bafa-dc4284be02cf", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "80ae0a9e-959a-4c8d-b5cb-a74842934c10", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8f01e739-0f53-4807-982e-759da3482fc1", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4e902f99-92c5-42a5-b474-2bf55065f41a", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8bc7e84e-96ca-4485-8daa-28b031521cda", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.61538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e6a1171c-1b48-403e-82de-038e014b44fc", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5b34451-b31b-4178-b9ee-a518693d8415", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "96b1b237-0370-48b2-bdaf-75c99858cdfe", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ad7573b7-d893-4b67-b4f5-ed3f2437b679", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "95fe3c07-e346-42ee-b51f-5e33b98a3952", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7f4c9465-61e7-4d80-ad48-acaa27ea60b4", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3f6ed5e3-116d-459e-a0da-33784c6657a0", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "52703ee7-30e8-4cd8-8850-bbb9eca55134", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e9fe449a-f0c3-4cc0-948b-ce8045f3db63", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6944f3bf-e4ad-41e6-970e-af3aeb543160", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.34615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c401989b-d5cc-45ef-a79f-bcdadc057b5f", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e7c698a9-3167-4154-8451-57bdac1e908e", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "189a208c-548f-41a0-80f8-5c4da2d2fc26", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2ce4e916-569e-499e-91dd-511d901197e5", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 112.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "739b7109-7d57-4572-becc-f462730a350e", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.30769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "601488f2-97a0-441f-ab92-9ead8e3aa1bb", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0963af6e-0897-4ee8-b626-de4f5f8dd24d", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.59615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "100f3afd-c5de-4079-934a-391cc3c11280", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f2e6c7c7-cf6d-454c-9372-572dfc800be2", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0b55e292-f0f2-4cd4-b694-9ac0bf78a992", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "16fe303d-d303-4a62-8a74-d83b531ab110", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3c874732-3cc1-45a8-8e84-732c190bebf4", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a183f40b-aeff-47a1-8f86-1dbf65e30f0e", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "48e10716-4773-4a72-b75a-a08e22594420", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0fa3adc9-dea3-49e9-ac2c-0c0ff8648891", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "14298660-f75d-443c-b343-fc4f9e6de274", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c77a79a8-047d-456e-9f0a-fe2ea243156a", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ca9bb495-f126-40a1-86b1-0e8db4b19acf", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c261426-6402-4c42-9bb3-d0bd7c78e666", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0cb80389-56c2-434d-86ee-709ffb927894", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "12eae583-fc5c-4c96-9b62-fed92297101d", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2285bfe4-119d-4358-99a9-2a6559281c39", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1ecc89e1-acb3-411a-bd36-bd179d86dfbd", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.42307692307693, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fb255c5f-521c-4f8c-8f68-6ffa7622f77b", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "38387ba3-9aec-4222-9e97-693233ee3509", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1bfa1ea6-20ef-4da9-afaf-fbbb9ccd1e86", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.80769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "60609002-02fb-41ba-be3e-94e9ff3faf11", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cc1d4af1-e862-47e8-bf04-33fbede02be0", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "226c200b-2e44-44c7-9f69-b423979f8cf5", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.1923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ec006433-a9f2-45eb-ac2e-248bc0736b48", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "26f293bf-1449-4a9e-969c-297dbc8d3e1e", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71e7ca7c-1169-404c-823d-da22654eaf97", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a5e4ae56-2924-4465-be52-b11b729bfc3d", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1ea87e3e-f7b9-45a5-a665-b77e908ae2e4", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "22a5ecf5-7622-4af1-aac3-18eb8dc56e05", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 115.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5725af6-8531-4e24-a10c-a8800e01bb94", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3697bad9-e5fb-4988-aa52-120753fc8a05", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3445199e-20a7-45cd-8441-216915c81d87", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b0eb154c-699f-4b12-9da4-eb8b663f5d8a", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.73076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e9c7843d-b9fd-4e11-b53e-8704cdebf805", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1567b1c0-725b-49ec-837e-a63823f7f255", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1f1b38e2-aab8-4b4f-b898-4926a6d56b09", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3fc707a1-7ef1-4bd3-9f47-690908fa0958", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.30769230769232, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0493b262-d81b-4104-8260-727cc6cba2ac", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 117.30769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e97e74f3-c34f-48c6-9be9-a70aff3b82ff", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a8407e01-e3d6-43af-8fbc-753e8648eb64", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "839645f1-3591-4dae-9ff4-e62c5f25fc0d", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 117.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4a881099-e625-43e7-aeec-188f31a120d6", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c7f8c20c-acaa-4d86-a71e-52713a169b2e", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 118.26923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9fe59e6b-7ba8-4cf6-a53e-628ce3a22e7c", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54512379-101a-485f-ae8e-6263d90560cb", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f35f6eb4-316f-4de7-9299-c69459f9a4cf", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "c5c8d9ff-a02e-4458-a6a0-692755cc2fdc", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b0c9f0d-03b3-40ff-8194-79cbdb6fa407", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "46bdce99-47c4-49a3-ab28-2ce4fe09134b", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "94b456fb-5b80-43c5-a747-c49c493a7703", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e136e8e0-7108-47a4-9c7b-2b1804a85b47", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d8b07acd-1189-4070-8ffa-e2db1cf2ea19", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "edd75ead-b270-48c1-b089-46ce265067d5", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.80769230769232, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 78, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dc4944e8-df7f-4f4e-a066-cd630bfbbc4f", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d43c2880-7fbc-496b-9217-80f065e5e75e", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -201.375, + "noteFunction": "", + "noteid": "edd17458-a67f-44ea-b4a3-bcc725b06a42", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3a9e98e2-e3e4-4ad5-916d-9585a141592e", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c80a6c03-9c02-4e68-9331-b56dd0a2bafc", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "101912f8-bf73-4a73-9ab9-d4fa9f673ec4", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "01b5b0a3-68df-4ecf-a92e-0465649d33d6", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3fa856a5-2643-4b40-a9bb-79d071c95a7e", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9fb26c87-b8ad-44ed-aa43-d5fb7fd36450", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f993308d-561b-459b-b7be-86e901db4412", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 201.375, + "noteFunction": "", + "noteid": "115276de-6058-4844-919f-514056c453e1", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f12ff9fc-799d-441b-825c-6ff32ca68a4c", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a7d44114-35f8-46ba-aa2a-c4855f1dfb1a", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "63ec1251-c088-45f2-ad7e-11e289d3ee6f", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7c5f9dab-6eb8-474c-8a6a-f0db9a7c965b", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 122.30769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e0f3d420-14e4-476b-bacd-3ce5b90f41a6", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.40384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "de3ed6c6-c2be-4324-9180-9da49dcba6ff", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "897f38a6-ca05-45cb-a377-b2a8567f6b9e", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.59615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9bd88e13-7656-4c80-a035-f07f3b545f8f", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ca175896-e9d9-45f5-a1f2-d2de52777b99", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a97a8813-169b-4df0-b0a2-eb2ce3a24b9e", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b3a7862b-fc37-4bd3-a3a5-da68c588e1ea", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.98076923076921, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 234.93749999999238, + "noteFunction": "", + "noteid": "b62f1db1-99d3-4bce-94a7-0555872f9a74", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7bd5486b-08e6-40cd-9118-a3aedfc23d8e", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a15c2c78-41ed-4eb3-a141-73b68e6bed3b", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ca7951c5-b1a3-44fb-9d0a-3756529fbc81", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53f20880-25d6-4268-95b0-520bf69626ea", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "66e9138d-3063-4d6f-ba1a-fb6277255271", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "663f216e-72ca-4dde-8cae-441a234145a5", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d28476d6-39e4-4509-8b86-14fd631bcd18", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3a8b6dea-373a-407c-afe7-cd0bf1d0841f", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e58e532a-7e8f-4d72-86fb-0d308d580ac9", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ed8234d3-3a40-4f45-ba9f-d2173b0f02f6", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "576e5e6b-2e04-484b-949d-c2f0f46649c3", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.80769230769232, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 82, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7c4a2416-ba15-418d-98d7-e6a9ec55a743", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "60005893-cac0-4bc7-9046-01eae1386862", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.346, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3804cb24-4f2d-491a-9059-45a5a92d6479", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 3, + "isFree": true + } + }, + { + "time": 126.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.577, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd15254d-f5d0-4103-bf4d-1c6dc164ba19", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 127.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "25d7f972-dfda-4321-b00e-d6e174f80927", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 3.077, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fbbedff1-9881-4886-9a21-4dab0655cb50", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 130.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 2.692, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b70a8994-52bb-431e-bbfe-239d9212c3c4", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 7, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_11.json.meta b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_11.json.meta new file mode 100644 index 00000000..8b732f6d --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_11.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 23eb0ad32db01d44e9208238ef52f581 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_15.json b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_15.json new file mode 100644 index 00000000..05c1be43 --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_15.json @@ -0,0 +1,20626 @@ +{ + "version": "2.0.2", + "title": "Can U Feel It", + "composer": "siqlo", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1002003", + "duration": 171, + "bpm": 156, + "difficulty": 15, + "difficultyName": "Incredible", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:49:53", + "musicFile": "A Lake With Endless Stars.mp3", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 1207, + "globalDelaySeconds": 0.367, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 212 + }, + { + "colorType": "red_hold", + "count": 45 + }, + { + "colorType": "green_tap", + "count": 277 + }, + { + "colorType": "green_hold", + "count": 52 + }, + { + "colorType": "yellow_tap", + "count": 23 + }, + { + "colorType": "yellow_hold", + "count": 1 + }, + { + "colorType": "purple_tap", + "count": 284 + }, + { + "colorType": "purple_hold", + "count": 46 + }, + { + "colorType": "blue_tap", + "count": 222 + }, + { + "colorType": "blue_hold", + "count": 45 + } + ], + "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.9230769230769231, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a9f6390d-d03f-429b-b01d-a56c80426f48", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.9230769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2f9d44b-0730-43c5-8c60-47d9d7a7fb06", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.1153846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e9bda34b-509f-40ee-9ddc-286b99e45d0f", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.307692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "82404931-a949-481c-b03f-d11148a97eb9", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.5000000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 67.12500000000011, + "noteFunction": "", + "noteid": "d60874a4-5736-449c-8d87-47257547d742", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.6923076923076925, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "84169fa3-fea7-4021-9ace-9921bb500933", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.6923076923076925, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "533a8e0f-48ad-45dd-bdc3-d17e485bd590", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.884615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3750000000001, + "noteFunction": "", + "noteid": "dcac5c63-46a5-442f-b217-64fe0f009de6", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.076923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "31091225-c95c-4453-aa9c-d800480747ce", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.2692307692307696, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cc2b302c-4bf1-43e1-bbdf-cd2fcb0d97ac", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.4615384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "164089d2-692d-4474-a0c0-5962bc426497", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.4615384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "889c89a1-f948-4fa7-bc66-1bdaa3cf0bee", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.653846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5777d1e4-9e70-4129-8bc1-648403540bdb", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.8461538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "33a0e274-7424-4e69-8281-5da463e99af2", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.038461538461538, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.12499999999976, + "noteFunction": "", + "noteid": "1916f08e-5ad3-4b14-bfd5-7bfd68742a53", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.230769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f1c8b7a6-0899-4b66-a09c-4965eb3ac7e3", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.230769230769231, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0a751457-c30c-45db-b224-1097bd674e34", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.423076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "75eb31ad-4a5a-478f-8df8-d1ddbcdc63b5", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.615384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf24aa6b-2535-43d2-b79f-2c2a31f1ea9c", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.807692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -201.37499999999977, + "noteFunction": "", + "noteid": "60bb618c-a720-42b9-99ba-0735d7063b92", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd63ff12-1ec2-4968-b443-89397577aa5c", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df331ee9-41f3-4242-b87b-257af6c887fc", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.1923076923076925, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a681a308-056a-44f3-90fb-40d5e67900b7", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.384615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "96b4751b-6791-4af2-9ad6-2beeb4ebe38d", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.5769230769230775, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 67.125, + "noteFunction": "", + "noteid": "52d76019-292e-4bb9-82bc-0522eb28af99", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.769230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.24999999999977, + "noteFunction": "", + "noteid": "56909d85-55bc-460e-a2f7-f030a5617286", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.769230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.24999999999977, + "noteFunction": "", + "noteid": "f92142ef-e190-4f8d-b309-4fa4dba25657", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.961538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6256b1c9-5b01-4210-bb53-8841d43aded7", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.153846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e32d0708-8acb-4b27-95e1-73ce7af5c0d9", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.346153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -201.375, + "noteFunction": "", + "noteid": "70927809-6685-4ce6-be39-9b33c5d78e1d", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.538461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4ee424fd-c633-434e-8d39-0fd06d8c98f0", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.538461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "48171bc2-99b3-4b86-9e62-47f43861ae96", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.730769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -67.125, + "noteFunction": "", + "noteid": "268e32ee-1065-4f8e-bc8a-36315668ed6a", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "48059c87-7af6-4abc-8343-da9842fcd549", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.115384615384616, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 5, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1444ff53-11db-4724-975a-835ab769ef34", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.307692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "48734ba9-6e58-4908-a270-f6e5b1751453", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "671fd7f3-c081-48a6-90fe-b1ef52108e1c", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "29fafd2c-fa29-46bc-a169-483e35ac0bf4", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.6923076923076925, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c9545d6-f95a-421a-9ce5-f23497479964", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.788461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "11df5733-a9c2-4a79-bbd5-e829d4356de5", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.884615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b912cf5c-78b8-459c-a61e-0b3807c63a10", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.980769230769231, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f0f29d48-e1d9-4011-a086-78a21a8c45e6", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.076923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25000000000048, + "noteFunction": "", + "noteid": "1dcefb6e-0c17-4dae-8b36-b0d6372ee3f0", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.076923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25000000000048, + "noteFunction": "", + "noteid": "ed87b809-13c5-4eea-909e-fd960a45abde", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.269230769230768, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -67.12500000000048, + "noteFunction": "", + "noteid": "7ae13189-68ca-492b-9a1e-0f7590f3caf0", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.461538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6cc5d033-7344-404e-b011-da1e8f0778ff", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.461538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5daa118-27dd-49ef-a446-9f3a9e76eb1f", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.557692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "34d3cd0e-ed0f-4406-8786-2fe59898d8d4", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.653846153846153, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "47c413e4-aed6-4774-bf39-370bf38d30c1", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7918596b-c613-4b89-bcaa-c469982e1ee0", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.846153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "30db5da0-13fe-46b6-b236-7c809cd300e6", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "18a9a39a-3304-4562-8c96-ce844831a97b", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.038461538461538, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6a4d544c-e3e8-4313-88ae-d986494e168a", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.230769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "662c2642-e367-49f3-9a61-6bb577e2d898", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.230769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45b34207-ed36-442a-ab3e-805888eb3b2f", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.423076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6d7e7429-7684-4cc1-bf29-0f4fce7d032e", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.423076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -201.375, + "noteFunction": "", + "noteid": "77ccae9c-7f9f-4918-b2dc-b502f85b1321", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.615384615384617, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "aba8e3b8-5f14-448e-ac7a-a9f8d8b56511", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.615384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "f2f0be40-d486-4e28-aa28-7fa0f6088608", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.807692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a033232f-e4e8-4e07-9a03-553ec42198bb", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "67467d39-1690-4068-91b5-56cc08a49811", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1235787e-81bb-4397-9682-db028f0c2216", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.096153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f5b5b54c-6a76-4419-871c-c009789f6416", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.192307692307692, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "cbc1b901-4792-4ef9-a139-5f3be2618370", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.288461538461538, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 100.68749999999952, + "noteFunction": "", + "noteid": "593a3571-e248-4703-89c5-5c53551bba29", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.384615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "be23e269-178a-437d-9070-78c1fdc134e4", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.384615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b430c7d4-bad3-4960-a9b7-d9a893f41b07", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.576923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.37499999999952, + "noteFunction": "", + "noteid": "946b2479-722a-4767-baeb-b3beb6353815", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.673076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "60d7aaad-e1b4-454b-900a-58bde0c791f9", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.673076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "9b5195a1-84e0-4c25-827b-e04200f28feb", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c8a1b8a-a082-433b-9210-a4ff8f0b0722", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.865384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -234.93749999999952, + "noteFunction": "", + "noteid": "ad397c8b-bc7f-4cad-a41a-2b896b801f99", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.961538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7d4c427e-4107-4aa2-8ca2-f5ba0d55113a", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.057692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1ab775a7-207f-45f2-8aa4-9680303a19e6", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.153846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "51eb0cf6-f9b7-41c4-be43-bb071e2c30f8", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.153846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "31ed7e2d-14a7-4f98-9007-375cd5a391b6", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.346153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "447b116e-d24d-4903-a855-c8b17ba4974d", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.538461538461538, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -4.769518113789672e-13, + "noteFunction": "", + "noteid": "07217496-5042-4a75-9389-6c613dd114ed", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.538461538461538, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -4.769518113789672e-13, + "noteFunction": "", + "noteid": "64e9b713-9761-4dad-aa05-4717022f81e2", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.634615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "59daeb2c-9d06-4a7a-8840-18d8f21c177b", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.73076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "db0b9d15-8361-455b-b46e-74a3fbe31519", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.826923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 100.68749999999952, + "noteFunction": "", + "noteid": "b21bc985-3480-47e9-8938-0f0c2786f95d", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4f02d957-7bb5-41ca-a3fe-b60705dc1b2c", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b1c801f1-b101-47c3-88e7-5bfc5800e46e", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.115384615384615, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 201.37499999999952, + "noteFunction": "", + "noteid": "34fe627a-b099-496b-88b6-f945e7d1f0ab", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.307692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5686e4be-4dcd-4445-aaff-821c8be24b4d", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.307692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "648986c2-e120-4e72-a4ac-5f5be23ddaed", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5efd5f5d-5d6b-41ef-8509-e4f3e1bae7f0", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a41c8b80-246e-4cdb-830c-31d85826d920", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.692307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bd50063d-9460-4c0d-ade4-53812bd75afa", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.692307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b70714de-d4c7-4e5f-b656-7f635dd73a71", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.884615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -67.125, + "noteFunction": "", + "noteid": "998a5bbf-9e84-4c73-87fa-57deb795eb29", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.076923076923078, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fcef0cb9-92c5-4cd5-b77d-ed14cb320698", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.076923076923078, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "31394da2-e7a3-47c8-9fde-820054228267", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1aa4fe63-927c-409f-a433-72e6f62e46c0", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.461538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "df676534-3229-40d6-8c45-6590834ab3ab", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.461538461538462, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "49f84253-c372-4d6d-95f2-ea69d05fcb5b", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.653846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1bf9987b-53df-4237-8870-4f32ce6d7aa7", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 13.846153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0ebf9fb6-bab3-45b0-a2d1-7747be431364", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d4b6cebb-be8c-4510-ae8e-dc7405bc9afe", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.942307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4fe68f41-16a9-4ff4-8877-b2c52c92baa9", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.03846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ca71c744-f78e-4bfb-b169-12a2fdad56cb", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.134615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "29e50b23-bc4b-4f1b-a815-b40e686d4f40", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.230769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "31593f09-38ff-4168-ab76-73c02e1b2c29", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.230769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "644e34f5-6ee5-4d4a-89fb-510470cc208c", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.230769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c312d987-0470-4cd3-bf76-5dac6a44f097", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.423076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "61a03a26-7f81-4ab4-96f0-d7cf47e425b1", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.423076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7c10110c-9fc8-40bb-a0eb-35606c7bdf0d", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.615384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fdbebe3a-0811-4652-b91b-53edfe42a96c", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.615384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2027977b-860c-47d1-a70f-7455c2ed02d3", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.615384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "75aee3ca-eef1-44dc-8b06-7255f2d8494b", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.807692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "21f23836-1946-4df4-8f8c-7727528d94a4", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.807692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e08ef286-8635-4b02-b46d-802698791856", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "742d23cf-aabf-4585-a614-4a2028776a50", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ff0d70c6-43ba-43c5-ba72-9a5907a07a27", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9fd04bde-1fee-4f4f-96c7-88babd0179aa", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 201.37499999999903, + "noteFunction": "", + "noteid": "4a8029cf-f863-42c6-b390-83b34b998b89", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.19230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 201.37499999999903, + "noteFunction": "", + "noteid": "a44585fe-4b45-4ff0-9778-eda0d34371f1", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.384615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "add9a63e-94e2-4ef8-844d-01314c092b39", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.384615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cacb8909-b255-4e04-8240-0fd85b22ad68", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.480769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "b5550b2c-a55f-48a6-a974-95b3cf4c2e00", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.480769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "18774a85-f755-482a-a608-a45a975c1ccd", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.576923076923078, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -201.375, + "noteFunction": "", + "noteid": "683c64e9-3637-47af-9969-3b285da4a4a7", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.576923076923078, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -201.375, + "noteFunction": "", + "noteid": "deac5c43-ede5-486c-ac7b-99191c2c5f6d", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.673076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "649e5a59-bfe4-499c-bbba-65a3b3fabf92", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.673076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "27b28729-8f36-4464-afdf-24b48369a2fe", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9dfd1060-5f70-4bc8-9c3e-70443c29f5de", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9b609265-3ef4-4ca8-b5eb-f77e5419f42c", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.961538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "616dd624-db7a-4c6b-96d7-1a4658f2b2e2", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.961538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "42897062-643f-49fb-85e2-8faec84464db", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.153846153846153, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "bc8fbad5-a565-4a6a-98ec-b3ef9750839f", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.153846153846153, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "b0b10688-e31e-4f14-93df-dfdf61de9ea6", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.153846153846153, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "df2b0d54-6a19-4cea-b031-53892b606446", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.346153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7213c4e4-6985-4979-a0a4-abbaaed1c688", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.346153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 67.125, + "noteFunction": "", + "noteid": "75f37af4-ff64-41c0-be02-7fac71b59c64", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "549e6039-ae2d-4355-a3d6-dedc25089cc5", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cc02662c-7f85-46be-a523-cfeda97e906f", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8365dacc-33e7-47d4-97da-174a601c70fa", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.730769230769234, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 201.37500000000097, + "noteFunction": "", + "noteid": "1f7df1ab-224e-4238-846a-aa830d419fe9", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.730769230769234, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 201.37500000000097, + "noteFunction": "", + "noteid": "69353a28-938a-4fa5-813b-fcf1ed62a5ee", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7530f8f8-3180-4917-a860-c45108f634da", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c694b648-0828-4299-814b-1d2c51f0f3b2", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.923076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "054a9515-664f-491b-9975-793f67adde5d", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.115384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d29816de-ab8c-4547-a800-b014bed872e6", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "878e5c12-74ca-4926-9b13-5c6866dfb71b", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.30769230769231, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "98f82c60-92d3-4008-a397-7b1d5031ae66", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.403846153846157, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -100.68749999999905, + "noteFunction": "", + "noteid": "1620e5e7-244a-4021-840e-70c014201e60", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.403846153846157, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -100.68749999999905, + "noteFunction": "", + "noteid": "717d0e77-b21f-42e5-a4cc-099d68966587", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.500000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "28657590-721e-4274-9c2b-da11506275ce", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.500000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "f0b3cd40-2788-48bd-bc39-dfabad1c36e3", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.59615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -33.56249999999905, + "noteFunction": "", + "noteid": "0d2d9f45-fc6b-484f-b9d8-11567bf0b8d3", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.59615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -33.56249999999905, + "noteFunction": "", + "noteid": "d395e7e7-5c2c-45bc-b7ff-eae9063e600c", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.692307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e906c5b7-3458-4839-aa71-44462f73d704", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.692307692307693, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "08156245-814c-4eb0-bf8a-e7056ddb0ce2", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.78846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "2d91b534-977f-411c-838f-b6c94ec6022f", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.78846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "4645b7ac-3efd-4de8-95d6-99181c6d6daf", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.884615384615387, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5bb494c1-6665-4b9b-8450-9aa8e3b34f84", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.884615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b1019564-515a-4315-934f-a1529306a863", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.980769230769234, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 100.68750000000095, + "noteFunction": "", + "noteid": "854fe7e7-b65f-4547-afc9-5b455cb17b52", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.980769230769234, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 100.68750000000095, + "noteFunction": "", + "noteid": "55ff97b5-d1fe-482b-ae29-b254d21ca48b", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.076923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3fba629d-6526-4747-b6a4-ba0a12aecd0f", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.076923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "36c73101-3be4-4337-8a4e-fd09d859427a", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.173076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c5ac6fe9-ad1f-419d-b6d3-37c8e6d42d43", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.173076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c6a00fc2-bcec-490f-ab42-d5d935628c06", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8218c876-6c26-4a43-b0fc-5efbda057140", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2ac4feae-913f-404f-be96-1fdbc5f5bc32", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.365384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "8e31615a-c5f9-47cf-a2a0-43ebdc6be91b", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.365384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2dabbd24-d93a-479a-90d1-fdaf67b498b8", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.461538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "427eea2f-16ae-480e-8d68-f1f292691ae7", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.461538461538463, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c10f6c60-f8ea-41a7-83e8-4caab385f35c", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.55769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -234.93749999999903, + "noteFunction": "", + "noteid": "84ea726a-e781-4255-8f03-6b74a7fa4c39", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.55769230769231, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -234.93749999999903, + "noteFunction": "", + "noteid": "1ddc5f53-ec13-4dff-8f28-e643eaa167d7", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.653846153846157, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "0138e859-265f-4aca-9458-a84304f2d8bc", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.653846153846157, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "72a8b39c-5e97-4ab2-91e7-dee02e3f575b", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.750000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -167.81249999999903, + "noteFunction": "", + "noteid": "087e3b59-4547-430a-a966-febccae6beb2", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.750000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -167.81249999999903, + "noteFunction": "", + "noteid": "e050abea-c595-4ef8-9fbf-1d1761fd4ca4", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.846153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "50277971-608a-4d72-a7c4-e8a3e5477dbe", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 18.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "25f5cb02-d5b6-47b8-b668-407fa39242bb", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 19.615384615384617, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "80d8dc75-f5a0-488f-916b-1bd912ba36a2", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 19.615384615384617, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e7ee73f9-9015-4aef-b386-95ded37e89c0", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 19.80769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7b8ae985-7c53-428a-b517-e176e9ba665f", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4ad71521-553d-46eb-a4fe-5a8fd767a4e6", + "newLocation": { + "bar": 14, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cf0ee841-8919-4a2b-a8c7-a36f43af7cf4", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1754e583-fceb-47f7-9d9c-b708c172e72e", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7b6ea506-6217-49a0-9a4d-717966e3b27a", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 20.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "f05948fe-02b3-404f-aacc-94d0ff20eab3", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a369b36e-fc22-4f89-bd0f-81c0cc3c3465", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.153846153846153, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 14, + "yPos": 134.24999999999903, + "noteFunction": "", + "noteid": "6c1f15ab-a6fc-41c5-ae5d-c0f2290159b7", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.346153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 201.375, + "noteFunction": "", + "noteid": "769377a8-0ebe-47c8-ac32-e476ffefd763", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ca222e5d-8ff2-483f-ad58-609bb423993e", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.730769230769234, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -201.37499999999903, + "noteFunction": "", + "noteid": "3ee49ea7-a1dc-4ce6-92c6-7949d8b13fd1", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.923076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ff0467e2-74a0-4fdf-8c7f-fe2d23b2d069", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.923076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "15807886-b352-4c25-947f-c9b4a2d3635a", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.115384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d9e8c457-69df-4589-b1e6-77527dc9b0e0", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.115384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5fb34033-9559-4ef5-9f37-5b694e0369b7", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.30769230769231, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b54deab8-0867-4c5d-a79a-8a303e6a5159", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "57e02b19-aafb-4479-8b14-24e21decca76", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.500000000000004, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 15, + "yPos": 67.12500000000095, + "noteFunction": "", + "noteid": "fd17c4f3-5d15-4da6-a557-e9a49ad16d41", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.500000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 67.12500000000095, + "noteFunction": "", + "noteid": "baaea2d5-4807-41d9-8f8d-785069212117", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.692307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1ed9b1f7-d532-466c-bb1a-49870080e845", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.78846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "66970678-31e6-4d00-8f06-7271e50d892d", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.884615384615387, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "87032afa-9623-48ab-8029-a9a5538176a9", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.076923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 268.49999999999903, + "noteFunction": "", + "noteid": "5c05762b-57fa-404a-b56c-a0e5ffc5219b", + "newLocation": { + "bar": 15, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.173076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "e34605cd-9dd4-46a9-9b32-f9c098f4a1d6", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e529aa36-2029-4b37-8572-308cc5a664c4", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.365384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8413de79-2c6f-473d-bb73-80450ff571ec", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.461538461538463, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f21c501d-6caa-4673-a3a0-5c287b419349", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 23.461538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f385c85a-cbda-4344-97d1-6ea89e1723cf", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.653846153846157, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 16, + "yPos": -67.12499999999905, + "noteFunction": "", + "noteid": "9b313561-57bd-4f67-85a6-5abd13a04f6e", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "04fdf55f-6969-41a4-8231-afbef7f6c031", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.03846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f958ced1-055b-4b6c-a4b3-9fe734c5a714", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.134615384615387, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5bf2e8f4-034d-446a-a6c4-40cc210d9d98", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.230769230769234, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "2a79f019-1a25-4ad8-b94b-12c80c71cee8", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.230769230769234, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "127f96a7-9ca4-4c50-bf7c-d55f55d60bd0", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.230769230769234, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "ca9ed1de-14f5-4e85-adc8-09a66b247a8f", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.423076923076927, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 16, + "yPos": 201.37500000000097, + "noteFunction": "", + "noteid": "cfcf4744-e139-4bda-871f-c58014ef2b4f", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.615384615384617, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e63e5f04-0686-4cf9-8e54-afca4bb144b1", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.615384615384617, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "289eb5a1-93ff-4b65-812f-049ea0a534f8", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.80769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -201.375, + "noteFunction": "", + "noteid": "29a591bb-11f7-4bdf-88f9-6d71214cd44d", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f796ddef-459c-4b0f-ba22-13f4337d7f22", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ba6a8df4-2b82-4e82-a968-9b0617b26dc1", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "532704c4-ac91-4563-81d8-76f61114480e", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.192307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -67.125, + "noteFunction": "", + "noteid": "467276e2-1909-4bee-ac20-834a269e3173", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.28846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "00000b3c-0523-43aa-abfb-74d7bd161805", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.384615384615387, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac501724-b189-4553-bf92-a2a72cdd7f68", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.576923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b016d835-78ee-4db6-8084-6b99b5c559cf", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.576923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ba2f5a31-6e82-43df-bec6-f26f16ca3ee5", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "783644d7-f5df-4791-8820-0aff8907ca89", + "newLocation": { + "bar": 17, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "44391794-6322-4821-a85a-66617848a960", + "newLocation": { + "bar": 17, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.865384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "99567d75-d4f1-4b13-9e85-3e66916336db", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.961538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bd814830-d5d9-4d42-ac9a-37dae089cbe5", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.05769230769231, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "4eb8677c-c9c0-4cce-ac93-e05f693eb175", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.153846153846157, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1fc38cd7-e0de-471f-be35-60359f6935b4", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 26.346153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "24ab5dc4-59d4-4df7-a176-8778643fda8a", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5cb678c5-6ded-4efe-89e4-394ee837e6f9", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2fbf4bde-6940-4744-a461-93b80d7aef87", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.634615384615387, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "418518cc-1225-4c79-8621-e39e27871caa", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.730769230769234, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b99a0d03-ba51-403d-856f-0e418c05ff79", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4ed7b4de-54a4-4f56-9303-6b7ddab0bd34", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74983cbe-9804-4bab-a6da-335ee655fde5", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 26.923076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f6bdb265-a368-4788-a952-294a72998df5", + "newLocation": { + "bar": 18, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.115384615384617, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9b354304-ba5c-4b69-82c1-1fa71ee20a3f", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.30769230769231, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fe39eb7c-df6f-4dd8-b983-5ee4c9e05163", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.30769230769231, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "99a2c541-992e-4b29-8da3-71c3fc1241ee", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.403846153846157, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "0ed2e751-db0e-48a9-bc3e-6adfdd5f5216", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c79543ec-b43a-4829-b071-b0833c0d6b37", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.596153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c543c422-09bd-4c7d-b0ef-8cd28904be69", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.692307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "496956a7-17f3-4c10-8a0c-175c19af2187", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.78846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4886dfa9-173e-43d6-a720-ae4b437523e0", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.884615384615387, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9c3b45e4-0712-4983-8c33-0c087d22d5cb", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.980769230769234, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2ae4d2aa-008e-4e4e-bcb4-981bc967e121", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "089ba016-83e2-4624-a0fd-444dee7e4ed1", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8ecc021a-357e-4cc8-ad29-0284047e6245", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1e1a163c-4e60-4fa8-b80a-b963a6fc4385", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.269230769230777, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "909abe93-0785-4334-8e48-83b4e3912209", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.269230769230777, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "4bbb134f-bd31-4d0b-a46e-9afbb5e7258d", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.461538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bb9841f5-9df9-436c-96c7-818f60f9b08d", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.461538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2fbd609b-f76b-417f-87bc-9136c51ccfd9", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.55769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "dc3557b5-5396-4db4-93be-aa999266ee10", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.653846153846157, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "eb9a6f32-4ee3-472e-82f0-94f2741c7221", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b1883f0f-6a67-45a1-b8ff-f298e5c628e5", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.846153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3609bb06-2464-47e6-be99-99f325ced1a2", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "36cc35b1-1c01-4e74-8800-131b68f227e4", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.942307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "13413031-4cc4-4fe9-95e7-27f273d82f51", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.03846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a2920189-754f-4b0b-bd2a-e75d1a48684d", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.134615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "222b64e9-2cd6-462f-a43a-bb4647e80b44", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.230769230769234, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b62f7da7-0e9f-4413-9c7b-9a56aafe2696", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.230769230769234, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "621cd3d9-ff7e-48a3-8a99-0efbd9586de2", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.230769230769234, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2343b744-817c-469c-acc3-d204d3cb9098", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 29.423076923076923, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 20, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c106e53c-0e26-4dcc-bc8d-32143bb6cbea", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 29.615384615384617, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "efeaa2a6-6935-48c2-b2e5-c48504e92964", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 29.80769230769231, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 20, + "yPos": -67.125, + "noteFunction": "", + "noteid": "04ecaff9-efa1-4fa2-93f7-ab7c7d46ecd9", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bb198e8e-3d2d-4680-a41e-b3435d950559", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.096153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "17f3c235-d532-4c6a-bb7c-7602b2472073", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.192307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 67.125, + "noteFunction": "", + "noteid": "52e3de42-7d14-48ee-81f6-ba06c3e5ed68", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.28846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c4506da4-76de-4318-b7b7-e26c44f67901", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.384615384615387, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f98280da-c307-4f74-80c0-22b1e31ce9ce", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.384615384615387, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ee3f12f2-5caa-498b-a077-888ab2c7c12e", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.384615384615387, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6a6495a7-d183-41b9-a3a8-6c72fba1c8cb", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d1cb0914-8abe-4ab2-84da-cd12a416eb41", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b3508d35-2ceb-4d7d-8add-ffffb3991dc1", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "681af43a-768d-4bea-ae62-3d9489a3a17b", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.865384615384617, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4f5d3e24-8030-47e6-b81c-3962cb7de847", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.961538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0fe61a8e-037c-4816-85be-0409bae845c3", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.05769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "26727e55-8295-485f-b8c6-998318250207", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.153846153846157, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e155d2a2-d1c7-4c6e-a49b-4a1dbf66f43f", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.153846153846157, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "aac1f14c-8055-4320-8538-e530dbea8b83", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.153846153846157, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "17a7781a-d6ab-450f-9325-598047981c6b", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.346153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -67.125, + "noteFunction": "", + "noteid": "57141023-cbdd-41d0-b2b6-1e94c46e1615", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bd04eabe-0a8d-40c4-aa0b-96a8d66b611e", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6fa3766c-b44f-4ae4-a420-aba20136acc0", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.634615384615387, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "dd8b47f3-b663-45f7-bb45-2b33937e95fa", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.730769230769234, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 21, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1a78a545-895d-4d15-a1bd-062746711151", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.923076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7524a878-96a7-4fc1-a4b4-cc5842205d0e", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.923076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "39873bbe-593a-4942-9eda-05f10b8df540", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.11538461538461, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 201.3749999999981, + "noteFunction": "", + "noteid": "991bb251-0cff-452e-b7e1-6ec8486adec8", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.11538461538461, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 21, + "yPos": 201.3749999999981, + "noteFunction": "", + "noteid": "46ed99ef-f9c7-46da-b627-155303028a20", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 32.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 21, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "13e67c0e-ee5d-4d42-911b-bdf2c275db85", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 32.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 22, + "yPos": -201.375, + "noteFunction": "", + "noteid": "41cec40a-47bc-4e12-880c-11f55a4de18f", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.69230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "91aa8c20-fd15-4548-8a7b-1de4361ce38f", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4e0cefc6-058f-49dd-bfc6-85bf2705375e", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.78846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "1c680715-0127-42a2-a059-193719aea1ca", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -67.125, + "noteFunction": "", + "noteid": "51ade1b5-c6a1-4a9f-a650-8ef425bd8106", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 32.98076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ef2e69b4-2268-4bba-abe4-a1bd546e3789", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c3dcae3a-b6af-49e3-b163-689149da85dc", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.17307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "09961864-df7c-4b0f-9c4e-a164fec6af6d", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a4d30ddf-c5ab-498e-8a02-d96d28633cb0", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.36538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "a1adeee6-a8ee-4087-8f00-7fb61712ffab", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.46153846153846, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "0703e181-816a-4733-a8f0-4e897ca88c6f", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.46153846153846, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "8c2e63aa-5961-404b-ac02-a7c6f6fddd51", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.46153846153846, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 22, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "bd46e4d3-06bf-40c9-9029-c8ce5dc9fb29", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.65384615384615, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 22, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ba675b8f-035b-441b-9707-5d93f865544b", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 33.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4551f779-c19a-47d7-8a56-41884e4ce8e4", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e82dd8ff-d375-402e-9d36-5aae56b5e77d", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 33.94230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "97e1f2d8-40f3-4dbd-8296-9f52445a8233", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.03846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.375, + "noteFunction": "", + "noteid": "57b43fbd-0d4e-48c2-9384-ce15f3d8043a", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.13461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "46c033eb-da81-4fd1-8d6c-be63df046b89", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -134.25, + "noteFunction": "", + "noteid": "57c0d216-bb09-4ae4-a2e4-7ccca15f655b", + "newLocation": { + "bar": 23, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.32692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ab34cf27-79ff-4a4b-a9f3-63897bda76df", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7cc75d89-173d-493b-a193-7f9d57d8c1ab", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.519230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "919b997a-4c39-49ed-8273-caf7a05386c8", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.61538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "39050e68-c2b1-4eb6-9ec9-16b74a1e8d60", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.61538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "3bdd6b2f-8524-49b7-889c-4a2f4d4fbce5", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.71153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 33.562500000001904, + "noteFunction": "", + "noteid": "62f744d3-6352-424c-b7f8-af4003672577", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.71153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 33.562500000001904, + "noteFunction": "", + "noteid": "7adf6336-5c77-49fe-94b5-bdad92fab9c3", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "6b173994-de3f-4611-a4d8-6da8378a760e", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.807692307692314, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "ce8b8dff-3707-43b9-add2-723f04300c62", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.90384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "6a793b15-72dd-49a5-b974-9493898faaf8", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.90384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "f6d71308-5c6a-4e8f-9475-48eb63b8947b", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "87065f7e-9b3f-4e17-b55b-b969ccb4696a", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f0e6b5e0-77a7-4267-b75d-dbfef3f763d8", + "newLocation": { + "bar": 23, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.19230769230769, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8fb6494a-a83a-4682-a70a-e374652caa45", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3ae6ac56-a22b-4be0-973b-d78d0d1a49c6", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b44d6588-29e9-47bf-9d06-5a6bcc83de19", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.48076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c68c13cd-c69d-45fe-8709-4fafa10f356e", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ca04e169-fb52-4e97-9a9d-704d8a7ea17d", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.67307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "09d1ea7f-03d3-4ea6-b9d2-db2907ed5710", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.769230769230774, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1cb73c11-3586-464e-8ac2-ccc7250cc5f0", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.86538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -100.6874999999981, + "noteFunction": "", + "noteid": "cfa46c40-00a5-4f35-b6ac-eb46e49af22f", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "f2c9a5e7-149c-451a-8d6a-589d3470c2c6", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.057692307692314, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -33.562499999998096, + "noteFunction": "", + "noteid": "9f8d8454-21aa-442e-90d4-2fc281c16688", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a6f76360-90e0-4b2c-90f1-01bc2dafb434", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.15384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2668dd94-9319-441f-aea0-6279eb30447d", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "951d63c1-abc9-46c4-a73c-d333fce3a8a7", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.25, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "ff17f6b4-960c-49c6-a39e-a7eaf193ef21", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b04b293a-f72a-4736-b0cb-a9d2315e97d3", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.34615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ead4c839-e638-4f6a-85eb-e2e7a35d31da", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.44230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d1b632c6-8848-44ea-8321-d256e44f4e55", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.44230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "eb5e2155-66d8-4eab-a314-9002dcebc7dc", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.53846153846154, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cade019e-88d4-4ec6-9973-19b7290ca660", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 36.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "803734d8-08ec-436f-9dee-afb383e2ebbc", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 36.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3b0a460d-7986-4616-8268-048f70035ab5", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 36.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9af0dcdb-12b6-453d-97a5-0b07c7998089", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 37.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "9477c7ff-df04-4dc0-a900-5ac0f1f23193", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.30769230769231, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "e987de9b-5f21-4b04-a6f5-5fe9bed184e7", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.40384615384615, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "efa3475e-13e6-4e18-80c4-ccad865b0c63", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.40384615384615, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "8ed9772c-1d9a-4b0a-bf23-8d2c13c2fa40", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ac30300d-0785-4641-833d-8a425a942645", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1782f6e6-d726-49f9-bef3-c8eedfa03cfd", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.59615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "68eb82bf-0ba9-4eea-9d0f-4e8c1a01c0be", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.59615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "209958ce-c673-4cdc-aaa2-d3279432265c", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "447fae70-c326-42af-8f8e-35d87a855153", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.74038461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 16.781249999998092, + "noteFunction": "", + "noteid": "15cded89-59ff-4288-b1c4-90a57add281f", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.78846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "3821ff04-667f-4e13-8c86-a1b42309f03e", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.78846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "9163267f-5421-4449-b9dd-455cecf046ca", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1031f389-2e0c-4a03-9e20-0caea221538d", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5794d44a-b32d-49a2-beb0-6d2c41f5357f", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.98076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "eabb8989-2bbe-4d40-bd5c-8d9aca226a04", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.98076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "6f427123-be84-4115-a870-7363bc152fff", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e54bee6b-cf08-4c95-915e-ea0329ff2d5c", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 38.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "334d330a-0c6f-483c-bb76-f15ad55ecba4", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "97503113-afe9-4ac2-915f-96604e2d1196", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 38.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 26, + "yPos": -268.49999999999807, + "noteFunction": "", + "noteid": "321d0302-ced5-4c5c-b31c-d0638e34fbc9", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 38.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "bf1508b5-0f78-4e9a-b0db-a033ace9e0fa", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "54a927db-df73-4efc-b174-b6491c79894e", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d80e03c4-60d7-4d46-9767-d7664d9c12c0", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.96634615384615, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -92.296875, + "noteFunction": "", + "noteid": "ba0a5fe6-1e1f-42db-aff5-4732391bda7e", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.13461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "82c8a3ee-d948-4ed4-a51b-555b690b4a91", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6df51335-9219-485b-9b6f-c56aea7d92ae", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.35096153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 41.953125, + "noteFunction": "", + "noteid": "de11b998-b481-4712-89c8-2206b5a1b9d4", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "95968c0f-b703-44e0-85f6-39e9978f7f90", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e38b2a40-c027-42c3-ae3d-083aa107e5ba", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.61538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d2f93202-e622-4076-bb98-4a91e81afe9e", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4f7abdad-d73a-4410-966f-145ccd7ba455", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.71153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 167.8125000000019, + "noteFunction": "", + "noteid": "90dbc8d2-4766-4e95-9d14-623a66f6ce00", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "841669c8-496b-4bf2-9923-568d0b4610b8", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.90384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 234.9375000000019, + "noteFunction": "", + "noteid": "1b750de2-45b2-412e-8f54-309adba0b0f2", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "21454184-61d6-4479-8fb7-83794d8060f0", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5ea43f9e-e475-4178-89ec-15f54235f618", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 40.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1806909-b082-4fe2-aa60-f30410b5de88", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "419bed32-72f7-4c48-979f-ecd427783008", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.57692307692308, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8b15d75b-e3fb-4976-b37a-265bcfdfaa37", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0f258ff6-6907-4812-95dd-6cb9bce48e11", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.769230769230774, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "636f03a6-948a-4bd3-be7b-ccec0267266c", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.769230769230774, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "af9bc6ae-5cb3-4b5b-b266-a1141d91fdd5", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.86538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "2340cfb6-aabb-49dd-a76b-1dde2783af61", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.96153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "31e2ab95-9748-4705-94dc-ddf3b9403050", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.057692307692314, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "06712f80-9b72-42f7-abb5-9bd5a012cbc2", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "57db6e20-75fa-439c-8ee0-96b0738db174", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.15384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "d7deca23-ee67-4150-9e3f-b816817535c9", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.25, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1229759e-8f97-4d26-906f-e413a1c28263", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f05e62cb-9c64-470c-b106-f9eb061e12f9", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "556133ab-9986-4b50-b457-a566bed07977", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.34615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b370380c-f662-46a7-b360-c3f11cf998a1", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.44230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "cd13cc31-7c0a-43f6-b018-f74c7746f72b", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.44230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "43d95fae-66bc-4dd9-ad41-b7ba4af2a636", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.154, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c93a77e6-0944-4c7e-b9be-0f4b45a12162", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 41.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.769, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "68fb8c5c-7905-43b9-8092-94915f3525bc", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 42.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 28, + "yPos": -1.907807245515869e-12, + "noteFunction": "", + "noteid": "32a22689-caad-4350-9b1b-d15ab7e37b51", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 42.69230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "61ab77df-e5ac-4237-8245-de0021722fa2", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2442dc7d-cb7b-4e64-a973-1909031b7cc6", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.78846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "ddca6dc9-704b-42b7-94fc-d54e4ecd7003", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1cabe749-225c-47d1-998c-b46637a5a340", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.98076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "7c403160-62fb-416a-ba6d-3ba645accc14", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4e2607f9-84b8-4f39-8015-7e2a181fe66f", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "69613b75-f0f6-4155-84fd-503a6e1483fc", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.269230769230774, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.096, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b4462af9-0570-4b6f-9a09-a66d87163b6e", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.269230769230774, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a0298574-2030-4729-9e0a-dd2dfd985afe", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "1ce9cf3a-31bb-4030-ac26-eae36e148cff", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 29, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "604f31dc-10d8-4b6f-9b90-f8509c3c0553", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 43.65384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "084070ea-0637-4385-b77b-2533f41a86f0", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "66b430fb-c5c7-45d6-b19d-5ca2e5419fc9", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d2132e9f-6037-4dc0-9671-4a293481dc37", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.94230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "493bb6fb-c40e-440a-bb31-cb376a19ddb4", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.03846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "96bfe915-38bf-46f3-9f47-3b008a6bf1b3", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.03846153846154, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "35957398-8bc6-49bb-b616-34c967d777e5", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b99ab8bc-e5c3-4021-94fc-9ce95edfc244", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.23076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d0fb27cf-1992-4a4e-9d01-e169a428ae13", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.23076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "92b9d8a8-bebd-407c-ae9d-51909209393e", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ca130f55-0f89-4328-af3d-1fed4f4a7edc", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6d88b614-20a9-4b3b-8ba7-6e1f552e33f5", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.61538461538462, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.154, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7eb82f94-5b57-4823-a33a-4118c7e2fd64", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 44.61538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d2a35cb9-f1ff-474e-8a4d-08dbed724cb1", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "71272285-4f3e-4f6e-9f60-e3e0bc36444f", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e8ebeb5-2e18-4e2c-bac6-907b61404572", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -67.125, + "noteFunction": "", + "noteid": "aeccf4c5-4f54-4d51-b1e0-84dc374a23bd", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "90d54a40-56c4-4667-bcf8-0d9a513b4639", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 67.125, + "noteFunction": "", + "noteid": "19f2cf56-38b9-4ed5-a9ae-b3604bfd04fb", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.67307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8d42779f-ddbd-4acc-bd4e-022a3991680b", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.769230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6833d652-e957-4a86-828a-77f114db799f", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "11ddb0d4-35a2-48ad-adc8-c75878748919", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.15384615384615, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "34875304-7bb4-4c06-998f-e917e5e9a5b9", + "newLocation": { + "bar": 30, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f3af25c7-322c-4be4-a8a6-dc891d6c7b92", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "87fed306-4efb-457d-9b86-4bffa069138d", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "81656d71-9d67-4269-a3f9-c62fa18e4dc2", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.63461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "5e33065f-ab03-4d74-8871-d16347381b35", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.63461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "fe9a84b2-fb0a-4a0e-bfb3-4ba3023e7699", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.73076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "590f9180-6774-4516-a655-5181b04bb5fd", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.73076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1c597344-7f7d-4940-b895-7959596f74ec", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.82692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2ce3ab5a-554b-4584-8404-6afaac7d1d76", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.82692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "4148e782-a8d6-401c-a7c0-25171f2dba68", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42e6b22e-2119-4bf0-ad1b-199ca5384ce3", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bee1b23a-bd5a-4cdd-9cdf-1128a2f8cc6d", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.019230769230774, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "95d4bb8a-63b1-4612-b07f-8211e455f2cc", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.019230769230774, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "da195adb-e1aa-4c61-ac9e-1cb415101c2d", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.11538461538462, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5de2a72f-482f-4ede-b782-d2fce5170bbe", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.11538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0235aa5f-eef1-4586-a151-63c7287c7c13", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.21153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "c9bf6d10-ebe0-4cb4-a539-d6badcb1b1df", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.21153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 100.6875000000019, + "noteFunction": "", + "noteid": "d89e657a-390b-449d-9eee-1ef94a2f53e4", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.307692307692314, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 31, + "yPos": 134.2500000000019, + "noteFunction": "", + "noteid": "ae7273a8-18cc-418d-b43e-8185bbecc841", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.40384615384616, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 31, + "yPos": 167.8125000000019, + "noteFunction": "", + "noteid": "edc2dcab-9ba3-4567-816b-ba5ddf716705", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.50000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.096, + "barNumber": 31, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "7a42b539-a4b2-462e-b965-f244eb3028f8", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.596153846153854, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.096, + "barNumber": 31, + "yPos": 234.9375000000019, + "noteFunction": "", + "noteid": "67c7d929-c66e-4a9e-83f1-f20757a7ee63", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.69230769230769, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "db5b5fd5-1cf6-4173-8a72-83a34cc6ae3e", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -201.375, + "noteFunction": "", + "noteid": "42d8151e-af5a-45df-b82f-488ebc2df2c7", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ebaab51d-3c92-453e-b88b-e05979abdb7f", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9c890e47-e1e6-4327-9da5-cbc4d09f3e01", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.269230769230774, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1f58d80d-0a95-44d0-ba6a-c6ed85a389d6", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fd11f29f-707a-496a-8cb6-69f935800c20", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.65384615384616, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "83b9c404-d839-4a62-9b97-8c9a74eee8e3", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "deffd79b-3b3c-4148-8db2-b2179c7c0ad4", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b6873ed3-f44b-47a8-8b4e-86579711620a", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "74e00ec7-29ce-4353-a0ff-7ba6c0603875", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ccabb7aa-6ae9-48b6-b164-da2bc1dd858d", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.23076923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0bae962-5bed-4ecb-9160-0a555cc1f646", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1779e3c7-dcce-4659-8934-a2e518c2179d", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "88b396b8-6ab1-4b15-b2db-1ac88b721a18", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ac17eb47-03b2-4253-aba0-b40513462bc5", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.61538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b90a2aff-2f63-479d-aa5a-f7ebd0a44692", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.61538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bc7dca1d-45b2-431e-866a-be685798d6ee", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.807692307692314, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0bcca696-daf9-4b96-a641-841241fa4590", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ddb0feef-8fbf-495c-bdc7-f757b7513b78", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "051b2649-0b18-414e-8c9b-24f474c46265", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fcc99a09-86b7-45bb-be14-574842dcd010", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.19230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cbedabb7-ec1c-4791-b7c4-1feb039a9fb9", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7da5b7e9-59b0-4c67-ab49-e2bf1bdec031", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3c17db0-cb9b-4fda-b2d9-de0a4cb23b6d", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "66f87bd0-8360-4369-aea5-973c9158c5fe", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.769230769230774, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3dae9c93-14a2-4aca-b254-3bf4870a5ec5", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 50.96153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 34, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f88db021-e2b6-4ded-9ff9-320704cb8568", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.15384615384615, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7840e0f8-0c65-4ab4-be0b-d9a48b8fd4ba", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d9509f59-76fa-46ca-b764-f0ecba4d91f8", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c86b66c7-4d51-4239-99aa-d9db1e06f56e", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "35355faf-b09a-46cb-ab58-0b28ef8c4f7b", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.73076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0650904f-8164-4842-9799-0f866bf77c42", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.82692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "0dd2c87d-070b-4b2c-ba42-ddd8a16d8350", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2de56a18-64cc-4d2d-be7e-95e03310eb36", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3024d478-fee8-4d24-8b53-fa2311492047", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.11538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8d2c8fcd-c760-4f8a-a014-03f817fb8265", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.307692307692314, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a781d8c3-edee-4ceb-9a60-001c02203b31", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.307692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "27c23c31-3074-4291-8fdb-27a5d03b8592", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ffd18c22-2904-478c-b576-f8948930329f", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.69230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e9f0ca21-a817-431c-8e03-9492ab0231ad", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f156168-fda3-46ec-aa0a-69571c0e598b", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5d522af5-d822-4bd3-ba33-7117626df817", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.98076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "c3051a29-96f7-4ec8-bbca-650c5d51fd52", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.98076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "bb63ef81-b2df-4847-9e9e-f0c10c5ebcea", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "57f5785b-b6df-453b-b823-ff5cc2e71d5f", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5191028a-0977-406e-92ff-db6cb959ce12", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.36538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b5f81aff-a524-442a-8833-31f5b0eaa7b9", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ef688823-a01e-4949-8798-078943991314", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9a2caf7d-de28-40b6-872e-b3b4f53425b6", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.557692307692314, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9c25fd67-10a6-4063-a61a-715e9bb8bf75", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.557692307692314, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "cd6d8551-57f4-4d9d-997c-7a78bd3cbf0d", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.65384615384615, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "22fbe813-ab28-42b6-9a2e-f5a8631be909", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2f62e603-f3a3-4ee2-ae44-c55da32c50a5", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b6d0917e-55eb-412f-958a-832fa8889848", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e510f97b-7587-4c9a-8323-ac74a15a8423", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.94230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d2bcfe3b-0487-435d-b4aa-ce97c8dd202d", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.94230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "83775256-856c-427f-9da5-192398c5014e", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.03846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f50d08df-b6b3-4d53-8521-198011f14ac4", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.03846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0e3bd67e-3f68-4cad-a5ad-9360a4064aba", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.13461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "39af8b1e-d0c4-410a-979b-73d10d62870e", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.13461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "4835e751-4dfc-46fe-bc06-b9b0375ac217", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.23076923076923, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9ab809b9-4f69-4bff-84b9-70fb6bd25493", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "45343c0c-a414-46fb-bb6e-4d0c4fca5ce7", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2e2e3a59-41f1-4c28-971a-f5046d493f16", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3241ad78-5a8e-4429-8460-4319657b6245", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.807692307692314, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8b7b7fbc-4898-48f1-a1c0-1e3fc818557b", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.807692307692314, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "19c269b9-a348-45fd-b2be-38e5c5cb8136", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "65ceb3fb-1c58-42ed-9eb5-23e785557b48", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fe8b4d3d-7081-4221-aaff-140e71085d7f", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7560bd63-45e0-49c4-a37a-69e06bf6a27d", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0e6634b9-407f-4b7e-b3b3-bbbe333938ac", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 55.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f3333d13-df5a-4186-8e5b-890380ca99b9", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b5c001e0-cd54-4499-9268-9021479ad55f", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.769230769230774, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c11f8b7-6e61-4860-854a-d9921f870702", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.769230769230774, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e58a8ece-0f92-4c51-84f7-dbd93bd5cfca", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.769230769230774, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cb046ce0-cc05-4013-8a3d-b991fcc9d762", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e84ae488-2b0c-410a-860a-470dee836d24", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0b54d678-8f90-4dd7-bf05-58d549d6e1fe", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9c102dd8-511e-497f-855c-eb42132eb0be", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "532fc2c7-2a72-4ab5-bda4-67635be95018", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0cf707db-af66-4244-a461-d7607674aab6", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.44230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1fdc752c-5a4c-4817-92eb-b1c9777993ae", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.577, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9a971f03-0808-46bf-9d2b-6722b7a70174", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 56.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "833ef4e5-1d0c-4b67-83d6-96e34353c747", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 57.307692307692314, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ae76c168-4a3c-48b9-abc3-bded071dd096", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.307692307692314, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1061de3-4d23-4c53-bfc5-d6ea119e6603", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.307692307692314, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fd4b06ab-1a56-42a5-98d9-e681d165b34f", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c5dd12d1-cc71-4ab5-99d5-869375ebc1f1", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.98076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f8aad961-e04a-4c5e-8824-548a2391a3ee", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9145955a-f4b6-4aab-866f-1f30c907aeca", + "newLocation": { + "bar": 38, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -201.375, + "noteFunction": "", + "noteid": "aa0afa68-f88f-4e68-bc2d-f4c15f0ab4d7", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.70192307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "9e3e851d-c635-4997-a9c1-a3cac783083c", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.03846153846154, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c9eb37bf-2f98-45d4-ab0d-ffaf83a00d43", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 67.125, + "noteFunction": "", + "noteid": "248de782-c8aa-43ce-8465-e2c901c83aab", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.90384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 39, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a22b1a41-17ab-4ad1-874e-3552cb314c45", + "newLocation": { + "bar": 39, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.04807692307691, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -251.7187500000038, + "noteFunction": "", + "noteid": "83dd6370-c086-489d-9d77-de9ab22dc77f", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.19230769230769, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -201.375, + "noteFunction": "", + "noteid": "012abcd7-591e-4424-8a23-d6cd4674ed19", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 60.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c02a55f-1398-4514-b2be-324e0e953097", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 60.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.538, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10796b58-10c4-49dd-b17f-373f9f40a8bf", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 60.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0f612683-5351-4be2-8abf-aa0bb68a3e3d", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.057692307692314, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "64ea792d-acea-47d5-b254-55899bfa9208", + "newLocation": { + "bar": 40, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 40, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b47db05a-0054-4dbb-aebc-7f7c8635b025", + "newLocation": { + "bar": 40, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 61.73076923076923, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3651aa61-631a-47d1-ae4b-9925bc7866ee", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c47bcd16-6fd0-4f59-8ac5-dcced7b0e5c2", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 62.11538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cea538fd-fed3-460e-9fad-5c30b694a265", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 62.307692307692314, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.154, + "barNumber": 41, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ea7d8de7-4af5-45b8-b8d3-24f395da3345", + "newLocation": { + "bar": 41, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 62.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9d574172-18ae-4640-aca3-4774c5b26f8f", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 62.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 41, + "yPos": 201.375, + "noteFunction": "", + "noteid": "090cf488-c055-42c6-9aaa-e839ec70c6aa", + "newLocation": { + "bar": 41, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.07692307692308, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -268.5, + "noteFunction": "", + "noteid": "48a16df6-a31c-46de-b6ee-1320fc613a87", + "newLocation": { + "bar": 42, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 63.269230769230774, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ebcd144f-6dfb-4757-b263-9d4ade4da167", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.36538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "a3d6823c-3970-4949-aa88-560fd79c4080", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.41346153846154, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": -151.03125, + "noteFunction": "", + "noteid": "e05909ed-6f0f-443d-a1a5-fc2c48d3ae45", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 63.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.923, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b0a2b925-7b36-4453-8f2e-655c82c1750e", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 64.03846153846153, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "87b770da-69fc-4360-ba0e-ca50de116bd9", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.13461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "fb491c98-6a40-4080-aa4f-4780ebc97ae4", + "newLocation": { + "bar": 42, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 64.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "0132035c-08ed-4c0f-bf80-020c3924931c", + "newLocation": { + "bar": 42, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.61538461538461, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 42, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "2d2bbe21-622c-4166-acf1-8159b2e4892d", + "newLocation": { + "bar": 42, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 64.8076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bf0ce2bc-2f05-4d3e-a12f-5a90b5ef60d3", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "413df2de-a725-44fc-8147-adc5a0adf755", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.67307692307692, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "a1a407ed-0d98-489f-baf0-60d5819dedee", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 65.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7f50341d-e07b-4115-9e50-ec0c6770e258", + "newLocation": { + "bar": 43, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 65.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "417a4e77-ba88-4ac3-a6ff-2a763f78452e", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "49a5b5df-1861-4f8d-a28e-8ecbcaa9d775", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "179adb0d-e0ed-49cf-81b1-6b8f6e967441", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.39423076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "4073ca3d-e84c-4257-a719-1a1238c34171", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.39423076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "5c2f9835-1922-40c9-8da6-a29af0a146f3", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "83888267-95e2-46af-8506-a7317d1517c6", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "162fbfba-95f1-48f8-8a07-911fce39ae34", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 66.92307692307692, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "40474a82-fda3-420b-ac99-ecde14e89d82", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.11538461538461, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 67.12499999999619, + "noteFunction": "", + "noteid": "2f671d43-6883-417c-89a8-426e9c1f1abc", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 134.25, + "noteFunction": "", + "noteid": "977e2e47-8cd5-458e-8dfc-6f71b8049733", + "newLocation": { + "bar": 44, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 201.375, + "noteFunction": "", + "noteid": "21e25750-2c34-42b6-8f4e-c79a1dea1662", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 67.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c9107a0e-c510-442f-8eff-3b0430188304", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2488afd4-477e-4f8e-82db-1362ee6e42c6", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e6790a80-f27c-4a4f-a6fe-abfce3ccd041", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "aee12011-d0f7-4381-a924-441d95921f24", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8cd1f841-c91a-4586-93e0-56043458eb1f", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6fd4971a-860b-42e6-b270-0eea5113d85f", + "newLocation": { + "bar": 45, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0414b1ab-6a8a-49e4-90e8-110704da2909", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.03846153846155, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 201.375, + "noteFunction": "", + "noteid": "76a3890d-8c49-4031-845b-11586884e6e6", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "72d900c9-0f76-4b28-b09a-1ad96e7ca501", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "d5191edd-96af-414a-82d1-12e50d829569", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.51923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d5ac7a12-4e0b-48a8-ba94-1748bfbd4f92", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.61538461538461, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "65b856ba-f5e6-431e-9c5f-17b8614a88f9", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.61538461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "9924baad-33b6-4972-a3d4-99cde96cf5e7", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.8076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d66575f7-0d10-4449-8748-09001e45f196", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c5bafa98-61b2-4d28-a4b3-87e3548207d6", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.1923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2917b167-ca7e-424b-9a8c-e159651395ed", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "97816ea8-f8e3-4769-a461-e080473b8ca9", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b6ef0cc1-715f-4b6b-847f-016488481fa4", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 201.375, + "noteFunction": "", + "noteid": "369fc31b-fea1-46e2-9a43-86f4d1a40caf", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1f5ed1b4-0626-4895-b908-8830b0482014", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -201.375, + "noteFunction": "", + "noteid": "664c8561-0396-438e-a70e-bbc8d70bdcbd", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7ec928f4-ffd7-4ed8-affe-505ded8674f3", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c8269716-0953-40ee-81f4-80916dd38f5e", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d940f8e0-2c61-46f1-8f1b-411062c0cf77", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "c544aaca-eade-43cf-9f4d-d55efa1fbce3", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.92307692307693, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "b5451c64-d2de-425a-a155-be80e4b2710b", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "de2f74ec-f569-46fd-9ab7-11748db033cb", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2180ac9-b885-4449-b72d-58983faaa237", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -201.375, + "noteFunction": "", + "noteid": "77b45609-a7f5-47a6-9d59-a5c62e2590c6", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9dbfc4f9-5677-4739-984c-558bc04f3758", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f7301842-cc52-463d-8c94-4319e44c5f7b", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd5bb4e7-2b63-4e1b-8fd6-c7993a0debf5", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "523d403a-df94-46b4-b8ed-55b33862565d", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3dc1f4a1-e5a1-4106-a383-e97cd3539c04", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4b4d09a8-7588-423f-8776-057de2756b06", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "850a05de-3295-4a0c-8cf7-c7cd76b2c972", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c8352ee6-a0f3-4861-a210-9ba827223acd", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2dcf36f3-5a1a-4095-b2a9-6e9acd1a2749", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "013722c5-47d0-4bfb-a461-fd17b727161f", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "a369a075-c735-41a8-9191-4d9a0f2eb51a", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.61538461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "4eb3dcae-0017-4544-97d6-986b2bcf819a", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.8076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 67.125, + "noteFunction": "", + "noteid": "06486618-ab11-4c1c-a63b-c41eabc32e0a", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7a2be599-c9d0-4a38-9e92-23a8fade35f8", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.1923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b2fda02f-ec79-471c-9062-1d0d32974e8d", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.1923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fe5d8d40-cef8-44ff-9f50-1561000012a4", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c59815b-fdd1-46f6-aebb-6afa15b07182", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "07313ed9-89ca-446a-91f9-e4ec0420c866", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b1b0c944-2010-4059-83c1-5ffbcf6f1e41", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -201.375, + "noteFunction": "", + "noteid": "82941f05-edcd-4dab-ad19-89008e9a23fd", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e4469f8f-ab9b-4fdc-96b7-736e64668b77", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ff7f6941-fbaf-4464-9e51-48872b8ab215", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.86538461538461, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "88d5c46e-6368-401a-adb0-2294dc3665d6", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.96153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8d5ca3d6-a84d-42ae-b826-c96888b9faef", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.0576923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f0425057-5843-4a50-ac89-9187919bbd4f", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5de406a8-1240-4507-b0aa-9e672745ea45", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.25, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6aae0182-b4d4-47c1-9f47-ed7bb7c24315", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "566d20bc-ed62-451e-a187-44794a9a38f1", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.4423076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "a6249adb-6a8d-41a4-b707-5fff13c51e2a", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f19a2280-b93d-4c96-a17c-5d2fc738a436", + "newLocation": { + "bar": 50, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.63461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1f39c6b5-c4c8-43bf-ab9a-8a0b324bd276", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "d6a74463-4b49-4557-94b8-9f78ded9928a", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.82692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "57a64ae7-8d7a-466b-8b8a-bfe5d3d91d68", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "3e99e254-5440-491e-8286-3a1a77ab4417", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.01923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "ce9bce23-aa50-4422-bcf0-a18f1e68359e", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "2aeaba24-948c-4712-8cac-3a6b5fdf9cf1", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.21153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "13ddde64-362a-45ab-8b0b-febdf838c502", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4c1d2e51-997e-471e-87a8-c873eeacf64f", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.40384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "e4a74a6e-5a19-4050-a421-4bf239ad5559", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a891d090-47d5-42fa-a860-dec9281ea3b9", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.59615384615384, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "4c3e22a8-e67c-41f3-a617-594c4c279c63", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2279e832-60fe-47a9-a9a9-a4d15639d03e", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.78846153846153, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "a44d94f2-0c57-4852-935f-a9a80a86c975", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ffce785d-ff49-4c8d-a775-b548feed65b6", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.98076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "ad0d9d08-add8-4d1c-a574-a682fa94d545", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8c3de1b8-efaf-406a-b143-642dd1df838e", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.17307692307692, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "b488d4cf-fae2-49b2-aa31-4a5a76048734", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "699314b6-71ce-4a3c-a552-4eb020beda44", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.36538461538461, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "61d11052-ddb9-4c65-84a7-88a72df1b448", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b7a3fce6-2707-4265-871d-f93ac25ca304", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.5576923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "fb0c0b63-0986-421d-8930-bfc35e3f4ba8", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.65384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -201.375, + "noteFunction": "", + "noteid": "58a94f6f-7b88-4b5c-9dd2-4c4f1c2fe901", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "7d94cd28-e58b-4048-affb-5903dd5007fb", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "45f838d8-4546-41c9-984f-dce11144aec2", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "dc72d221-49ca-493d-9203-a9b0ee4eb522", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b0183fa2-76b0-4a80-8a9e-52011f85bc43", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.51923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "a25572e3-3a13-4eb5-b50f-3edc50ce2063", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.61538461538461, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 52, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "928e666e-5a69-4b07-a6cc-c8f979cf0462", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 79.8076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 201.3749999999962, + "noteFunction": "", + "noteid": "dfd588c3-e00e-4b57-a217-7a0c28f54948", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b6eeaaa8-a894-4584-b8c6-5198132a7d1d", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 80.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "602e8bf6-6703-409e-a883-b629f7e1a4ac", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f4e1bd5c-864e-48e8-bfeb-deb14b1bda51", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -67.125, + "noteFunction": "", + "noteid": "944bfacc-b2c5-460f-b305-1ea7c038967c", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "06ed8b6e-a859-4cac-a48d-bd2bdd4f4798", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aca1aa39-dfc7-4d16-9a8a-4b0e24cb165e", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "11154810-4183-40b6-875d-ebb977bf09e7", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.96153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7bf4862b-9930-441e-a1a7-f95f8a25d0f5", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.0576923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "cd7eeeec-30e5-45bc-8a6c-cfd0a550a02c", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.0576923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "ebe51d63-84e2-4de7-83e2-c0dad7b13443", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.25, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9988e275-714d-4b4e-b944-48e3b4130bf7", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "49c90fbc-cbee-4d6a-98d6-5de33a974ea4", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "09221df1-5ddc-4b31-a0a5-8d6c058f6931", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d80e3157-5393-4cab-8ba7-a7f9450186e5", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "790f091f-aa66-46f8-81c1-e4a3a91403b2", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6939bd5a-0b2f-43f8-8755-6c89c29635eb", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.77884615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "46ef01d0-d409-4cbc-89b3-f7088adec60b", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.82692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d850c98f-2aed-4652-881b-11fc1bc5979f", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.87500000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -151.0312499999962, + "noteFunction": "", + "noteid": "f8c20614-dbb8-47d4-a396-6640c9bdae6f", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 54, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "2f116aa7-df18-4d91-8661-cf0e0c165214", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 81.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "5e2d4297-0909-48df-bda0-6f85f1d8986b", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 54, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "c6fc2e94-1b43-42ed-976d-d22a0bb167f5", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "2079d7fd-9f9f-40e2-9f22-ab8034409856", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "e25383f1-121f-40f6-b256-21ac1c7dd72d", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.40384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "b384d760-f2da-4fd6-8063-51924d80c710", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.40384615384615, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "ffa736c5-f40f-43e7-8f8a-ea2d9c264e51", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 54, + "yPos": 67.125, + "noteFunction": "", + "noteid": "436ed351-2c93-4239-b2fc-14f2fcbc5460", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 54, + "yPos": 67.125, + "noteFunction": "", + "noteid": "edc84835-9783-4c8a-9394-cdeb6ff0a497", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7f2c7a94-5d35-42af-875a-d868724e091c", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4217c3e0-ce37-4409-b285-089b72531bea", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0252bb10-b398-4bf8-aa17-03e0c29f77d8", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.98076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "fa013734-9fd8-4f80-98cb-44266c74b0f7", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8834be02-8e75-4b35-a56e-b88c2fe0595e", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "696f53ae-362e-4feb-9a13-fa62fbb484fb", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.17307692307692, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "84a55de3-2b0e-406b-8cf2-2d817b1e710b", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 55, + "yPos": -201.375, + "noteFunction": "", + "noteid": "484390e4-8919-491a-b56a-0f4d51922e2e", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "478305ef-4fca-4c7d-8e31-f7c25d8a1251", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "431a3bf4-f954-4918-90e9-1066abb6f48c", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.5576923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "a5fc6478-bbcd-4940-ab86-07a1375600b4", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 55, + "yPos": -67.125, + "noteFunction": "", + "noteid": "77128c72-9625-4a79-ab8a-89ea21ffe93c", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3f90f026-9992-40f1-ba08-10097d30d22d", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2d77e4c2-fae9-4cb0-8036-20acd597140c", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.9423076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "23f11354-4953-44b8-bad0-9f29ffe4b1ac", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 55, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8ccc631c-e54e-4d0f-9d76-252d73d4fa21", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b249a211-6227-497f-a4f8-2d9832da7117", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "546d80c3-9532-44af-b9b3-ae735643788c", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.32692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "4252b473-7697-4f59-89f6-ad92cd7557ae", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "023e69a4-e80e-4731-876f-3a998a6e20fe", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "c0915f3b-0262-4309-aca9-510ad82a1fd3", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.51923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "870cbb34-0011-4079-816a-1d72c5557d72", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.51923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "fd80a52c-ced2-4275-beb1-a41c0559e124", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.61538461538461, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 55, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "266886db-5a9a-4efa-9ade-3a3c595234c8", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.61538461538461, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 55, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "85baa4e0-c7fc-4ae9-aaad-aae122e15075", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.8076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "c5899816-f6f6-44c0-a0f9-b7ada4d14e59", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.8076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -201.3750000000038, + "noteFunction": "", + "noteid": "1620dcac-6d38-45c2-9f6d-0a9d1a3dc2fc", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.90384615384615, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "4081441b-5325-48af-8c3a-bb64b3640cab", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.90384615384615, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "d6628822-8571-4c95-bedf-f61ae0c08efa", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f43303f2-b4d6-4feb-a71c-470690a1386d", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 85.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "689e2738-3f8c-4ab2-838d-3fab16ce4a92", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.1923076923077, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.192, + "barNumber": 56, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d76cd8ca-2bb0-4417-a334-fa33ea80f6f4", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74ef1b1b-1890-40b6-9782-beb64f3908d3", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "70f11699-2440-4ecf-8079-62c88b8051f9", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.48076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "dbb590f1-0d10-4a89-bc30-ea2f46c3ba1d", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b56f6320-d3bb-4001-abee-a36b38f00cbc", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.57692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 67.125, + "noteFunction": "", + "noteid": "66937f1f-8471-4329-b215-0868527964b0", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.67307692307692, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "24035db9-982c-46f0-9a5f-f9b4fbe83c22", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.67307692307692, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "7555b43c-fb19-445e-b215-ea046e266af9", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "508215a4-3f59-4496-80cd-da4e949ac8d9", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fd9ac102-c214-485a-b8f9-e659e7040115", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.86538461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "e0acb596-019d-4352-ab0d-132d04bca950", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.96153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c5186e0d-fbb8-4923-9b8f-984b6941c707", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.0576923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 56, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "3f1839b3-b252-4886-b732-c88bd8da7427", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4581a8e8-7415-4599-acff-be45cf45cce3", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3435df98-cc09-427f-b0e9-9276a2c83e34", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.25, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c99ca503-c24e-4bfa-a469-b71245381800", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2be7b6e7-e731-411a-8ba2-6b86189f3057", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.4423076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "7eefc5bc-e5f4-4792-94ff-efe3cb76cd38", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "096616b0-3a0e-48da-9566-0c8628127f81", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "71af33af-f2e5-4138-a9b2-cfaf10cced36", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "994dfa08-b4fd-418c-b93d-e336e3efb6ab", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3b806b39-1452-4cf3-ad76-62cffb0fb983", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.82692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "dfd718e8-098a-4c46-86db-d581a32441d5", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 57, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "b7df14da-5d8d-4630-bb87-0439b25110b1", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "09fa84a9-f55e-4619-b6cb-30a01ef9eac8", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 57, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "c155fef0-e497-447f-8fbd-d3c70ccb7fcd", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.11538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "ee4d2fdb-8624-4720-9272-51560907c24d", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "78ffb2bc-fead-4147-bf4a-4cbf94a4b5d3", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "654bedfd-9759-4fd4-ac97-6f5ed1151aed", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.40384615384615, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "ca64ea5f-a20d-4448-9381-f8e48d7a9eae", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c433d554-4601-4d8c-922b-ac965407c8a0", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.59615384615384, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "c84953d1-f496-43de-afdc-765afc8fae45", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "226e703a-71f3-4a76-af5e-e55c98c805d6", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "14d2e6b9-c704-4282-9d50-9eba6cb28491", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -201.375, + "noteFunction": "", + "noteid": "91af0b2a-f411-4b16-9693-249074bf89b1", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 58, + "yPos": -201.375, + "noteFunction": "", + "noteid": "cdf8a8f9-bffd-44f0-9b44-f568775d3b20", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ceb97d30-c6f2-44c9-9714-a128ed307936", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cec5474f-53ab-43ae-9fee-8ff2db22d779", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6c8a375b-56e3-4f36-8116-859e2d814d3d", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3915eae3-1c39-4b7b-83bc-1c5a16cc5f67", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 58, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f56a5ab9-c923-4bcf-910e-30acc9bcd211", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "060fd7da-3d16-40f9-ae61-170cd0b48293", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c384982b-f9bb-4555-92db-a2ae9f3099f9", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.9423076923077, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "4fe2c9fc-d6eb-43c6-9619-f754f248e4c9", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.03846153846155, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 201.375, + "noteFunction": "", + "noteid": "13cb785b-33d9-4fee-9a6a-1e2776ec6a9c", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.13461538461539, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "6e7f585e-dc6b-4e07-a013-a52ba150edbb", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.23076923076924, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a564831-7ab1-4699-9387-43979ffef807", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.32692307692308, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a22e5346-4993-42cf-9291-216522d46648", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.42307692307693, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "386ec6b3-95c3-453b-b552-31770c12a09f", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.51923076923077, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "c9cebf78-5144-4c02-8eb0-fa19ce46ca5e", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "b656ce83-4047-4782-a14c-a56fae2256ef", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "2687ca9e-20fa-4d59-a968-98b41c4e37a5", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.71153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "567d1e1d-ef1b-42da-909d-514bd27c8e79", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.80769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "88ee0dd0-7ad5-4ba6-81f5-c5e0fe7c0e48", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.90384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2b0d3a89-2bfc-478c-98a1-2b9c07a2dce7", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a4308df6-b911-4455-85ff-5e0e08d9a650", + "newLocation": { + "bar": 59, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.09615384615384, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "057fd8bb-0764-4e45-bdf7-d71c4757a297", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.1923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 67.125, + "noteFunction": "", + "noteid": "981e5487-000d-43f9-ae1d-b995f4bc305d", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.28846153846153, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "ca4b4918-9985-458b-b85b-ff7ba54d924a", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9b810ed8-258e-465d-9445-a5b146fd1728", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9abc15d7-6473-4bb7-801a-d08635e57c8e", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ae28ff91-a679-4dcb-9205-f5457355d925", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.48076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "fb78cdb1-69df-44b6-bdcd-5a5006e2ee80", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4e0cbb7e-3df1-49f5-b33c-d11ea80adeb4", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.67307692307692, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "0ceba94e-51ae-4907-ab1e-11dbde827b83", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "67589bc8-8f99-4b3a-9520-9ac14f660505", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 90.96153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 60, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3357959b-8a99-4d40-be20-85f9a1b2ea6c", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d24cd468-1f3b-412f-a33a-258a432f961a", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4413c972-43e3-41f1-afe7-e493ff5e0a12", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3018881a-6d68-4681-956d-ad7c3a3bd32e", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c6e4d8c3-0881-46f4-9f57-191e505486de", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.63461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "17b58fa4-c079-44c3-9bf2-70967b5ce8ef", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9b9e15cf-1620-4e58-b56b-0e1836ac9386", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.82692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9b541902-b8b3-4154-b616-7477f78eba80", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "ccaf22a1-d6f5-439c-8e7f-60e94e67c1b1", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "e9025e8f-6e43-4969-b23f-ea47854a6f22", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "c4190022-ba9b-4679-9277-fae498d42bc8", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.01923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "4e96ea73-7be4-499d-9f1e-91f2e12efa5b", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "8188ed8d-e9e0-433a-92b8-d9ea977f50cd", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.21153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "eeac635d-e35a-4311-8adb-ac5bed079baa", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "d3916fc9-9bed-470a-a269-209be10a0ba0", + "newLocation": { + "bar": 60, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.40384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "4730e9b9-09be-467c-9ea2-6df7e8e69081", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c06da79d-d878-4a4e-97c2-e3df29cce79f", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.59615384615384, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "ec9677e2-05e5-4e8e-87f3-b6058c146c1f", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75a19de2-6f40-4359-952a-09f82aeae2fa", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ee360a8c-8d5d-4a42-a36b-4f91b8130fbb", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fc367208-8129-406d-93e2-e3ad7630e215", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "591fb2f1-2668-4806-b0f1-8967c9753a2f", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b22c54cf-f00e-421a-aa4a-5b00edc8a954", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.46153846153847, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "64a574e7-3825-4fb0-9a9d-fb89fa9808ec", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9891922b-a3ff-4f89-be03-ac4605521296", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9d33d5a7-bc48-456f-8cf5-dfdf040c2b8f", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 93.84615384615385, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dacbbc66-80f6-4226-8537-bfc1cdb607f6", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2be88101-7364-4495-87fa-d616d07ee381", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f01ffb0-539a-4015-a763-f52ab3d8eff3", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52361069-6c2e-4245-8d10-4a9ea7d64318", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "9654e610-7bad-4103-baa0-327b914d041f", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.51923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "345c99f4-f486-4e6b-b626-b0c4a8cd21d7", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "3bdf0b17-1d05-4978-92c2-ee24041e253b", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "8a60d484-c2bc-41f1-830f-0076d7a19632", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.61538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "22c2c3a8-a04f-4049-8662-660b0743f6bf", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.71153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "14c7d065-a8f5-4305-8cee-bef69934cd00", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.80769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "f114e94a-1503-436d-aa4c-34fba704e435", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 94.90384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9038c120-266f-47d4-9a27-ed149b1d00d7", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fe3438c1-e1c1-4074-89a5-5869e3e351d0", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dc812c5d-89bd-4e36-9dc7-350726b0c7b6", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.1923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 62, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c1e15ba4-8829-4c21-a214-039f3dc21723", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.28846153846153, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "7a3a7bf5-5573-48c4-9142-f13bc2d18781", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4a2e269f-7b56-4709-a192-b69cf293370e", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1cf3f55b-d2c8-4341-8066-c3ec05de4adc", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.57692307692308, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 63, + "yPos": -201.375, + "noteFunction": "", + "noteid": "91d91aae-425c-46db-b6da-687011c989b0", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.67307692307692, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "c5757a3b-5c54-4c02-bd76-c83dbd9b802b", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "db398156-67c5-4bc5-9cb8-388840cf0c7b", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e6426874-6794-4264-ae2b-225cb14cbf28", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 63, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bdb69274-c8d7-4006-806d-0f65847025cc", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e7472eb1-afa0-4f51-affb-8cc809479bde", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "37fbb887-6873-416e-ab3a-695ca3639e40", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.25, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "dcfbcedb-1b02-4cfb-a44d-a90d3dd07294", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.25, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "15503f03-be83-4e29-a1ce-6ed939734482", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.34615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3657d3d3-483c-4c55-ab99-5da65bd7c984", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "014e0263-a0a1-4f4a-8c29-5e9022153ac8", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.4423076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "246a7175-54d8-43d9-90ec-ac729b7b676f", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.4423076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "86aed3d9-4a12-4401-9b36-34e60a9df000", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a4c677cf-7355-4fa0-a103-cd4cdb3f1cb4", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.63461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "680a87c8-0fde-4139-b441-f176f9438756", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.73076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fa6a8a74-d4d7-47f4-856f-76c638f80eb5", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.82692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1e7041f4-1610-4f42-a6b8-45f78766596e", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "26444e9b-6b2c-45c0-8a29-06ba8230ec83", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 96.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "834ce4f5-e59d-4bb0-86c1-e35dd520fc67", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 64, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "f2a3aa95-fb73-4cd4-a11d-b50e74303426", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 64, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "242ca71b-6990-421d-a7ad-3978016e1a52", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 97.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "773b0234-9eff-4ac0-8f0f-ba85a3a8080c", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4c032a63-b6f7-4bef-a433-f3feb5240cad", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 97.78846153846153, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "56e3f3bb-ab25-4c23-90c1-7bca7cd7dbc6", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 64, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7fad78a9-d6c9-42af-a7fa-19258a281a4c", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "39da2bfc-0b6f-43be-99a7-d014676f17fd", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0f3693b5-2744-4a5a-a93b-fc6a8e29bdc7", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.26923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "16717248-7059-4672-98eb-f821d8c883da", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c0f2ff6d-a6c8-4dda-8fa9-8ddeba1bbb99", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5041c481-7f3c-4919-83cc-a08c144f2ce0", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c1bc1e55-f7a6-4141-b15e-fb8a445006ca", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 65, + "yPos": -201.375, + "noteFunction": "", + "noteid": "0af268f7-4c51-4f47-b77e-a519e302c63e", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c1fc9aa2-6d13-44cb-8438-08b2bc828442", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6110b0b6-03c0-42be-9dcb-a680c0e1d7ad", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.03846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d01f681e-3184-4430-b8ed-a762792a5c23", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.13461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ba523b7c-ebec-424e-a4a9-4c7ed1537c5f", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "54944177-6f0b-4474-9256-c7ca62211a4b", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "56beead1-fddf-4ba2-a330-8c3013d0b18d", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "42e3364f-1dac-40bc-91fd-7d655a8db21b", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4b04726f-3ff5-448c-af44-1a49c16c7ccf", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "41c541f1-c13b-4181-83e8-52d4b79cf327", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 99.78365384615385, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 65, + "yPos": 192.984375, + "noteFunction": "", + "noteid": "bca5b446-57f3-438d-9b59-0de3c6d025b5", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 100.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b172df44-432c-40f4-a98a-bfe575f55796", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 100.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "20696a19-244a-45f3-adfd-6104c03f47b3", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 66, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4f88c26b-b491-4cc9-b34a-1e08af8b6f14", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d17e3a07-d705-4540-b67c-37e603c670c4", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5bc2e63a-43dd-4484-91b4-cf18cf47ddc9", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "209e2906-f091-4c90-beb9-3b3c15af7478", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0cb1f56e-20f7-4628-9ef0-30a1cce653b7", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.86538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "25bd58d7-d65f-43cb-825e-4117ba829a38", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b7931f58-e6c6-4b95-94e1-47311172939b", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.0576923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "439fdd02-008c-4992-adda-4ff078f4b67c", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6bbeaf09-b9fa-4ccc-a18a-7c057a831f3f", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 101.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "df931e2b-f889-4cc7-9d9b-737b2eb5e169", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b1524bda-25a8-4251-9d16-8d524d48956b", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 101.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "77839868-0c91-4a58-bd87-8fcb7c7970c5", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 67, + "yPos": -201.375, + "noteFunction": "", + "noteid": "48684410-e3ce-42e0-bade-77db56ca21d0", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "049c2af9-afe8-4ec5-b27c-2b54e670a62d", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2aa230f5-3a3d-4627-9fdb-9eed3d2fd42e", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 102.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "7aa2a257-9159-431f-b07f-ad6c7f10a191", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9fe65444-5ee8-41c0-bdb9-69fc4526ae4c", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 102.40384615384613, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "e5204622-3c1e-49f4-9ebf-fd37f52910bf", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c7d27d8e-6b5c-4908-9fb0-1a4af73c952d", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.59615384615383, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 100.68749999999237, + "noteFunction": "", + "noteid": "9c3d27e9-e378-4a2e-a9a2-3502d5449113", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0c264ea2-6ed0-4a0c-a128-39864eec889f", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.78846153846152, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "faa2dc1e-9859-4c96-9e7f-818faeddc9cd", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "46fbc29b-f617-488b-ba7e-e5e6976c585e", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.98076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "2844fadd-d9b8-4f5e-90ec-88b6b7314361", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1fabce0-4a35-4df6-8853-b2945fc3e81c", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0f088121-0a51-4e79-a70a-a9f56779f3c7", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d9d8dd21-a817-441d-8b82-ffa7b09d546c", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.26923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7a7bc49d-1ecf-43b8-b52c-3c0b1109171a", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.36538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "63316e22-eed8-4e7f-b625-59e222b0545a", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.36538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "34b8770e-1ac0-4730-8a98-914100c68a33", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "adefb129-055e-4f58-aea2-19c005e895eb", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f4e0d72b-4f6d-43ad-a459-c955af970d2b", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "69dce292-9150-4dab-97f2-9a98f7dba825", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d2727e15-d884-4627-b16f-b75afe3de0d2", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "71ad9bdb-a3cb-4bff-a86e-ed41af4fb841", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.9423076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "17235427-b221-486c-8a8a-bc89c1d639fe", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.03846153846155, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 68, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3804808a-21a7-4677-9567-ed763cea051c", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 68, + "yPos": 67.125, + "noteFunction": "", + "noteid": "02532036-e0b3-43cb-8173-2af3c1f097c0", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d2663dbb-ef1e-484c-b7eb-d16281582b05", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ae1f1fff-741b-436d-97ee-e8761171ecc7", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 104.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "40499fdc-e032-4c96-a11b-3c31332d2906", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8296dbb9-021e-43f2-abb0-46a48dc8d27c", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2648aa17-5c78-4d7e-803c-f4494aa31702", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.71153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f4e82ec4-8f5d-4190-aa93-2bf7fd546464", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.71153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "17e9207b-2641-4d7d-bbef-0d710474fb97", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.8076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e5e30687-4b5b-4f08-a656-4ea925d254ab", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.8076923076923, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 69, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c6c45803-a6af-4cba-b054-1d9b30bb3530", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "93e2d66b-60a9-422a-9c7b-d42f493d9b9e", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7f3e85e6-66e9-4a1c-801e-47782a42a5d9", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -67.125, + "noteFunction": "", + "noteid": "dc05fbaf-16c7-413a-afb8-95c0e63924cb", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.28846153846152, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -33.56250000000763, + "noteFunction": "", + "noteid": "515f5f84-3dbc-4378-8331-620ca05da8f3", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3d82e3c6-af6c-44fc-8bf0-f41a96458cc6", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "199bcc3e-13e1-4112-b0a1-63f30b0467b4", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bcdeccab-c949-4edd-877a-cacb21afc109", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6df04de9-796a-4617-9edb-fa35ca95772c", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "199b8400-4fad-4c96-9bd7-041e7ba60977", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "65b102e2-4e55-4348-9cf0-beb86ac7af20", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "983d56cf-9b26-41e0-862b-cfa6d55ee0b5", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.96153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "841ae08d-f70a-4e25-b229-af566cf7ec16", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf13f9e4-c40a-4975-8096-428e413b18fe", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c0a57140-11e9-43dd-93ba-a963baa568bc", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a6adc554-b862-450d-9b22-75e79aa49a55", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.34615384615385, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 70, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fe512b96-00bb-4a38-9d42-502a53702b4a", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "47265737-059e-486f-ae97-31344c41fe0f", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ddfe7f86-72ae-4819-8d22-7f3232e169ab", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "77928bc6-dbf4-497a-8810-dbec904777ed", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.096, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "99f563d1-d497-4eb5-ad33-8e5f0b58205a", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ab04db65-71c0-44a8-9d62-b5b5ea7ace2a", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f48887d3-5ca9-47ab-bb2d-6ce51585b675", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b59ef62b-8941-4e21-8c25-d46ba22a5089", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 70, + "yPos": 67.125, + "noteFunction": "", + "noteid": "00392bd2-18a6-4613-82b2-0564b438d365", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dbf8af48-6b73-459e-a3d8-3da68d9491da", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "223bff0e-2a26-4e28-b5ef-d543505cd479", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "44fdb8b9-c8a2-41b7-8a4f-59fdcf1eb393", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "11bde358-ffe4-48d0-bbc1-9a553bd714b6", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aafcaa5e-5fed-4d45-b55b-c5b4c3b73b85", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "288d4b1c-e1c9-4141-b2ea-88b5f98e461e", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c46e73c4-466d-44a3-9525-123d63035d15", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9a9acb98-23ef-4b11-8e9c-4b2167f089ec", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1d708dba-6078-4d71-abc2-cfd8af43e9a9", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "697cfda5-0533-438b-bec1-62738f2652e3", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0f9edbaa-ff98-4be5-8df0-4530f1af2f06", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5bf01362-2f85-4cb2-9dd9-5cb338cdfb3b", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "37c4b943-2994-4482-a13c-f49e7ebbe370", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.26923076923077, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f26960ba-7acb-4fc0-baee-97adc46f56e6", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c36c9cff-46bb-4cd7-a97d-e9791421b189", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ec0c4964-7eaa-4472-879c-4a23b0e1960d", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2cb31f9c-e93f-4232-9f5d-35362937a686", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1584facb-7a3d-4ede-804b-6ed1a2701919", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7caffc0f-adda-4699-88bd-9dfd39697a70", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f5ab7d02-3433-4b20-83b6-fa44ab3e2604", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9ce2f78d-9a7b-4942-83af-c4822fe945ef", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.03846153846155, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2c9ee099-cc12-4125-99b4-f77e2cfaafba", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4e51984a-1845-43a6-af82-f998c7f8f2e3", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2bad61e1-06fd-48f0-b581-2664fc19c9be", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef9aa21a-e38a-40f6-b968-d05aeefbd0d5", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4bfdecee-9986-4eda-ae11-544b6c765380", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "59637ca3-a362-4a09-a82a-ff0fa74feb35", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d5f33c75-ce77-459f-8cc9-7723db773e78", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ca8ccee9-2391-44c6-bb02-81c6cdd36781", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "abe24dad-01f7-4867-8d80-6c2b2f6911a1", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.61538461538463, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0f2310fa-ec66-4632-a060-e9dd06924a22", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.80769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4eb5e0ed-2266-441b-93d8-4698fe43f655", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a010cc0c-19c1-4a2f-8799-16742255aa55", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "69740946-d8fc-494c-8b74-922addee7f47", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "717d6e8e-46fc-4bef-8c6f-f4404cd984ce", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.09615384615383, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "ba1425c4-a159-4bee-a999-f4b85656499f", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.1923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4d27a85c-2b27-42b3-9c7f-d9b56f240a8a", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.28846153846152, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 100.68749999999237, + "noteFunction": "", + "noteid": "ce79e90c-7096-4b80-b10a-32ae836b2ab7", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cd4c1f0f-c855-4994-baea-df6bde6a28bf", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.48076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "b5cb1cdf-2623-4e5e-82cd-3439df639433", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "253a93fd-febc-4761-8e75-f32063119c4a", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1904f816-a821-4558-b968-b9b9d0b141c7", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4763dde4-17d6-47ba-bb29-cad53e084de9", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "edf05f97-ef31-42cc-bca1-c8eb3c90daf0", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "198a55b6-714d-4ec6-a0da-1129aabd1393", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.96153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 73, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bd89b219-8479-49a1-b6e5-9e1c80466462", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "946254b0-7db9-4189-b125-787efffe3d25", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 111.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f363fa21-d870-435d-b1aa-b7e1aed12f38", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c02fa332-30ed-4d82-8ff7-6833bf1d4eac", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9dc00f0c-d035-4b80-9a26-e162c8afc932", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "550fdd02-aa33-4590-a909-209c1a087cc0", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eb5e3d98-07c5-4067-9d37-61683b13cb25", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "09aade73-5b14-4a43-bbe4-cb1e42656d22", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.73076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "afecee0d-6159-4008-a60c-a934781658cd", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.82692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "4ac3967d-636c-4d31-84f1-f57695e88f05", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.82692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "fe2ddd28-f1f2-434e-a518-1674e9cc19d7", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38e52594-d97a-40a5-a6a4-5796e726c2a6", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f7b46002-9baa-470d-b89b-3fc2baa4e92f", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.01923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f4f40e9c-6441-4188-ba8e-2d7b2e4796c7", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4d3cee06-c855-4794-a208-9af929ae3e4b", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.11538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8be4256a-265e-4c6c-8b2e-b13e0c1985ce", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.21153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "a6e2059e-ba65-4b5e-8967-a462a74322b1", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.30769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "97cf8cbe-fd83-481e-9373-cab9a5a6c840", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.30769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a16f821a-c766-4097-a17d-80f84290b1e7", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.30769230769232, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8df5a417-3856-49d8-a61b-a9d9afacb38a", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.375, + "noteFunction": "", + "noteid": "47272ebf-2a0f-4676-8389-c9e73a86fcd7", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8c9a8081-abb8-4074-985c-f0fb2e7bd895", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.59615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2804937c-8ea7-4296-957b-f6cdad5b93be", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.59615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "c198dfe0-4d24-4392-980d-7bea4c56e9a0", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c79d28f9-18dd-4888-9260-abc7c6b8148e", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ff5522d9-31ac-46ea-82a0-8dbc64857bc7", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4f13fc3b-14b6-463e-8bfa-b97d017b1bd9", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a1a78396-d8e2-46fe-856f-0e92b63e245f", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8a3102b4-bfa2-4e8d-ac2b-290f39a5343c", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.88461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d33b7b29-8b79-4ab3-8cf6-9b3c546bfec2", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "806355d8-bc89-4d00-8d47-366ae3ebee59", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "356e37d8-dbfb-454b-a21b-82bfeb69a37f", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ed9e9158-eb4f-416f-bc68-2aefe9fa44db", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 74, + "yPos": 67.125, + "noteFunction": "", + "noteid": "76c06013-361b-4b75-9684-32c7d32c8ddc", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "959d20ac-0682-4249-b4a5-c82d4d9d7b2a", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a06ccd1e-d645-4f91-9274-63ccd5686d62", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3e7ebf4d-d2f4-4129-87f4-bc19c2c48056", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "36a0b7f1-3161-4c2f-bfd9-780008b9e079", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3caa3821-179a-46ae-a96b-167596f99057", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b77ae6ae-b40a-4efe-a679-25135bd9a522", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2b28c12c-2f05-4f4c-916c-8662f94dbc5e", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2e3b4be2-b463-44ee-a896-b0729885acf3", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4bf72210-aecd-45cf-8506-a9de55fe1c68", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "15ac8398-acfe-47f5-b9bb-c71ef81dcc22", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72f1b903-a0e7-4a13-a0c0-f98e9d4e600f", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "02eeac37-cf53-412d-aeb4-c253352f36c0", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d2e2362a-d670-44e9-b729-f2b6600c2c69", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.61538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cf17afa2-4f99-4387-af38-25e4cac34dde", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "da4296c6-17e3-4290-8d44-83cc8fd2b326", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.80769230769232, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5a42b191-dda4-4dab-9649-6591a13c315b", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cc4f3e1e-7a9b-4fe6-bc1e-f9b3a6ef3ac6", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2f436865-86ba-4e2f-a546-c2188b881ecb", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "07557ec4-5d0c-4f28-b440-37b9f3120c77", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7ed31a7b-7593-44e4-8c58-37a4e2713338", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4896fdc5-bc8a-404c-80ca-0bd694b2f877", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "90ee5fb6-5842-4753-9183-24daad34c2a7", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8a073a4a-0529-4d69-8f99-ee940d95dffc", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "66337bf6-a0c2-4c42-9264-7f5af5ef76ec", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3c194b5e-1aad-42e4-b42d-35118158111f", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.57692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d063552f-7ee9-4b02-9303-9048d88e7ce9", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9b173955-24d4-43c7-aca6-50dfb38df5ad", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c7a33ac9-47aa-4f25-bdd5-825e9304c16f", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3e0622fe-785b-4235-9893-4932e4a6c1d9", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 116.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0d99301e-95f4-4115-ae7b-56a0ce95b9ce", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "45751ae5-7ffa-4fd7-aefb-8576e2dabc3c", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5ef6f723-24b9-43d3-bb45-c31fda48ca4d", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.25, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "2d6af019-56c3-4e53-9361-d1c539349a9f", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 67.125, + "noteFunction": "", + "noteid": "648eef82-2bb7-4c96-a4bf-a7308d6f0422", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.4423076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "233e5f15-9147-4724-8749-a126d0b4f0e1", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3a02bc18-e6b0-46d8-8f99-7f1e0ee02cff", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.63461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "705420e3-2ea5-4e74-a586-b126db782f45", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.73076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "992bec83-d58e-45b5-bd57-a9c2db1637ac", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.73076923076924, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "91811951-d149-424b-9880-6a85ca44a70c", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7babfd69-6a41-4cb1-8fba-a8acdec3e91d", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ca7aba3f-5e44-4b08-aca1-178eb0992b17", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -201.375, + "noteFunction": "", + "noteid": "396e03ba-d9f8-4592-aa61-d75bf3c1f650", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 77, + "yPos": -201.375, + "noteFunction": "", + "noteid": "98ac7391-683e-4e2f-aaf3-5e884fd8fe17", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.30769230769232, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e8234067-0f7a-4a08-87ef-2a18e0ad65d0", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.30769230769232, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1f0bc0df-4b1d-4640-9a45-aff3f5d98f86", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1c5d620c-163f-4d3b-843a-29225cf87b87", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d8ec1410-89dc-44bf-8307-5b618c5821b0", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a58a40b-3a51-4c72-b670-cb18a49c9471", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cbf597b4-67f8-4080-8db4-a2a7aabe9dd0", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.78846153846152, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "71331cd2-06b7-411e-8537-6fbf571ad624", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8d555876-79da-47e5-8e10-337c07b80ea3", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.98076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b6b0f76d-f068-4841-ac0a-1c6f104dc801", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.98076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c4d73517-01c8-4716-b719-e63ede4fb7ee", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1adf79b5-9a1e-4c9e-8143-4e864a2eb615", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "223c130b-4b22-4682-ac39-51bf8cf31143", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.17307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f55aac7d-02f9-46dc-aa89-521407d35afc", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1f80bc42-2608-4521-911a-41699237204f", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.26923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e1d11625-2552-41e8-859a-d84731206c5d", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.36538461538463, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "32584a8c-78fe-43f2-8f11-37f2f8ce6cf4", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f3ba8858-b771-46c0-8220-c2fe6bd50270", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b0cab4b5-e4af-473b-8e02-e7ddacb11f6c", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.65384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "28522492-7fb5-4c82-a0eb-a37a49606d1d", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.65384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f95605c8-a470-4a71-ace5-015fbf06fb53", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "9c088862-65bc-4b65-b1ef-a53527432149", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.75, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "de3cde58-c892-4b5a-b114-e1aa36bc625b", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f58afc06-bdf1-4347-97e1-6eb2e6c1a0cf", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6cb58396-9c32-4101-a25e-a7b024e081ff", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8512ecd8-a13e-4885-91ca-dec7c2361d43", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c4ef71aa-dfa7-469b-a82a-6b9e161464e7", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.42307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c9233620-32f3-4778-99df-1281b92755bd", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.42307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a6de78ed-482d-4f9c-bfec-b474324ea262", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.51923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "fcc4b934-e2ab-4ec7-8649-913ceee28edd", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.51923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "438f56c3-6a68-44f9-a855-c77232e10837", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4e15a5fb-d93e-482d-a689-38c26304c64e", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01b5ae8f-3351-4a76-ba41-d4b1e7c14664", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.71153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "175d6840-488a-412d-b403-2774f32ec69c", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.80769230769232, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 78, + "yPos": 201.375, + "noteFunction": "", + "noteid": "daf38802-fdbf-40e1-83a3-d65d1662c3a6", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "336f80ba-4926-4c6c-a20e-b62dd7e25b84", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.09615384615383, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "4725fdf8-af3d-46cb-944d-4eb1fbc37479", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.1923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -201.375, + "noteFunction": "", + "noteid": "da9310d4-f7f6-4b67-84ca-f17edb8bfbbd", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.28846153846152, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -167.81250000000762, + "noteFunction": "", + "noteid": "70be2626-05a1-494a-957b-3975189c7318", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "542a0c1f-ed43-4b7a-941e-4e5d6b33ced2", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "011c31cb-9ed9-4efd-b150-ba0994ca43f7", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.48076923076921, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "99156b83-4ac4-48b2-9e07-70b5cb9f5f03", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -67.125, + "noteFunction": "", + "noteid": "20a0371e-a5ea-4f62-956c-57e7a77aafc1", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.67307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "20b1d71f-15f9-40f3-b866-d612cd271bb8", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f4634a52-9665-42df-9bf6-974038c222ab", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2bc293ac-998d-4502-b2d1-05d9d781d06d", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "65b54cd6-14ff-4d93-9dda-c0e23c1ebf6e", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.96153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3a045513-a3c7-4470-8a17-53c11ed970c9", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.05769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f06e8f24-0c58-4b09-9bc3-78c6915e023e", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "40a4065f-6b5f-4bde-a902-12aebb4bd887", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01bfc603-a459-4bfb-805d-54ea0253ae6c", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ef93434f-0f6a-44a6-9c48-8fbe3df989da", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 79, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a57d5857-0244-42b9-97e5-b6854fd010bf", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7d1da9aa-9295-4888-ae24-c8301afc475e", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.63461538461539, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "7997065b-2a0e-4d75-bf2d-57f304fe7476", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1f19d2c5-d3b6-4cdb-9c67-af68135f1f43", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.82692307692308, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "7207f044-c48e-4bf6-b983-292928a5ac7c", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b1af723c-0af2-4a38-ab69-000aa48d7deb", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.11538461538463, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 80, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3ef28a35-e4a5-4f53-9d7a-427e760b8710", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.30769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "27a56387-f3bd-434e-a4b4-2e6f960d5b0c", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.30769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be703402-9fef-4b71-b94e-c3e990b40076", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.40384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c09b533f-86a2-4286-b7fd-1ee4f7f43dd6", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.45192307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 50.34375, + "noteFunction": "", + "noteid": "aa1efd78-3e51-4a2a-b512-5961ad67e688", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "370aa962-020d-4462-945b-6fc8f2aba915", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.59615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "286e92ff-b8b4-43fa-9966-dd3869ef995a", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cf472977-b151-4d57-971c-ffa7c9712963", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d9fe66a6-79ed-4496-838e-f614b7d49b48", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ff960bc1-7d2d-44fc-b192-0d2fa718fd6d", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6c735832-3168-4aad-a12b-42e4f1386120", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.98076923076921, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 234.93749999999238, + "noteFunction": "", + "noteid": "e2fea57c-51b9-4887-bf72-e813be2ff0e1", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f3969953-12c2-4e69-8a50-58cfe06a12f9", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d21e0a0a-c0ee-476e-9976-ea6b3fd97f00", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.26923076923077, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f515382a-4bac-414d-96a4-3352f9850775", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.26923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "43a34e17-1c92-49fe-ba49-c61b90aeb726", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fed7ba0-7764-45e6-9d16-4598e3363a25", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7e93ae3f-4a5a-46a6-84fe-aa8b98c727f8", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.55769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "bb1f303f-26c3-4e9e-a9c5-b93b784b2913", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -67.125, + "noteFunction": "", + "noteid": "f07cacb7-2f94-4849-a1c0-88c99c051894", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.75, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5878f16d-9dff-425b-b544-5bb1fcaa5ba5", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b620e78a-d518-4713-9563-7e2c8ae1323b", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.9423076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c0807c4f-ea87-4edc-92e1-e71c1c50f2e2", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.03846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 67.125, + "noteFunction": "", + "noteid": "02842954-3f06-4a99-8844-97266995a335", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.03846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 67.125, + "noteFunction": "", + "noteid": "99bb6e10-1dc1-47f5-8b67-605b667f88ff", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.13461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ace96ed9-b67a-4d00-bc77-10f82a89bd4e", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.13461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "6af8ef5b-05af-4d55-a8ae-141b5c24eea3", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5bea7b01-936c-448a-86ff-744c575ce1f1", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "46265125-f2b9-4f20-895d-6b1b9d687baf", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.42307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4b29f764-74fe-4322-9059-798475a608db", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.51923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "e3d439b9-e82f-49bb-b019-4da72c53a907", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "05f0b6f3-2266-4fa8-be6a-a93fe01dac30", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3bf6275a-7dbf-4c09-9dc1-1eea3f5df6ca", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.71153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f548060e-262b-4d96-9dfd-2137f8bd33bb", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.71153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "52effc68-ee65-4c0e-ac68-79926138bb65", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.80769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8433899e-eec6-4e1b-a5dd-50851f0b01e1", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.80769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -201.375, + "noteFunction": "", + "noteid": "179c8253-ec30-4385-890a-87a637dcd5f6", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.90384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "6b7e85a7-958c-4189-a3df-f9309106f77b", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.90384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "ad990053-8015-45e4-b416-a185fa876705", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.538, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "19b1b086-6d11-4356-8eda-e1854b09b5f0", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 125.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd76ce71-0fef-46d8-b554-cffa3f4824f3", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.1923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1549cec7-55fc-4666-9d60-38bddfa3c2cc", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.154, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9cde580d-2597-4714-9c97-2dff2f39bbd6", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 125.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc0a1350-7b9a-460c-aded-e8e4e123b632", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.57692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c523e455-064b-450f-be11-d0a87cb88f87", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "556caf4d-611d-4f3f-ae41-6031181b3cf7", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.96153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 201.375, + "noteFunction": "", + "noteid": "01159160-5f6f-48f3-9df8-423e2c2e040b", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1fa5bb44-aa84-4cdd-b099-95db458ab20a", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.34615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -201.375, + "noteFunction": "", + "noteid": "c4afdb6f-72c5-4160-8313-4a7ff5307dd5", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "54d4a79b-a044-4ada-b573-ab09a9bbda54", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.73076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -67.125, + "noteFunction": "", + "noteid": "76f8843d-664e-4809-b48a-f0084ecee748", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "47ff4d5e-f52d-4598-a29c-4c61d3a997e4", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1e5fdf9d-7f6d-4ce8-bee8-1e1985c4d3aa", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3086f3a7-8b6d-4018-85ff-a04ba066cc18", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2de96e3b-7d13-4f4a-92dc-ae66e6da84f2", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.74038461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -251.71875, + "noteFunction": "", + "noteid": "0786346b-ba29-4df5-b460-2f885d266df3", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.78846153846152, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 2.788, + "barNumber": 84, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "46bcca96-c8ca-437c-a44d-7c0c2cdb70b0", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 7, + "isFree": true + } + }, + { + "time": 130.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0f030ad1-8f2f-4324-84b9-8a7aa0c0c61d", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.84134615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -243.328125, + "noteFunction": "", + "noteid": "06a10d94-fc54-4328-8ba0-b7ce95a28aff", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.91346153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -218.15625, + "noteFunction": "", + "noteid": "55f40c4a-46b3-4d6d-8f62-80b0955391a1", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.96153846153845, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 4.038, + "barNumber": 86, + "yPos": -201.37500000000762, + "noteFunction": "", + "noteid": "79463f77-d794-442e-9480-76294df490b4", + "newLocation": { + "bar": 86, + "guidelineIndex": -1, + "lengthGuidelines": 10, + "isFree": true + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_15.json.meta b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_15.json.meta new file mode 100644 index 00000000..bac2bf09 --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_15.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ff8caf7debd28b649aba47f6b480a601 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_5.json b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_5.json new file mode 100644 index 00000000..b366523a --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_5.json @@ -0,0 +1,5258 @@ +{ + "version": "2.0.2", + "title": "Can U Feel It", + "composer": "siqlo", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1002003", + "duration": 137, + "bpm": 156, + "difficulty": 5, + "difficultyName": "Easy", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:45:40", + "musicFile": "Can U Feel It.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 303, + "globalDelaySeconds": 0.367, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 47 + }, + { + "colorType": "red_hold", + "count": 20 + }, + { + "colorType": "green_tap", + "count": 69 + }, + { + "colorType": "green_hold", + "count": 19 + }, + { + "colorType": "yellow_tap", + "count": 0 + }, + { + "colorType": "yellow_hold", + "count": 1 + }, + { + "colorType": "purple_tap", + "count": 63 + }, + { + "colorType": "purple_hold", + "count": 25 + }, + { + "colorType": "blue_tap", + "count": 43 + }, + { + "colorType": "blue_hold", + "count": 16 + } + ], + "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.9230769230769231, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.538, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2bd9c848-09fb-4e90-b5e2-85b5b77c21e2", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 3.4615384615384617, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.538, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3f57e593-1eb5-4820-8c7c-36e3d5f489fa", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 5.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.538, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "aa56636a-155f-4643-9cda-4d9274f872fc", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 6.538461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.154, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "76f3ff96-ff6a-4126-8e01-5265a7f2c474", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 7.6923076923076925, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c3ccc2b-80d1-4365-a054-80113ba794b3", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.076923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25000000000048, + "noteFunction": "", + "noteid": "3d9d3c5e-7b86-4857-89fd-d7c199899f4b", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.461538461538462, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d5f910a6-d69d-44e1-9cec-9476c3750254", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.846153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9fbbd040-4fd2-4a1b-b229-d77bf213f6b8", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.230769230769232, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9e5d134d-05e6-4cbc-ae1f-75a962ee086d", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.615384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "1f8462e5-17fd-4085-a207-21f180e38d0c", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a310e400-9736-4ad9-96f9-eb6fc480c2a7", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.384615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "191ce86c-172e-4c33-850d-6e310deea64e", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "36be9f39-98a6-47dc-898d-7b926f97cb8b", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 11.153846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52be2fa4-8dd5-4ee9-b4c2-c3b36935648a", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.538461538461538, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -4.769518113789672e-13, + "noteFunction": "", + "noteid": "90cfb820-7c7d-41b5-ae6e-ee11d0806947", + "newLocation": { + "bar": 8, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b5136cee-bb2c-4e37-939c-0612123857de", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.307692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "51729873-dfea-49fa-89e2-e32c4b3ba600", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.692307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": -134.25, + "noteFunction": "", + "noteid": "56db178c-f503-4685-b7a3-750968ba9ce1", + "newLocation": { + "bar": 9, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.076923076923078, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4e92a86b-fdd9-4661-b1db-458e4090b94c", + "newLocation": { + "bar": 9, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.461538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e2638b7e-21e5-4f24-a314-4d6bd684a801", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 13.846153846153847, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f0fdca54-cdb7-4c66-aadf-461706bb54df", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.230769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4be83e34-a6a2-4c4e-aae5-0baf2681623d", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.615384615384617, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "72f162cb-2a13-4537-90f5-0687c1ac88de", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "270280af-b718-4fd8-ac99-180612161a05", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.384615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cbe9aa56-a69e-4df7-b59d-322be0d880b4", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "be1e6602-a340-4be8-a918-1283bf3986a8", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.153846153846153, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -9.539036227579345e-13, + "noteFunction": "", + "noteid": "ec34395f-bb6f-463e-9923-7601e68dd1fd", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cbbf6bc1-9c32-48dc-9343-c562b60b3aa8", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.923076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d851b719-0c1b-4ef4-8de8-57a38688dc8e", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.538, + "barNumber": 12, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "332bf295-3f22-4d9d-be34-f8d6d48447c7", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 18.846153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "241f7788-8280-49ba-a583-1849a135f8cf", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.615384615384617, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "72477ad7-ff55-45c0-bcf4-21160299b56c", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.384615384615387, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.538, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9f53845d-01a9-4d54-8003-a3d3ddfa0b39", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 21.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8262c3c0-3096-4f2c-a917-c1cd22873dc3", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cf9dca00-52b6-498b-8ae1-bc27dfa013af", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.692307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4696b975-02cd-4223-a55f-55559c6942f0", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.076923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 268.49999999999903, + "noteFunction": "", + "noteid": "b01d73ff-9877-4b92-8753-1110a815761c", + "newLocation": { + "bar": 15, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.461538461538463, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.769, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "eece4ceb-651d-4f7b-8856-675537142cc7", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 24.230769230769234, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "5acd7460-d459-44c5-999a-f953d58adcb4", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 25.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ac386f97-0a16-4382-9f17-6be7bda19bbc", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.576923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6c74c263-5921-4c78-bc5c-85fc958a1067", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.153846153846157, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "96863550-9dd7-4d0e-8926-28ccd42dc4c9", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.53846153846154, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9740f6de-387c-4740-9217-1050f78a0595", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d1778150-e8c6-48a2-a6a4-f30a4e7d7ca2", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.30769230769231, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.769, + "barNumber": 18, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9f497f4c-835b-4f85-af3a-0dcc1c2773e9", + "newLocation": { + "bar": 18, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 28.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "da72c026-59af-428d-8440-bc3908959389", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.461538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 19, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3ea76026-a8e2-4cc0-b611-b6676a76bccf", + "newLocation": { + "bar": 19, + "guidelineIndex": 2, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 29.230769230769234, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab4cde28-e209-461e-9c02-d85d8fad9ea2", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.615384615384617, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2c8fed96-4e60-4202-9b09-6528c4b3e739", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2cb910bd-b6b3-4934-8b90-eb53a0a46557", + "newLocation": { + "bar": 20, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.384615384615387, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "988b71dd-ec27-4a89-b4c5-da7b2c0a0615", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.384615384615387, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "052af5b8-e33c-4699-8177-e64bed38f23f", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5d2f0513-2e72-4973-b00c-d7e551598334", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.153846153846157, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2e488c48-8434-4cab-8a0c-751d005f3e40", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.153846153846157, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7f090bd0-4d3b-4d77-9b28-3ca10908a542", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.53846153846154, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7df8c292-8497-46b3-9144-e72b7e5379de", + "newLocation": { + "bar": 21, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.923076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1fea2172-f8b5-45aa-a9eb-abd662141fd9", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.923076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 134.25, + "noteFunction": "", + "noteid": "70c5be90-017e-48e1-9225-65ca055464a6", + "newLocation": { + "bar": 21, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": 268.49999999999807, + "noteFunction": "", + "noteid": "857b0620-cf29-4cf7-b6ba-ce09c705c4a4", + "newLocation": { + "bar": 21, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.69230769230769, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.769, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7e5bf263-8c0f-4e68-9809-79cbe83a2671", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 32.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.769, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2ecfd63-360e-483d-9e65-078e085306ef", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 33.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.154, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1e935e42-f7f9-4a62-8064-12557682d4ad", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 33.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.154, + "barNumber": 23, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ce70899-3c7b-4f91-9b76-2cba1ad0ee4a", + "newLocation": { + "bar": 23, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 35.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.154, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8de65fae-0ff0-4789-90af-9d0d761c64c2", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 35.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.154, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b2c36d67-73b6-44f6-b217-b70523950691", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 36.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f48cd83-79d9-422d-9dd6-735fb2508c1c", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ca05ac12-a0bf-4a0c-af61-17e295030c83", + "newLocation": { + "bar": 25, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.30769230769231, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 25, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "caf00b68-1b95-4553-8ab3-fccde2441800", + "newLocation": { + "bar": 25, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 37.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7543de4e-0957-4506-b4f1-7956dbf66ff6", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 38.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6e758532-9978-4a1d-ab40-56acabe11832", + "newLocation": { + "bar": 25, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.49999999999807, + "noteFunction": "", + "noteid": "d06e2a12-d16e-4495-9336-329385e35250", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e48df094-d859-40a7-bbb0-6f6c4af4d5b6", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52bd66cc-7ebf-48a4-9c7b-cb82c41d087e", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d77e2854-9efb-4c7a-a863-c24f1a8402d9", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "33425c21-3f8a-417a-9ae1-c58bd1081b11", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.61538461538462, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8a8272d1-8551-4afe-805b-14f9d5af9255", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5cad42e1-a3d5-4f64-8a05-4f3d49497d46", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 40.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f9e111ec-1389-4d8c-810a-a7eb2eecd40b", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.769230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "239a762e-aff4-4df8-9c86-df14463357f0", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.15384615384615, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.2499999999981, + "noteFunction": "", + "noteid": "a6647d51-0650-4a74-8b20-9324afac5dcb", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.34615384615385, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.375, + "noteFunction": "", + "noteid": "56870421-743e-49ae-8f7e-dfcdb479373b", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.154, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6a66a6bf-80d8-4f54-9a16-3e84dfaca3a1", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 42.69230769230769, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1fd3434b-e762-4480-99f3-fa70fb7bee7a", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "91dcee09-26a8-457c-b197-334d07e2e73a", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.269230769230774, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.375, + "noteFunction": "", + "noteid": "005da2f5-c344-47b0-89a2-891a6db61a26", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 29, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "459e7391-4bbf-478d-873f-d57ba12229ee", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 43.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f5541da2-9ec5-476f-a8ec-fb3f42aa4098", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.23076923076923, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c95ceda7-4d9c-4987-ae50-ecaa114f0ef3", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 44.61538461538462, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.923, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1bd09bcf-2108-4968-852a-d2a19672809f", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 5, + "isFree": false + } + }, + { + "time": 46.53846153846154, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7412278b-1e38-408f-ab70-bb7a27c52990", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4cde483e-9573-4ce6-8d93-95e0024b4dc8", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.307692307692314, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.2500000000019, + "noteFunction": "", + "noteid": "29d686c7-8cac-4d0d-b426-6b174b177dc1", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.69230769230769, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5c59070b-d137-4aff-b2c5-68bf09db3847", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dddbb326-2751-4663-ab76-a4e5a7ecb4d0", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a9d43d76-ece2-4202-a053-554e8ec7b712", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.65384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "58e24647-2145-49ef-9eb4-fecc94cc273a", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.65384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "0fc96b22-f06b-4a19-8b04-eebf8b63b5de", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.23076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ffb79b18-e8fd-461b-932b-fdc5562df158", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.23076923076923, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dcc48351-c164-4eb8-8bfd-603efdb19186", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.61538461538462, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.769, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "35704786-d2f2-4588-8a5d-d9f48b7c7130", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "46060dcc-3434-4295-b8f8-0201bd3323be", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38b69c58-dfeb-4ec8-a10f-e99b8365f25b", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 51.15384615384615, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.538, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6aa402dd-6d8e-4666-b364-0e98b014278f", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 52.69230769230769, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59d476ea-ebea-432e-961f-2697404cbb0f", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aa24513d-c39f-4c6d-8f7d-60fecdce0e52", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cf8a37bd-b137-4e4a-b67e-31d4f60120fb", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "77e34a66-a628-4ab4-b630-f0bddeeef1c7", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.23076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0040be8b-fe06-42db-a20f-9da8b3926e45", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.23076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ec852bd6-ee90-4e38-a765-da71e1900bdf", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.807692307692314, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9a4e12dd-21c9-4604-b477-07ee02df4a86", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.807692307692314, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e9e4ce86-abfc-4446-919d-2554325fdf76", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "25887888-a101-4c0d-8b7d-5b03a6794b0f", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9be627e9-c0cc-4484-b9ca-d5bc73739280", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.769230769230774, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "91b317bf-3335-4e2d-8479-fcc8ce110584", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "47a85a06-43ab-45bd-9b3a-facdf95c53ea", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 56.53846153846154, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "787b910c-812d-4d79-8bc4-06514c8b1133", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 57.307692307692314, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.692, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "549f5efe-893b-4eaf-8328-0ef86c8ce796", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 60.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 2.692, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "66ee1f91-5665-4683-8340-10f616e0782b", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 63.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.308, + "barNumber": 42, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9d93c9dc-54b8-47aa-9ba6-4faa2f110ee6", + "newLocation": { + "bar": 42, + "guidelineIndex": 1, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 66.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9fdcae6c-e0f9-4650-a26b-65f7cb50c2d8", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 66.53846153846155, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 3.077, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "71304e1f-e935-4e00-b2ed-bb01f4fe6fd4", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 69.61538461538461, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "ccd0600a-567a-466a-bf3a-10ffee7464e0", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f39223c0-8ed3-4666-8d46-4b0b8942349f", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.38461538461539, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5c97cf5c-536f-4e02-97cf-9267850bc1e1", + "newLocation": { + "bar": 46, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.76923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4eeaa4bf-6ee6-45aa-bee3-e4d9b410b16c", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3f0ac56-e421-4bf0-9d64-7f1b2ca9235e", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ed477c6-57da-4c33-8dfb-756dbbd0234b", + "newLocation": { + "bar": 47, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "48291ed9-8cbd-4d19-b881-430a6acccf3e", + "newLocation": { + "bar": 47, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eaf08414-446a-4c33-943c-d29ab51f132c", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 73.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e9334cc4-a3bd-4f31-82c4-ed14ba059fdb", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0ba124b5-bb90-475a-9051-c5853a619748", + "newLocation": { + "bar": 48, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e11e5f7a-0c42-4552-85fd-ab34a23e3706", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "f8d3eabf-2f53-4ba8-b998-c81c7dcd4110", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.61538461538461, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "ea12f719-e520-4167-b048-5f9b2e23fda4", + "newLocation": { + "bar": 49, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "249b532e-c7b2-4206-bcc9-95c1a6786e2a", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c7c333e-e577-4e1b-85d3-277f36391d87", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cc84554e-0ad9-4901-b0de-3bd0e52aa099", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "97794a98-b502-40ad-b5e4-44f2c691a208", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8f691f31-20c2-4aaa-a998-4e09b11828c6", + "newLocation": { + "bar": 50, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "8d179d20-b535-41b0-a44c-8a9ab006059c", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd66b33e-0ef8-43df-8986-9b1842474956", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9c6a4a53-38e0-4cc3-945b-5507f6fdf831", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7ef6902c-8dbf-422c-ae7f-d88e6a8d538d", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.46153846153847, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40edad35-17c9-43ca-b006-c0944e2bb9e6", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.84615384615385, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.538, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a2a6128a-8ae5-457e-a0a3-0adfcd7b19f0", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 79.61538461538461, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "b8579be0-6c8f-4ef9-8081-767e5a9cd6b2", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dda4dc55-9a8a-4e0f-9fb8-8271958eb539", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cbc66617-7dd9-455e-bafb-12717c8c9fb4", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "983d2d3b-8b58-4bbd-96d4-a9bd3cf911ce", + "newLocation": { + "bar": 53, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c4de6bd0-4119-4335-ad4e-489a26269608", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "23455650-a6b2-49f6-82b2-3160d795bbde", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "9673fed5-1418-4b2e-b7cb-62cc20eb8564", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "2f239a85-18ce-47d3-8d83-501b40cd7593", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "268af671-d26c-4c5f-87ab-5651e207a3f0", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.6923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "065f17ae-19cd-42da-809c-5c292f3f3307", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c2d036dd-a9d0-4db0-b598-e648a27d5aaa", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0101a345-9a61-4ff2-91e9-85c2dbbc7846", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0ec7effe-8269-4804-b0fd-2addf97d8eee", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "96ccfdde-ebe0-40af-92f5-926e415c5ec1", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "53dc8ae0-c6cc-445a-81e7-c72d8da1186d", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "35f07e14-6d5f-4184-8d96-fac5e606fb44", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.61538461538461, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "8d39b50d-c7f1-4645-9a84-85f7f55eb94a", + "newLocation": { + "bar": 55, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "112ede1e-4aef-425c-abc6-dd07a1fba309", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7b15f59c-d656-429d-8aac-c41ebc85bd33", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0b0a3990-e674-4c90-8440-fbbd897e9f57", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "026b89e8-79ca-4892-a519-4a0fe18e49ef", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "904ab675-a6e8-4118-8fe8-ae200a237bb8", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.15384615384616, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0bc390fe-8a59-4d6c-b596-c5add7645422", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d11048c5-ca47-4bf0-9d8b-fba9f7e914dc", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "deb94163-9017-4df1-94ce-a0500c0e9587", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "66caefc0-b1da-47bb-b6d9-a79950a513c7", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.3076923076923, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "b28398c7-3641-4bfd-8192-ec041f12c0c5", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2499999999962, + "noteFunction": "", + "noteid": "3e0565b8-5926-42f7-a556-abf7780482b9", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d91849be-99e0-4894-9d2b-0290f74d37b9", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02f5df65-9282-4684-b800-81847cf8219e", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.07692307692308, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6d2b31bb-05db-491b-8bf2-59472de1a8f7", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "022c9d44-20db-4640-ba1b-7b66306f0be5", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.84615384615385, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.769, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4e256dc1-8790-489f-a76a-366425bcd224", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 89.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.769, + "barNumber": 59, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "bd4f18f7-0c0a-46a6-95de-58b530384f93", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 90.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 59, + "yPos": 134.25, + "noteFunction": "", + "noteid": "58dc0a5e-1d72-4185-9702-f3fe88d72db7", + "newLocation": { + "bar": 59, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 90.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e1701327-7e36-4118-beeb-fc21d75fc94d", + "newLocation": { + "bar": 60, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d9f89813-6327-498f-beaa-cfdc2c7fef63", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fa17c543-2bd0-4d74-98ab-43311becb36f", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 91.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "9e11f4d9-9235-4e1e-bbfe-c6aa2e0a276b", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 92.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 60, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "74d900ca-f10e-4f72-953f-8a82146e69ce", + "newLocation": { + "bar": 60, + "guidelineIndex": 4, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 92.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1660ef4d-2dee-4e51-9e17-c52c7286b7d7", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 93.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3387ae1d-fdc0-43ff-bb26-e4508e257442", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c9dc483-d06f-47c3-95ad-182efebb2618", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "df40f6e8-d8b3-4fb8-8ede-1da0143e9fb8", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "920c26df-31e0-41f6-9b0c-71b3933d216a", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "43c22efa-414b-47ab-b864-21c837c71d4f", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b986c1a9-5be9-442f-91b9-631c15a6f28b", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b8972f2c-9b4b-417a-8e9d-986b38b19a71", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.15384615384616, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eb880cf7-b836-41fd-9ae7-b5c4e5bdd62d", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e83d489f-5bfa-4f19-91d3-b68a0f731a8e", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "9b987a74-5ea5-4714-badf-f9735867e6cf", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.3076923076923, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "4a495078-5309-4f8a-81a1-27b6a43cba82", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "98ecc7c4-d23b-4f59-8f68-7d3817dedfdf", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d55c1db9-12e5-42ce-9145-83ba9ff2fecf", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "deb4e2a1-0cff-4b40-83a9-e2052115a35a", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4f044523-3582-47c0-ac6b-5f0b7d6587d1", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dbf88c5f-4a06-4813-940c-e6c74878d53d", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.23076923076924, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2c71b3b4-00b8-4a09-8877-ad782bdd9d2d", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8bbb6ea0-6b45-4395-b47f-cb39acb7a23b", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "533b9cf8-e0ff-4a67-8457-1866b4c4d91c", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0f48941e-907d-41b2-94ac-291fb5fb22c4", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1d7e9bf3-583e-4757-9281-e033ff01bb17", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5af0efa5-2de3-4420-9f53-9abefbe72be6", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "01cae361-5ea5-43c7-8aed-3f8a217eb10d", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e8aae6f4-55f2-4bfe-aa57-d5f70fa806b0", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "12a95336-9428-48cc-a35b-d543439094e0", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.92307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4644d830-5622-4c9b-b45a-7ec24a62dd95", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.92307692307693, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f12a8307-88d4-4075-b631-d21c7e5a77c9", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f7042896-5be5-4300-b391-3f30a8d2065b", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "632c5663-b172-40ee-be11-d7ec6bffeb58", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.6923076923077, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d3ca4a46-15c6-4d37-bd96-4dfe1d57f57d", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.07692307692308, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4bdbc2e8-a99b-4831-9e3d-6b390c2f6ce6", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "976e2f75-b49a-41d7-9094-bb147eb1b68d", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8ae6cee2-7716-4354-90c5-c20dc26c6626", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ae5e1785-cd7e-4634-a8c3-8ed0da29bc54", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "35ae7e7a-f0c7-426a-9875-fa53697bdfa6", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "314e8995-d442-478f-b782-a6a83ebc98a3", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "eff3b2ed-c10d-42b7-bb28-b123f5765d11", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "eb5604e3-a40c-4748-9f4e-2c13d3630a8b", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7166c2e9-6780-42eb-beb8-8f9f64b6c142", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f102ec65-ac7c-4cfc-817d-51c19e408e65", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d45e836e-12cb-4e3b-bc27-ef93409a2dfd", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "55c11bb5-045e-483d-94f5-869a4c961335", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0e79e6f0-dd12-4333-adf3-103a15cd72ce", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.53846153846155, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d24b79c0-f655-4a85-9cef-dcf8dfc61b5b", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8000235e-c117-47de-bc9d-fc8905954f9b", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "08de4c3d-4af9-4690-86c6-74cf098536b4", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 107.3076923076923, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cd76171c-b459-4aa3-8a56-9bb560eafc7b", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 107.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "01662e70-1445-47f8-a38d-9d61800107b3", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.88461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "7e94deff-9aef-461c-9203-ed1094d0a508", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b5733056-d9dc-4139-9e75-558dfda2c560", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 108.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f99e4c55-1417-45bf-8afd-4acd422d03cf", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 108.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8a1868aa-acc5-4ebd-8ca2-9fa0649b0ab6", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 109.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "753036af-a693-4b75-8e52-d2e6a0599fe6", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.42307692307693, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "44adaf03-34f6-4f50-a165-627c9333a159", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.61538461538463, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b103651-a93e-4df1-bebd-14df329e41a4", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "38783b4e-a6b6-419c-8e77-7ea4f8fd8899", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "42102b20-7974-4b69-92bc-9647b5a9a9f2", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.38461538461539, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c974e34a-a95d-4af1-89b2-7d0142c7ad72", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.57692307692308, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "154865d3-ca8c-4ee0-af52-dc4f3630100f", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.76923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c35c6888-e699-4a98-80ab-6a7de1754d88", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfa57d7e-70ed-471b-84a0-066f53be8f07", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a52c63f0-e881-499f-9c68-d2463e8d85bf", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a5c581cc-32ec-4a28-9227-ef5ab286b088", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "70fcb85d-39ca-464e-864f-314561abcaaa", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e1e71cf5-c70b-4b22-8d71-6526f99ec322", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.11538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "09800390-f191-46f3-a77e-fe05b1758215", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.30769230769232, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed04bc24-7bf8-48d7-910f-c34a1a0e3422", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.30769230769232, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fb885682-39d6-4a60-b59a-4e3026a119a4", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3684d9bc-e9d0-4836-be7a-30f1efac4764", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "14436293-cb72-44c4-aaa9-f6697c3d85a5", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.88461538461539, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "deb2e091-67e4-4961-a216-850b92acd565", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.07692307692308, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c48f7456-2d91-446c-a14a-9802788b5804", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.46153846153847, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b659f59d-38f4-4e18-9659-d57d0f51a08f", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f61dfaa5-5fa1-4d23-936f-013748cae5f2", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "37dae11f-d634-4f0a-aeb8-70f36924b81d", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ee47c0ae-20f6-4caf-bac8-1055dd77001d", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ec68b587-80ac-4bb6-a9b2-a6dd84eab1d0", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.38461538461539, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.192, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc3c4ad5-3146-4d63-82a9-c98ba797073b", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.57692307692308, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b1b7b71b-7cc3-491f-82a5-93602fc7fed8", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "581a6de7-40ed-4db1-a6d8-704456895260", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 116.15384615384616, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d58d6f78-ec58-4730-a9d5-1a2ed0685059", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.53846153846155, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d75c0dad-e2d8-456e-8360-b98b3f43ada0", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.73076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c998f0a8-fcb7-421f-a2d9-f8edf5ca1750", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d562af67-5f5f-474e-8b5e-4cde9343cbc2", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.92307692307693, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fa677a61-e0d3-4d1e-bb85-198d7e859ac4", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.30769230769232, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9fbee24d-c69e-4427-984e-fdf618e1d873", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 117.6923076923077, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e2ba68a9-8a03-49d3-bd53-61620093a462", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5c0921e1-d0d5-4681-8445-3db7d1161f32", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8143354e-56f0-4388-9e80-8dcca6eeea53", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6623b5cc-4036-463e-b953-b04e6f3f6a21", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.46153846153847, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "74f5da5c-4e64-4051-98fd-2328be8ec74d", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.65384615384616, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.192, + "barNumber": 78, + "yPos": -201.375, + "noteFunction": "", + "noteid": "dc6abd17-ea37-471f-bb95-22a5cea278ff", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.84615384615385, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e416f9ad-3e66-4316-8cc4-9b3d4f84176a", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.23076923076924, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "934dcc64-c972-4216-a0ef-16d1c39d7075", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.61538461538463, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2237156c-86b5-495f-8e43-fcde2994ef9d", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "793bef11-fbbb-4596-bd31-be22d5e8da3e", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.38461538461539, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "290f1675-26a2-41e9-bfe0-f60a28237a7d", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.76923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ecf1c477-44df-4412-808a-0969e37895e0", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.15384615384616, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "10daedb9-58a3-4d4b-bf7e-e6200c860eb4", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.53846153846155, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "056d4d7c-a27a-4581-ae0f-32d798268101", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.92307692307693, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7f9eb077-a62e-4f22-b275-917e60577db2", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 122.30769230769232, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7c5e61f2-80fe-4bae-a06f-134ce23dd5f0", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "06e28bdc-1386-49a0-8462-c6959d54ec38", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c54451d7-fd57-4c4f-b5e7-8162803bdf91", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.88461538461539, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.096, + "barNumber": 80, + "yPos": 201.375, + "noteFunction": "", + "noteid": "aff25d45-67d6-4d84-ac5a-8f8ee870a28b", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.07692307692308, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e3dd1c29-7513-45bf-a796-e35d8ff2575b", + "newLocation": { + "bar": 81, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.26923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.192, + "barNumber": 81, + "yPos": -201.375, + "noteFunction": "", + "noteid": "910c9a93-45a8-4d3b-8363-24683d9b8d31", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.46153846153847, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4224ebe8-422d-472e-9a74-9735b5730b9e", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 123.84615384615385, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ee9284ec-d4b9-497a-a361-0c1e27f48ae6", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.23076923076924, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fec1ef82-3d53-498c-a06a-815601e50fb3", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.23076923076924, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f2ca5638-20bd-4c1d-8c13-b2414b70f2fd", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.61538461538463, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.38499999999999995, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c57e1bc-5145-4f3c-b941-5460fa930a11", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 125.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.538, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "59559756-346b-48b9-8786-f6bb1c3975ef", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 126.53846153846155, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.577, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "653d75c9-933f-4378-9a37-91a2b023acac", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 127.11538461538463, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a04fb7cb-3404-490a-9821-79a54ec181c5", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.6923076923077, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 6.538, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ea738b99-1ddb-4153-973a-b88dea3d357a", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 17, + "isFree": false + } + }, + { + "time": 130.76923076923077, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 3.4620000000000006, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bd6f4a2c-f019-4143-ba07-4cc6c2b39526", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 9, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_5.json.meta b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_5.json.meta new file mode 100644 index 00000000..76e9a86d --- /dev/null +++ b/Assets/__so/songs_so_res/1002005_BaboonBabbler/Can U Feel It/Can U Feel It_5.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b5753321365e3c044937961c41edc449 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace.meta b/Assets/__so/songs_so_res/1002006/Paraphiloplace.meta new file mode 100644 index 00000000..042a3c1c --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2256896bb3b9b404aab6540bde398a83 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_14.json b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_14.json new file mode 100644 index 00000000..29f307f8 --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_14.json @@ -0,0 +1,17804 @@ +{ + "version": "2.0.2", + "title": "Paraphiloplace", + "composer": "Se-U-Ra", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 141, + "bpm": 150, + "difficulty": 14, + "difficultyName": "Incredible", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:59:33", + "musicFile": "Paraphiloplace.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 1041, + "globalDelaySeconds": 0.0, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 206 + }, + { + "colorType": "red_hold", + "count": 27 + }, + { + "colorType": "green_tap", + "count": 217 + }, + { + "colorType": "green_hold", + "count": 18 + }, + { + "colorType": "yellow_tap", + "count": 100 + }, + { + "colorType": "yellow_hold", + "count": 9 + }, + { + "colorType": "purple_tap", + "count": 228 + }, + { + "colorType": "purple_hold", + "count": 25 + }, + { + "colorType": "blue_tap", + "count": 187 + }, + { + "colorType": "blue_hold", + "count": 24 + } + ], + "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": 0.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": -134.25, + "noteFunction": "", + "noteid": "40d1376d-30d0-42ac-ae5f-23ef382b4c3c", + "newLocation": { + "bar": 1, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 0.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": -134.25, + "noteFunction": "", + "noteid": "22812d98-3fd7-4cc1-acba-8b8521ba0189", + "newLocation": { + "bar": 1, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 0.7000000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "1a158de1-0e57-4585-a02d-951a51cfc8fa", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 0.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 0.0, + "noteFunction": "", + "noteid": "661c4c82-5674-4068-9987-1bc3f52fde62", + "newLocation": { + "bar": 1, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 67.125, + "noteFunction": "", + "noteid": "46dce0cf-fba4-40f6-b149-d87d6eb5ffd6", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.2000000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 134.25000000000006, + "noteFunction": "", + "noteid": "3bc8a631-4434-4465-b61b-31e7e2fdc8b8", + "newLocation": { + "bar": 1, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.3000000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 167.81250000000006, + "noteFunction": "", + "noteid": "ca72ead3-93bb-4ba1-a1f9-dbf3317e90bf", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.4000000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2ea63e22-030e-4c9e-95d0-98a00862a270", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9f3372e4-c1c6-4a8d-9e66-a2ca2b2bd863", + "newLocation": { + "bar": 2, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fbe29c06-d553-4fd8-80c5-fbebf3f065cb", + "newLocation": { + "bar": 2, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8e057b7f-a830-43de-8b5f-e15e65a68e67", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c3d32fc0-3aaf-4683-8076-c446ee94c43c", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1f8c9e4c-efb9-4233-9ea1-03c46b75587c", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -33.56250000000012, + "noteFunction": "", + "noteid": "37fce69b-12ef-48d0-bbf8-fe036c06d318", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.4000000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 1.192379528447418e-13, + "noteFunction": "", + "noteid": "92238978-cd73-4a67-a7a5-1a753894c6ea", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.6000000000000005, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 67.12500000000011, + "noteFunction": "", + "noteid": "b6c1857d-9d0e-488f-9af7-a64b6734ac10", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "217a2fb3-83f9-4ea1-8641-d52dbaf989fc", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.8000000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "56f497bf-72c0-4e66-aaac-03b5de1e2904", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.0000000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3750000000001, + "noteFunction": "", + "noteid": "e471410f-6074-4b0a-8ad7-a46c5dd0a36b", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.1000000000000005, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 234.9375000000001, + "noteFunction": "", + "noteid": "7fff79a2-6cf1-49b9-97fb-ec482d48e7cf", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b8b86038-0755-4c1f-99d9-33bb860a718e", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ae61978c-675f-4619-ad26-c20539d1d5af", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e8f9dcd5-f41b-4871-88ce-c78cb6b602b5", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.9000000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "3ec96fe8-363e-42b5-873b-5b4cbaae913c", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c1a2426a-1b22-4f62-a0ce-227d97e3a46d", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9cbab144-6a40-475b-8cba-6ab066710945", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d48d4c66-8d07-46d6-81b3-a051f8b3944c", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f363700f-a5c3-433e-a7d4-aeb046c190ac", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.6000000000000005, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c336b9f-036e-4215-8cb1-13f368810c8f", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.800000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.4999999999998, + "noteFunction": "", + "noteid": "e15a3dda-cdfc-4117-bd22-64c80d201b8c", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.800000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.4999999999998, + "noteFunction": "", + "noteid": "152b64ab-9282-4a10-8afd-bb6f3d915471", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dcc7000c-0983-4780-bce1-4d2ce160fcfb", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bcf3aa57-bdde-41f7-8d73-24a79a97c82f", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2d720f38-0fc1-4212-8a90-7b1d74ead05a", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.6000000000000005, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "65e3b88c-3744-433c-ae5f-d8a1c75f06e5", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.6000000000000005, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "abb24d90-7cff-4e6b-9f91-da6f51ef12fe", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.800000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 67.12500000000024, + "noteFunction": "", + "noteid": "21f246a4-7676-4597-bdbc-1e6587afbdee", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "0c0b1b4a-d686-49ad-9281-2831e64a01ec", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6b453484-3d10-400c-baa9-534fbe86dcb9", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 234.93749999999977, + "noteFunction": "", + "noteid": "cac65919-7085-4576-b090-ff6df1f27ec2", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 234.93749999999977, + "noteFunction": "", + "noteid": "71404cbc-8f9f-4ede-9499-10430176c187", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.800000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fa77d11a-71e8-4a04-b5a0-382ba797b86d", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.800000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72d3e301-a502-45cb-9738-0ba8a95ee1e6", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.1000000000000005, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "e09cf3fc-cb8b-4d2f-9d01-e8499b335db8", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9f1579cb-f8a2-4c92-8d95-31da1ce4ebb4", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3b30027e-aef2-44bd-9384-79d61a8186d5", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.6000000000000005, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e5357123-e511-494c-b4bb-7fa0acc191b0", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "3f21ff0d-4bb0-4397-9fb2-67009b4983f3", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.800000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d19db8d4-59c4-4843-aae4-af0036b199d4", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bbca503e-2b79-4c5e-a476-085b7ecf6da1", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d30cbd6b-a4e6-432e-bf83-4ccbb5eb03ed", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a8df935b-9e0f-4868-8ad4-f4562fc5664b", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dd7708b0-52ba-4bc4-87d2-7acc7be5348d", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -67.12500000000048, + "noteFunction": "", + "noteid": "a3d8da8a-90b9-4aca-8a01-08c218e42657", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.700000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "65ca27bc-5615-4479-bda1-989563d313de", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "be3a07f1-1187-4511-9ed2-287bf612e5a3", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8113d2f6-7f1f-4e39-96f4-4648aa9798ff", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.100000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 100.68750000000048, + "noteFunction": "", + "noteid": "5c4c9380-ad9c-4ee5-9fed-304f3ad45331", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.200000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "82518c53-58a2-4b72-aa54-ba93a953d899", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.3, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 6, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "eb93d6e7-a7f2-41ba-9a80-d538c65c9b40", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 9.500000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 234.93750000000048, + "noteFunction": "", + "noteid": "a6902522-1eaa-43ac-9e62-d340969fd8f6", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.600000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.49999999999955, + "noteFunction": "", + "noteid": "bdebf2c3-b8fc-4ffa-a3af-722e542574c3", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "65f81f92-d200-414a-b237-086c8c5cc2c1", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d26fc5fb-f8a9-4246-895b-4ec3b8e6b070", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ba1219d1-ac42-4836-980d-60e467499bb7", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fe05b54f-2478-40aa-84aa-bd8ca75ad890", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "83353311-fb9d-42fc-9b22-9a6a93a8591d", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c978427e-9ee4-48e0-a513-a0c540c0ce5c", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "a8b39e7c-0d7b-4b4d-9dd2-4541a9fba3b1", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f16832f6-0a26-4433-b9d5-eddd010efae5", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.200000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c4a5aba7-3b18-48bd-a18d-56b52ef0ff91", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.200000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b7ad79ab-5ca1-4294-a1b1-fd942c135987", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.600000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "8721ef5c-e695-4451-9a21-b497045af1ed", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.600000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "b7e829d6-2211-4b51-87da-6b89c81cf0f5", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -67.125, + "noteFunction": "", + "noteid": "57ba8504-4329-4677-893a-37043352c0d3", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.900000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -33.562499999999524, + "noteFunction": "", + "noteid": "f60bc988-21f6-4a65-9d96-5455afaba1c6", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.900000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -33.562499999999524, + "noteFunction": "", + "noteid": "db15e5f0-6d36-4963-b7bb-b32034a9a3ed", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "c6578a06-2fcb-4e2c-8fd5-d34b091a99c4", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "184f8883-f40e-4893-8bf0-929990570dbb", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 134.25, + "noteFunction": "", + "noteid": "64a47d41-1841-4dc3-a2d5-85fdca4bda64", + "newLocation": { + "bar": 8, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1722901d-65df-436c-8eb3-f3eedb4349ed", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "2196a570-2e66-44ee-b8c1-18f0ebec8eaf", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.8, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.8, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e204513a-8326-4a54-b9dd-e5f4acbe1db8", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 12.8, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.8, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "093f1072-5aec-4a74-a31d-8e0c072e18d5", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 14.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 134.25, + "noteFunction": "", + "noteid": "239ef2ef-eb6e-4289-ae44-728aefdd541a", + "newLocation": { + "bar": 9, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.100000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "eb10424e-70e5-4d6c-9b3d-eb3f8371e6c6", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.199999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 201.37499999999903, + "noteFunction": "", + "noteid": "90768763-0446-4fa4-8fd1-5f5f9ae1a432", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 9, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c72fc0a4-f209-4dbc-9451-51ed3f829690", + "newLocation": { + "bar": 9, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 14.4, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "87582108-d94d-44c1-87c6-3d8d7eaf3d8f", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.4, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 10, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3d8da3b2-5c44-4fb1-90db-be7e8c28a26b", + "newLocation": { + "bar": 10, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 14.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e8fda6ae-21be-4589-bcdd-468b7c10d3bc", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 14.8, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a48e83aa-505b-4697-bed6-0f509ef87974", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c65c1013-cd75-4dc3-9bed-b5740b0bf745", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.100000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "e959cfdf-4e4a-4233-b4c2-c7e27b1058a8", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.100000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "dec9eeef-7651-44ca-9b1b-7fe75e9c5151", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.200000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a085df93-3ef1-489d-a2a2-111bea7b5dec", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d6b844d8-fe02-4491-a8aa-0303a4f646e6", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "336da0b0-e953-44b0-b0eb-5d5ff63ad3e9", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.600000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "24085d03-42a5-49cf-95cb-f6cc49d3dbd1", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.700000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "abeebefd-9070-45a8-864e-0ba8f7855a58", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.700000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "1a502898-66fc-48ec-975d-941cf5dd0655", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "38f1e41a-96f7-4242-a1a1-af80f5534bb5", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99b373c2-17eb-463d-9ae0-db874f64078f", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -201.37500000000097, + "noteFunction": "", + "noteid": "c7b13803-b9d9-467f-9cac-01476b740e0c", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "30e90539-8e73-443e-a1e4-0997787466e8", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "fc7280fa-1861-48ae-b48c-fd2a1c0bebba", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "69a55eac-9ce8-471a-9073-0893e38a5647", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fc05fec0-c6ea-4c19-8d09-dca42599af44", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.6, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "88fee79f-db09-4950-825d-935d285b3fb5", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1d3d58fa-5702-493e-b1d6-420c67d5cbdb", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.900000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "f53cf987-0034-4053-8024-ea502d1513b3", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.900000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "51c0b8d8-94ad-45bb-9f7f-f48753a1e2ea", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "036bb6ad-b5fa-48d3-9ca5-fc4d4c4dc995", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.24999999999903, + "noteFunction": "", + "noteid": "32b8bbdd-1ec4-41a1-986c-692b3191a760", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.24999999999903, + "noteFunction": "", + "noteid": "52211bf3-e89a-45b5-b945-e0af8b50fee4", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c7a13c35-7448-4cd4-a88c-4559197ded18", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 201.37499999999903, + "noteFunction": "", + "noteid": "2b4c38e3-fe88-4139-9f7c-094bbfb7c97c", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "406309b8-5f1e-4197-bbc9-f740bdde062e", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "95bb78b7-626e-40af-9f5f-e7f8913b223e", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d607c3e8-66e7-40e2-9457-5703cb9f2a65", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.700000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -234.93749999999903, + "noteFunction": "", + "noteid": "25529148-a83f-417d-a3f8-bb0aee22c5b5", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.8, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e3d8a110-a2f8-4fa2-ba13-1215b8a5722c", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.900000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "41c1ea8c-eed7-49af-a0e7-927021dae2d5", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cb3d682e-538c-486a-b7c6-c3b05800f6c5", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3f9ba4e0-261e-471a-b827-c34d76a70768", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ecc9d6c-3e6b-4791-b1b5-6136283671f0", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "03da8450-d41d-495f-9be8-3adfada07d32", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.400000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c68bc6d6-8794-4fc8-96bb-1832b5cf966f", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.400000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "703f6011-2691-4fe3-b0b4-c32669c76989", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 67.125, + "noteFunction": "", + "noteid": "88269bc5-41b6-4f73-9d01-6bb9e8fab077", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "599b47f9-1a44-4f83-a451-f665ff5c8c30", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3922b566-990b-4197-a50c-20fa7a9e2b6a", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.900000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "d847e7d9-17d7-4a98-a77b-c4f46f9d32f4", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "fab34a81-535d-4a5a-8d53-29b5167a3c2b", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 19.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "7e974094-6284-4e70-bca0-0e6b5ca377f7", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.200000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.49999999999903, + "noteFunction": "", + "noteid": "2cc44df1-f897-4df4-aae0-bc4fe4c2c6e3", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.300000000000004, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3, + "barNumber": 13, + "yPos": -234.93749999999903, + "noteFunction": "", + "noteid": "13415a13-1ba2-42f2-af97-fcf493128e72", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 19.400000000000002, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -201.375, + "noteFunction": "", + "noteid": "d8f2fea9-ff5f-4dee-8f66-683eecbb9ab5", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4f8642b6-4248-4f42-b2ab-8aace512de9f", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d1493834-c810-43d5-b599-b1fcc450c24a", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.700000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -100.68749999999905, + "noteFunction": "", + "noteid": "849f2770-e529-42e0-b2f2-3d94c7f8645d", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.700000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -100.68749999999905, + "noteFunction": "", + "noteid": "6c382289-1d24-445b-a224-f085a16fb3a2", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.900000000000002, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "48175f00-34eb-41f5-a2eb-6e3eac8a89b7", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.900000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d96285ce-6593-4e15-80be-d39dbb58c1e5", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7cada4e6-bddf-4f51-b462-a79487658708", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "15e0d722-93d7-4e79-91bb-684b12c1df63", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 67.12499999999905, + "noteFunction": "", + "noteid": "26d9ab9e-838c-4f67-b871-7c10200fb3eb", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 67.12499999999905, + "noteFunction": "", + "noteid": "3d0b0d2a-9fe7-4954-b79b-f35d48885f81", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "6cb222b3-66bf-4846-a631-850abb748bb9", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7c8e8dc7-14ae-4d0e-89ec-77f8e33cb0a9", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1d3ce500-70d6-4dcb-9f19-071f9726a6e7", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.500000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 167.81250000000097, + "noteFunction": "", + "noteid": "e699df89-a1f6-4c00-9f26-a111c757b96b", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.500000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 167.81250000000097, + "noteFunction": "", + "noteid": "2debcabc-5a38-4323-9c27-6f826ee68a2b", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3ea51d24-447d-4f69-b7eb-f6dfc747a885", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 201.375, + "noteFunction": "", + "noteid": "45b31472-1ad9-4618-9797-42aa422454ec", + "newLocation": { + "bar": 13, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 20.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0d74d0d5-26d9-41b8-8752-4d8af9042181", + "newLocation": { + "bar": 14, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.900000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "80ac0f39-186c-479e-9365-2ac5d060fe03", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -201.375, + "noteFunction": "", + "noteid": "43c068bd-dca0-4628-acfc-9036f727c053", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.1, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "93be6072-32d7-4401-8c6b-b88f78e4bcd5", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 14, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "74956341-85c6-4f7f-93f6-265cf64039cf", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.200000000000003, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 14, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "a1ef33b9-aa8a-45fe-bbb0-b1ac2f6cc887", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 21.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ced68123-9988-4a6c-a63a-59754d974515", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "562c0697-57df-41e0-8d18-29471707d2b8", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0665ca26-f9e8-4801-889d-a0349371f20f", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8a58ed3a-5934-418f-90b9-efb9a0477770", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "4006d772-e081-4137-b496-95faeaec4c8c", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "0a18b06e-7aaf-4ed0-813c-ae24d545c4f2", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c323d867-d6f9-4f79-bcba-48a20a6f8744", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.400000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f128cdc-cb3b-4f2a-8211-4c31861e3d69", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7128ac74-650a-423c-a604-99e8ab09f8d2", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.6, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8ff44851-5a80-4444-b16d-95d8963d6e84", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.700000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -167.81249999999903, + "noteFunction": "", + "noteid": "fa14f2c3-7054-4a88-82c0-c400c581805a", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.700000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -167.81249999999903, + "noteFunction": "", + "noteid": "7546b712-43e3-4b73-a0ca-070482fcd328", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f3dc0fec-ff4d-4775-ab8c-fe47ffc1097f", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bb5ea7d2-8068-41b9-9a15-b548b0342ca7", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c16d30fb-ecf6-4e61-85ad-a21567a05009", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.200000000000003, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 9.539036227579345e-13, + "noteFunction": "", + "noteid": "e91f4f75-d162-4690-90d8-4d97cd07e9c0", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.300000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 33.56250000000095, + "noteFunction": "", + "noteid": "db4eac3d-fef1-4b91-a699-00d2bd8aa073", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.300000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 33.56250000000095, + "noteFunction": "", + "noteid": "b4682919-2644-4d05-88eb-16b472386ec7", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.500000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 100.68750000000095, + "noteFunction": "", + "noteid": "763ea68b-8a3f-4223-b2d2-753b14ea79ae", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dd16d119-dfd9-4943-b6f1-232837ed68af", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d703253e-3fb9-4474-9574-d258fb1989d2", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.700000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 167.81250000000097, + "noteFunction": "", + "noteid": "ffbf3dc2-12b6-4973-891c-afc24fff0485", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "af96c31f-d503-48b0-89ef-e63083d3a2c0", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 201.375, + "noteFunction": "", + "noteid": "49c5b517-99e4-4209-bc5d-7b652160a591", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ab6997a-0f2e-4210-90c4-a51c474fea22", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "af0bf99f-1a9e-4917-8e34-6d820a232e77", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "aba3f81b-77b3-4597-85cb-6f2b325e1e76", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6ee18d5a-5329-4180-a208-29c71b1e1c0b", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7d027a43-8f06-44ac-b173-48adfd06a15a", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.400000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3b77b21c-3fc1-4859-8773-d49ecfddd8af", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.700000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -33.56249999999905, + "noteFunction": "", + "noteid": "0c1cdc8f-a5f8-484d-ad89-058f346472cb", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 24.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "26ec52b7-8bf1-4ee6-8b8b-c85ea5ea638c", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3c039297-bbf4-4cdd-921c-9da4c6d2eb34", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 67.125, + "noteFunction": "", + "noteid": "e615ba93-e80f-42d1-9359-89bd29355dd9", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "566fe890-0f45-428c-ae80-ac7d350b10ad", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.200000000000003, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "b8d6a59a-c8d6-4854-acf2-3202e9c348b8", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.300000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 167.81250000000097, + "noteFunction": "", + "noteid": "b7d72707-ecea-476a-8faa-e151e92927bb", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 201.375, + "noteFunction": "", + "noteid": "896c2fa0-7166-4b61-a089-c3e4327d8cd9", + "newLocation": { + "bar": 16, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 25.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3d291864-8e46-4474-8df5-d14405bb21e5", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3d40d9ce-b5fc-4332-93dd-1d2188baeffa", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7dd972d7-0a21-4ffa-bce0-7b7c4e9848c2", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.700000000000003, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2, + "barNumber": 17, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "5aafbc6d-7417-4451-b1db-d424fb07228e", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 26.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d2168bca-e9e7-4d50-834e-ca10e6f9b438", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4e7442ec-d898-4fd3-b72e-2299a5c493eb", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "60d98d29-6943-4c43-ad9c-ca1dc5e3ede3", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "d6340cdb-38f1-42ee-9e07-b3a6dd101e85", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "257f67ba-b6a7-4d3e-8e56-4105ad4eaa71", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "4ef0c255-c6c2-4207-b6fd-8647beb17631", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "31267d4f-be91-4b33-9ac0-ad37767db4b9", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6f9911a2-26b8-456f-9d35-5dec22d1d31a", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "aa3b24dc-ffdb-4e12-a8ef-53964d43fe05", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ad32851c-16fc-47a7-835d-392ca2971395", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.700000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8f57ae71-df8b-46e0-950d-b99eeb6e52ef", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.700000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5d40eaaf-a129-44d3-adda-b40209e0aa44", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.900000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e0052d83-dd44-4d07-bf3b-3a756be57daa", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 26.900000000000002, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "8df59b4d-931f-40d5-b429-8f7e48363050", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a8c962b4-7a5e-4fc3-91b7-82bec6aabb61", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8ff10cf9-54aa-490c-a2c7-4d186cc51cf2", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "0fd49249-ce6f-4214-b8a5-b9c61b7b8e44", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "f67b3af7-2fee-4a21-9489-e4a6be9b1d11", + "newLocation": { + "bar": 17, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.200000000000003, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2ef93af-e003-43ef-9da4-09ee0f93ee1e", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -251.71875, + "noteFunction": "", + "noteid": "925070a9-cb4f-4c1e-b3f2-5180d026960d", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "4dc076f6-3cfc-4625-a5f6-1775c89f70e5", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.35, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -218.15625, + "noteFunction": "", + "noteid": "b0058086-adc2-4678-9ddd-6ecf087d971c", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "4c4ad254-2a5e-4f8a-9934-400d071b791d", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.450000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "1df8444c-6c2a-484d-abdf-599b86dab41a", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "49d5efcf-fbaa-40c4-8bf7-6873aad0d69a", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.55, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -151.03125, + "noteFunction": "", + "noteid": "e5afc2e5-38c3-4c51-9bb0-293e435911c9", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.6, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.1, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7ae7c404-362a-4527-96ab-88bebf35f808", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.900000000000002, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.1, + "barNumber": 18, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5c55f26c-402d-4599-82c9-91964ced8a90", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.200000000000003, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.1, + "barNumber": 18, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5e8029b2-fbee-4786-a4d6-166583e9e063", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f42fd606-1d06-4fad-8915-5eb9e1524baf", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 28.6, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 18, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0e7fce36-3163-4657-a344-2a31dc5dcff6", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 28.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dcae4333-7e3b-4fab-8c2d-3cd863d6296e", + "newLocation": { + "bar": 19, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 28.900000000000002, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3, + "barNumber": 19, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "7c610579-e396-4ba8-9a39-31d1331f4d70", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 29.200000000000003, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6b343866-f7cf-4187-bae1-8345fc645fa3", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 29.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 19, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "0e661100-93b6-4a4e-b6b7-cd297c414781", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 29.8, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 19, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1c3bab97-9f0e-4438-9a18-5d90ece2b60c", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fc104668-6ce8-41ad-9ee1-f9e6ace4871c", + "newLocation": { + "bar": 19, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "bb4b21e9-7191-4329-96d7-3a6fde75ebd3", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 30.200000000000003, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 19, + "yPos": 201.375, + "noteFunction": "", + "noteid": "8dff5dee-06f1-441e-b3b0-f47470351de6", + "newLocation": { + "bar": 19, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 30.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -268.5, + "noteFunction": "", + "noteid": "650b56b7-ac26-44c9-9438-d1279b417c25", + "newLocation": { + "bar": 20, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3, + "barNumber": 20, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "180fd8eb-d630-47b7-93b1-47c1a2fb5814", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 30.8, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "54093f27-c938-435e-a9ca-3c891a2cc34d", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 31.1, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 20, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "4746be42-8fe3-4865-be0d-0b0063b26377", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 31.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 20, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bb5ec856-07ce-4bd4-ad9a-7d2daf9e4022", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 31.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ab6c3230-96a4-4223-bd79-1633a6192dc2", + "newLocation": { + "bar": 20, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 31.700000000000003, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e9bec8de-279d-49a1-b310-8b3b5249b193", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 31.8, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 20, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9a7184fd-d6b2-4fe2-bdc8-8826b54a5184", + "newLocation": { + "bar": 20, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 32.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3392bd4e-78dd-482c-a969-b4763a49ac56", + "newLocation": { + "bar": 21, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.1, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3, + "barNumber": 21, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "2d293703-369e-496f-8945-1938e7f59cb3", + "newLocation": { + "bar": 21, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 32.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.6, + "barNumber": 21, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "4909245b-def0-4f08-a731-583132d2916b", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 32.4, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.6, + "barNumber": 21, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "7dfc434a-9f18-42fe-b05d-170b56b7bd1e", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 34.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": -1.907807245515869e-12, + "noteFunction": "", + "noteid": "678a45ca-fc5d-4415-802c-125cddc6e70b", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7f1f590b-bda9-4db5-b1f2-10aff5af1cda", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "79f7855d-939b-4e37-ba61-9ab3b8aaed2f", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "dfbe29af-ecc9-4bc3-a6d0-5eff1e6a7088", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "13aa44d2-0b2c-4e4f-b619-0856fd1e9b50", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "f46a4834-5b9d-4016-9300-9ecd43eea4a0", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2602588e-4f6a-465e-9541-38712e06ad03", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "26c6c601-5395-41e1-a1a0-28df1607798f", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1ebb66c7-f7cf-4b04-b48a-e64d2472d0f5", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "84e7deb8-d4c1-4c1e-9db7-6f5676d40745", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "89e18458-a8f7-47eb-9551-7bb8cb1eb204", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "295df002-134a-41f9-b1ca-5fafbc53b7b9", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "91781dbb-a742-4caa-9523-e15a3ae39402", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "98d189d7-7306-45c9-abd2-f94d2959fc78", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "c0b7625a-0496-4cfc-b621-5b1ae94f5d2d", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "db5ae90f-aae4-4e7c-9bd1-6b6586905fe8", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.900000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -100.6874999999981, + "noteFunction": "", + "noteid": "d6df05c2-800c-40a8-beb8-bae5c74215b6", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ca2616b6-0a74-4143-907f-5cdd34b0a518", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "34b3b9b6-dbb0-44d5-9031-fef1bb008ba5", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "33c88210-a0fa-47a0-84bf-3b45c6e75fcb", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "19d4e98f-61e2-4156-91bc-fa7ffc6c0c36", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.375, + "noteFunction": "", + "noteid": "70daf7c5-8881-4980-afb8-86bbf471e682", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "0279d7dd-dfa7-4e97-a032-1ec871b82075", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 26, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "7a4c704f-7a5c-453b-961a-f48863f256bb", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2bc6b27b-4246-433f-bcc8-b486441dc02a", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "3df7bd3b-882b-4d30-b497-2b7b64d5eb8c", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.00000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 26, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "37ad8cbe-fd8a-47fe-b380-c1bf4e19c4a1", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "05db2cca-2312-475f-bbf9-2208d3fa65bc", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7baa6a9e-46b7-4c78-96d9-9e757ed3882c", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 26, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "df7c09dc-7967-4eef-a6e8-925954e1d982", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "ea95bd00-2e02-4086-be60-ac4c40267780", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0946955c-5975-4145-a8d2-05f5354a9c46", + "newLocation": { + "bar": 27, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -201.375, + "noteFunction": "", + "noteid": "8582b8a2-ebf4-4073-93d9-c5631b11bade", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 27, + "yPos": -201.375, + "noteFunction": "", + "noteid": "dcff7f4e-bf40-407c-beb5-c324c9503ab6", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dce11fd9-5867-4b09-8fd5-3825abf9dbba", + "newLocation": { + "bar": 27, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0fb920d1-3e40-4278-8428-49e2f0255b4a", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.2, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 27, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8a66dd56-46b5-4d8b-8fe6-616c6cc19b58", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "50737644-b76a-4ae0-b85a-ec6f25eba964", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 27, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "11081d89-1e87-48ed-9049-9c3366226975", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f8fb689b-5e68-4d58-bba4-85c0f084eebe", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9a9d4322-3801-4735-8b21-7d3f8a62e6ab", + "newLocation": { + "bar": 27, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "23e37f21-b47b-41d1-a70a-eb852953e1f8", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.00000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 27, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "453a6241-2036-468b-bec4-ba406b49d167", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a1702654-9c8d-4ec9-98bc-bc7dfa7edd50", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1d19b003-24c5-4808-9078-4fd67e7227a6", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "72219902-a481-4c3c-a2f9-ac39c26fc78f", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d2978c8d-7527-4fff-9ada-17dcb29b6f63", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1ee4d511-2a86-4993-ba44-162f1e7a8d45", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38407253-a7c2-4037-9a28-290a4146c48f", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "feb46d07-6fe7-4c9d-8b6e-d1a2344bde4c", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1e39965f-9b39-4f04-a077-1487c5304808", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0d2e284d-5160-4e5b-b3d6-84cccbe9a42d", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 67.125, + "noteFunction": "", + "noteid": "98f6f28b-4335-4bec-9133-ff6c023d3b15", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.2500000000019, + "noteFunction": "", + "noteid": "571ce3f9-da3c-4bc5-85af-5420d7a6971e", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.2500000000019, + "noteFunction": "", + "noteid": "b431a5ca-476a-4986-bef2-379d4918ec90", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.2500000000019, + "noteFunction": "", + "noteid": "7ea6acb3-e2f7-4676-aa8f-0a9f399c6929", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "fe294870-a245-4549-95d6-e3b0121abd09", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 44.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aa0d2daa-2742-4cb1-8879-b533213b287e", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "34963f2e-9c90-4a74-8176-a79c1a61df2e", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "276ae5af-1dff-4591-8a95-10d63447df63", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "ce9d5c9d-a194-4d0d-a0d9-8c2675330d1d", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "522bc3a3-018c-486c-b8e2-2143ddd973e9", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10e185d5-c07e-492e-8259-2292c1dba266", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "c0a69dc4-5760-421a-8e69-24aea21d8213", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "80bbc585-7faa-4555-8de1-ee15a4936ca8", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f0b35e77-4202-4690-8749-a96516bcd758", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "50c59682-605f-4279-a19a-e80bb2d85c42", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "56f3f6f5-7201-4191-b64e-a407c5bda950", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "7dabea33-4237-4d74-81d9-9568ca22b1f3", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1ae6aad5-c87a-4141-9bff-e7cc83ab500e", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2ad1e93e-3ed9-4daa-b02e-a0497af3fd45", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "06ab1674-2bee-40b3-a8fc-aeb19e166507", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 45.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "1d333fe5-020b-4cfd-806a-45ff33e49ac2", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c9990e86-dd76-43f3-a9f3-afab0ca63b6e", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "da2f47e0-ab70-4f15-b76a-b3bc16181740", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "91c9029c-ec5c-4364-8bcf-e622d3f698da", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "0f1b8ab3-446b-4024-b115-6d8ab8fbbe9a", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "992cbfd3-d31a-4e44-bf40-fb861950aa8f", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 201.375, + "noteFunction": "", + "noteid": "efdfcf90-a78a-4495-bb7e-335bfaf1609c", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "149d96ee-22a9-4bea-b475-d87f20e3cb0b", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "eaf3ad1c-dcc8-4924-a2de-683598bc75b5", + "newLocation": { + "bar": 29, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 46.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 30, + "yPos": -268.49999999999807, + "noteFunction": "", + "noteid": "d32cfe79-b8d0-4ca4-87fd-59e19c0044e1", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 30, + "yPos": -268.49999999999807, + "noteFunction": "", + "noteid": "1cda005a-c799-4d15-ab7e-1bba23182a50", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fb5199d8-f1bc-4024-ada7-bcbcb6e518c9", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ee793883-bc70-4ea5-934f-5db0c303607c", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.900000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -100.6874999999981, + "noteFunction": "", + "noteid": "ae94f24c-ee74-4051-98a8-7f5e5cb2df4d", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.00000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "4184c2bd-d7b5-4371-b076-a9bfb2d40367", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6ed9e585-78e7-4fc2-840f-d033efa3da6e", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "68f21752-3c9d-4ec0-9db6-d36914fe9784", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.300000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "8b2c80f1-0069-4e82-a3a7-b4337892cabf", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.400000000000006, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "fe130a93-9cc9-4a0c-831e-97b93cc2d026", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b33c09d6-e626-417a-a6be-012c3fa63347", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "912ff228-1a5e-4378-8726-8c7fe56cf487", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a06f63cb-6e27-497e-8b3b-361111f3c365", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "03c116c4-19cc-4980-af91-f59935a963cd", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4c92ac19-2343-4acd-96da-95b2c088a86a", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 47.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "bc7358d2-6500-459e-b6ce-1cc6203727bc", + "newLocation": { + "bar": 30, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8957c025-ce3e-4aee-940e-312058954ba0", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "75ad0c1e-48fc-465d-894b-5187862ccb5a", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "33905b2b-52bf-42cd-b71c-d1c6154e70d9", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -201.375, + "noteFunction": "", + "noteid": "71511900-1c5d-4218-b88f-eb0d79dfc8e3", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -167.8125000000019, + "noteFunction": "", + "noteid": "9bb7d59c-37e7-419b-9019-e0a1bb6c20a1", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "31558f6a-1c80-4f89-9d98-93f6b0954008", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "21f8234e-6d32-4e71-a239-f9b7a0223bd5", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.50000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -100.6874999999981, + "noteFunction": "", + "noteid": "7518d64f-220d-4fe2-80dc-eaaa568e0c12", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -67.1249999999981, + "noteFunction": "", + "noteid": "d05dbcd7-93ac-4e6f-8476-2c7a6c124c63", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 48.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "fc5416f1-8e4a-4345-94e0-7424bb3c68cf", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "644cfcdf-d8cd-4573-bb40-4c5a751e5aad", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.900000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 33.562500000001904, + "noteFunction": "", + "noteid": "3be5e68c-3309-4948-b8e4-8eb1e4288dc7", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.00000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "a76e9ad3-d86e-4594-bbbd-297ab41f0843", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "70a422c0-d7a6-4c04-9473-6de905db0868", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3d513b3a-afa5-4442-8263-168b1dd87a3e", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "037b4e3d-f79c-4f8f-9fc3-68dabe34faa5", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.300000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "651f5d05-69fc-4909-bbf4-fb38e2486906", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.400000000000006, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "568f7cab-0b71-470d-aaea-74379e46649c", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "fedc0c1d-3df2-407d-bc30-90573d138268", + "newLocation": { + "bar": 31, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "71b85389-f7bc-4614-a35d-ca1f6aa887c0", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3fbaa61b-32a6-4faa-b8d6-e090687ea0da", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "df90afae-d88f-4ec5-ba8c-eb92e6ff7829", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f202eee9-a1d1-4b5a-bdd2-29668ba0eee3", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 49.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -167.8125000000019, + "noteFunction": "", + "noteid": "f4778662-1da2-42e6-97e7-516dbb8fec0e", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "95ab93af-63b0-450d-81b0-8a9084d45ffb", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fa609ca-5546-4d76-b1bf-3e9c0264a5c3", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "732856e1-80e4-4ac4-90fe-da4eb39d5aa7", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "893ee4c2-7ca2-49f5-882a-df75a7118542", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "777318e5-bb49-4c3a-bdbc-ea94976ff9d2", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "37d02737-6626-4f19-9eb0-8d6612d449f9", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "7a74a317-ace3-46f6-95da-fa0d95ef591d", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "3e432444-1b9d-44fc-bb37-7a99243e6eeb", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.50000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 33.562500000001904, + "noteFunction": "", + "noteid": "4f17d2a7-21c4-4a37-a454-d6261ee61af1", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "025b8ad2-9ef4-4a40-bb76-35c1fc2622b8", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "3a3990c6-9e4d-47e0-90d7-181cdc61b9db", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "92133500-ac7b-425d-abd9-0499bba43e16", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f020e3bc-311a-4af1-a46f-83288327c8a2", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.900000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 167.8125000000019, + "noteFunction": "", + "noteid": "637a8627-19cb-47bb-9c20-023643b9faff", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.900000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 167.8125000000019, + "noteFunction": "", + "noteid": "c5756fe4-4111-4f95-bd51-3fa43d934599", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "d1bb72c2-75d2-4574-9ccf-d2118c9e026b", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "77ed97ed-a174-4520-bf8c-4595979e3fbd", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "45294d57-1bf6-4d2c-b27f-44e0543d2aae", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bb71557c-9935-4af6-9c22-59362cd06943", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cfb331f0-f93e-469b-a876-1af887c8ef2c", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.300000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "f617b1d5-0ccd-4d5a-b1ec-99cf807dbedb", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "bd55ef64-c322-4e4a-b6f1-96020d1370cf", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "1cb7ecd6-0ecc-4f11-bb4b-b06768f3cf6d", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "99ec83bc-3e0b-4581-88ad-9fb98a58c8f5", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "47dace32-8818-4476-8b73-3aeba3327fd4", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "817cc43f-fb65-488f-a41a-5b6ad9e81c0a", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "30317a13-7e57-4138-9ff7-34d35bdcbf9d", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c42c1410-4243-4998-9d8b-20e0aebe094b", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "41f7a85e-01a8-4e29-a948-e48592924bf7", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c3d750be-9b1a-4f8a-a526-0a8e972eb470", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "71eb85ff-1809-4427-8c30-64df895bcf7b", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 67.125, + "noteFunction": "", + "noteid": "234ea3b6-e55f-4df2-ae09-ab7d2fd575a2", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.29999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "0aec8a86-8ac1-40e9-90da-4b825c7a5ef6", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 52.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c212299a-b39f-48f9-a11a-5b9d54d26573", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 52.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.4, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f484d662-1c98-48db-9acd-e9d579976808", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 52.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.4, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2fdd642b-2368-4f74-a57b-cd170d5d69f1", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 52.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 34, + "yPos": -268.5, + "noteFunction": "", + "noteid": "69721ebd-cf5e-4f3c-b512-8ab1b62a7c38", + "newLocation": { + "bar": 34, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 53.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "31d59662-96e4-448f-bbae-bc0c5d425561", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b0592ab9-467a-403b-b539-b643368ec241", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.400000000000006, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9a891f26-e4d7-4000-a3aa-e8039ea0bd53", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2c65adaf-5451-4d02-96da-4f18c2132442", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "dccbad00-f4fd-407b-aee8-690d6a0ef97f", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "50e4e32a-420a-46ac-9c5a-80ad380fffda", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c91a53be-fb35-4307-8040-d952d62b90eb", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b618f8c2-2f95-4cb8-ba8d-6dc16a265375", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "335f1f43-f2af-49e8-8f54-acf7821f9e44", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "384912bd-19b3-47f1-85de-f64b903664a5", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "226cd53a-21c7-4d5d-9685-3aec5d259c9c", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9695acc3-4bce-42c9-8fd2-c56771110e3d", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 201.375, + "noteFunction": "", + "noteid": "78679a65-48ef-434b-8f16-1e492bca33cb", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "30615449-4190-44f5-a972-6aa304c5055e", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8702836e-eafd-4353-b351-f887df1bd983", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "97555e87-c214-4e8b-951f-e714479c7f67", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.6, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -201.375, + "noteFunction": "", + "noteid": "10b87a56-4821-4e4c-a3a1-7813356918d2", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2742a645-3550-496b-914e-22625f09b0de", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "b76b1677-4075-496d-ab0d-c38089fec94a", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f84d2f57-a460-47f4-b938-e8dc05646584", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b84a5b5-c333-4b1f-9c32-b18376093682", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a332e9e8-f3b2-4df3-97fb-dbcc5db13dbd", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "bf9f83d9-e807-4918-85cd-d8f4c94be791", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "faa52f47-d69e-4cd4-8c3f-6a52c41af44d", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d5b4005d-5386-47ed-bdfb-a3c32c14cd2c", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.300000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "bf7a8d28-b2f2-42ae-87e4-3f0d1cd771c3", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.300000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "d3388edd-7ddf-4bd3-99da-883b38932cce", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 67.125, + "noteFunction": "", + "noteid": "73854b9f-9f26-4e5a-be7e-5c63d10e0fac", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7adb400a-20af-4ad7-91d9-d51e5eb8fd39", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9b50c7f2-d2ae-4a73-ac75-94af9f146025", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "44da36b2-2576-4a45-a1a9-4fc4e8691b4f", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "679fcc00-4810-4e93-a38f-cb3db2e5fe61", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3aa1a817-f76b-410b-b266-2845b1a0bb8e", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2239182b-9cf1-42cd-90ec-e7a0f63f9f26", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.900000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "d58eee7a-62e5-47a3-8838-01176e4c384f", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6978a487-00f4-4d30-858d-6667c4c9e586", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "6da73c34-f1bf-4a66-8277-1b9cfe084f51", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "e2a056ae-09f5-4a42-a2e2-b08ffc795c11", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7a94a3ab-73da-46a9-aa33-43a708b8c46e", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "96761a3e-b9bc-4c71-90dc-ab2c9e49ea8e", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "73cc4bde-5073-4123-a24d-657de8b081d0", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "bedb148c-0e25-4cfa-86bc-c214413bbe62", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 56.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "02f76f9b-ca03-41d7-908b-dc2b57ac3ef7", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0bffb36c-2a25-463c-9b9f-acad8e8e0ef7", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 67.125, + "noteFunction": "", + "noteid": "dda461ee-a9ae-4b1f-b174-e8e433d18cc5", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5129d22d-0bec-4d1c-889f-69447e6ec3b1", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "38737209-333d-4201-a8bf-fd6bdb2ec90e", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.300000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f00fa52d-e2e7-46d7-a8cb-481abba38ccb", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 201.375, + "noteFunction": "", + "noteid": "3a69025f-b717-4bfa-bc01-961adfd033b0", + "newLocation": { + "bar": 36, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 57.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b62eebb2-e8e5-478a-bbd3-7c73a9281d31", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "66856a99-528d-422c-976b-53cc63098528", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.7, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2, + "barNumber": 37, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "881ca040-17f0-43e9-b93b-ddbddff73724", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 58.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3271e9a0-e159-455f-9c4a-d3dd499f1ec8", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7eab6b5e-7225-4ac2-98c5-47b94ce3e4a3", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "b22e29db-8a53-4cda-87e2-d74cd4a14b81", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "aa2c5cc7-eeb0-462d-9078-fb4b379c9d5e", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.29999999999999, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "3490685a-6d40-472d-bbb6-c3ad8357ce19", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.29999999999999, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "7266446c-628f-4c49-9e61-4dbc94324430", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1217fb1e-797c-4842-bc30-ecfcafac3ef8", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2acc575d-6636-4cf3-8c0b-7f1315166ab7", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f007d3c5-0a2e-4b98-94e8-69b2a4cb8335", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 67.125, + "noteFunction": "", + "noteid": "90d87dea-861b-46eb-8ac3-54ffdd313810", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "93ada077-ca5e-4307-b4da-32f940481f25", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "df7f1897-4c06-4553-b7ce-5f98cf2b2a9c", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.900000000000006, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "79848f82-fab7-4df1-8f25-adc9220730cf", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 58.900000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "d871ada4-0547-4c6a-a7e8-3e0daa16a471", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 201.375, + "noteFunction": "", + "noteid": "83d86b7b-1b80-4ce1-9333-f7a793da330b", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1ba02542-1510-4f1c-9766-0ff085a25671", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "33995c94-db1a-410f-86af-55e546338fea", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "17e1e3a3-4ce9-4ab4-a976-2b953be5fdb1", + "newLocation": { + "bar": 37, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "779c7b4b-8803-48b7-8735-dcb5dec8bfba", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.25, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -251.71875, + "noteFunction": "", + "noteid": "68cea699-d009-4e81-87e5-62a90a540f6f", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.300000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "9297a3c7-419b-404a-8953-6dbc60cb3f50", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.35, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -218.15625, + "noteFunction": "", + "noteid": "88d6f55d-0458-4f4b-a7dd-e638929effd6", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9e7d891c-bace-4c06-96a9-2c749751d49f", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.45, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -184.59375, + "noteFunction": "", + "noteid": "f63b635f-8257-4e24-9af2-ede25028116e", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "739489b6-14c2-4071-b513-701d527cb183", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.550000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -151.03125, + "noteFunction": "", + "noteid": "96832653-f600-4221-a056-635adc8c3de1", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.6, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.6, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "602351b1-a76f-4b56-be03-acfba35bd731", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 61.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.6, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "68a1857f-a940-40c8-9046-3b21dff38266", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 62.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.6, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "270cf21a-e186-42be-9f45-49fdd96e5307", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 64.4, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.8, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "886dff47-aaa6-4ff8-9c82-509943cc4477", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 64.4, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 2.8, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8d7297f9-c76c-4288-be9d-226e017472f3", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 67.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2ce8fd8b-fb7d-480b-9ac0-82910603666b", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "1e72d981-8d77-473b-9387-e345c86af8e2", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5526adc7-69da-4333-8467-7cd5e17092ae", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "078a9aea-f3da-4d5e-a37b-bfa1353a14b3", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 201.375, + "noteFunction": "", + "noteid": "55b18e8d-0882-4755-9f5c-aec9bbf8e4de", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 268.4999999999962, + "noteFunction": "", + "noteid": "2c2511d3-5976-48e2-863a-878097a865dd", + "newLocation": { + "bar": 43, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 68.89999999999999, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3, + "barNumber": 44, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "14ef9fc2-67a4-4a2d-a14a-055f63297780", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 69.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "65a51c54-bdfe-42b5-99bb-33f7ba6c4c96", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "00e0ae7f-3414-4906-a882-7a8cf52d9d20", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9f24dae2-d5cc-493a-ac2c-5a600ad2b7b3", + "newLocation": { + "bar": 44, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "fa84e78f-8a80-426e-b232-7e888da28045", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "c8cd9d63-d70c-4882-b895-65c0265881b8", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "7afe9eb3-dbf6-4ee7-984e-dba4534b0084", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.2, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 44, + "yPos": 201.375, + "noteFunction": "", + "noteid": "34a118ed-bdf1-4325-ab20-4c18d4d30d64", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 70.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b49c8f90-5d22-49ba-aa6d-d81c64ed173d", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 70.5, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3, + "barNumber": 45, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "a79d9fd7-23a7-4962-9625-4e1f686fafcf", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 70.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "091469a9-567c-4262-90a0-1bf2b057bda2", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "38ecf926-49b3-432b-a3eb-749029738a6a", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1bfa3c3f-cc49-4ba5-a719-a8125b09ac21", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "02b924bb-2011-4c42-abef-dc59a5ebe2e8", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 134.25, + "noteFunction": "", + "noteid": "db60b252-018e-4713-a696-aec1ce65e808", + "newLocation": { + "bar": 45, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "2fd2b6f0-5c12-4252-b46f-b8c8bbfaa291", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "068770f3-1668-46e1-8ad7-097e65cf2b9e", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6ec6219b-fb11-4699-8bd1-416fb32c0d6e", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.1, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.3, + "barNumber": 46, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "db45aa89-e0b2-42d0-b024-c96ee2cb8dc5", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 72.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ec9aed5-b96d-4daa-b11c-7c63ff370708", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4f625a0a-4ff1-4c21-b72d-5739c862bfa8", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5e8faf11-88ee-4d39-9124-42073b6388d7", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.8, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -3.815614491031738e-12, + "noteFunction": "", + "noteid": "12fa996b-048a-49ed-8573-27d575ce9f69", + "newLocation": { + "bar": 46, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6ce5bc07-a961-4faf-adf1-8a72cf48db20", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.1, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "fb52ed3c-8dfa-43d2-9473-f8ae897da87e", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "3dba1c81-86e8-42a8-baa8-7e754fa984ef", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 46, + "yPos": 201.375, + "noteFunction": "", + "noteid": "7993e6c6-1396-4b95-8e0e-af2495160a95", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 73.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b72bfa44-ba7b-44ae-b37f-5bbfef294a09", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 73.7, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3, + "barNumber": 47, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d7efffbd-0505-4426-a7e0-63da34d63c1e", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 74.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5bad5e5c-3f59-454d-a014-4a8f55cf6a36", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "68cb1d74-f0d4-437d-8674-35fc5db8fb48", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b9cddf6f-7e15-413f-9f87-1e949485ec9e", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.89999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "7925b3c4-0076-4829-8536-12d1b10a0d82", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cd475079-0e67-4850-91ca-81c391664daa", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "02c461c6-b769-4fa9-a058-255db5ee3cfb", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.3, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3, + "barNumber": 48, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "2de8dce9-a64f-4e9f-9708-60d68d214c32", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 75.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2e6ff3e-581f-43c9-837f-0bcc0bf3f465", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "cced64d6-d27e-47e3-b0f2-0333c5645098", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 0.0, + "noteFunction": "", + "noteid": "142e0f97-1bc0-4ba7-b719-36ff540f2ba6", + "newLocation": { + "bar": 48, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 76.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b875b16f-afe4-40be-8c25-08a12f9888d3", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "9ff5c424-0540-4da8-bd43-8c671915a3a6", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e83c1ce6-ea8c-420f-aae1-8e6677c3e8e9", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 48, + "yPos": 201.375, + "noteFunction": "", + "noteid": "70575605-f8c3-4d54-b03e-c2c6273cf33f", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 76.9, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.3, + "barNumber": 49, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "788ffc4c-ebb6-41fc-ab11-2ddbc5e1a7cf", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 76.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d986955e-06cc-491c-b280-0b02212e80a9", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e72c87ea-cd62-4580-984c-68488baec386", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "b2c0cdda-7e7d-4915-a7ef-f0fe59efd87a", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "dab994a4-2302-4699-ba2d-2d850c1b5778", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "86e151f7-8768-4882-8b2a-e5fa5e0fafb0", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 134.25, + "noteFunction": "", + "noteid": "405b861f-743d-4769-a586-7c59e6d73c04", + "newLocation": { + "bar": 49, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "26e6181f-232a-46d5-99c9-7cc99b9520e9", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6c5c70cf-69d5-47fe-832a-75c77e1808cf", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "731529b1-ad6f-4db7-9acc-378acd6b4daf", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.3, + "barNumber": 50, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "3e81d1ee-8cef-4918-ae9b-abd2b7756c57", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 78.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "6256dbf6-66ed-4c24-af38-016448051e2e", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "00a76a12-79e5-4420-b97d-5d6b531fd148", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f1510fc3-1442-4af8-b16a-e2deb9ba43e5", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.10000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "6aeed12c-35ad-48ca-930e-edfd5efe03af", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 0.0, + "noteFunction": "", + "noteid": "32b82207-1604-4fe7-89ad-4d62f3246981", + "newLocation": { + "bar": 50, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1951cc12-67dc-4134-8c8f-27e01d1157fa", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "6ac6f5d2-e428-4e0d-94d5-28081b85e443", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "67ddf7eb-d781-403d-b478-343c7c822eb0", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "9c0c4db2-465c-4979-ae83-dee86f7589da", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bf21d6b2-1961-49c8-b9e1-55cab9f6a278", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.1, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 51, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "e50e06b8-5222-487a-9698-8989bc65fa9a", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 80.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "001f1e18-6b34-44b9-9c1b-f9fb557c59bb", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "8f50e336-e58d-4287-969b-1989d1f2712a", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -67.125, + "noteFunction": "", + "noteid": "62a2261e-0f0f-464b-9b8c-1476140dedf5", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "fb79a966-8f7b-43c7-bb9e-f0799fadefaf", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "129a0b7d-97ce-4fef-90fa-0f6656ea4743", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "146c29e8-cc3f-4484-9449-e52d639d2256", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.00000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "201057ca-2cf6-42d9-aebe-5965a3283f65", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b91923fc-82ec-4146-b45d-11b72bcf10a9", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7bb83648-32b6-43de-bd45-accaa8163987", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "b9665e76-43e3-4835-96b1-ef6f62f8cbe0", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "b2ffafde-40af-4b86-8057-167b89c49472", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "0e2a20ce-e934-4e22-a482-d0261e2b64b5", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ad840fb-62b9-40cd-8ef1-52cc60cd78ad", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "7ba34de3-7cd3-4feb-b5a4-2cf6a30abc44", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "604fef9c-82f3-44e1-9999-8be6a9fd3308", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1a2db9c1-ecd1-454f-b13c-b09c6b085da3", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "763d1d2f-fbcb-4faf-b768-93d3eeaeec9c", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "69ba7a5b-16b7-48b2-8cdc-2da778023f9a", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6d16bc51-4298-4493-9611-4571ec4c1752", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "745f42a1-b8e5-4115-ac8b-4ee944b44d6d", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "22466214-186a-47b5-adf5-f27eec518252", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "73e42a9b-5d4d-4423-84f2-76fddcfea1e1", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 67.125, + "noteFunction": "", + "noteid": "34958210-08ba-436f-b2cc-91dd638eeebe", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "a521901e-af4f-42f5-bbcc-ff3de9f2a426", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "44e8ad13-2332-49a4-8471-ce00cc926750", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f1342a20-c894-432f-8518-e490a72fa03d", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "18c9dd56-514b-4900-b3c4-1f0032690a1e", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.10000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "66fdfb34-ae6c-4d50-8561-f384e71c2d62", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f1131974-b005-44aa-8cf7-c60d5e0604f5", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "fb2d8644-ce9f-4dd1-81ca-fc5c3476c09f", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e6f40320-b97a-4b9a-b09f-b2c339bb6691", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "9e7fe386-8769-4969-86b8-fb7ef594e148", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a8e7c39a-d2f1-49fa-b253-10cf54ce3958", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "1f5230e8-42d9-47c4-8d2e-78e92cfe0222", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "38fb5e8f-ad6b-4b92-bbfa-12d22a2eed6b", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "137b578c-93ef-4191-a798-88edecb14aa1", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c9c2bd86-98b1-4a84-9682-f782d7346509", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "20fb022b-2990-409c-8fa5-ac8d68a1b7b3", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3f0b56ab-0501-473d-9c8e-f21379eea7ed", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "16a86546-5fb4-4bda-8080-ab2453acaa9a", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "091ab379-685a-428e-b604-884258f5807e", + "newLocation": { + "bar": 53, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "92d92443-9cb0-4b51-a347-460451f47af3", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f79c9b67-dab3-4f2a-be27-aade5e4c6b67", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "7ca49f7b-5045-410d-a9ce-c6f656601c46", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "0f968287-5541-4e0c-869c-116c35c761dc", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "785d5c47-226c-4204-bc92-6a59ae6ad4f7", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.00000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "049c936f-b508-45ca-a6c3-4d3aaa205181", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.10000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1486a6f5-38ce-4264-b9ba-1a6730dc0100", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dd81bdeb-7b15-403c-96b7-3e6db2069ad6", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "9f3845c9-3aa8-4b4c-a213-db791b9bce3d", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d2be2034-40a5-4788-a2f3-d5f824428d81", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "b8142cf8-5e9b-4876-8436-b3fa1595c12a", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "66dc4f69-5ea5-495d-8d6f-d19de70a2273", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "82388067-a149-459d-af3e-5fb0ebb17528", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "e6bd005c-3830-4346-bf81-493fabdf15ff", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "00d12ea9-b5ad-4b65-ad33-3ad620475606", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0e1d441e-2611-4f2f-b1e1-523f545ffa5e", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.1, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "4002972e-df20-4a1c-84ef-19d34a82f19a", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 201.375, + "noteFunction": "", + "noteid": "03576ab6-8be8-4666-b38c-18507faf268c", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 234.9374999999962, + "noteFunction": "", + "noteid": "99dfe197-a5d8-4cbe-b474-6dcc88f8d26e", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "63cc7155-70c3-4426-9000-47ae68b73b63", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9eb7865b-5699-4776-b89a-3b5d5ed16541", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 55, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "df7e559e-c8d7-4555-a151-295dd8929a9f", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "c130a190-8837-4db7-827c-a41c29bb7a24", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.10000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "1a493dd6-343d-44a8-8f01-ed2d0db978c9", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.2, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "59cec781-300e-4229-beac-0dd010b59e22", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 67.125, + "noteFunction": "", + "noteid": "90b1da5a-281a-45cf-aa97-5f6ab4ccf3c0", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7b4f6b1a-9f2b-46d3-84f1-9b7a5fcb633b", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "29f6cbed-c7b0-4173-a9ef-d455909ca119", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "8fa20e1e-0317-449e-b6f6-bf46e971a7ba", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 87.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "3c376b24-3396-44dd-8225-45066053554a", + "newLocation": { + "bar": 55, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8929fbaf-f17f-40df-9618-89931cc19633", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -201.375, + "noteFunction": "", + "noteid": "135eaed8-de3f-4f73-bf61-d94c1411d6f1", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -167.8125000000038, + "noteFunction": "", + "noteid": "fe1c21ac-9c75-47dd-857f-313fee947a58", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b3ab0b7-8f90-40e8-a3f4-7b4ceb3a2de1", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9562dfd1-abf8-49e9-a6ab-30a039ecde1f", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "89dac5c4-28f9-4bc6-8b88-97dd0c247997", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 88.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2, + "barNumber": 56, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "74339044-0f95-4e47-beef-56b91d3a22a3", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "ea4298eb-412e-46a8-bbf6-7246600071e8", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "bba32173-fd8b-48ed-9f7a-0ad81063139f", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2c36a4da-71d0-4114-9066-3bc60789e158", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a6cc2c11-6d55-4259-b72a-934a79cc2df5", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "477a62da-9ebb-4c5b-ac82-6bcaef1111b1", + "newLocation": { + "bar": 56, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e5223750-69dc-45b8-af53-dc8d7395e2a2", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "325e3897-5308-4394-ad01-498d3ab45dc2", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 89.9, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "948a6b35-41cb-4c68-9895-6d0017ceedaa", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "adba07b6-a258-4d9b-8a1b-d7a459904c6c", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "1dbaf18c-452c-4db7-982a-7200d2b4633f", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4ad46f82-6056-407c-b3b5-ac607841419d", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "eb464a64-0b2a-4189-8fb1-bc5bc6d79b05", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b7500c2d-5f60-4807-a1c0-25f45ccca360", + "newLocation": { + "bar": 57, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "a621728b-d7f7-4336-a096-20f73edcc6bf", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 67.125, + "noteFunction": "", + "noteid": "1fb0c393-03a8-4fab-b425-4ef373a6c997", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "51c7355d-dc33-48cf-a6cf-454e64165637", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 90.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "367d61c4-c6e3-4e4a-a931-a2e618cebe6a", + "newLocation": { + "bar": 57, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9e9fa3d8-219d-4740-8b7d-f40cd57275f6", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "6e46c532-d9bf-446c-9ace-4c6aff85feef", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.10000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b03a3c99-1eb3-46ed-8bef-f7fff6853d4c", + "newLocation": { + "bar": 57, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -268.5, + "noteFunction": "", + "noteid": "10ad736c-359b-41e3-a51d-ef89cdd54e88", + "newLocation": { + "bar": 58, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "f57f7cf9-92a5-42c6-98ae-ab11c076edb9", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ce3c156e-3168-4879-abce-5fdf2f763057", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "3b72bc9c-92b0-4e08-af0f-c6518b157f50", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -134.25, + "noteFunction": "", + "noteid": "901898b1-9922-44e2-a0ca-d832afaea152", + "newLocation": { + "bar": 58, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 91.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0c783006-f96e-4260-83cb-448db6e6d95b", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "f9cad84c-62c7-4028-9505-02b35bf1d42c", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 91.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5ccb4a10-9b39-49c6-80d9-40fd5c26a59c", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ab7cd01b-f8d4-490d-b961-89c7319217e5", + "newLocation": { + "bar": 58, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.1, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "585cc4e8-7300-4c31-b8f2-112f15e60d0a", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 67.125, + "noteFunction": "", + "noteid": "5f7917aa-22ba-4e16-a6f8-e9d45c2a5c29", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "34f98900-94a4-41d0-9566-92b546c3e385", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2998af71-33da-4f18-831f-7e3a268940d8", + "newLocation": { + "bar": 58, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e261277c-d79f-438b-8ba1-1534364a92c9", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0aad0c4b-fd4c-44c9-9a23-adf92e5fac6c", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 58, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b2640cf3-912a-4493-953f-dbf7e54a7806", + "newLocation": { + "bar": 58, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "98a7b395-59a7-4456-a981-142801e36abd", + "newLocation": { + "bar": 59, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 92.85000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -251.71875, + "noteFunction": "", + "noteid": "94b34aff-019e-4e35-9b00-8892962a422a", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d5e95d79-27e6-4030-9313-f156fe848185", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 92.95000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -218.1562499999962, + "noteFunction": "", + "noteid": "8913e71c-a75c-4168-8439-832d981761f5", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "4a49bc1a-59af-43c2-b02e-2ab85bd309b4", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.05000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -184.5937499999962, + "noteFunction": "", + "noteid": "8d0256dc-76e9-4535-a2ac-73877381c8ce", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.10000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "8280951f-9ba9-4f15-9d24-7f219de705a1", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.15, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 59, + "yPos": -151.03125, + "noteFunction": "", + "noteid": "73f1382f-ba4d-4662-9cfb-d4e08828cc3a", + "newLocation": { + "bar": 59, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 93.2, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.2, + "barNumber": 59, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72818ae7-4dba-4f47-9915-193521558903", + "newLocation": { + "bar": 59, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 94.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "18bf86f1-203d-49d4-8e1a-51ede803dd6b", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "4008c8af-9c18-4114-9dd5-13d61131019f", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.00000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "ba520c26-d501-4fc1-b9f5-2e6bd0e60143", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.10000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "0e0cb053-a08b-4fbb-ae7b-06165133ff91", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "84480149-a09d-4d90-bc7a-8a21a0e9b052", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "527a7962-482a-4cad-a6de-041266798e86", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "472f25f1-6660-4676-b93c-04577903c0a9", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 67.125, + "noteFunction": "", + "noteid": "23bc37e6-bcf8-4685-98ad-890fed9dae28", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.5, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.1, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "abf5df70-577d-416c-8577-64986246db3d", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d835db4d-7750-47a4-b8cc-c9541973f3d3", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 60, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "1df93705-65bf-454d-a415-e3a7f5064413", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 95.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 60, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "7ab6c05b-a910-44f7-a344-37cd2b22fb62", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 96.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -268.5, + "noteFunction": "", + "noteid": "56704104-922f-4a66-bde6-e633ce04188d", + "newLocation": { + "bar": 61, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "32ce6b7b-45ab-478a-a823-3a7dced2e7c1", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.4, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b2b135a0-ec37-4400-8790-21fa1acef578", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 96.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -67.125, + "noteFunction": "", + "noteid": "79f3ab6e-2e82-4f33-9663-de25e7831fd6", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "afe14237-decf-411b-bf9b-dc006da3fa58", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "6d5a71da-b7fc-41d1-8726-d9ce5307c16f", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "c64b739e-aa8e-44fb-ac91-2b96d0b4fca9", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "ae7c8ce7-33b5-4483-b9e1-e296038653b2", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.10000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "1a2447cc-644f-4363-97fd-1073ddf088c0", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5639dae6-1699-4ae8-b426-c01db93f3412", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "37f62afe-ef71-4d6c-a786-176524dfb6b9", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "66cd67c1-5aff-40d5-95f0-b8ee30179d71", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "067cdad4-5c83-4d5f-bf28-08576f6c6c4c", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f9b208a-c85e-4c63-b8e5-efd3ebf1c75c", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "65781bbc-ef58-4dfa-9c82-8bdcd7aaacad", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "93e35e50-2afb-4742-be58-85ce553eae22", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "2059fa16-1805-4197-99b9-c48b33015db4", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b7bc0fb9-ed42-4466-b614-4688a37b740d", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 98.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0d03cdd4-6b42-409f-9afd-bc1d6aa3509b", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.125, + "noteFunction": "", + "noteid": "46f7c4fc-7899-4958-8c1f-7b0e4d777779", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "02d161a4-0017-4648-a0a0-fcee0fc389dd", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6669b630-0942-414d-9335-f8ac8ff51742", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "4496f067-8d50-4858-82cf-8591ecf2bfda", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f5942f7c-8a0c-4626-849e-ad68d359c1f1", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ac95ec63-9e9d-4ff6-82e0-525b572db22a", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "d837418e-36c8-4a35-9688-acfa04e750b3", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "03493f9e-0e12-486b-9813-f1076b729b0c", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "dd26705a-6de1-4437-8f93-c668d1e2d049", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "40a69656-3a48-400f-932b-4edbfb7b4d30", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.10000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "88d08444-83ff-4daf-a6d8-ed62d721ea4f", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e1b1e40f-0b7a-4ac6-bbfe-3a741d9a2b1a", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -234.9375000000038, + "noteFunction": "", + "noteid": "8ca403f2-e327-4d4c-95be-0f1731d30bee", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -201.375, + "noteFunction": "", + "noteid": "faa78e01-2a49-4caa-ae83-93d33b9e89fe", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "1ade634e-8b86-457d-a61f-28d5f41ac828", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.1, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "27a95e05-5405-41a6-afa6-8bca06c4da8a", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "3ee8b7a6-9871-40ae-b5fa-40a5559bbde4", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.1, + "barNumber": 63, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "0ffbea81-6686-48a6-9bfb-76049e7c6738", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "9b5bba17-5592-4e35-8d83-34e164e6da06", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "014c3e14-75ba-4541-964d-8ce935a74c28", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.1, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 33.562499999996184, + "noteFunction": "", + "noteid": "ee3d0410-d4d0-4f22-80a2-6cc789a722a2", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.2, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.1, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2a62bb78-1d54-491a-9113-7a9190f65736", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 100.68749999999619, + "noteFunction": "", + "noteid": "2d574bb8-0a01-4373-a9bc-ffe6330a1dd0", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "96d502d3-b4ae-471d-b87a-19f75a9f248d", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "164ab80a-9de3-493a-993f-4c833375698e", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "721712cf-ea0a-4f47-8514-a36dca064a86", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "c1dd8c6b-a6fe-4262-814d-3c4e08015e09", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "609eaa95-f4b8-45ef-88d7-c1b315cbab62", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "91c740d8-c470-47a6-9ad4-951e55b4ddf4", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "bb96f012-2d1b-4a22-96e7-e6e91e9b5205", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.00000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "09d58caf-8a37-4e6f-8076-c9d4510371b4", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "45ae5ccf-2eef-42c6-9a0e-d23a33ab31f6", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d339ba60-49e4-4dd9-881e-ca1e7fcc15f0", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d1f06bf2-d5c7-4d92-8243-8206dc40cbeb", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -100.68750000000381, + "noteFunction": "", + "noteid": "8ffc6d27-7772-4780-9e2d-4459c3eb1360", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a035d289-79f0-4d7f-96d8-df881031a513", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8047f32f-157d-4bb6-9757-38985dd26f88", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5d452145-8bf6-4589-9a10-bf8c7cadfd11", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 101.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3309f1ae-dc6d-493d-81a2-ad279a8fb214", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 101.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "16f5b45b-49ad-4a56-819f-7f7d5d3c5671", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a80410aa-3d4f-43ca-b57a-8d18a582261c", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "35cd9db5-b419-42a6-8ae0-67df8313c3b7", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 102.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3de01b01-88b0-49cb-b055-6135448e14da", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.5, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.2, + "barNumber": 65, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "5e39019f-2d2e-4ba0-b34c-4b70b25ae4b8", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 102.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75adf1d5-8c85-4c6e-91d5-191f26ac245a", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 102.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a69d50a3-fdf5-46c9-9c19-68f989258896", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "d1534cce-1abd-4d6d-b7ef-a76c5cadc2d7", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.10000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f90dac98-521b-4f36-b79c-0cc91f5972b7", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "91ae6c2f-e3ba-4fce-b479-431b1fd851e7", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.30000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "a4a31dc7-39ad-471c-86be-7b3b8c0f284b", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fdb9d175-2118-4215-b801-0baf5b4bc44f", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "15f2e1bd-019a-402c-a6f3-e7b32b898172", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a6f3191e-63e4-4fca-a9a6-f097475edf23", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "c4ac75c7-afaa-452e-bdba-dcac9dca141f", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f4ef37e8-f453-4a66-af02-83f030444ace", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "5c9520fa-80fc-42f7-922c-29eaffa40320", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bd7d7d55-cdbc-4dea-91e9-730c3d5e25a0", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.09999999999998, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "f91576f3-74db-4416-afd5-fe4bbb18897b", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3d9db373-1a20-4db6-861f-79438cbce64b", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "91e187b6-9fcd-425d-b57f-259ffe21c136", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fcd8243e-b1fd-4df7-922f-ed0b1c8b5513", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 104.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "871242c5-465b-4077-a4e4-9454f2b08324", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "3a9d91e3-f7a7-4c00-91f8-0a038fe8dc91", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "9d8e6207-cc58-4775-bc4f-74a7bac5f440", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4f6d7822-9987-44ef-9bdd-572255eee90c", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ee9cf9f8-52f5-4567-80af-a238ff99b8f3", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.9, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "38206603-6dd8-4a8a-b061-4df1fec7b453", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 67.125, + "noteFunction": "", + "noteid": "ff39a3d4-2c84-48af-a835-2cf3dc7dc1b3", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.10000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ede638be-dd2a-4fba-92e7-2769f0a47be5", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "038ee290-eb1d-486b-8e1b-3c7e07129d41", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e2019022-eb91-4c81-98e7-2c147605b7de", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.4, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bb120664-06c1-4ac6-a705-a9fceef4aaae", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "683e8131-eeda-4217-9563-7f2c7d44f208", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "436e0817-a072-4836-ad69-768273a1002d", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fb4c9336-5f63-4cab-8d10-458c0dd5ab8b", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "c4118986-fba4-40c1-9cb1-f0d34f2eef59", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -201.375, + "noteFunction": "", + "noteid": "5c710881-f465-414f-9687-3da0e72666a7", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "972e446f-7885-45df-a35b-f5885ce6e822", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "12268e7d-10e7-4d4f-8c27-23afbe4a85e8", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 106.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "8904d057-3e6f-4e6b-af5f-62dc3ee72e02", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.30000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "7ab56329-1225-4c13-b600-72337d223093", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.4, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e1760ad-1f9c-4f55-b23d-d433f79dfefe", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "014288ea-d1fe-4b41-ac16-6f86de0fd583", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "86e7a6e3-5f73-479f-b480-36bec497dd85", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.7, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 67, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "8fe8e2f3-fd56-4bd2-9888-b965c509a2d5", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dbeb5639-a115-48fa-a52e-79ce4c1ed6c6", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.9, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "425f7933-e56a-4a56-afb1-b4afc8d77ca4", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "57f41f2c-14e4-4b45-a245-9bec5fb92ef8", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e8726d7c-a330-4b75-a5ba-a7eb8a76c3d8", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ae4630e7-5dfe-433a-bbec-cd7ac99b018b", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.30000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "2afaade5-59da-45b6-8a9a-bc412b2cd143", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f6440b20-c85f-456a-a209-e4f46d99f368", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "13b96437-591d-4e71-88a7-050997f8045a", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b817c567-4976-4a67-bee3-9aed68698bdc", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0d43ad45-4776-45fe-8092-7dcfb0fa025b", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0c9a1056-48ec-4b2c-9ee5-351043452f53", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "adbe1bcc-52e0-48ad-82c2-52224be203f6", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "63501dfe-aded-4178-a143-d92bb71e1f4e", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b7dd466b-535b-4e00-b6ad-da09afd33faf", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 108.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6e932e85-20c3-4805-8da1-3ad06be5a5ff", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f4f7914b-6540-4e99-988c-eaa79d810351", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.30000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f2b5adf7-1484-4cac-b2e6-9b4364984c1c", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5bd1f3e8-2807-47ff-aa56-f3d77946775d", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "30859a88-a246-4bc7-b95d-6a5a92b9d8a5", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "1de56c56-2684-4b3a-84ef-2bc25ad541bd", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "8a09dd8c-a247-4d4e-a3f3-9c1568a00475", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e3a91ccf-7508-46c5-a365-4e3b743094e6", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "55a9db50-5a0f-4b16-9d9c-c7ba5a8489d1", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -67.125, + "noteFunction": "", + "noteid": "57bad77a-0164-451b-a18b-26060c61dfb4", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "6c1e6a21-c9e1-44cb-911a-d31cd46718ce", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 0.0, + "noteFunction": "", + "noteid": "14aca4d3-9914-4b34-a1e7-9b1aed6e3966", + "newLocation": { + "bar": 69, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "06fbfbb9-efc0-4ff7-9120-2e30ade66539", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d7ca0495-9945-445d-967e-577c53674fe8", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9ee140b1-09a2-4478-abb9-245fd45ff205", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8080a421-da43-43f3-9570-9938d68aa212", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.09999999999998, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "6f2c0c1a-d309-4e24-b93a-8cbd8ec6cba9", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.09999999999998, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "39864db7-cd6d-4bba-ae15-97071c95ce83", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a993d99c-5c65-4eca-b9f1-40c9b837966d", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 201.375, + "noteFunction": "", + "noteid": "493c4fed-7732-4847-82ff-4f7c1a09a604", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "aacea0d9-6018-4575-8fb6-9d0688c520e3", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.30000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "3b2138f1-5493-4e91-9e73-a7b56e9eb404", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "ffb76ba6-1737-4f7f-8cc5-fc9478f2e379", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f24a13a4-6586-462e-b291-db8dfef250b2", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d33370fc-b46c-4eda-a8f9-2b49b0144435", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f3de98ec-0960-4de5-bc8a-65938fadf34c", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 110.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ae85c26-379d-4c76-b1d0-7810cf3daf47", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "1929a135-3a7d-4d50-a0f9-49a2e38398e4", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "7262db5e-ab0c-4d5d-b9d4-a21ab35a30dc", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a584e4c4-39b6-42a0-9d9f-7697db0d17d0", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "7bd1ad25-4d10-457b-ac8a-d077ac957e82", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.4, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 67.125, + "noteFunction": "", + "noteid": "a8c741ca-225d-4e01-84d0-5843f541e1e2", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "108ac6a5-fbe2-4e20-ae8e-d673561e6bf0", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "be9fcfc6-e0ed-42f5-a0d7-3ad84154d0cc", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a3981bb0-0ea1-435a-a93a-5ecd3ec574cb", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "647e6a61-447a-40f9-b50f-3d3903d54352", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "37965d0d-2bcf-4133-b8d3-5a0dbeee31e4", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1d9b999e-a78e-4b68-8eab-5dc2910bc327", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "de902727-dc59-4ebb-a3b4-c2cb03327b8c", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.09999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "1f403fc0-b323-4785-b96b-26efd992019d", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f9347cb2-5394-430f-b890-8bb7fa483536", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.30000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "761cbccf-8f96-42b8-a743-d49f6e71b709", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.1, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c30d9910-2770-4355-9326-70d5b83f37e6", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "730c0313-497a-42d0-b49d-35f6636e0352", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.1, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "4dca6cdf-dbfd-4000-acf4-6a83845d3588", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "ec22980e-ef77-4c1c-bc93-e17463a70aeb", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "659f6ba3-4588-41fe-87a0-f3fe56e8c743", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "bbe407b9-ee68-4716-ae36-bfc20f4650b7", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.1, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b03f3617-9f3f-45c7-869d-3e1f65da07b9", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.10000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "eec1e12f-2ca6-495c-93d7-9ee8f72dcf6d", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2421f42c-1945-47da-8eac-d87a3dc8db6c", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3764295f-79df-4257-b36f-ca669731df34", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.30000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "04fc18bf-bf74-4b8d-b8cf-924d9526e133", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a541b554-83c0-44a6-b60c-ed330e5a5e23", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "26c6c3a9-1f72-48cf-a070-c61885e0c851", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0fad2b15-0df4-4e7a-b7b2-2bac0243b33e", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "23558184-fe5a-4db8-9b16-3027bb91d06f", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "70acee3e-fb7b-42af-9aa2-50c137336e91", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "3bc019d2-f958-49a0-8352-cca7c5cce5c9", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "84f3fe94-bb6e-45ef-bea6-c2d3adda21c0", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38f07f64-333c-4e68-8963-f7d4f33c463c", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.09999999999998, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -100.68750000000763, + "noteFunction": "", + "noteid": "02bbfe66-ddcb-41cd-a385-29504126c4df", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5172f586-7213-41a7-aea6-b4e431564cb0", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.30000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "c6c92de8-4ca7-4648-8371-cd209f4414c4", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bbe311be-9d49-40e8-878a-742dedfb66e5", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 114.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 67.125, + "noteFunction": "", + "noteid": "cef600ad-653e-4eb2-a225-12acd6195b51", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b8da3687-f445-4d09-9503-87ebd3c158a7", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "42fa0fc7-71cf-4869-a986-0942f8a03e17", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "397b05d4-06bb-440d-82a7-a464a8e060ee", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 115.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1b34bd2f-4336-4271-88d3-aa72ff58595b", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.2, + "barNumber": 73, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "fff8fcc9-0247-48ff-bc36-8bf1ca8cf4b1", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 115.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "61cbb361-9186-4c00-9016-57fcf2ee7c3d", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ef0d278d-2b67-47b0-b16f-987f919e5d66", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0656cd04-3570-48e6-9dc9-1bf9f5f19088", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "d777a42c-7e93-4ad3-b077-533f84ca10c1", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0cc660cb-44f0-4863-9a90-08af46f6c0c2", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.09999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 33.56249999999237, + "noteFunction": "", + "noteid": "1441b719-a20e-4207-8cf1-9b7021e37077", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b8ab7fd8-3d01-4110-8c73-8e5f5fd60de2", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.30000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "58de570c-d9d6-4400-8b5c-265b37e68cf9", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "878eff10-ed0f-4ace-a24a-5fcac98f5c86", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "855bd0ca-bf7d-416b-ba0f-bdecab6d91f9", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "87ef717d-001f-434c-a91b-22990c187bfa", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "e827cb62-c7ff-48a5-aecb-56c40e22b0c1", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7f4d371c-9383-4d8d-954d-1c7e8877b3df", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "d573dd1f-606d-4803-810c-04441c7fd55b", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -201.375, + "noteFunction": "", + "noteid": "93fcced4-d039-47d9-87cf-723cd7e16b55", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "eea92ae0-7b12-4aaf-9898-b2f0a90140d6", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9c13e540-346a-46e4-a969-68c9d7c0a2fb", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ccfd3cc7-b3a3-472f-a65a-47a7d372e55f", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "fef604e5-f88a-4b91-b9f5-5dd5a9313af1", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "efdefe51-ae0a-478f-b9d2-8467ec85b040", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9f0be432-b435-41d9-9a9b-b9e0eb51db43", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "55fc4e99-5c92-4dfc-b82a-86ae2a73362c", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7c11d552-961c-4acb-98f8-80f2502a1ec8", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "7d5551d6-b402-4ae7-a668-408e4fccb6bb", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bff7e82d-38e7-4c72-9eea-6c2ddd4f393b", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.09999999999998, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "3a8db225-d07a-4e9d-9c5f-c0d1327dc5ae", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "dd85b2e2-c652-4fbc-a290-f2a82d0aa46d", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "8eb0214a-c881-43ae-ae26-a3f9f1aad051", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c075ffb9-18f3-4fcd-8b23-93f542cb0001", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "49f87875-ed07-4b53-89b4-155bffd88df7", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a162a69c-e01e-438b-9dd7-f7b089c13529", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "d8ca35f3-e7c6-42ab-9ac1-f1d95afce0a5", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "fdf49411-0f43-4808-912f-624237b29d5e", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -67.125, + "noteFunction": "", + "noteid": "21c66766-f4eb-4caf-9674-2dff4464e193", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.10000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f6591b4a-fc7b-4743-b379-abf53679bf97", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "243b5dc0-0e8e-4779-bf0a-9e973c5797e1", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.30000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "6ee56d88-1b95-4918-be3c-bda695ca6f4d", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7988a4fb-d48c-477c-8971-4e9a53832254", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.5, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.1, + "barNumber": 75, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ff641d2a-1776-4c82-9b84-fb441531678b", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ed501b86-b476-4c5c-8bb1-fefa2c3c5565", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "11b97957-7371-483b-a108-d515e2abc001", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 201.375, + "noteFunction": "", + "noteid": "88a12bf3-11ce-4003-ac59-736a3e8957ae", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 119.9, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "1dfec043-f31a-4886-b72d-e1634b853756", + "newLocation": { + "bar": 75, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "08fe043c-8d97-4b0b-9877-ac0bac406844", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.09999999999998, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -234.93750000000762, + "noteFunction": "", + "noteid": "ee812911-5ef8-4f90-8691-b365a381e464", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -201.375, + "noteFunction": "", + "noteid": "6d5d009e-c938-4c3c-952d-c434b639bd1d", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "f74a1db9-4084-4d09-a78b-72541a913720", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c8903dbe-d105-46bf-a7dc-593c054c8131", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7894aa2d-0c08-4134-b99e-522b119885a3", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0a11bf22-8308-4ecc-905a-4e20f710842d", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -67.125, + "noteFunction": "", + "noteid": "6089bd0a-2e08-4641-a759-e412204fc07e", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.7, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5898ed58-b99e-484d-b5f9-a4cd71c035fe", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 120.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "68920c13-c33a-4bed-9f01-088ed4bae065", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.2, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7456233e-ec86-453d-aebd-ef930f0b6c1d", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 121.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b9804cae-558c-45a7-99f8-a68ae2cdf5e6", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "edec730c-1207-4454-b3e3-12cb32dd88e7", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.10000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "95660b08-ae94-4b49-bc52-f1ca37334005", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5af22778-755c-49a1-818b-1480607824cd", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4fd0d371-462b-4525-ab1f-f318228449d5", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "fca9d93c-e843-4d3d-8a83-7c29b531c37f", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "ccabb992-46b3-474e-a60c-7c07b2bb6f11", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e08f5595-e8c7-4665-ab42-9efd6c12200a", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "54cc63f7-1918-4c1b-bb52-104b7d028c05", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.30000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "cb579cfc-1158-431f-882c-a0dacf3a8118", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9c0ceedb-7304-4fce-971b-4f081b4bf136", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 67.125, + "noteFunction": "", + "noteid": "02690585-d845-4a13-96c5-8ca66b0296c5", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bd334961-79db-4e92-a2ef-9510f6e030d3", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "7ff1c8f9-45e0-4dd3-9218-554c988055ff", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "2b883b3b-1acf-4a8d-8c5c-92cd1539b100", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7bc7b6d9-0a43-47b6-9c65-301929c0d647", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f5754380-ecba-4cbc-b3d6-9e5d0c0e19cb", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6cd711de-5370-493e-bdb7-76bb9a63fa14", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2715ebb2-cd47-4387-bebf-b7af5c2e4f87", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "81e17bac-10cb-4b4a-b89b-d7408096db66", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2c4c8fde-45a8-470a-9cd6-4719a6a124bd", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7cb46ea0-99f8-45ab-b388-bf1de3f4c1de", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c192a686-d282-4b2b-9c4b-d4c5897e6b83", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.30000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "d7620cb3-16ca-4fa3-bc6f-a74305febb83", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8637cf04-c53a-4c29-a97e-3ac9ed10bcf9", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.5, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 78, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "e85cdd90-649b-4873-b273-69a2c5f94a91", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 124.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "f9e7a9a1-5348-4d75-8f6c-00f3b38f2814", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e6329099-201e-4409-b72b-6bb74f7164f1", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed42134f-c1b7-4f9d-a9e5-d4963c371638", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "125f0f5d-14c8-487c-ac41-60ffc6a0ae75", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "742f95e6-7345-4b52-a8a6-522dbb8281f2", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dc37b674-3c8e-46e1-b5e3-a365cbd4ae56", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "438f027f-bf98-4159-88ec-bd8346101d5c", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "118bfcb3-b111-4b50-b0b5-a79d0f3b5fa2", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.09999999999998, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "c69898f8-6a50-41b0-9f24-efd8be21efbb", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6d3d1d21-1d9f-44ca-83be-73e043fae219", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ab29adda-180b-4f51-af33-deb79f74ba25", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "24230cf7-1f3e-47e2-8674-be5478b9cd85", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "db7b4e44-be7f-476e-91de-6e788d4ed595", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "50493524-3844-439f-a9bb-53336dacbd6d", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c30ea406-a031-4a19-bbc2-9e65f628059a", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b486d01c-443c-4e48-a1a0-9c9fc501f681", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "70929044-613b-4745-a29f-e20256c6f57f", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "286468bf-c3d7-49ac-987c-c92176d541f5", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "65e6a5ec-c660-4f7c-9cb8-c54497d954df", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ae0d2939-6f76-4bcb-b52e-36900f6b94d7", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "274822a5-6f80-4165-9804-3f9f501abb28", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "84bfc489-080f-4856-9631-baf1c890dce1", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ff1ab4f6-79da-4ad7-8f69-eb4ed205c34f", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6242f08f-61d3-4ddb-a18c-6ffd2805def1", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.70000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "2b9a248e-3395-401c-aed1-51898931e2a4", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "114f029c-5cc1-48da-a3be-56719cc16c4f", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 67.125, + "noteFunction": "", + "noteid": "50bec00b-df09-4937-a8af-cd517425e529", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.20000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a1d3d869-8781-4b7d-a1e7-f18b867dff58", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "7d5ecfd6-0d9c-44e1-952f-f3c8964333ce", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "db234609-f819-4f09-97a8-fbd1ffdbca2c", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "a500b928-c8e7-41a5-9836-60dce49ac075", + "newLocation": { + "bar": 81, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "5695c583-0461-4950-b77e-06098e84ccb5", + "newLocation": { + "bar": 81, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a5eda251-e4d3-4d6e-8f35-6476e7e9673b", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cd66e136-2da4-4b09-b25c-99e15eb3050f", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "b878511e-5e17-4a84-aff5-0a64520db822", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5d2175cf-fe2b-4de3-8bab-6a4ba56337d7", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8fd7bdcd-4270-43c5-9d02-e33b0933232a", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "96fb4368-3fa3-4b9e-8d6d-2da34ceca4d0", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.70000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "f34a44e0-e9b9-403b-9c7b-0697ddb4d1f9", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c52e0dfc-4c35-418e-b1a1-0f4c0e305a1e", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.9, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 82, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "50881d33-c099-4747-ad79-f4f7a1ef57c6", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 1, + "isFree": true + } + }, + { + "time": 131.10000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 234.93750000000762, + "noteFunction": "", + "noteid": "d6a40d93-a5cd-4272-986e-86ccb254a890", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.20000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cffea4a7-c3e1-402d-8919-52137a4ff7f4", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "1eb54e8b-2475-455f-897e-0c31a1eb1a27", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "a2f9635d-1670-4969-825b-b4bf1ca00542", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5b46a13b-6413-468d-aa95-2c57d767474c", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2f8a961c-e3f8-4ea3-bf50-e74cef9a47bc", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "ecf9d227-be03-4a57-8327-a6ca791af9c4", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c508b911-70fd-4486-9c7f-68bbaf642fc4", + "newLocation": { + "bar": 83, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "29fc02d8-281d-4805-b8ac-222240ae3383", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "761208b0-98dd-4103-b264-e521caa49904", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "621043c5-b507-4a78-8871-848f4f72a50a", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "65ec3996-f089-47b5-b8b7-291110d139f9", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.20000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "073645ab-5f30-4384-a169-9a6d1d87d528", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.20000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d71bd560-a674-4221-9537-70e69c566b98", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9f1a9643-8fbb-41b0-975c-55431c279e9b", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.50000000000003, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -33.56249999999237, + "noteFunction": "", + "noteid": "926ab868-c3a5-49d8-b84c-6047d2c8e5df", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.50000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -33.56249999999237, + "noteFunction": "", + "noteid": "1fbae1c5-e402-469f-bf15-87d05622d3fd", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.79999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "3df29684-fa5b-4e17-b58c-e92376b113db", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.79999999999998, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "600cf141-78d3-461f-806f-0c09e7897669", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "33ac8aa3-7bf1-4ca9-bf7a-868c57844d60", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "5db381d0-3c1a-4675-827e-73dfdf099b2a", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "fab312dd-ee8d-4321-b6da-fdaf73be2a7d", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.4, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.8, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "950b4489-2789-48e3-a3c4-ee1407054682", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 134.4, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.8, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "6f650eb2-fb9e-43f9-a3d7-c0fe34959e73", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 135.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.24999999999238, + "noteFunction": "", + "noteid": "0d21d0b3-5591-46ff-9fa1-9235e3479b26", + "newLocation": { + "bar": 85, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "ca571d5a-56f3-463d-bccd-e54abb2ed307", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.79999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "a5d02b5b-8d97-4efd-8232-58e0a85fa9c7", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 135.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "9e17d0c1-e4df-45ff-be65-d77629340460", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.2, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c267feb5-68d3-4e60-8012-58510648476a", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.2, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "13a62415-1dd7-46fd-b0ed-9745d8610100", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_14.json.meta b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_14.json.meta new file mode 100644 index 00000000..f73aaf62 --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_14.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dd72cb38a43173847994ec3b2e1a83e2 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_4.json b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_4.json new file mode 100644 index 00000000..1d9f5f0f --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_4.json @@ -0,0 +1,4459 @@ +{ + "version": "2.0.2", + "title": "Paraphiloplace", + "composer": "Se-U-Ra", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 141, + "bpm": 150, + "difficulty": 4, + "difficultyName": "Easy", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:54:16", + "musicFile": "Paraphiloplace.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 256, + "globalDelaySeconds": 0.0, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 57 + }, + { + "colorType": "red_hold", + "count": 4 + }, + { + "colorType": "green_tap", + "count": 58 + }, + { + "colorType": "green_hold", + "count": 3 + }, + { + "colorType": "yellow_tap", + "count": 9 + }, + { + "colorType": "yellow_hold", + "count": 7 + }, + { + "colorType": "purple_tap", + "count": 47 + }, + { + "colorType": "purple_hold", + "count": 3 + }, + { + "colorType": "blue_tap", + "count": 64 + }, + { + "colorType": "blue_hold", + "count": 4 + } + ], + "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": 0.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a0374b45-4693-4bb7-a68a-9a99b5eada18", + "newLocation": { + "bar": 1, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 0.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6138095c-965d-4ea1-9f94-94ee1bef2d09", + "newLocation": { + "bar": 1, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.2000000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 134.25000000000006, + "noteFunction": "", + "noteid": "2a3f05c1-1e6b-4b21-9072-54ddc5823e99", + "newLocation": { + "bar": 1, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 1.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d814a85a-9e27-4799-b75e-fa3979de182d", + "newLocation": { + "bar": 2, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d8d54c60-9328-43b0-a605-649d5c6454ad", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.4000000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 1.192379528447418e-13, + "noteFunction": "", + "noteid": "0feb9d79-8eb6-460f-b04e-540b6c2c7aea", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.8000000000000003, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "16aae60f-85fa-4e2a-8ce1-1ab2b23825ac", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5bfb3337-faaa-41d8-8805-235da73d2e28", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "38adddd9-0479-444c-aa76-2eed08d7cedf", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1d503b44-07f0-46c5-9fae-62c96cfd078c", + "newLocation": { + "bar": 3, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 134.25, + "noteFunction": "", + "noteid": "764cb155-bb4c-450b-83dc-3dde10b2e806", + "newLocation": { + "bar": 3, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 4.800000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.4999999999998, + "noteFunction": "", + "noteid": "ffaa3ae1-f007-4e4c-9f6e-bf4f39aa40cb", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9f1c1c19-9a07-4783-a537-63764edb8d6a", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.6000000000000005, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e37822b7-7cf4-400d-be8a-c0989cf53d5a", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "761fde8f-407e-4347-8d86-4c904ff3002e", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -268.5, + "noteFunction": "", + "noteid": "451fc9c5-1a6b-4b75-a966-3926535f3b38", + "newLocation": { + "bar": 5, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.800000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b1dd5023-daa6-4221-a88f-5dff6cbe0284", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5dd4c97a-6e45-4fad-b245-71f27af8157b", + "newLocation": { + "bar": 5, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.6000000000000005, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2df89e5b-1d4c-43d3-a99d-5c0366f0f95e", + "newLocation": { + "bar": 5, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "62190d62-7444-4d5f-a609-971e49aedf22", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ad957bf9-76e6-4934-bed6-798a41b857a5", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d5c4cacb-a9cb-4d05-bd92-b5ccc171cf63", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.200000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "354831f9-a01c-4e1c-b89c-0b2836f88ca0", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.600000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.49999999999955, + "noteFunction": "", + "noteid": "39e729c2-c635-4cc2-ae52-e0d60516765d", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8baf0476-357b-45de-bff9-9269411efbd1", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 0.0, + "noteFunction": "", + "noteid": "1f24fbb7-3f85-4109-a2d7-533adf957a45", + "newLocation": { + "bar": 7, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2d46e2e3-c1af-44b1-ade1-d621da99add2", + "newLocation": { + "bar": 7, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.200000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c9446af-cafd-479b-b5b9-68a541074c80", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.600000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.24999999999952, + "noteFunction": "", + "noteid": "d4c01891-d7d0-4406-9e9c-228413d2e1b1", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 12.8, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.6, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bc4ed715-9c93-49f5-9a5f-ab484d36e979", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 14.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "268abf4a-c809-4016-aaa4-4c6c3ddeebd2", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.200000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b062af0c-3b12-47fb-8035-c3cba2b78dda", + "newLocation": { + "bar": 10, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.600000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 134.25, + "noteFunction": "", + "noteid": "11614e85-289e-4834-b414-ff5380b5fb9d", + "newLocation": { + "bar": 10, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "00b1ea2b-86ba-47eb-bbb7-6ddd9983c4b1", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.400000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a79a74b7-d2f6-484b-8e08-5c34f843c700", + "newLocation": { + "bar": 11, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 0.0, + "noteFunction": "", + "noteid": "76d71f31-50dc-4d8a-8501-0c1930963c05", + "newLocation": { + "bar": 11, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.24999999999903, + "noteFunction": "", + "noteid": "ad0a07e4-121a-4358-bb19-e637fa3b2a4b", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 17.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5ffe7164-05d9-4208-b113-f59c06df034c", + "newLocation": { + "bar": 12, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e71ec81d-b179-49fc-bd5f-7867758173a1", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.400000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9ee2f829-95ad-4c30-8ff0-c1e7cf17a801", + "newLocation": { + "bar": 12, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3738f75b-94a3-460a-b741-385f4dfb83ce", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.200000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.49999999999903, + "noteFunction": "", + "noteid": "853ae3c0-7eba-4899-9910-747e11411d0e", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d6e3823e-2ed8-4410-8e01-de57b1cb1189", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "81f6d4c5-79aa-49b2-b1ad-e1ffd8b57272", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "54e9c2a9-db68-4e54-b957-cd8ecd8b8b17", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1fa2a21f-e5aa-407c-8590-58adaebfd778", + "newLocation": { + "bar": 14, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.200000000000003, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.24999999999903, + "noteFunction": "", + "noteid": "c38a4142-ca40-4411-b8c3-dc5bf96a9f71", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cc0d31a0-14bc-4832-98e6-5654d1248aa6", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "72581197-0e8c-489c-b848-7e15161913b7", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "969cee69-63ba-470c-9374-c64904f4060a", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5704ec40-b232-4bfa-b456-764f55f7afae", + "newLocation": { + "bar": 14, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "118234a2-8af3-4d78-a686-ccca9fd003ca", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4ae22f95-23fc-469d-81bd-152bf1ab197c", + "newLocation": { + "bar": 15, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 9.539036227579345e-13, + "noteFunction": "", + "noteid": "69be3b7b-3f13-427b-8dc0-97883abbfe10", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.200000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 9.539036227579345e-13, + "noteFunction": "", + "noteid": "6d1129e8-48c0-43b2-86e7-07fb466bd126", + "newLocation": { + "bar": 15, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b279a8ca-3fdf-480d-98e7-6df2fcd3fa1f", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 23.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fe7e00f5-354e-4c1a-9018-45be7c4d529f", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.400000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b405457f-b8b7-4de5-b853-6a679b59d7ec", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "94050c6d-a6c4-4537-b5a7-82e4c2f9e182", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "61ddd3df-0b9b-4776-845a-1bfd5ab65ee4", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d685772b-7d06-401c-b63d-7f1d2a30abf4", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.200000000000003, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "57e9c9b5-ba1d-46d9-9879-a37a94e5eec8", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.200000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25000000000097, + "noteFunction": "", + "noteid": "a1719357-9f23-425a-b2ea-be161b94cbf9", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "578a4fc2-42fb-4c51-a393-89a6ab97eb58", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3f3e6a19-39f8-479d-9cde-4b8369543993", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.6, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9e0b4f93-b832-44f8-9ad4-f1ae2a9c4a32", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 29.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4bcbbdb8-b650-4218-b7b2-b2588bbe1a0a", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 30.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6e8c70b0-69b6-49f4-b2ee-bec001126b17", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 32.4, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 21, + "yPos": -134.2500000000019, + "noteFunction": "", + "noteid": "abbda092-c7fa-482c-9e6e-cd3f0bded2d6", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 2.4, + "barNumber": 22, + "yPos": -134.25, + "noteFunction": "", + "noteid": "54bc3c3c-9a22-490c-96ff-660f052fe356", + "newLocation": { + "bar": 22, + "guidelineIndex": 1, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 37.2, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 2.4, + "barNumber": 24, + "yPos": -134.25, + "noteFunction": "", + "noteid": "dba4489c-8e79-4765-add5-53437f391a80", + "newLocation": { + "bar": 24, + "guidelineIndex": 1, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 40.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 2.4, + "barNumber": 26, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "5b9a57f4-a7cb-40ec-8d24-ee494097b55a", + "newLocation": { + "bar": 26, + "guidelineIndex": 1, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 43.6, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.8, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "93e753ed-3175-4b8a-a473-c8ae63384e4f", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 46.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8b0472da-d403-45a7-9a2a-24e55e6c831f", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eeab708d-7f44-4f99-8903-aa0ffd21e896", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "baa46054-43ab-498b-ae06-3e5ec851b65d", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "303d356c-4ce8-4d88-a742-e91bdafbd5ec", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.2499999999981, + "noteFunction": "", + "noteid": "e0189465-727e-4484-b46d-8648fbf2fd4e", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "87c1edd1-4e80-40cb-9349-90a6bff555ae", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7426053c-018b-4aaf-bef9-11650f5d455a", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "12d491b7-bc4d-4a3d-b40f-9fd89f6753b2", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 1.907807245515869e-12, + "noteFunction": "", + "noteid": "a0c84159-2f7f-4ee8-b131-03c0a54d2f1e", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 134.25, + "noteFunction": "", + "noteid": "404182c9-c4e6-44e8-b1c3-8d2abdb24f2d", + "newLocation": { + "bar": 32, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5d14cb46-5382-477e-b02d-030b415e0d36", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3f7dcc2e-1c77-40c7-bc2a-d4a5b4882d61", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bc4bfae1-193a-4b63-a28d-fc9ea84caa91", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "59de0d14-aaf6-4dc1-9fbe-55b7b0bcd9b4", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "74ff4801-204a-4d1e-ad09-24af37b022df", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f364fe58-88fe-48f3-b638-ae5e632ce428", + "newLocation": { + "bar": 34, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6f7cefa0-3d1e-4cf9-805d-a78a1bbd027c", + "newLocation": { + "bar": 34, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d0c7adb6-620b-4c61-8807-ea151b25cee6", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed2e3f35-ae5d-4f4c-9bd2-7544353a3786", + "newLocation": { + "bar": 35, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4ecaf720-fd6a-4132-a57e-c08b02afaf8f", + "newLocation": { + "bar": 35, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 55.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5c3a2aec-6eda-45ae-85dd-a84b6fcbf14c", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "a10c9131-50b1-42b1-a959-1cca495e8198", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4e2a4390-f0a5-4b82-ac66-465b40b9d7e4", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "89a8eaa9-b8b0-417d-8f8d-a0f274b0ea7c", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "20513236-3cd8-4a38-b965-333c075d30ce", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c1cea711-5ff2-49c2-83d4-d041105eb618", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c7201e8f-b308-42d7-95da-9a73fbd9c70d", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "157f3df0-eb67-44ee-99de-5327ee0f59f8", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "fc4232fd-7b0c-49ea-9537-b07a57fa00b1", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d4661057-0cae-46c0-a5be-c412a644bd1a", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "39292e6c-9404-4895-b6a8-4e178b509778", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0c5665d3-25d3-4964-964d-a4eeb414eced", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eaa650b0-990a-4efb-8b78-91b55a87b7f2", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9235a352-4100-4b1a-a1b4-6f0a47f34c25", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1977eb6f-46bd-4242-b283-1f23c778ed4c", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a36d1a86-f6dd-42a3-b2fd-ef72931f3a20", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "838fc563-d0f8-41d7-9021-8b16cf2f9d50", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d7d7d4e7-5c16-44b5-ae87-652da81872d3", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "2f3f4416-9d49-4bf4-9595-8ef0a8bc0853", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 59.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -201.375, + "noteFunction": "", + "noteid": "22a8e444-69a2-4e4d-9f38-87a8de95f41e", + "newLocation": { + "bar": 38, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 61.2, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.8, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "02009260-ab06-417e-aa31-45b60f471e56", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 62.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.8, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "00387e05-7a86-403e-bc14-9d3b779aad5f", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 64.4, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 2.4, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "13821ebc-6472-4c3b-9daf-e95120f80f84", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 6, + "isFree": false + } + }, + { + "time": 67.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.2, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "07eec5e5-1fb5-457a-8a25-7c725c894e52", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 69.2, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.2, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cabe2964-8a0c-4dec-af8d-61647a02b336", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 70.8, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.2, + "barNumber": 45, + "yPos": -134.2500000000038, + "noteFunction": "", + "noteid": "eb33f35d-d8c8-4ca7-8193-949bea391f11", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 72.4, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.2, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "97f6e860-18fa-4838-8b77-aa8bce6c1a48", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 74.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.2, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c2ae9396-0017-4fc7-a531-03db134a9ef3", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 75.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.2, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "915804ea-8ded-4b0f-bf9f-992e45cfb6fb", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 77.2, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.2, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f85f19a3-0860-4c0d-87c8-5b810d53f3f2", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 78.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.2, + "barNumber": 50, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "ea0aea21-fe95-4ad2-9d86-f660ef7ae8bd", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 78.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.2, + "barNumber": 50, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "0b224746-93cc-4767-a216-f754767a36ce", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 80.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b3839d1c-a9af-458c-af2e-fb1749f2e874", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "0b243a7d-1994-454a-ad7c-f724d36b85d2", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8f9da412-9818-47c0-a135-a174ba4d59e0", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "af266456-c5a1-4bd5-ac03-b93d97f7afc1", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "889a856b-1746-44b9-a29f-5878434df64a", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a5276021-705e-434d-ba64-b4b693da3552", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "c172a573-2a6d-40f1-a5a2-0eb9730921a6", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8cec348a-f29f-48d1-921c-bce823e81d4e", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72fffcce-34ad-4a94-af99-6cf637ee89ca", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "74383840-03fd-4ca8-a7c8-4858ede1a11e", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.4, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f911dfe0-d82c-432e-b246-7845268ec06a", + "newLocation": { + "bar": 53, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "05e92970-5056-4154-91bd-d0aba62a4a9c", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f0ad44a8-b6a6-4d6a-9f69-35c838dc5511", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d4daffe0-f5d7-4201-a326-4df55c9320c0", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "42923416-dcd2-4300-905a-302bf1c14d47", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2153e7bb-33d2-4534-9d6d-464f712ed9d5", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "bb42dc47-3459-422d-aa5a-d0f3a986d989", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d3549b43-a3a3-4771-9d1c-4b04956031fc", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 87.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "ca82d928-00fe-4113-8ada-82bf25129668", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8bf0673b-ba79-439a-b17b-49ebce7e9506", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2faa04ad-a1a9-44d1-9b9e-953905f2f312", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 88.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "89c39ccb-4e4c-4fb7-b5a7-2b3bfd0c10a0", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1cc110dc-8e66-4cbc-91a9-367f9c52c92f", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 89.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "34d71f57-9ea6-4837-b26f-c277d1f7dd43", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 3.2, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f662b5a5-c42e-4ff2-b7a0-34af2d421022", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 94.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "5cfc58d1-dd31-4209-9d88-a889f4a0f035", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.2499999999962, + "noteFunction": "", + "noteid": "678be70d-ce72-4b7c-bc62-553823377ae3", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f64cee54-0a93-45e6-b154-c6b7aa51399f", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e6e114cc-f075-4ec4-bbdc-d0d3a168027d", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8d2cb9d8-313c-4fc5-9e7f-42a2773248d8", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 134.25, + "noteFunction": "", + "noteid": "69867487-30f3-4b01-bca6-2c2b22179ec9", + "newLocation": { + "bar": 60, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d3caa62c-a759-41ac-9c26-7679341b1619", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 3.815614491031738e-12, + "noteFunction": "", + "noteid": "5247135a-dd4d-4d72-9b15-0d26082788f8", + "newLocation": { + "bar": 61, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "db411942-1936-4b79-9364-9bdacd51f6e9", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3613611d-ed4d-4180-8664-eba4ae65a29e", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10926429-11d9-48a3-995b-a8c56347ef17", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5a9adcac-44a5-43fb-86b2-ac8847c21aa8", + "newLocation": { + "bar": 62, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.2500000000038, + "noteFunction": "", + "noteid": "70d75605-d8c3-44be-9864-64295e026116", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5f914f89-310e-425f-95b5-1d176e9593e7", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "21ea2494-b1f7-4e30-928e-c0bccf7eb9fd", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e38e897f-9ac4-4ca6-9260-5c76809f2f29", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "80d7b508-4039-4167-9311-6e0031d3276b", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.4999999999962, + "noteFunction": "", + "noteid": "0d647c04-caf8-41ad-a0a4-0df956b000fd", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d1426f04-40b4-4b46-9b60-5d618840bae3", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9890ce7f-0806-41cc-990a-efb2be1d0668", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7425ad19-7feb-48b7-85d4-ed05b3036eb7", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "32c10e2f-2378-40e2-8183-e36479bb3438", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e49bc138-38b4-4687-a6f2-a24d9f57e3a2", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "839fbeaf-1fc3-4038-b810-a410f3cf64e2", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a3a7a111-0656-4fb2-920a-21602cb3fe5e", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7962719e-5421-47dd-9fd3-6178d6809c7a", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e325b9d7-45a7-4541-a312-b6f3c71c71a7", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "848709d9-b1d8-4a14-9418-b4e6f76cc6b4", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "165ccc59-6271-410e-bfa5-ae5586416b0e", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "62790146-3bed-4a41-924c-af1b0e933329", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b552b1e8-45ce-4c74-884a-fb57f36e8f44", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e92ec314-621a-4100-9d4d-74cf410f157c", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0ace283a-ce9b-4b8a-9e5c-19fe04028fa1", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "47fbcca3-06cc-4fa2-b38e-d60a8e5b0fea", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6f298d59-b7fb-448a-bd95-c907bf227479", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f31a600b-e60b-4ba1-9701-ed135096b2d3", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2b767e7b-56dd-48e5-88dd-08a77406698d", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "8e799ab5-1b25-4e8c-bbff-06ede6ffaa30", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "983a2104-1953-4a9a-b0cf-67f69e699578", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ce670aba-7565-4cf5-9c51-ae390c7887bf", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e949c07e-8d64-4fef-a54c-da226ec15198", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "94bb9132-9b40-4e57-977f-4e81c3033d5b", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e38a73e8-68d7-4df5-9a3e-0fdd8aad7f38", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21c7b471-214c-43c2-9f43-c4edd226bb0e", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6b89d234-28ba-49ff-b463-8de2a53c3baa", + "newLocation": { + "bar": 68, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "aa574e4a-2634-4944-8e78-7c4677d57375", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bd917334-073a-4290-8934-4bf79d194c59", + "newLocation": { + "bar": 69, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.2, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.2, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0755cc3c-1b33-4a1a-bc5b-0dd5548bb777", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 110.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7b966447-d99c-45c2-a528-a1b14dac6bc3", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d9a71aaf-9fc7-46b1-bbe5-8f0c0d2bdeb6", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "72ae450e-918d-4dc5-a0d4-6d9c6ad16589", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "52da4b17-35d5-43d2-90e0-d4722549be04", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e1511bed-c33f-4f68-af3d-b305a5cc4a14", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dade1dcd-2995-45c6-bdaa-b0ffb86ff91f", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "214d51ea-601a-4ba3-9695-0ad2640bbe6c", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7ba880ad-6db9-4ee3-8fd9-81dcbb18af58", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "07df7053-e6ef-4f5f-b1b1-95050e6cc91a", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "75b92690-0201-455c-bf2b-c18d3eff5e95", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "436ce9f4-15a4-4a9e-89bb-ca796c38ba56", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "9402d60c-b21c-42c3-8e94-f6a6d7bfe7eb", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c685acc0-c899-458c-bbcd-b7cff19b4345", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a7c222d4-9557-43e4-aa31-27f8d427dd5d", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "21e21d89-9c51-4ed7-9fb4-d55b0175e7ba", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "94ac37ff-df34-41cd-8220-bfb35f4ef097", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c02b899a-bb89-4f82-9abf-a8ec45f6414f", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 119.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "beca56b3-6347-4956-97ae-9e04fec0e8a5", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b839965d-25bc-4d3d-8312-ba12ce3c7e01", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cfc76ca2-6c2c-4872-907a-87235bf358fe", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "bb584464-7fc3-43c6-a676-d82b1529ac6f", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "108fb418-20ff-481c-b861-e7b44682e2e0", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cfe9e21e-f8a7-4e84-a80c-b731dbc9b841", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1e6965ce-5cba-41ff-b03f-d1d0425f79df", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 134.25, + "noteFunction": "", + "noteid": "89313955-a487-4e52-ba26-e5e24d20f5d4", + "newLocation": { + "bar": 76, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ef32220a-a253-4b0a-8529-8bd9b4aad30b", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c9507c9-72c8-41d0-9504-15bc1dec099b", + "newLocation": { + "bar": 77, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "eaf34c0f-1b01-45a3-a761-641004e0af92", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0ae43172-42b8-4751-9563-b16081232e63", + "newLocation": { + "bar": 77, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 134.25, + "noteFunction": "", + "noteid": "62114aec-e4a5-4ef2-bfb1-0cf93bf0ebf0", + "newLocation": { + "bar": 77, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "df05c59b-9bc4-4664-bca6-49c6f2749a33", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8a91dac7-b8c7-4881-a449-008bb5f3801e", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c6cce4cd-d76c-4953-99dd-7ea40577b29c", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "64401ab5-9054-4af7-948c-f46eab2a6743", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c455c517-42d5-4279-b4f5-27b618f9d6dd", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 0.0, + "noteFunction": "", + "noteid": "df2dc881-f492-47bc-b78b-6fda87cf819d", + "newLocation": { + "bar": 79, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 134.25, + "noteFunction": "", + "noteid": "433c4002-8f18-41c0-b5a6-8f0ab1de7d6d", + "newLocation": { + "bar": 79, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1876331b-162f-4edf-b14d-d66a5778a196", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b622bf9f-beb0-4939-a5e8-c6d36f168b6a", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "75f21c96-4fec-4ea2-9a3f-34efcca21dfc", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2017d050-46b7-49af-ace5-9524d5b719a5", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5f33a445-acd1-431d-ac26-b0affde0eb8a", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cd212c35-e94d-485a-b0b2-f08d63caabd5", + "newLocation": { + "bar": 81, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.20000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 134.25, + "noteFunction": "", + "noteid": "041fe077-1705-40f0-b299-648b660ed409", + "newLocation": { + "bar": 81, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 129.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 268.4999999999924, + "noteFunction": "", + "noteid": "efbe5a79-cc34-4d27-9a0d-d4621630e0e8", + "newLocation": { + "bar": 81, + "guidelineIndex": 4, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9ed13c4d-8693-4bae-b535-eb2298d2b143", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2f6216dd-3e0d-4bc6-abcb-a0f2cee5c860", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cfe17636-7959-40cc-8452-3cb510b1f667", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.20000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b2619da2-7f83-4d79-90e9-4fc9da31e4b0", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25000000000762, + "noteFunction": "", + "noteid": "5c821de3-90c2-4eb3-bdda-1644c5626c76", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 0.0, + "noteFunction": "", + "noteid": "59126d82-1c87-4daf-9481-58215510695f", + "newLocation": { + "bar": 83, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0991e6f9-7ed6-433f-8540-c8bca10d07ae", + "newLocation": { + "bar": 83, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 132.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d3e9a0de-872b-4abc-bd4c-d9b7a20fce3a", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.20000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f7631642-06af-4b13-9df7-5457d27351b4", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -7.631228982063476e-12, + "noteFunction": "", + "noteid": "7d163454-7007-430d-a73c-f10297720cfb", + "newLocation": { + "bar": 84, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 134.25, + "noteFunction": "", + "noteid": "a1550a44-21bb-4e98-ba67-51c2b7a4fef9", + "newLocation": { + "bar": 84, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 134.4, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.2, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dea97921-6a7a-40cf-bb7c-206bea03521c", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 136.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "45311db7-02a0-4073-89fa-4743d946668c", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_4.json.meta b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_4.json.meta new file mode 100644 index 00000000..df580e73 --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_4.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 94ba99fe1a0616e47b628560c008c78c +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_7.json b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_7.json new file mode 100644 index 00000000..fbd73d78 --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_7.json @@ -0,0 +1,8165 @@ +{ + "version": "2.0.2", + "title": "Paraphiloplace", + "composer": "Se-U-Ra", + "illustrator": "Unknown", + "charter": "Unknown", + "beatmapId": "1", + "duration": 141, + "bpm": 150, + "difficulty": 7, + "difficultyName": "Hard", + "createdDate": "2026-02-24 22:33:04", + "lastSavedTime": "2026-02-24 22:58:25", + "musicFile": "Paraphiloplace.wav", + "backgroundFile": "A Lake With Endless Stars.png", + "noteAmount": 474, + "globalDelaySeconds": 0.0, + "globalGuidelinesAmount": 4, + "enemyList_isEmpty": true, + "colorSegments": [], + "is_official": true, + "remark": "", + "noteStatistics": [ + { + "colorType": "red_tap", + "count": 111 + }, + { + "colorType": "red_hold", + "count": 10 + }, + { + "colorType": "green_tap", + "count": 101 + }, + { + "colorType": "green_hold", + "count": 6 + }, + { + "colorType": "yellow_tap", + "count": 24 + }, + { + "colorType": "yellow_hold", + "count": 7 + }, + { + "colorType": "purple_tap", + "count": 106 + }, + { + "colorType": "purple_hold", + "count": 6 + }, + { + "colorType": "blue_tap", + "count": 93 + }, + { + "colorType": "blue_hold", + "count": 10 + } + ], + "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": 0.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": -134.25, + "noteFunction": "", + "noteid": "39a7f24a-fd88-4d9d-bd64-bdd58571a9ae", + "newLocation": { + "bar": 1, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 0.7000000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "7fe80ddd-6448-445f-846c-1342a696a12f", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6d591fb3-dc0a-44d1-9944-f37f93fe5272", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.4000000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 1, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f4c072c3-4156-4de0-910c-6bf1b91a7fa4", + "newLocation": { + "bar": 1, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 1.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b0d5ad78-43b4-4c8d-84a9-7aa9d6cb2adf", + "newLocation": { + "bar": 2, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -134.25, + "noteFunction": "", + "noteid": "99ceba35-3cfb-482d-9ddc-13c82554603e", + "newLocation": { + "bar": 2, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": -67.125, + "noteFunction": "", + "noteid": "83cfd9de-4327-4e9e-b7b2-37d2215d1e4d", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.4000000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 0.0, + "noteFunction": "", + "noteid": "812b236b-5c12-43d5-bf0a-8a81dad3ee21", + "newLocation": { + "bar": 2, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 2.6000000000000005, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 67.12500000000011, + "noteFunction": "", + "noteid": "cd47c434-94a7-4562-bd3c-d187b4813da9", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 2.8000000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 134.25, + "noteFunction": "", + "noteid": "433b1207-71ed-455f-b65f-63a87412fa5b", + "newLocation": { + "bar": 2, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.0000000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 2, + "yPos": 201.3750000000001, + "noteFunction": "", + "noteid": "b27e3485-d537-4047-95c2-130f57e2d224", + "newLocation": { + "bar": 2, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 3.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -268.5, + "noteFunction": "", + "noteid": "725fef8c-bc82-4f1d-810f-d3caec7e06fa", + "newLocation": { + "bar": 3, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3d9abd34-7f9e-41ce-891a-1626ed382c1e", + "newLocation": { + "bar": 3, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 3.9000000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "c470fd92-167c-479d-9279-ab1dbb66293a", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 67.125, + "noteFunction": "", + "noteid": "6dd68192-c15b-47da-adef-dabc569d6466", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.6000000000000005, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 3, + "yPos": 201.375, + "noteFunction": "", + "noteid": "9babaad7-da3c-41fa-8a25-f3e188ed513e", + "newLocation": { + "bar": 3, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 4.800000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f1e63032-28c4-4ee6-8c2f-ba023f7eb2d9", + "newLocation": { + "bar": 4, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -134.25, + "noteFunction": "", + "noteid": "43217e2e-bd89-4522-8ad4-9fcea297a91c", + "newLocation": { + "bar": 4, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a66a75f0-cdbb-4cdf-b2fa-53e518954904", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 5.6000000000000005, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 0.0, + "noteFunction": "", + "noteid": "bef417c8-8c4f-417d-82f9-9cf93e53d29b", + "newLocation": { + "bar": 4, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 5.800000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 67.12500000000024, + "noteFunction": "", + "noteid": "62bbf963-917b-48b1-93ce-384375b6203f", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 134.25, + "noteFunction": "", + "noteid": "132c66b7-27a1-44a3-844f-57431d782956", + "newLocation": { + "bar": 4, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 6.3, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 234.93749999999977, + "noteFunction": "", + "noteid": "d6a59ccd-6125-47ac-ada1-a52e9a262b6a", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 4, + "yPos": 234.93749999999977, + "noteFunction": "", + "noteid": "ee67c1b3-01a4-4125-8d77-d11afc2a236c", + "newLocation": { + "bar": 4, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 6.800000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1c4f7448-0658-4d00-83c3-fbc93802ca12", + "newLocation": { + "bar": 5, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 7.1000000000000005, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "f03fee58-b52d-4ccb-b6b3-a17c857d7fea", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 67.125, + "noteFunction": "", + "noteid": "832ea9f1-9a7c-4a6c-a48b-a75cee9b8f13", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 7.800000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 5, + "yPos": 201.375, + "noteFunction": "", + "noteid": "031507d5-b94e-409f-bb87-51ac5a1c87af", + "newLocation": { + "bar": 5, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7f5d9943-0bdf-4044-b412-6ef25deb6efc", + "newLocation": { + "bar": 6, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4846efef-eac8-4063-b3a1-8c94f6915553", + "newLocation": { + "bar": 6, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 8.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": -67.12500000000048, + "noteFunction": "", + "noteid": "57705c02-de0f-4327-81f1-8361781d493b", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 8.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 0.0, + "noteFunction": "", + "noteid": "4f0083b7-8b46-454c-a295-c87bcf7563a1", + "newLocation": { + "bar": 6, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7fe52936-e597-4530-bf71-623ec9aed1cf", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.200000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c7b29054-325c-451f-82e7-edcbbc7b2f15", + "newLocation": { + "bar": 6, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 9.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 6, + "yPos": 201.375, + "noteFunction": "", + "noteid": "eef85dc3-3fbf-43e4-9220-f8cd318acf06", + "newLocation": { + "bar": 6, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 9.600000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -268.5, + "noteFunction": "", + "noteid": "b7ec8b48-bb7c-428e-8180-05b6b9f5ae53", + "newLocation": { + "bar": 7, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -134.25, + "noteFunction": "", + "noteid": "abbb4146-e618-41c7-9463-a61d9a606e15", + "newLocation": { + "bar": 7, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 10.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "57be9138-fc27-4d7c-a740-f3dff8b08c8c", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 10.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "8a562205-06d5-4af2-84f8-30fb17cab4f5", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 7, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0da1965a-c865-4393-b447-7c7376217d51", + "newLocation": { + "bar": 7, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.200000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -268.5, + "noteFunction": "", + "noteid": "11a6edec-a95f-42bd-adb4-775faeda20df", + "newLocation": { + "bar": 8, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.600000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1d2ba31b-e065-4895-ba34-15abcdbfe472", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.600000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c394988-fa93-4106-80e4-200b9ac654ff", + "newLocation": { + "bar": 8, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 11.900000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -33.562499999999524, + "noteFunction": "", + "noteid": "9324f3ae-99ea-4ff6-bc06-ebec10446b90", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 11.900000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": -33.562499999999524, + "noteFunction": "", + "noteid": "c686cccc-f426-47f4-83fc-c50b88a3ec68", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "151e3b2d-5ac3-4eb6-8d9a-903472ab96c5", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 67.12499999999952, + "noteFunction": "", + "noteid": "8075f255-c90d-4046-b2df-f6b59a0a1f9f", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "3282c020-3b0e-4807-8fbf-e85fe36d0a18", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 8, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "ef28bd3e-1733-4604-ad1f-c363dc68b273", + "newLocation": { + "bar": 8, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 12.8, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.6, + "barNumber": 9, + "yPos": -268.5, + "noteFunction": "", + "noteid": "472ea9e6-a988-431b-9f14-9c676bf2e125", + "newLocation": { + "bar": 9, + "guidelineIndex": 0, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 14.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -134.25, + "noteFunction": "", + "noteid": "48ebe782-8348-437f-8796-98f28f8eccc9", + "newLocation": { + "bar": 10, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 15.100000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "b689d572-34c5-42c7-899a-0eec62fb81eb", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 67.125, + "noteFunction": "", + "noteid": "65059ac9-8fa1-4e51-9ede-4316b9ee144c", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 15.700000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 10, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "07720b20-7e23-48eb-bd52-3a8be2e4c4f0", + "newLocation": { + "bar": 10, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e42ac62b-1fa4-4156-88c4-706430e7b3c9", + "newLocation": { + "bar": 11, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 16.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "39823bdb-fd0a-4818-ae64-b116701e0572", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": -67.125, + "noteFunction": "", + "noteid": "cd923b54-c052-4b4b-8446-84ac8cb44c21", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 16.900000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "464995b4-1c31-429a-8045-0d502d896ca7", + "newLocation": { + "bar": 11, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 17.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 11, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f1431586-13a2-40be-85cf-508ca52e3b00", + "newLocation": { + "bar": 11, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -134.25, + "noteFunction": "", + "noteid": "feab8bae-0871-4b85-9b9d-b9445a2fd79e", + "newLocation": { + "bar": 12, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 18.3, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8a15c55b-8281-4d1a-a423-773126b4cf55", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 67.125, + "noteFunction": "", + "noteid": "18951633-d9f1-4455-91f2-5e17ef0fbdbb", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 18.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c6cffea8-c983-45cb-8437-ffe7498197e4", + "newLocation": { + "bar": 12, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 12, + "yPos": 201.375, + "noteFunction": "", + "noteid": "c05e9409-19a6-4977-8934-4cd415a3fa25", + "newLocation": { + "bar": 12, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 19.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -268.5, + "noteFunction": "", + "noteid": "99113ea5-3d76-4669-a856-201cc76f0033", + "newLocation": { + "bar": 13, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "37f473fb-1621-4e7a-9a56-26fcf4860366", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 19.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8308975c-bd3a-43a8-ab5f-eb4ccef27b9a", + "newLocation": { + "bar": 13, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "c399b4ba-9709-4d3e-acec-c12c15a8686a", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a0a0afb5-bd57-4ce9-9b15-8fcb1f9653ca", + "newLocation": { + "bar": 13, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "08439bb3-ca19-4f4b-892d-7c35222843c2", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.400000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 13, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f500dae4-6eeb-4665-918d-e1e372ad0df8", + "newLocation": { + "bar": 13, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 20.8, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f322ea4c-ba3e-4ce4-a154-1c35377bc97e", + "newLocation": { + "bar": 14, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -201.375, + "noteFunction": "", + "noteid": "b80fb2b8-1fd2-4b5a-8633-418ab795fec2", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 21.200000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3464f43d-e4a9-4560-9645-24ca81c67258", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f605a587-3c79-4c38-a9e0-dd46b4b5855c", + "newLocation": { + "bar": 14, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 0.0, + "noteFunction": "", + "noteid": "d37958e1-7db8-4bcc-b810-4c9bb7933e52", + "newLocation": { + "bar": 14, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 21.8, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2d7e2958-c0b7-41fc-a9f9-09d842313b8c", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 14, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "9b3d90cd-6685-4311-a445-ac46f47ebf1a", + "newLocation": { + "bar": 14, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 22.400000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e2517304-bed0-4ac5-81a4-3f3dd22b918c", + "newLocation": { + "bar": 15, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 22.700000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -167.81249999999903, + "noteFunction": "", + "noteid": "8c6c66d5-1176-4c4b-a430-d6c034ddb02f", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": -67.125, + "noteFunction": "", + "noteid": "0c176b25-f3cd-4422-abd4-b6badd46a4c7", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.300000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 33.56250000000095, + "noteFunction": "", + "noteid": "67862eb7-cb0a-4c6e-94c2-cba7abe33468", + "newLocation": { + "bar": 15, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 23.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 15, + "yPos": 134.25, + "noteFunction": "", + "noteid": "032fdd53-fccf-4658-b534-6040921cbcf8", + "newLocation": { + "bar": 15, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -268.5, + "noteFunction": "", + "noteid": "2649caf3-32aa-4ed6-a255-f38f041cf34e", + "newLocation": { + "bar": 16, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "46754de9-7886-48da-9033-1d10d6e24852", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.400000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": -134.25, + "noteFunction": "", + "noteid": "85910ff4-b4a3-4f38-a870-957a2135684a", + "newLocation": { + "bar": 16, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.8, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5c7ce031-ace7-47a6-adca-5b9c3afe7696", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 24.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 0.0, + "noteFunction": "", + "noteid": "84b11f26-1cc7-4c51-8f18-d3a82b1f66c7", + "newLocation": { + "bar": 16, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.200000000000003, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "be32b18e-be02-4389-91f5-b15b5fdeb809", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 16, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e2b17055-de1f-4cf4-ba6c-4c17ee077276", + "newLocation": { + "bar": 16, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7ddb7b18-e0ae-4ff3-baa9-b37dd16e70f1", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 25.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8c2ad6de-d2d6-49b8-878a-2f0a4448e0c5", + "newLocation": { + "bar": 17, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e1db5ed0-1d62-4ad1-a5f2-95c25523fc8d", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a7a18dc3-7dba-4338-b0ff-2f9dca23c89a", + "newLocation": { + "bar": 17, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.400000000000002, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "92ab4383-e7ed-4b18-a3c9-8757eda8ccba", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.400000000000002, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2352b834-e73b-48b1-93b2-99f40fbd03f2", + "newLocation": { + "bar": 17, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "decdf2e7-0b0f-4698-8e9f-ba0d7e88b7b8", + "newLocation": { + "bar": 17, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 26.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 17, + "yPos": 134.25, + "noteFunction": "", + "noteid": "78d829e8-b93e-4732-82a8-fedf5f6026d0", + "newLocation": { + "bar": 17, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.200000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "54c575b3-9459-4d2d-87eb-7f047020f969", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.200000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -268.5, + "noteFunction": "", + "noteid": "614b775a-d1af-4280-83d7-257d50e5d22f", + "newLocation": { + "bar": 18, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 27.400000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 18, + "yPos": -201.375, + "noteFunction": "", + "noteid": "f3937fad-9155-4dc4-8d53-e816b5365903", + "newLocation": { + "bar": 18, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 27.6, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.2000000000000002, + "barNumber": 18, + "yPos": -134.25, + "noteFunction": "", + "noteid": "35f07518-1001-45f5-97c6-79993248045b", + "newLocation": { + "bar": 18, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 29.200000000000003, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 1.2000000000000002, + "barNumber": 19, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2d431b86-f20b-4ef7-8755-46032549d7c5", + "newLocation": { + "bar": 19, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 30.8, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 1.2000000000000002, + "barNumber": 20, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4a510fa6-f136-4b0b-8fa0-ba0f9b399f7a", + "newLocation": { + "bar": 20, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 32.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.6, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3cad20a5-043c-4a42-afca-efb5f6d45cc3", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 32.4, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.6, + "barNumber": 21, + "yPos": -134.25, + "noteFunction": "", + "noteid": "de1f05dd-d1d6-474a-8f83-88482a8d69ef", + "newLocation": { + "bar": 21, + "guidelineIndex": 1, + "lengthGuidelines": 4, + "isFree": false + } + }, + { + "time": 34.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 0.0, + "noteFunction": "", + "noteid": "702e8460-f803-4b8f-99b5-fcef9290cb5f", + "newLocation": { + "bar": 22, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 34.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 67.125, + "noteFunction": "", + "noteid": "25700f55-0b60-499f-92bc-620bc3a81168", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 34.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 134.25, + "noteFunction": "", + "noteid": "dfa8025c-065c-449b-96b6-455812a4a397", + "newLocation": { + "bar": 22, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 35.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 22, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b56b9aae-5437-4af0-95a0-c739a7a01325", + "newLocation": { + "bar": 22, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "a6f2d7c8-44b2-4dbf-a420-74648e10bb60", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 35.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "0f6b6f89-047e-4958-9e17-8391d2be6b47", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 0.0, + "noteFunction": "", + "noteid": "00dbeeaf-f807-4d3b-9fcf-302154507526", + "newLocation": { + "bar": 23, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 36.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 100.6874999999981, + "noteFunction": "", + "noteid": "18de6a24-0a59-4773-b2aa-58c990b6ad5e", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 23, + "yPos": 201.375, + "noteFunction": "", + "noteid": "e7c65123-3308-4c7e-88d7-7884408a618d", + "newLocation": { + "bar": 23, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 36.800000000000004, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -268.5, + "noteFunction": "", + "noteid": "64dcbc8d-6a82-4432-8a1b-67c2447359e6", + "newLocation": { + "bar": 24, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "b60f848f-e8a4-4516-aee5-6ffce9a6aa1a", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 37.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 0.0, + "noteFunction": "", + "noteid": "49ec2503-6df1-4860-80b9-7fee63a108b1", + "newLocation": { + "bar": 24, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 37.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 67.125, + "noteFunction": "", + "noteid": "fec9924e-a512-46af-aa20-70a24f1180a6", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 134.25, + "noteFunction": "", + "noteid": "79de2741-5880-4da8-b6d6-d84e762ed27a", + "newLocation": { + "bar": 24, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 38.3, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 24, + "yPos": 234.9374999999981, + "noteFunction": "", + "noteid": "31ba2cab-9ca4-42d6-9d4f-475000ec392c", + "newLocation": { + "bar": 24, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "b912cbaf-a8f2-4cac-acae-b515326ff095", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 38.900000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": -100.6874999999981, + "noteFunction": "", + "noteid": "ca45ada8-3261-4bde-8c07-095f84655350", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 0.0, + "noteFunction": "", + "noteid": "14e996c2-2760-42fd-a309-d07d1393c66d", + "newLocation": { + "bar": 25, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 39.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "56c3f62c-713e-4a3e-9171-99a88eeb6828", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 39.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 25, + "yPos": 201.375, + "noteFunction": "", + "noteid": "965a5d7a-2ac1-46c8-a0bb-82c5b21478ba", + "newLocation": { + "bar": 25, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d69a075c-68ba-45f5-b2bb-0696c55c3d6f", + "newLocation": { + "bar": 26, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 40.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": -201.375, + "noteFunction": "", + "noteid": "a7ce0a3b-3ac0-4a53-af69-10de064f8beb", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 40.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 0.0, + "noteFunction": "", + "noteid": "43d6aacf-b80f-4fb9-9244-107e02198195", + "newLocation": { + "bar": 26, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "617e3825-6377-4233-9585-35269c8b0b8c", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 134.25, + "noteFunction": "", + "noteid": "19c3ab8b-895a-4a9f-a247-a37d6bb8fddf", + "newLocation": { + "bar": 26, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 41.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 26, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "18023149-e4d7-4cba-aad4-ee4722c35e20", + "newLocation": { + "bar": 26, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 41.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -201.375, + "noteFunction": "", + "noteid": "ea1ebdb2-0224-4dda-ac3e-d2cd9cba8bbf", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": -100.6875, + "noteFunction": "", + "noteid": "ad6782fe-1fab-4d17-8db6-363127a5292a", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 42.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3afb79c2-3c9a-4445-9adc-78fdcb3a413a", + "newLocation": { + "bar": 27, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 42.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "9907c8a0-9ad5-4242-af3d-5c9070edf3a9", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 27, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "2322a678-6867-47e5-9b34-4187ce09437e", + "newLocation": { + "bar": 27, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -268.5, + "noteFunction": "", + "noteid": "404ac1d6-fcd4-427a-98d0-ab4d597eec22", + "newLocation": { + "bar": 28, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 43.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -201.3749999999981, + "noteFunction": "", + "noteid": "8aa66e89-230a-4f3e-8b2b-9e4198c119b9", + "newLocation": { + "bar": 28, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 43.6, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": -134.25, + "noteFunction": "", + "noteid": "01239c24-79b9-4779-88fe-eed2dc302a90", + "newLocation": { + "bar": 28, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "16d24ddb-f983-444d-86c0-3b18d52624a4", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 0.0, + "noteFunction": "", + "noteid": "cad9fb60-a81d-413b-96ce-662ef09a67a3", + "newLocation": { + "bar": 28, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "aad10ba3-e74b-4d9a-a7a3-18d371f920b4", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 28, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5104ff88-d24c-436a-92b7-0e2ad38d9b88", + "newLocation": { + "bar": 28, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f831c5d-bb7f-49be-9635-083ab8468e67", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 44.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ba1b71c7-db68-4acf-863b-6ff8ac5f1ee5", + "newLocation": { + "bar": 29, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "72a36121-08c7-4008-832d-3f2b017f71f6", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1a00739c-2cf9-4df5-9e62-83792843482d", + "newLocation": { + "bar": 29, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "dbe18d7f-e274-4147-aa26-c81caac2c46c", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 45.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 29, + "yPos": 0.0, + "noteFunction": "", + "noteid": "72d6dc5a-7c6d-47fb-af5c-e578a23432bd", + "newLocation": { + "bar": 29, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.0, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.4, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5564ebfa-3c59-47a8-9847-8ac83a1d22d7", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.4, + "barNumber": 29, + "yPos": 134.25, + "noteFunction": "", + "noteid": "06e6cf36-697c-4ec0-930b-d0af1311d225", + "newLocation": { + "bar": 29, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 46.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cf5945b4-dbd6-4d8c-9acc-c84970f3c5c7", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.400000000000006, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -268.5, + "noteFunction": "", + "noteid": "41368e75-1298-4bfe-b947-42da7ee8ba66", + "newLocation": { + "bar": 30, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ff638db1-6104-4fdd-88a1-02291cec175c", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 46.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e4ca7f7e-bec4-4254-aed5-bd185754ab04", + "newLocation": { + "bar": 30, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ebb79e23-455f-4fa2-b3e0-be7385ca5758", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0db9e907-74d3-4013-9405-1b6efa45871c", + "newLocation": { + "bar": 30, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0e1e817e-0210-4a89-a54c-96d5de787ace", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 47.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 30, + "yPos": 134.25, + "noteFunction": "", + "noteid": "73cbc81d-64ad-4545-9d0b-662cfc7002c1", + "newLocation": { + "bar": 30, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "4016160b-33ec-4a1c-a38a-f998171ebc38", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -268.5, + "noteFunction": "", + "noteid": "092a9071-50bb-47f6-84d0-900b4b05bc98", + "newLocation": { + "bar": 31, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "97d49979-151f-4462-9ca3-ed7b99cbb7f4", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": -134.25, + "noteFunction": "", + "noteid": "10ff1caa-2f1f-4785-9f73-2eb20112099c", + "newLocation": { + "bar": 31, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9512f1f5-b0e8-466a-9d16-e50dd5eb4b7f", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 48.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e97144a4-9b06-4f21-b550-6a16399d29cf", + "newLocation": { + "bar": 31, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cd0f52d7-799b-46dc-811c-690c6d56a663", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 31, + "yPos": 134.25, + "noteFunction": "", + "noteid": "bf95238c-650a-4d3d-babc-b84f442dbb24", + "newLocation": { + "bar": 31, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ed2701e1-b0b8-4804-8231-5c09b1bcf74b", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 49.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -268.5, + "noteFunction": "", + "noteid": "40b03f5d-8b1c-46f1-bf25-37d10e9d68d1", + "newLocation": { + "bar": 32, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3aa18c6a-9915-45ea-b689-93b6973591e8", + "newLocation": { + "bar": 32, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": -67.125, + "noteFunction": "", + "noteid": "9901c4e7-e067-4712-822e-071b1e7b76c9", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 50.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7eb6646f-0ceb-4c8a-adfc-e03d952a548d", + "newLocation": { + "bar": 32, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 50.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 67.1250000000019, + "noteFunction": "", + "noteid": "c67413dc-14b3-4baf-b021-168f2ebd4e7b", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 32, + "yPos": 201.3750000000019, + "noteFunction": "", + "noteid": "5c679859-10ce-462f-b6d3-bd15e093527d", + "newLocation": { + "bar": 32, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0c4e996b-3a7c-4574-bbb0-90b91888e962", + "newLocation": { + "bar": 33, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 51.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -201.375, + "noteFunction": "", + "noteid": "fc989c4b-add1-4ecf-ad00-88ae77ab14ef", + "newLocation": { + "bar": 33, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 51.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": -134.25, + "noteFunction": "", + "noteid": "750418d5-d751-4fd4-914b-3c6fdf16cfaa", + "newLocation": { + "bar": 33, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f81d3156-e120-4211-8950-86d732b1f6ed", + "newLocation": { + "bar": 33, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "641a5e66-aae5-44c0-aa99-6bb7a7bfa3b5", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 52.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 33, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d5a80916-ab84-4a08-84f0-04223bd7596c", + "newLocation": { + "bar": 33, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -134.25, + "noteFunction": "", + "noteid": "08e2bb85-85b1-43f0-9736-e9a13179a15a", + "newLocation": { + "bar": 34, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 53.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "bb3e0e91-02dc-4bfb-b709-cbc7b59f4a0a", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 53.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bd27ff63-7dea-45b7-bc1f-4a2d1c6402e0", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 34, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "ae4b79e5-dc61-479b-8842-907735be3ad1", + "newLocation": { + "bar": 34, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 54.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -268.5, + "noteFunction": "", + "noteid": "132dcea8-9c48-4d01-a704-c27155554a25", + "newLocation": { + "bar": 35, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 54.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -167.8125, + "noteFunction": "", + "noteid": "81256c51-179b-49e9-bd56-c15d38ae5a5b", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": -67.125, + "noteFunction": "", + "noteid": "03d4d1f4-0c2e-4f80-ab06-bf5abe2e9b54", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.300000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 33.5625, + "noteFunction": "", + "noteid": "8f74fb94-f9c9-4926-9055-8f5df923b491", + "newLocation": { + "bar": 35, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 55.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 35, + "yPos": 134.25, + "noteFunction": "", + "noteid": "44a3bea8-ff7f-48bd-a09d-687b60d15541", + "newLocation": { + "bar": 35, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7c1e9176-33fc-4523-8f7c-12f02d63588b", + "newLocation": { + "bar": 36, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.400000000000006, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "17abaee5-ab17-4705-aa5c-7f0dcb0e8363", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": -134.25, + "noteFunction": "", + "noteid": "32dc57e3-7883-467f-9532-6c504444b81e", + "newLocation": { + "bar": 36, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2859a908-59a0-46a8-ba31-e43dbd56e7b2", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 56.800000000000004, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 0.0, + "noteFunction": "", + "noteid": "5073ddb4-8212-4a05-85f5-9df57e1f3af5", + "newLocation": { + "bar": 36, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "2296d3da-dee5-436a-9545-54bdc0b1f094", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 36, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0569af74-3d12-497f-bd68-f1d2ea8b7c92", + "newLocation": { + "bar": 36, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "789cb379-0922-47c5-888d-b8e9dce8e7d3", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 57.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -268.5, + "noteFunction": "", + "noteid": "dc4dc843-4ccf-424a-8a4d-e78e3187e18b", + "newLocation": { + "bar": 37, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "f40b77e8-5462-4b61-9ea9-2e0f6eb70407", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": -134.25, + "noteFunction": "", + "noteid": "34fd3d8a-5a4d-4871-8bed-058af8c03b11", + "newLocation": { + "bar": 37, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.400000000000006, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3bd35215-a4b5-4837-ace2-483071babc38", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.400000000000006, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6d879f15-6686-43aa-93ab-55d120a235f3", + "newLocation": { + "bar": 37, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.800000000000004, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "20e85ebf-6963-4311-8e79-467a0a5d646f", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 58.800000000000004, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 37, + "yPos": 134.25, + "noteFunction": "", + "noteid": "cee53d03-c177-46fc-92fc-8536b9205b4e", + "newLocation": { + "bar": 37, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "bebf30ee-50b5-4317-9cd8-ed2f2ce3f67d", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 38, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d25a4bc3-62d1-42af-8ee0-c7ea8d7aa360", + "newLocation": { + "bar": 38, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 59.6, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 1.2000000000000002, + "barNumber": 38, + "yPos": -134.25, + "noteFunction": "", + "noteid": "99901346-fa49-4208-96d6-7600ef132e0f", + "newLocation": { + "bar": 38, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 61.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 1.2000000000000002, + "barNumber": 39, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ad8906da-09c6-4f3b-a66e-4d1a2f7a6485", + "newLocation": { + "bar": 39, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 62.800000000000004, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 1.2000000000000002, + "barNumber": 40, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fc98784-e0e4-4efd-89c9-d3a1bc0ff4a1", + "newLocation": { + "bar": 40, + "guidelineIndex": 1, + "lengthGuidelines": 3, + "isFree": false + } + }, + { + "time": 64.4, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 2.8000000000000003, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2a9a577b-bbc9-4450-b5e1-4ffada3867e9", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 64.4, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 2.8000000000000003, + "barNumber": 41, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b987df4f-94d2-48a6-9a16-68a678655d24", + "newLocation": { + "bar": 41, + "guidelineIndex": 1, + "lengthGuidelines": 7, + "isFree": false + } + }, + { + "time": 67.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9227c2df-2af6-438b-8b1d-f6c6ca7668cc", + "newLocation": { + "bar": 43, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 67.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "8fe40d18-3bfd-45f7-aeb7-d54b0f7d08c8", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d0f2f631-0779-477a-ab4f-18ac11fb536e", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 43, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "b9414d43-4074-4e59-91ac-b627eb854575", + "newLocation": { + "bar": 43, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 68.8, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.4, + "barNumber": 44, + "yPos": -268.5, + "noteFunction": "", + "noteid": "324f2e86-e8a2-4766-99db-2ab7df1d3bad", + "newLocation": { + "bar": 44, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 69.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0a314b7c-b091-4a03-b954-5b219d0e9bcf", + "newLocation": { + "bar": 44, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 69.5, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "a2cc74e2-a3d1-498d-8214-073bb8cece4a", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 69.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "5a2f656e-e609-42f5-8dfe-9b322cf476e7", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.1, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 44, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "68ef3c06-ff4d-405a-9525-278a65b8598e", + "newLocation": { + "bar": 44, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 70.4, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.4, + "barNumber": 45, + "yPos": -268.5, + "noteFunction": "", + "noteid": "cd75ced4-f6fd-4c22-a9d7-74510ed16174", + "newLocation": { + "bar": 45, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 70.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -134.25, + "noteFunction": "", + "noteid": "68815e04-f6bb-431e-800d-b01a258d737c", + "newLocation": { + "bar": 45, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 71.1, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "d3da2e6c-9fb6-4e11-90af-917e242cfd7a", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 67.125, + "noteFunction": "", + "noteid": "0035ac08-1811-4081-9ba6-3ff1cdcf78d1", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 71.7, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 45, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "859d1785-e589-401b-b48f-2cc247ee3ed9", + "newLocation": { + "bar": 45, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 72.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 46, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3c96fd88-aeff-43fb-97b3-d9512b3d27f5", + "newLocation": { + "bar": 46, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 72.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -134.25, + "noteFunction": "", + "noteid": "5ae608f0-fad0-438c-84d3-70dda5938962", + "newLocation": { + "bar": 46, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 72.7, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "722c37ac-fc24-4d89-9417-f4d994cd14a4", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8687fb8f-9098-4633-8749-452f960c940c", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.3, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 46, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "7b4930a0-a7ba-4d4c-bd00-cd63d2547437", + "newLocation": { + "bar": 46, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 73.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.4, + "barNumber": 47, + "yPos": -268.5, + "noteFunction": "", + "noteid": "79d514dd-f505-4428-9b5c-354cfa71c025", + "newLocation": { + "bar": 47, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 74.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53ce774f-5c7e-493a-aa64-d5bd055e656a", + "newLocation": { + "bar": 47, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 74.3, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": -33.562500000003816, + "noteFunction": "", + "noteid": "c5eb663e-d0ed-40d4-913d-7a59e5b30631", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 67.125, + "noteFunction": "", + "noteid": "7cc63cd6-153a-4683-9bfd-9a861a9241dd", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 74.89999999999999, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 47, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "9b5cfa54-23a9-4c79-9987-865ff19e21f8", + "newLocation": { + "bar": 47, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 75.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 48, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8370c542-7904-4460-8b10-922dbc6719de", + "newLocation": { + "bar": 48, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 75.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7bdd81a4-a1b8-4717-ba54-99814765f893", + "newLocation": { + "bar": 48, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 75.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "24d19e38-ae88-4999-9e07-6e85549817f9", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 67.125, + "noteFunction": "", + "noteid": "8bfcca25-d4d5-425d-b521-42022724e00b", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 48, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "4422cc33-cad1-4be5-8961-9906dbdd75a3", + "newLocation": { + "bar": 48, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 76.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 49, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1ef3fd53-22cf-4e48-8d5a-6a378b10bba2", + "newLocation": { + "bar": 49, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 77.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2bd84dff-5b16-4eba-a687-b5286815c766", + "newLocation": { + "bar": 49, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 77.5, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "5a79ab01-f657-4719-840e-1cada6311c54", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 77.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "7d6d9134-10a0-41f2-9593-8766c09c475f", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.1, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 49, + "yPos": 167.8124999999962, + "noteFunction": "", + "noteid": "bfc88be6-e0e4-4395-9a6f-c1d2bc7d93d4", + "newLocation": { + "bar": 49, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 78.4, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.4, + "barNumber": 50, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7795c730-5e40-4c41-9266-da07f8e3d5df", + "newLocation": { + "bar": 50, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 78.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "cbf191b9-ea8a-4c1f-bdea-817dbe540cac", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 78.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ed5b00f8-4651-4c09-af67-3c10b51d4978", + "newLocation": { + "bar": 50, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 79.10000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "520a345c-656d-4315-861f-f60127b4ef49", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "7f440b34-dd79-48bd-b5d7-d23529dbed1e", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f32c8e05-a67c-4aeb-952b-5fe403d78005", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 67.125, + "noteFunction": "", + "noteid": "99458876-129e-4f0c-8644-a95d220f7b6f", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.7, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "8b66a8c6-f673-4449-b1ea-46a21fbe29e6", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 79.7, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 50, + "yPos": 167.8125, + "noteFunction": "", + "noteid": "f99a8a60-77dd-400b-8dba-6489d8b8a32e", + "newLocation": { + "bar": 50, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "0ef917db-d542-4619-bc97-0b150edb45e8", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 80.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 51, + "yPos": -268.5, + "noteFunction": "", + "noteid": "68c86cad-7718-4b5c-9a09-d6d39ddc38cb", + "newLocation": { + "bar": 51, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 80.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -134.25, + "noteFunction": "", + "noteid": "826b4e48-a1c0-453a-930c-c25b0893e54e", + "newLocation": { + "bar": 51, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 80.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": -67.125, + "noteFunction": "", + "noteid": "03366186-582d-4a3b-894e-95e2f9f10751", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 80.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8c58ba3a-d6ce-4544-ba67-72740dfb2037", + "newLocation": { + "bar": 51, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "b3457d93-c71a-4ff7-b279-9cb0e9ca4935", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 134.25, + "noteFunction": "", + "noteid": "92455913-ef08-4abf-95c3-c8391b0245fb", + "newLocation": { + "bar": 51, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 81.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 51, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a060bc24-0cc5-4cb6-8ed3-1fffbb08e599", + "newLocation": { + "bar": 51, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 81.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9c4215ba-87f2-4497-b169-bdb67f63c864", + "newLocation": { + "bar": 52, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4b9198ce-1dff-4d0d-9d78-d8680874e709", + "newLocation": { + "bar": 52, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e754dbe1-e950-4732-9a50-bf400e6d3935", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 0.0, + "noteFunction": "", + "noteid": "213b6a88-e8de-44bf-9bd8-6e692b8152fc", + "newLocation": { + "bar": 52, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 82.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4c367e55-ff24-4749-a2a9-c04dd7dc788a", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 82.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0c580dce-1e5b-42a6-8e4f-3e54125ce114", + "newLocation": { + "bar": 52, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 52, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "4789f623-5dab-4f66-b366-558e8f142d19", + "newLocation": { + "bar": 52, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 83.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -268.5, + "noteFunction": "", + "noteid": "3e7169d6-7b53-4c95-aacd-3bf31848e443", + "newLocation": { + "bar": 53, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0bc71d9f-6f44-43d2-951d-0eb3e5e11280", + "newLocation": { + "bar": 53, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 83.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "2840bd3a-200a-4815-9caa-53fbe6c04d73", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 0.0, + "noteFunction": "", + "noteid": "0589e7c0-d084-4a70-8d36-db9c1348bab2", + "newLocation": { + "bar": 53, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9a8bd55e-a7d6-419a-a5f9-8bf22f37edfc", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 134.25, + "noteFunction": "", + "noteid": "b36d9c27-7a89-4720-9afe-baa168401c97", + "newLocation": { + "bar": 53, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 84.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 53, + "yPos": 201.375, + "noteFunction": "", + "noteid": "cd1eb0f5-64a0-4121-9a75-91af6e64fad1", + "newLocation": { + "bar": 53, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 84.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -268.5, + "noteFunction": "", + "noteid": "17726bcb-7cfe-4b29-8a9b-c23b710dcc50", + "newLocation": { + "bar": 54, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ee0afcbc-3a4b-4239-ac09-690ddea2e9df", + "newLocation": { + "bar": 54, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": -67.125, + "noteFunction": "", + "noteid": "a18f18da-fbdc-41a4-a45a-dd04980bcd2b", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 85.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e37a412b-d817-4030-a165-9c5e114edf11", + "newLocation": { + "bar": 54, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 85.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "572ae2c9-6303-481d-b6e5-9c37a5aa61bf", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7d220437-a6c1-4435-bdb2-415d80515f49", + "newLocation": { + "bar": 54, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 54, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1142fa1c-1ba1-4b9c-9304-8a86fc44f5fd", + "newLocation": { + "bar": 54, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 86.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 55, + "yPos": -268.5, + "noteFunction": "", + "noteid": "28b6b675-2b03-44dc-904e-cf9664431605", + "newLocation": { + "bar": 55, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 86.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 55, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3fa6805b-0e2b-454f-a454-6af924cd4d2f", + "newLocation": { + "bar": 55, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.2, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.4, + "barNumber": 55, + "yPos": 0.0, + "noteFunction": "", + "noteid": "eedfb7d6-d50b-4586-bcf8-a7e77b59aa17", + "newLocation": { + "bar": 55, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 87.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 55, + "yPos": 134.25, + "noteFunction": "", + "noteid": "48601993-8e71-4bfe-9e68-502107d8de69", + "newLocation": { + "bar": 55, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.0, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.4, + "barNumber": 56, + "yPos": -268.5, + "noteFunction": "", + "noteid": "e105d27c-c9df-41b9-9843-dd875073aac7", + "newLocation": { + "bar": 56, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.4, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 56, + "yPos": -134.25, + "noteFunction": "", + "noteid": "6fc53d2f-2127-420d-b7d7-efd240f9e29a", + "newLocation": { + "bar": 56, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 88.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.4, + "barNumber": 56, + "yPos": 0.0, + "noteFunction": "", + "noteid": "8a58e264-1c9c-4d35-8f15-144325541cc0", + "newLocation": { + "bar": 56, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.2, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 56, + "yPos": 134.25, + "noteFunction": "", + "noteid": "42551e68-0835-47aa-ba54-2dd0d697e44e", + "newLocation": { + "bar": 56, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 89.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.4, + "barNumber": 57, + "yPos": -268.5, + "noteFunction": "", + "noteid": "ba5e52f1-e243-4366-986d-dcfae84cd51b", + "newLocation": { + "bar": 57, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 3.2, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "0ed8310d-772c-42a7-8498-a409b497a260", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 90.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 3.2, + "barNumber": 57, + "yPos": -134.25, + "noteFunction": "", + "noteid": "181bd3b9-1202-46da-8647-3b30c73fa5d2", + "newLocation": { + "bar": 57, + "guidelineIndex": 1, + "lengthGuidelines": 8, + "isFree": false + } + }, + { + "time": 94.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "7ebf2e33-5625-4d86-9776-59af1a4f4344", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 94.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": -134.25, + "noteFunction": "", + "noteid": "05b44a1e-d639-4bec-a0f6-3ee9b07c89e2", + "newLocation": { + "bar": 60, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6892bc2c-3a47-423b-9895-cb7644425495", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f06c0e39-6835-463f-add7-403243261df6", + "newLocation": { + "bar": 60, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 95.5, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5154f011-ce6f-440c-8cb8-337cf8d0a537", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.5, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "ba2383cc-b0cd-43f6-b9ee-868effb82b25", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 95.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 60, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "1709a04e-b10c-4bc2-8b90-367c0dd3c258", + "newLocation": { + "bar": 60, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 96.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -134.25, + "noteFunction": "", + "noteid": "53370cb4-ebd2-4f28-b040-64b141c76f98", + "newLocation": { + "bar": 61, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 96.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": -67.125, + "noteFunction": "", + "noteid": "b727fab7-ce47-4297-8897-a4f64c41e17f", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.00000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 67.12500000000381, + "noteFunction": "", + "noteid": "0c065353-45b9-42fd-a3bd-7806df6de713", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 134.25, + "noteFunction": "", + "noteid": "91612b4e-b142-4754-8826-54009b2f2d6b", + "newLocation": { + "bar": 61, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 61, + "yPos": 201.375, + "noteFunction": "", + "noteid": "754d56c3-77ef-409f-a845-1d3ad1a4692f", + "newLocation": { + "bar": 61, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 97.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5f194be5-3b6d-4cd2-b443-457d28779e59", + "newLocation": { + "bar": 62, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 97.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "c954c9d7-84c1-4fba-a14b-07fef7793403", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -134.25, + "noteFunction": "", + "noteid": "421b43de-c658-46ba-a558-69aef429e1bd", + "newLocation": { + "bar": 62, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 98.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": -67.125, + "noteFunction": "", + "noteid": "11bcfc97-26b7-46c0-ba37-cf008add3d96", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f2c4d251-8026-4a8f-8ef1-16571f505eb6", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 98.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 134.25, + "noteFunction": "", + "noteid": "045ad3cf-0fdc-4ea4-a28e-f09ad66b47bc", + "newLocation": { + "bar": 62, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.00000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 62, + "yPos": 201.3750000000038, + "noteFunction": "", + "noteid": "36f79fa9-5de6-477b-b47f-6af1f6d2557a", + "newLocation": { + "bar": 62, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c40b6afc-40cb-4a3f-89e0-89c5df5ad66e", + "newLocation": { + "bar": 63, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -201.375, + "noteFunction": "", + "noteid": "75bd940a-3a29-4f2e-aaa9-05fe0689dcf9", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 99.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4b1d10dd-e9aa-402e-8eea-75e3ad3d0434", + "newLocation": { + "bar": 63, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 99.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": -67.12499999999619, + "noteFunction": "", + "noteid": "808b8a92-c18f-429b-89aa-506e0d449bfc", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 0.0, + "noteFunction": "", + "noteid": "919f7514-cb51-4ed6-bc83-50e4a00ece8a", + "newLocation": { + "bar": 63, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 67.125, + "noteFunction": "", + "noteid": "9ab09cbe-21a9-4248-87c2-bd3052a8ef78", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c977dedf-0b47-4569-b2b3-df79f96bc29f", + "newLocation": { + "bar": 63, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 100.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 63, + "yPos": 201.375, + "noteFunction": "", + "noteid": "aec604e3-13b4-4ba5-89e7-e0b9509cc894", + "newLocation": { + "bar": 63, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 100.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f3d937d0-e5bc-4e1a-b477-ba42f7f7a262", + "newLocation": { + "bar": 64, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.00000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -201.3749999999962, + "noteFunction": "", + "noteid": "d012b41d-d425-4487-a357-52941adadbb2", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8c9d3cc5-9bab-456f-8a10-c6e016b5f495", + "newLocation": { + "bar": 64, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 101.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": -67.125, + "noteFunction": "", + "noteid": "34ff5b3b-c8fd-468e-8a19-d90e3bd852d2", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 101.60000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 0.0, + "noteFunction": "", + "noteid": "75dadc9a-9564-47e2-a9eb-f09d4f40894f", + "newLocation": { + "bar": 64, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 134.25, + "noteFunction": "", + "noteid": "6e8fae0a-daa8-4b35-86c6-f91b4b2e3481", + "newLocation": { + "bar": 64, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 64, + "yPos": 201.375, + "noteFunction": "", + "noteid": "5de76fef-fb39-4ec7-a4b8-92400e393fe5", + "newLocation": { + "bar": 64, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 102.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7bbbf1a0-7447-4913-8cde-cb604e60d972", + "newLocation": { + "bar": 65, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 102.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1057c963-36f5-4311-9d3c-5a5576b92ee0", + "newLocation": { + "bar": 65, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": -67.125, + "noteFunction": "", + "noteid": "e618cd1e-6659-4006-bd85-2250b1cce5ef", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 0.0, + "noteFunction": "", + "noteid": "3e84c639-46ac-49ac-a509-bfbd96de0596", + "newLocation": { + "bar": 65, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 67.125, + "noteFunction": "", + "noteid": "bb5e8369-fe52-489e-bc56-86609b37030a", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 103.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 134.25, + "noteFunction": "", + "noteid": "3aaa00cd-f466-4a86-b8e4-dc5d85a464e2", + "newLocation": { + "bar": 65, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 103.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 65, + "yPos": 201.375, + "noteFunction": "", + "noteid": "a4d70896-9fd9-462d-9b74-4a192090bcca", + "newLocation": { + "bar": 65, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "325d0b3a-4be0-420d-9ab8-28bd43a4ad67", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d76f40b2-39fe-4864-8ffe-cf2c9f992b30", + "newLocation": { + "bar": 66, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4f8aec6d-9857-41a2-b335-ecc7d6a760dc", + "newLocation": { + "bar": 66, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 104.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": -67.125, + "noteFunction": "", + "noteid": "2e0c4754-f2f9-4de6-871a-2a8b05fa2f80", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 104.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 0.0, + "noteFunction": "", + "noteid": "2e77ac09-1c2a-4f15-bd24-496e355a5cd6", + "newLocation": { + "bar": 66, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 67.125, + "noteFunction": "", + "noteid": "da598ef7-649c-4db3-b157-aa1d1afc59cc", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 134.25, + "noteFunction": "", + "noteid": "e1beabec-5b8a-47e0-9a97-f3cd05bc0974", + "newLocation": { + "bar": 66, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 66, + "yPos": 201.375, + "noteFunction": "", + "noteid": "f375a75c-c3fa-4bfe-9edc-085c238488dd", + "newLocation": { + "bar": 66, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 105.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "61f92695-4a8d-4312-93c2-114b757f460c", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 105.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -268.5, + "noteFunction": "", + "noteid": "57b36ca2-d372-4ac2-95df-e32dc2f7a26d", + "newLocation": { + "bar": 67, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c65e287b-5a13-44f7-95c7-f8d430d1d102", + "newLocation": { + "bar": 67, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": -67.125, + "noteFunction": "", + "noteid": "def37a8a-b5a2-4d43-b73f-baec79b2f74e", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 0.0, + "noteFunction": "", + "noteid": "9b65f0b1-0bb6-450d-973a-7be4191db629", + "newLocation": { + "bar": 67, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 106.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 67.125, + "noteFunction": "", + "noteid": "2fbcbf8d-4bfa-4273-af50-76e7dafb142f", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 106.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d72beea8-df17-4e55-88aa-69ac3b8c0d3d", + "newLocation": { + "bar": 67, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 67, + "yPos": 201.375, + "noteFunction": "", + "noteid": "4d0a0de4-1b01-4b65-af07-60199559f3a9", + "newLocation": { + "bar": 67, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -268.5, + "noteFunction": "", + "noteid": "00a23c50-8f35-43cf-b11c-9404748deab6", + "newLocation": { + "bar": 68, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.4, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -201.375, + "noteFunction": "", + "noteid": "e7e6284e-6b6d-4522-9096-f4b6f0e28eaf", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 107.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -134.25, + "noteFunction": "", + "noteid": "573d8aab-64fd-4d63-a4b6-c399ec80d7ae", + "newLocation": { + "bar": 68, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 107.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5ace270a-533c-4213-8583-3a46d8d6da98", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.0, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 0.0, + "noteFunction": "", + "noteid": "631ba5bb-88ce-491f-9282-65088ab689e4", + "newLocation": { + "bar": 68, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 108.30000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "41914b40-ab8d-4900-982b-0e3256ea08e2", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.30000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "5d65c645-3b59-46ac-8243-0c6816f165bf", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "20892a8b-76b0-4cea-8a59-e04294e2e56f", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 68, + "yPos": 201.375, + "noteFunction": "", + "noteid": "524ce1fe-9bc5-4d3d-a5e8-2e904222ec5c", + "newLocation": { + "bar": 68, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.9, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "3dd8298f-88ab-4f46-8705-cda15206a121", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 108.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -234.9375, + "noteFunction": "", + "noteid": "e048a14f-64b0-4ce7-b354-fb600c467a01", + "newLocation": { + "bar": 69, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 109.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c47eedae-f65d-4883-a018-f15aa4af758b", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 109.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": -134.25, + "noteFunction": "", + "noteid": "9219b9b2-89a6-4974-9196-e9f533c89430", + "newLocation": { + "bar": 69, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "7340d853-d6e6-47db-88d7-b02e049da392", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 69, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c68a5947-800a-4b61-bf94-1964b9322d8c", + "newLocation": { + "bar": 69, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -268.5, + "noteFunction": "", + "noteid": "f357549b-ac0b-4fef-9314-a3adccb6a02e", + "newLocation": { + "bar": 70, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 110.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9d2edec9-064a-4079-9ef1-b32dd8242ddc", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 110.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -134.25, + "noteFunction": "", + "noteid": "d6f70f38-7697-4791-a6db-2420ccc72d01", + "newLocation": { + "bar": 70, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": -67.125, + "noteFunction": "", + "noteid": "ba35ac43-8641-48d3-8edb-e89094efe5f6", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 0.0, + "noteFunction": "", + "noteid": "26007283-4cea-4d09-b3c5-9919a3576968", + "newLocation": { + "bar": 70, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 67.125, + "noteFunction": "", + "noteid": "05f11671-1972-4bd2-968d-c8b553a3e7bd", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 111.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 134.25, + "noteFunction": "", + "noteid": "f6941671-d502-4c02-8e56-656948ce8d4a", + "newLocation": { + "bar": 70, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 111.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 70, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ca648518-2873-413e-a7f2-55dc509a1ca8", + "newLocation": { + "bar": 70, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8ad95c9f-7ddb-442a-a8bc-21eb61983cbb", + "newLocation": { + "bar": 71, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -201.375, + "noteFunction": "", + "noteid": "57ecddf1-ffba-40c9-aac1-a97cf0e37015", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -134.25, + "noteFunction": "", + "noteid": "8394ca14-1fab-42dc-84d0-1e264fd8324e", + "newLocation": { + "bar": 71, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 112.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": -67.125, + "noteFunction": "", + "noteid": "611e860c-16f9-4d29-9e88-d8b25c4ee195", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 112.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ece4801f-6546-4ec7-a74e-383f066bdaab", + "newLocation": { + "bar": 71, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 67.125, + "noteFunction": "", + "noteid": "c6187a70-7cf5-4b9f-bac1-f50c7b4334d3", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 134.25, + "noteFunction": "", + "noteid": "5cd0a206-8caa-4627-b6d6-f4cd9168461f", + "newLocation": { + "bar": 71, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 71, + "yPos": 201.375, + "noteFunction": "", + "noteid": "894dd363-abfc-45e5-aa2c-cb6a00573e97", + "newLocation": { + "bar": 71, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 113.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -268.5, + "noteFunction": "", + "noteid": "7fce01f3-5615-46e1-b40f-ba8c294ef388", + "newLocation": { + "bar": 72, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 113.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -201.375, + "noteFunction": "", + "noteid": "9b2f39fc-ff48-4aba-b1b3-544dbbba59bd", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -134.25, + "noteFunction": "", + "noteid": "1a590be6-2738-4560-837b-972e98ff0384", + "newLocation": { + "bar": 72, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": -67.125, + "noteFunction": "", + "noteid": "19b18dc3-ef90-42d6-a1f7-5d0ac06f82db", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 114.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 0.0, + "noteFunction": "", + "noteid": "a5fd7274-84a6-410b-a810-b16952a9c5ab", + "newLocation": { + "bar": 72, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "864d24d1-7caf-4bf6-8066-aad181384d82", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 114.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 134.25, + "noteFunction": "", + "noteid": "810a42d1-74c8-46fb-a1ee-dcc23839ade7", + "newLocation": { + "bar": 72, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "82491084-61f5-49db-829f-3276425a3404", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 72, + "yPos": 201.375, + "noteFunction": "", + "noteid": "bbbfe3ce-adbc-46cf-aafd-8e540393f181", + "newLocation": { + "bar": 72, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 115.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "c03df9ba-8f83-487a-8c53-ce6ef82db993", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -268.5, + "noteFunction": "", + "noteid": "1da678fa-6468-42ae-a959-9389328129d9", + "newLocation": { + "bar": 73, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b913f557-df5d-4b8f-907a-98c43450457e", + "newLocation": { + "bar": 73, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 115.80000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": -67.125, + "noteFunction": "", + "noteid": "734c1835-4df7-4aa6-b9b1-d1a99393d150", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 0.0, + "noteFunction": "", + "noteid": "ac8a5de3-678f-44fb-9e8e-43400d43a9ab", + "newLocation": { + "bar": 73, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.2, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 67.125, + "noteFunction": "", + "noteid": "3c1b69e4-2f71-45de-bc98-2c6da1032a91", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 134.25, + "noteFunction": "", + "noteid": "da9c99cb-eb8a-4bb5-9fd6-b9f41488ab4b", + "newLocation": { + "bar": 73, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 116.60000000000001, + "trackIndex": 2, + "color": "yellow", + "type": "tap", + "length": 0.0, + "barNumber": 73, + "yPos": 201.375, + "noteFunction": "", + "noteid": "6716eea2-af69-47ae-a721-58b4513f5f14", + "newLocation": { + "bar": 73, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 116.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -268.5, + "noteFunction": "", + "noteid": "db3cd81b-f0c0-4c72-93f4-bc780e8ffa06", + "newLocation": { + "bar": 74, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -134.25, + "noteFunction": "", + "noteid": "ea1de663-2a05-4ad3-94ee-286bdbf72422", + "newLocation": { + "bar": 74, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": -67.125, + "noteFunction": "", + "noteid": "36aa6e50-433f-4d26-9456-3c6085ab1ba1", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 117.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 0.0, + "noteFunction": "", + "noteid": "aac17e64-695a-4a50-bb5f-a9d17a2868df", + "newLocation": { + "bar": 74, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 117.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 67.125, + "noteFunction": "", + "noteid": "d438a211-00b5-41e5-8a65-c4cb08cad040", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 134.25, + "noteFunction": "", + "noteid": "1f5fa048-54a9-4bce-b71a-a2cd8b4bec16", + "newLocation": { + "bar": 74, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 74, + "yPos": 201.375, + "noteFunction": "", + "noteid": "30fabf06-588b-4121-b88c-5ac2ee9cf1e4", + "newLocation": { + "bar": 74, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 118.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 75, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d8e49ae4-5590-4657-accd-7e68bc1be6d0", + "newLocation": { + "bar": 75, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 118.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 75, + "yPos": -134.25, + "noteFunction": "", + "noteid": "a3a28171-b81b-4032-8a98-a49112d83c8b", + "newLocation": { + "bar": 75, + "guidelineIndex": 1, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.2, + "trackIndex": 3, + "color": "purple", + "type": "hold", + "length": 0.4, + "barNumber": 75, + "yPos": 0.0, + "noteFunction": "", + "noteid": "df8a5a92-b90d-48a9-be7c-95d6b360ecbf", + "newLocation": { + "bar": 75, + "guidelineIndex": 2, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 119.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "hold", + "length": 0.4, + "barNumber": 75, + "yPos": 134.25, + "noteFunction": "", + "noteid": "d231f635-7ef8-4c16-b434-06503b2f1c5b", + "newLocation": { + "bar": 75, + "guidelineIndex": 3, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 76, + "yPos": -268.5, + "noteFunction": "", + "noteid": "9da83e2c-9ab0-4025-b104-52188f27e2f2", + "newLocation": { + "bar": 76, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 120.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "da8603f2-60fb-4ddb-a1cb-e57b2d47c294", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": -134.25, + "noteFunction": "", + "noteid": "605c10fc-dd07-4f8a-904a-a0a2c3889982", + "newLocation": { + "bar": 76, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "b47d7d8d-d090-44d0-848b-086abf6f9e43", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 120.80000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 0.0, + "noteFunction": "", + "noteid": "e8b88dbd-2cef-4711-b484-36bf4ecb01a5", + "newLocation": { + "bar": 76, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 121.10000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "b920b770-e08b-46a0-8a85-8eb2b43f15e6", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.10000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 100.6875, + "noteFunction": "", + "noteid": "80c6b1c6-7aec-4a4a-bf9b-7e6e9dc7a9b6", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "0b4e8559-1cab-48a9-aaa7-1646ca55cdbb", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 121.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 76, + "yPos": 201.375, + "noteFunction": "", + "noteid": "91dac8f6-9556-4ab9-8665-e5416e87c380", + "newLocation": { + "bar": 76, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -134.25, + "noteFunction": "", + "noteid": "17ce7be4-81bc-4fc9-be5d-8de4e7fbd0af", + "newLocation": { + "bar": 77, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 122.30000000000001, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "41c0fa3c-4fa2-4390-af6b-65d5cfc0a849", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 122.60000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 67.125, + "noteFunction": "", + "noteid": "19b282c6-e726-4fa1-9f16-21e59ecd08bc", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 77, + "yPos": 201.375, + "noteFunction": "", + "noteid": "d7a287eb-5a80-4c60-8dd1-f5720a5c7cab", + "newLocation": { + "bar": 77, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 123.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -268.5, + "noteFunction": "", + "noteid": "02915d79-0980-4c70-a915-4021cb0fa3e9", + "newLocation": { + "bar": 78, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.60000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -134.25, + "noteFunction": "", + "noteid": "910db43d-a3b7-4315-a543-11c2d9691cca", + "newLocation": { + "bar": 78, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 123.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": -67.125, + "noteFunction": "", + "noteid": "c40f9589-76d4-4065-888e-8dbdc0e25245", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 0.0, + "noteFunction": "", + "noteid": "6e12cdd1-149f-4e2e-a307-10414055f89b", + "newLocation": { + "bar": 78, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 67.125, + "noteFunction": "", + "noteid": "4ef49c69-6110-4d26-87f8-dc993ff0b052", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 134.25, + "noteFunction": "", + "noteid": "c1e9a0cc-1f62-46cc-a254-49cdd6788876", + "newLocation": { + "bar": 78, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 124.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 78, + "yPos": 201.375, + "noteFunction": "", + "noteid": "453d217a-5cc0-423c-81c7-a61b84761776", + "newLocation": { + "bar": 78, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 124.80000000000001, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -268.5, + "noteFunction": "", + "noteid": "55f387f9-5225-4ca1-8a80-0a3ca5ba3003", + "newLocation": { + "bar": 79, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -134.25, + "noteFunction": "", + "noteid": "e1251a57-4c07-43d0-aa3a-1535fbdbe7b5", + "newLocation": { + "bar": 79, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 125.5, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "c817e6c9-abb3-45e0-9d96-e9fb83ae4c50", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 125.80000000000001, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b29a502c-0c56-4108-8a31-35bfb5a6ab5c", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.2, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 79, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ce48157d-fef7-45b0-8a47-de53e9109434", + "newLocation": { + "bar": 79, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 126.4, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -268.5, + "noteFunction": "", + "noteid": "5b42d1b4-b51c-4d71-b508-916d762b25df", + "newLocation": { + "bar": 80, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 126.80000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -134.25, + "noteFunction": "", + "noteid": "2399a84e-5ae4-46d0-914a-79eeaa990115", + "newLocation": { + "bar": 80, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.0, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": -67.125, + "noteFunction": "", + "noteid": "5cd320d8-4d23-4998-a34e-ad090affb830", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.2, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 0.0, + "noteFunction": "", + "noteid": "7893b01e-5b73-40e3-b5fd-4ee15ae57305", + "newLocation": { + "bar": 80, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 67.125, + "noteFunction": "", + "noteid": "b308c6d2-6816-45d1-aad2-4d9dfdf2381c", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.60000000000001, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 134.25, + "noteFunction": "", + "noteid": "fe770581-90d7-42c6-9483-bbb9243c36d0", + "newLocation": { + "bar": 80, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 127.9, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "b7e2f88c-a9e5-424f-b1a8-fcec43cda29b", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 127.9, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 80, + "yPos": 234.9375, + "noteFunction": "", + "noteid": "06c68927-6ce5-4ea3-9143-251816e72ae6", + "newLocation": { + "bar": 80, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 128.4, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -134.25, + "noteFunction": "", + "noteid": "b28ea5ba-efa4-4e90-b82e-9b7de37d3f54", + "newLocation": { + "bar": 81, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 128.70000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "7a5f0fb4-a05b-4076-b04b-66edf2ff030a", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.0, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 67.125, + "noteFunction": "", + "noteid": "f4f3367b-b7f1-4406-9205-d86df1c399a1", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.4, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 81, + "yPos": 201.375, + "noteFunction": "", + "noteid": "ec295594-774e-4b79-978f-b0f6e6c2f6f6", + "newLocation": { + "bar": 81, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 129.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -268.5, + "noteFunction": "", + "noteid": "531054af-0e1d-4f64-ab75-54746c498b84", + "newLocation": { + "bar": 82, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.0, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -134.25, + "noteFunction": "", + "noteid": "3df90729-4ff5-4ba9-9f6d-447d6ead1dda", + "newLocation": { + "bar": 82, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.2, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": -67.12500000000763, + "noteFunction": "", + "noteid": "0800e73b-4d93-456b-afc5-5e676129f817", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.4, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 0.0, + "noteFunction": "", + "noteid": "f057e164-66b8-4af4-b231-5bc8712d1877", + "newLocation": { + "bar": 82, + "guidelineIndex": 2, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 130.6, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "b5f51ff6-3662-450d-987e-fa365d46cf2f", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 130.8, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 134.25, + "noteFunction": "", + "noteid": "03d936e8-8921-4585-bdda-033867d08db2", + "newLocation": { + "bar": 82, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.0, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 82, + "yPos": 201.375, + "noteFunction": "", + "noteid": "1989721c-2ae7-41b5-a8d0-e820673ea8d2", + "newLocation": { + "bar": 82, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 131.20000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -268.5, + "noteFunction": "", + "noteid": "61db6c70-30c9-405b-862b-cfb22a583986", + "newLocation": { + "bar": 83, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.6, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -134.25, + "noteFunction": "", + "noteid": "4874a1b4-dc7c-4c0e-99e2-a447bdc622e9", + "newLocation": { + "bar": 83, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 131.9, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": -33.5625, + "noteFunction": "", + "noteid": "22ec6106-656c-4517-906a-9670dd7c23dd", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.2, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "df06a06c-97a3-4a51-9d13-1225c988f7ed", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 83, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "5552d677-08f5-40e3-95ef-fc9f47a1ccf8", + "newLocation": { + "bar": 83, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 132.8, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -268.5, + "noteFunction": "", + "noteid": "8f598f66-1965-4b92-b2f6-ce4b0668cff5", + "newLocation": { + "bar": 84, + "guidelineIndex": 0, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.20000000000002, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "14f0fb60-ce07-4134-84f6-e436d258fc8a", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.20000000000002, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -134.25, + "noteFunction": "", + "noteid": "c4330206-7aff-44c8-8882-2f86853ffca0", + "newLocation": { + "bar": 84, + "guidelineIndex": 1, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 133.50000000000003, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -33.56249999999237, + "noteFunction": "", + "noteid": "10785410-dedf-4273-aa52-eda919eede2f", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.50000000000003, + "trackIndex": 4, + "color": "blue", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": -33.56249999999237, + "noteFunction": "", + "noteid": "1524d2bc-3c6b-4799-b5f7-36db21b584b3", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.79999999999998, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "bd2924c2-729d-4f5c-bbb7-63419cfab659", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 133.79999999999998, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 67.12499999999237, + "noteFunction": "", + "noteid": "d121f596-e418-4906-a1e5-06c4c0198491", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.1, + "trackIndex": 0, + "color": "red", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "2a055f1b-f7a8-413e-9c64-9066cf6bca2e", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.1, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 84, + "yPos": 167.81249999999238, + "noteFunction": "", + "noteid": "ba4402a7-3195-46ea-abb0-19a5ac88d6a4", + "newLocation": { + "bar": 84, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 134.4, + "trackIndex": 2, + "color": "yellow", + "type": "hold", + "length": 0.8, + "barNumber": 85, + "yPos": -268.5, + "noteFunction": "", + "noteid": "631f30a8-9945-47d9-b61d-d7cfdf446dd5", + "newLocation": { + "bar": 85, + "guidelineIndex": 0, + "lengthGuidelines": 2, + "isFree": false + } + }, + { + "time": 135.6, + "trackIndex": 3, + "color": "purple", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 134.25, + "noteFunction": "", + "noteid": "0571f4b9-e339-4bbc-9e85-039ac9c5d7d2", + "newLocation": { + "bar": 85, + "guidelineIndex": 3, + "lengthGuidelines": 0, + "isFree": false + } + }, + { + "time": 135.79999999999998, + "trackIndex": 1, + "color": "green", + "type": "tap", + "length": 0.0, + "barNumber": 85, + "yPos": 201.37499999999238, + "noteFunction": "", + "noteid": "6b1b7486-3969-4a36-84b6-9e2c5f81898c", + "newLocation": { + "bar": 85, + "guidelineIndex": -1, + "lengthGuidelines": 0, + "isFree": true + } + }, + { + "time": 136.0, + "trackIndex": 0, + "color": "red", + "type": "hold", + "length": 0.4, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "d18b9b77-e4a2-4be7-bf87-c1f9e10bb30f", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + }, + { + "time": 136.0, + "trackIndex": 4, + "color": "blue", + "type": "hold", + "length": 0.4, + "barNumber": 86, + "yPos": -268.5, + "noteFunction": "", + "noteid": "55f2cac2-4521-4c2f-8f2b-2e85d251a003", + "newLocation": { + "bar": 86, + "guidelineIndex": 0, + "lengthGuidelines": 1, + "isFree": false + } + } + ] +} \ No newline at end of file diff --git a/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_7.json.meta b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_7.json.meta new file mode 100644 index 00000000..f1f3ddca --- /dev/null +++ b/Assets/__so/songs_so_res/1002006/Paraphiloplace/Paraphiloplace_7.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 53cc5d44188f19749bbc12024a5f18ce +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/blur.meta b/Assets/blur.meta new file mode 100644 index 00000000..d10ab3a6 --- /dev/null +++ b/Assets/blur.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c62b4a4a9c3b4c7c8b5d13a8c1e5f1a0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/scripts/Combat/EffectSystem.cs b/Assets/scripts/Combat/EffectSystem.cs index c949f61d..2e1cafcb 100644 --- a/Assets/scripts/Combat/EffectSystem.cs +++ b/Assets/scripts/Combat/EffectSystem.cs @@ -303,6 +303,7 @@ public class EffectSystem : MonoBehaviour if (duration <= 0f) { ally.SetMaxHP(ally.maxHP + delta, false); + if (delta > 0) ally.SetCurrentHP(ally.currentHP + delta, false); iBudeffPrefabController.Instance?.RegisterTimedEffect(ally, PlayerBudeffIconType.ot_maxHP_up, delta, 0f); } else @@ -317,6 +318,8 @@ public class EffectSystem : MonoBehaviour if (duration <= 0f) { enemy.SetMaxHP(enemy.maxHP + delta, false); + if (delta > 0) enemy.currentHP = Mathf.Clamp(enemy.currentHP + delta, 0, enemy.maxHP); + iBudeffPrefabController.Instance?.RefreshEnemyNow(enemy); iBudeffPrefabController.Instance?.RegisterEnemyTimedEffect(enemy, PlayerBudeffIconType.ot_maxHP_up, delta, 0f); } else @@ -1486,6 +1489,7 @@ public class EffectSystem : MonoBehaviour { if (ally == null) yield break; ally.SetMaxHP(Mathf.Max(1, ally.maxHP + delta), false); + if (delta > 0) ally.SetCurrentHP(ally.currentHP + delta, false); yield return new WaitForSeconds(duration); if (ally == null) yield break; ally.SetMaxHP(Mathf.Max(1, ally.maxHP - delta), false); @@ -1503,6 +1507,7 @@ public class EffectSystem : MonoBehaviour { if (enemy == null) yield break; enemy.SetMaxHP(Mathf.Max(1, enemy.maxHP + delta), false); + if (delta > 0) enemy.currentHP = Mathf.Clamp(enemy.currentHP + delta, 0, enemy.maxHP); iBudeffPrefabController.Instance?.RefreshEnemyNow(enemy); yield return new WaitForSeconds(duration); if (enemy == null) yield break; diff --git a/Assets/scripts/Combat/SkillBuilder.cs b/Assets/scripts/Combat/SkillBuilder.cs index fe45f5f0..8810a21d 100644 --- a/Assets/scripts/Combat/SkillBuilder.cs +++ b/Assets/scripts/Combat/SkillBuilder.cs @@ -1,4 +1,4 @@ -using System.Collections; +using System.Collections; using System.Collections.Generic; using UnityEngine; @@ -909,8 +909,16 @@ public class SkillBuilder : MonoBehaviour int hpDelta = Mathf.CeilToInt(Mathf.Abs(amount)); if (effectType == EffectType.DecreaseMaxHP) hpDelta = -hpDelta; int oldHP = ally != null ? ally.maxHP : enemy.maxHP; - if (ally != null) ally.SetMaxHP(Mathf.Max(1, ally.maxHP + hpDelta), false); - else enemy.SetMaxHP(Mathf.Max(1, enemy.maxHP + hpDelta), false); + if (ally != null) + { + ally.SetMaxHP(Mathf.Max(1, ally.maxHP + hpDelta), false); + if (hpDelta > 0) ally.SetCurrentHP(ally.currentHP + hpDelta, false); + } + else + { + enemy.SetMaxHP(Mathf.Max(1, enemy.maxHP + hpDelta), false); + if (hpDelta > 0) enemy.currentHP = Mathf.Clamp(enemy.currentHP + hpDelta, 0, enemy.maxHP); + } int newHP = ally != null ? ally.maxHP : enemy.maxHP; CheckLimitAndWarnInt(targetName, "最大生命值", oldHP, newHP, hpDelta); state = new RefreshOnlyTimedState { effectType = effectType, intDelta = hpDelta }; @@ -1485,12 +1493,14 @@ ResolvedGroup: { int d = Mathf.CeilToInt(amountTotal); ally.SetMaxHP(ally.maxHP + d, false); + if (d > 0) ally.SetCurrentHP(ally.currentHP + d, false); iBudeffPrefabController.Instance?.RegisterTimedEffect(ally, PlayerBudeffIconType.ot_maxHP_up, d, 0f); } else if (t.TryGetComponent(out var enemy)) { int d = Mathf.CeilToInt(amountTotal); enemy.SetMaxHP(enemy.maxHP + d, false); + if (d > 0) enemy.currentHP = Mathf.Clamp(enemy.currentHP + d, 0, enemy.maxHP); iBudeffPrefabController.Instance?.RegisterEnemyTimedEffect(enemy, PlayerBudeffIconType.ot_maxHP_up, d, 0f); } break; diff --git a/Assets/scripts/SongsSelect/UI_SongsSelect_RuntimeFeatures.cs b/Assets/scripts/SongsSelect/UI_SongsSelect_RuntimeFeatures.cs index ec82c9b2..f113877e 100644 --- a/Assets/scripts/SongsSelect/UI_SongsSelect_RuntimeFeatures.cs +++ b/Assets/scripts/SongsSelect/UI_SongsSelect_RuntimeFeatures.cs @@ -329,10 +329,10 @@ public class UI_SongsSelect_RuntimeFeatures : MonoBehaviour int difficulty = Mathf.Clamp(song.thisLevel_selectedDifficultyID, 0, 3); TextAsset chart = song.GetChartFile(difficulty); - if (chart == null) + if (chart == null || string.IsNullOrEmpty(chart.text)) { + gNotice.error.display("未找到此难度的关卡"); Debug.LogError($"[Songs_Select] Enter gameplay cancelled: chart missing for '{song.songName}' difficulty {difficulty}."); - gNotice.error.display("本歌曲本难度未找到"); return; } diff --git a/Assets/scripts/UI/Panel/UI_Panel_Character.cs b/Assets/scripts/UI/Panel/UI_Panel_Character.cs index fe3d7f57..68349d5f 100644 --- a/Assets/scripts/UI/Panel/UI_Panel_Character.cs +++ b/Assets/scripts/UI/Panel/UI_Panel_Character.cs @@ -109,14 +109,14 @@ class UI_Panel_Character : MonoBehaviour { Image_Character_Illustration.rectTransform.anchoredPosition = new Vector2(value, pos1.y); }, startValue: Image_Character_Illustration.rectTransform.anchoredPosition.x - 200, pos1.x, anim_Time); - Image_Character_Illustration.SetNativeSize(); + // Image_Character_Illustration.SetNativeSize(); // 注释掉以保持自适应而不改变大小 var pos = Image_Character_Illustration_BG.rectTransform.anchoredPosition; Image_Character_Illustration_BG.sprite = data.ally_hero_HD_image; DOTween.To(value => { Image_Character_Illustration_BG.rectTransform.anchoredPosition = new Vector2(value, pos.y); }, startValue: Image_Character_Illustration_BG.rectTransform.anchoredPosition.x - 200, pos.x, anim_Time); - Image_Character_Illustration_BG.SetNativeSize(); + // Image_Character_Illustration_BG.SetNativeSize(); // 注释掉以保持自适应而不改变大小 Image_Character_Illustration_BG.transform.localScale = new(2.7f, 2.7f, 2.7f); diff --git a/Assets/scripts/UI/Panel/UI_Panel_Main.cs b/Assets/scripts/UI/Panel/UI_Panel_Main.cs index bda569e2..5ef8e8fc 100644 --- a/Assets/scripts/UI/Panel/UI_Panel_Main.cs +++ b/Assets/scripts/UI/Panel/UI_Panel_Main.cs @@ -705,7 +705,7 @@ public class UI_Panel_Main : Singleton_Mono c_Character_Illustration_Anim = StartCoroutine(C_Character_Illustration_Anim(canvasGroup, () => { image_Character.sprite = sprite; - image_Character.SetNativeSize(); + // image_Character.SetNativeSize(); // 注释掉 SetNativeSize 以防改变目标图片大小 })); } diff --git a/Assets/scripts/gamePlay_gameplay/BeatmapManager.cs b/Assets/scripts/gamePlay_gameplay/BeatmapManager.cs index 36aa77c9..6f07ce26 100644 --- a/Assets/scripts/gamePlay_gameplay/BeatmapManager.cs +++ b/Assets/scripts/gamePlay_gameplay/BeatmapManager.cs @@ -65,6 +65,7 @@ public class BeatmapManager : MonoBehaviour public Text gameplay_songname; public TextMeshProUGUI gameplay_difficultyID; public TextMeshProUGUI gameplay_difficultyName; + public Text modeText; public Image bgMainImage; // 场景主背景图 (UI Image) public Image startCanvas_image; @@ -477,6 +478,11 @@ public class BeatmapManager : MonoBehaviour } gameplay_difficultyName.text = diffText; } + + if (modeText != null) + { + modeText.text = GameConfig.autoPlayEnabled ? "AUTOPLAYING" : string.Empty; + } } // Documentation text normalized. diff --git a/Assets/scripts/gamePlay_gameplay/settlementController.cs b/Assets/scripts/gamePlay_gameplay/settlementController.cs index 7536bb39..b49bcfce 100644 --- a/Assets/scripts/gamePlay_gameplay/settlementController.cs +++ b/Assets/scripts/gamePlay_gameplay/settlementController.cs @@ -304,7 +304,7 @@ public class settlementController : MonoBehaviour { int pm = sm != null ? sm.allSum_pmScore : 0; int idol = sm != null ? sm.allSum_idolScore : 0; - thisSong_so.ApplySettlementResult(diff, pm, idol, maxScore_sum); + thisSong_so.ApplySettlementResult(diff, pm, idol, _1000000); } } diff --git a/Assets/scripts/selectYourSongFirst/load_teammatesProfile.cs b/Assets/scripts/selectYourSongFirst/load_teammatesProfile.cs index 7279e204..b7721324 100644 --- a/Assets/scripts/selectYourSongFirst/load_teammatesProfile.cs +++ b/Assets/scripts/selectYourSongFirst/load_teammatesProfile.cs @@ -1,4 +1,4 @@ -using UnityEngine; +using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Collections.Generic; @@ -99,11 +99,11 @@ public class load_teammatesProfile : MonoBehaviour teammate_profile_05.sprite = GetHeroSquareProfile(heroId5); // Set border colors based on hero level - teammate_profile_boarder_01.color = GetBorderColor(GetHeroLevel(heroId1)); - teammate_profile_boarder_02.color = GetBorderColor(GetHeroLevel(heroId2)); - teammate_profile_boarder_03.color = GetBorderColor(GetHeroLevel(heroId3)); - teammate_profile_boarder_04.color = GetBorderColor(GetHeroLevel(heroId4)); - teammate_profile_boarder_05.color = GetBorderColor(GetHeroLevel(heroId5)); + teammate_profile_boarder_01.color = GetBorderColor(GetHeroLevel(heroId1, 1)); + teammate_profile_boarder_02.color = GetBorderColor(GetHeroLevel(heroId2, 2)); + teammate_profile_boarder_03.color = GetBorderColor(GetHeroLevel(heroId3, 3)); + teammate_profile_boarder_04.color = GetBorderColor(GetHeroLevel(heroId4, 4)); + teammate_profile_boarder_05.color = GetBorderColor(GetHeroLevel(heroId5, 5)); } private Sprite GetHeroSquareProfile(int heroId) @@ -117,25 +117,27 @@ public class load_teammatesProfile : MonoBehaviour return null; } - private string GetHeroLevel(int heroId) + private string GetHeroLevel(int heroId, int slotIndex) { if (heroId == 0) return "C"; if (heroById == null) return "C"; AllyHero_SO hero; if (!heroById.TryGetValue(heroId, out hero) || hero == null) return "C"; - return GetRatingFromSO(hero); + int exp = hero.ally_currentEXP; + int keySlot = Mathf.Clamp(slotIndex, 1, 5); + string expKey = $"selected_heroSlot0{keySlot}_exp"; + if (PlayerPrefs.HasKey(expKey)) + exp = PlayerPrefs.GetInt(expKey, exp); + return GetRatingFromSO(hero, exp); } - private string GetRatingFromSO(AllyHero_SO so) + private string GetRatingFromSO(AllyHero_SO so, int currentExp) { if (so == null || so.levelStats == null || so.levelStats.Count == 0) return "C"; - // Build a sorted copy by requiredEXP ascending List sorted = new List(); foreach (var l in so.levelStats) if (l != null) sorted.Add(l); sorted.Sort((a, b) => a.requiredEXP.CompareTo(b.requiredEXP)); - - int currentExp = so.ally_currentEXP; int selectedIndex = 0; for (int i = 0; i < sorted.Count; i++) { @@ -149,7 +151,6 @@ public class load_teammatesProfile : MonoBehaviour } } - // Map indices to ratings: index 0 -> C, 1 -> B, 2 -> A, 3+ -> S if (selectedIndex <= 0) return "C"; if (selectedIndex == 1) return "B"; if (selectedIndex == 2) return "A"; diff --git a/Assets/scripts/settings/userSettings.cs b/Assets/scripts/settings/userSettings.cs index 8660bece..c9e55b8f 100644 --- a/Assets/scripts/settings/userSettings.cs +++ b/Assets/scripts/settings/userSettings.cs @@ -1,5 +1,11 @@ -using UnityEngine; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; using UnityEngine.UI; +using Bansonic; +#if UNITY_EDITOR +using UnityEditor; +#endif public class userSettings : MonoBehaviour { @@ -25,15 +31,86 @@ public class userSettings : MonoBehaviour [Tooltip("Documentation text normalized.")] public Button view_detailedHighlight_button; - // Start is called once before the first execution of Update after the MonoBehaviour is created - void Start() + private const string RuntimeResourcesPath = "song_songIndex"; + private const string EditorAssetsPath = "Assets/Resources/song_songIndex"; + [SerializeField] private float clearupConfirmSeconds = 2f; + private bool clearupPending; + private float clearupExpireTime; + + private void OnEnable() { - + if (clearup_saveData_button != null) + clearup_saveData_button.onClick.AddListener(OnClearupSaveDataClicked); } - // Update is called once per frame - void Update() + private void OnDisable() { - + if (clearup_saveData_button != null) + clearup_saveData_button.onClick.RemoveListener(OnClearupSaveDataClicked); + } + + private void Update() + { + if (clearupPending && Time.unscaledTime > clearupExpireTime) + clearupPending = false; + } + + private void OnClearupSaveDataClicked() + { + if (clearupPending && Time.unscaledTime <= clearupExpireTime) + { + clearupPending = false; + StartCoroutine(ClearSongDataRoutine()); + return; + } + + clearupPending = true; + clearupExpireTime = Time.unscaledTime + clearupConfirmSeconds; + gNotice.alarm.display("再次按下清空存档"); + } + + private IEnumerator ClearSongDataRoutine() + { + Dictionary songs = new Dictionary(); + + SongData[] runtimeSongs = Resources.LoadAll(RuntimeResourcesPath); + if (runtimeSongs != null) + { + for (int i = 0; i < runtimeSongs.Length; i++) + { + SongData so = runtimeSongs[i]; + if (so != null && !songs.ContainsKey(so.songID)) + songs.Add(so.songID, so); + if ((i % 24) == 0) + yield return null; + } + } + +#if UNITY_EDITOR + string[] guids = AssetDatabase.FindAssets("t:SongData", new[] { EditorAssetsPath }); + if (guids != null) + { + for (int i = 0; i < guids.Length; i++) + { + string path = AssetDatabase.GUIDToAssetPath(guids[i]); + SongData so = AssetDatabase.LoadAssetAtPath(path); + if (so != null && !songs.ContainsKey(so.songID)) + songs.Add(so.songID, so); + if ((i % 24) == 0) + yield return null; + } + } +#endif + + int index = 0; + foreach (var kvp in songs) + { + SongData so = kvp.Value; + if (so != null) + so.ClearSaveDataAndReload(); + index++; + if ((index % 16) == 0) + yield return null; + } } } diff --git a/Assets/settingsPrefab/settings.prefab b/Assets/settingsPrefab/settings.prefab index 4c29e114..5ae65e79 100644 --- a/Assets/settingsPrefab/settings.prefab +++ b/Assets/settingsPrefab/settings.prefab @@ -1595,6 +1595,7 @@ MonoBehaviour: import_saveData_button: {fileID: 7992772720831831401} clearup_saveData_button: {fileID: 7026187742475075911} view_detailedHighlight_button: {fileID: 6801102601741774851} + clearupConfirmSeconds: 2 --- !u!1 &467817008610838686 GameObject: m_ObjectHideFlags: 0 @@ -7945,7 +7946,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -242.42857} + m_AnchoredPosition: {x: 80, y: -280} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &6344869583191558705 @@ -10061,7 +10062,8 @@ GameObject: m_Component: - component: {fileID: 4194647498261352990} - component: {fileID: 4461991833650980158} - - component: {fileID: 1317246806034167049} + - component: {fileID: 7123849155414828943} + - component: {fileID: 5342404358209954980} m_Layer: 0 m_Name: bbbo m_TagString: Untagged @@ -10096,7 +10098,7 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3237896313991268365} m_CullTransparentMesh: 1 ---- !u!114 &1317246806034167049 +--- !u!114 &7123849155414828943 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -10105,27 +10107,42 @@ MonoBehaviour: m_GameObject: {fileID: 3237896313991268365} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3} m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.9490196} + 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 + m_Texture: {fileID: 0} + m_UVRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 +--- !u!114 &5342404358209954980 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3237896313991268365} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a730e8f3020586546889222d57c607a1, type: 3} + m_Name: + m_EditorClassIdentifier: + blurShader: {fileID: 4800000, guid: e8de1a8020b4db9439e5366887b9e43f, type: 3} + blurType: 0 + blurStrength: 2.9 + blurRadius: 2.33 + iterations: 1 + downSample: 1 --- !u!1 &3244922666417118998 GameObject: m_ObjectHideFlags: 0 @@ -10242,7 +10259,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -0} + m_AnchoredPosition: {x: 80, y: -5} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5196277120925832585 @@ -17789,7 +17806,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -290.91428} + m_AnchoredPosition: {x: 80, y: -335} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5053847581683597064 @@ -23394,7 +23411,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -96.97143} + m_AnchoredPosition: {x: 80, y: -115} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &2659507843032530113 @@ -23884,7 +23901,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -48.485714} + m_AnchoredPosition: {x: 80, y: -60} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &2272017585469350661 @@ -24177,7 +24194,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -193.94286} + m_AnchoredPosition: {x: 80, y: -225} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3179324532821427772 @@ -29466,7 +29483,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 80, y: -145.45714} + m_AnchoredPosition: {x: 80, y: -170} m_SizeDelta: {x: 160, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5257421912908800594 diff --git a/Assets/songsDatabase/SongData.cs b/Assets/songsDatabase/SongData.cs index a506edf5..52ec2e14 100644 --- a/Assets/songsDatabase/SongData.cs +++ b/Assets/songsDatabase/SongData.cs @@ -94,6 +94,7 @@ public class SongData : ScriptableObject public Dictionary personalRecordMap = new Dictionary(); public Dictionary idolRecordMap = new Dictionary(); public Dictionary chartScoreMap = new Dictionary(); + public Dictionary levelProgressMap = new Dictionary(); public Dictionary chartFileMap = new Dictionary(); public List chartFiles = new List(); @@ -286,6 +287,7 @@ public class SongData : ScriptableObject if (personalRecordMap == null) personalRecordMap = new Dictionary(); if (idolRecordMap == null) idolRecordMap = new Dictionary(); if (chartScoreMap == null) chartScoreMap = new Dictionary(); + if (levelProgressMap == null) levelProgressMap = new Dictionary(); if (chartFileMap == null) chartFileMap = new Dictionary(); if (chartFiles == null) chartFiles = new List(); @@ -365,6 +367,7 @@ public class SongData : ScriptableObject if (serializable != null) { serializable.ApplyTo(this); + SyncEntriesFromMaps(); // Debug.Log($"[SongData] {songName} data restored."); } } @@ -375,6 +378,46 @@ public class SongData : ScriptableObject } } + public void ClearSaveDataAndReload() + { + game_enterTimes = 0; + time_totalPlayingTime = 0f; + current_levelProgress = 0f; + _if_level_is_EASE = false; + max_comboRecord = 0; + personalRecord = 0; + + if (personalRecordMap == null) personalRecordMap = new Dictionary(); + else personalRecordMap.Clear(); + + if (idolRecordMap == null) idolRecordMap = new Dictionary(); + else idolRecordMap.Clear(); + + if (chartScoreMap == null) chartScoreMap = new Dictionary(); + else chartScoreMap.Clear(); + + if (levelProgressMap == null) levelProgressMap = new Dictionary(); + else levelProgressMap.Clear(); + + if (chartFiles != null) + { + for (int i = 0; i < chartFiles.Count; i++) + { + ChartFileEntry entry = chartFiles[i]; + if (entry == null) continue; + entry.lastScoreForThisDifficulty = 0; + entry.chartPersonalRecordForThisDifficulty = 0; + entry.idolPersonalRecordForThisDifficulty = 0; + entry.totalPersonalRecordForThisDifficulty = 0; + entry.levelProgressForThisDifficulty = 0f; + } + } + + UpdateOverallRecordsFromEntries(); + SavePersistent(); + LoadPersistent(); + } + /// /// 当检测到篡改或文件损坏时,重置所有动态记录并立即重新保存文件以恢复合法性。 /// @@ -400,6 +443,9 @@ public class SongData : ScriptableObject if (chartScoreMap == null) chartScoreMap = new Dictionary(); else chartScoreMap.Clear(); + + if (levelProgressMap == null) levelProgressMap = new Dictionary(); + else levelProgressMap.Clear(); // 3. 立即调用保存方法,生成一个新的、带有正确哈希值的合法文件 SavePersistent(); @@ -480,6 +526,7 @@ public class SongData : ScriptableObject if (personalRecordMap == null) personalRecordMap = new Dictionary(); if (idolRecordMap == null) idolRecordMap = new Dictionary(); if (chartScoreMap == null) chartScoreMap = new Dictionary(); + if (levelProgressMap == null) levelProgressMap = new Dictionary(); int total = pmScore + idolScore; int currentBestTotal = GetPersonalRecord(difficulty) + GetIdolRecord(difficulty); @@ -501,12 +548,17 @@ public class SongData : ScriptableObject entry.totalPersonalRecordForThisDifficulty = total; } - float newProgress = maxScoreSum > 0 ? Mathf.Clamp01((float)total / (float)maxScoreSum) : 0f; + float newProgress = maxScoreSum > 0 ? (float)total / (float)maxScoreSum : 0f; if (newProgress > entry.levelProgressForThisDifficulty) { entry.levelProgressForThisDifficulty = newProgress; } + if (!levelProgressMap.ContainsKey(difficulty) || newProgress > levelProgressMap[difficulty]) + { + levelProgressMap[difficulty] = newProgress; + } + entry.lastScoreForThisDifficulty = total; } @@ -517,6 +569,40 @@ public class SongData : ScriptableObject SavePersistent(); } + /// + /// 将 Dictionary 中的数据同步回 ChartFileEntry 列表,确保 SO 内存数据与持久化数据一致。 + /// + public void SyncEntriesFromMaps() + { + if (chartFiles == null) return; + + foreach (var entry in chartFiles) + { + if (entry == null) continue; + + int diff = entry.difficulty; + + if (personalRecordMap != null && personalRecordMap.ContainsKey(diff)) + entry.chartPersonalRecordForThisDifficulty = personalRecordMap[diff]; + + if (idolRecordMap != null && idolRecordMap.ContainsKey(diff)) + entry.idolPersonalRecordForThisDifficulty = idolRecordMap[diff]; + + if (personalRecordMap != null && personalRecordMap.ContainsKey(diff) && idolRecordMap != null && idolRecordMap.ContainsKey(diff)) + entry.totalPersonalRecordForThisDifficulty = personalRecordMap[diff] + idolRecordMap[diff]; + else if (personalRecordMap != null && personalRecordMap.ContainsKey(diff)) + entry.totalPersonalRecordForThisDifficulty = personalRecordMap[diff]; + + if (levelProgressMap != null && levelProgressMap.ContainsKey(diff)) + entry.levelProgressForThisDifficulty = levelProgressMap[diff]; + + if (chartScoreMap != null && chartScoreMap.ContainsKey(diff)) + entry.lastScoreForThisDifficulty = chartScoreMap[diff]; + } + + UpdateOverallRecordsFromEntries(); + } + public void GetAbsoluteHighestScore(out int highestScore, out int bestDifficulty, out string bestDifficultyName) { highestScore = 0; @@ -641,7 +727,11 @@ public class SongData : ScriptableObject SongDataSerializable serializable = new SongDataSerializable(this); string json = JsonUtility.ToJson(serializable); SongDataSerializable roundTrip = JsonUtility.FromJson(json); - if (roundTrip != null) roundTrip.ApplyTo(this); + if (roundTrip != null) + { + roundTrip.ApplyTo(this); + SyncEntriesFromMaps(); + } } public void UpdateIdolRecord(int difficulty, int newIdolScore) @@ -726,6 +816,7 @@ public class SongData : ScriptableObject if (personalRecordMap == null) personalRecordMap = new Dictionary(); if (idolRecordMap == null) idolRecordMap = new Dictionary(); if (chartScoreMap == null) chartScoreMap = new Dictionary(); + if (levelProgressMap == null) levelProgressMap = new Dictionary(); if (chartFiles == null) return; @@ -746,6 +837,9 @@ public class SongData : ScriptableObject if (!chartScoreMap.ContainsKey(entry.difficulty) || entry.lastScoreForThisDifficulty > chartScoreMap[entry.difficulty]) chartScoreMap[entry.difficulty] = entry.lastScoreForThisDifficulty; + if (!levelProgressMap.ContainsKey(entry.difficulty) || entry.levelProgressForThisDifficulty > levelProgressMap[entry.difficulty]) + levelProgressMap[entry.difficulty] = entry.levelProgressForThisDifficulty; + int p = personalRecordMap.ContainsKey(entry.difficulty) ? personalRecordMap[entry.difficulty] : 0; int idol = idolRecordMap.ContainsKey(entry.difficulty) ? idolRecordMap[entry.difficulty] : 0; entry.totalPersonalRecordForThisDifficulty = p + idol; diff --git a/Assets/songsDatabase/SongDataController/Button.prefab b/Assets/songsDatabase/SongDataController/Button.prefab index 62a00522..379d2603 100644 --- a/Assets/songsDatabase/SongDataController/Button.prefab +++ b/Assets/songsDatabase/SongDataController/Button.prefab @@ -408,25 +408,7 @@ MonoBehaviour: song_songSerialID: 0 selected_boarder: {fileID: 4758992877847013954} fade_image: {fileID: 8405752277710552670} - easePercent: 1 - ssPercent: 0.95 - sPercent: 0.9 - aPercent: 0.8 - bPercent: 0.7 - cPercent: 0.6 - dPercent: 0.5 - ePercent: 0.4 - fPercent: 0.3 - easeSprite: {fileID: 21300000, guid: 1b7d3065f66d15b45b170444124b57ca, type: 3} - ssSprite: {fileID: 21300000, guid: c218e48d1b0d49541bee4a99fffc738c, type: 3} - sSprite: {fileID: 21300000, guid: 8f6b0c65c13b1ed478dd3f37e989f2c5, type: 3} - aSprite: {fileID: 21300000, guid: 61dd84e2a30a06a4b913933e34767f4b, type: 3} - bSprite: {fileID: 21300000, guid: ff77da93eaa5bdd44966dad03e35f56b, type: 3} - cSprite: {fileID: 21300000, guid: a919404cd6477be4c878442426de1d13, type: 3} - dSprite: {fileID: 21300000, guid: a3a60d742fbaa4b4081c9b4b73da8b96, type: 3} - eSprite: {fileID: 21300000, guid: 698d2276a92e5754d9064e9e0c3494bf, type: 3} - fSprite: {fileID: 21300000, guid: 37afeb5a99b12ff4995ab22436f2c8c5, type: 3} - ufSprite: {fileID: 21300000, guid: dc19bff00a17ee14ebbb6bbedf411046, type: 3} + rankConfig: {fileID: 11400000, guid: 951debb97a9b89f48885c82bb601533a, type: 2} minAlpha: 0 maxAlpha: 0.25 blinkDuration: 2 diff --git a/Assets/songsDatabase/SongDataController/SongButton.cs b/Assets/songsDatabase/SongDataController/SongButton.cs index 14f64857..e19dc8bd 100644 --- a/Assets/songsDatabase/SongDataController/SongButton.cs +++ b/Assets/songsDatabase/SongDataController/SongButton.cs @@ -26,27 +26,8 @@ public class SongButton : MonoBehaviour public Image selected_boarder; public Image fade_image; - [Header("Inspector")] - public float easePercent = 1f; - public float ssPercent = 0.95f; - public float sPercent = 0.9f; - public float aPercent = 0.8f; - public float bPercent = 0.7f; - public float cPercent = 0.6f; - public float dPercent = 0.5f; - public float ePercent = 0.4f; - public float fPercent = 0.3f; - [Header("Inspector")] - public Sprite easeSprite; - public Sprite ssSprite; - public Sprite sSprite; - public Sprite aSprite; - public Sprite bSprite; - public Sprite cSprite; - public Sprite dSprite; - public Sprite eSprite; - public Sprite fSprite; - public Sprite ufSprite; + [Header("Rank Configuration")] + public RankConfig rankConfig; [Header("Fade Image Settings")] public float minAlpha = 0f; @@ -111,38 +92,14 @@ public class SongButton : MonoBehaviour if (scoreLevelImage != null) { - Sprite chosenSprite; - float baseScore = 2000000f; - - if (bestTotal <= 0) + if (rankConfig != null) { - chosenSprite = ufSprite; + scoreLevelImage.sprite = rankConfig.GetRankSprite(bestTotal); } else { - if (bestTotal >= baseScore * easePercent && easeSprite != null) - chosenSprite = easeSprite; - else if (bestTotal >= baseScore * ssPercent && ssSprite != null) - chosenSprite = ssSprite; - else if (bestTotal >= baseScore * sPercent && sSprite != null) - chosenSprite = sSprite; - else if (bestTotal >= baseScore * aPercent && aSprite != null) - chosenSprite = aSprite; - else if (bestTotal >= baseScore * bPercent && bSprite != null) - chosenSprite = bSprite; - else if (bestTotal >= baseScore * cPercent && cSprite != null) - chosenSprite = cSprite; - else if (bestTotal >= baseScore * dPercent && dSprite != null) - chosenSprite = dSprite; - else if (bestTotal >= baseScore * ePercent && eSprite != null) - chosenSprite = eSprite; - else if (bestTotal >= baseScore * fPercent && fSprite != null) - chosenSprite = fSprite; - else - chosenSprite = ufSprite; + Debug.LogWarning("SongButton: rankConfig is not assigned!"); } - - scoreLevelImage.sprite = chosenSprite; } // Determine displayed difficulty: show the highest difficultyLEVEL present in chartFiles (if any) diff --git a/Assets/songsDatabase/SongDataSerializable.cs b/Assets/songsDatabase/SongDataSerializable.cs index aaefb490..3c8e633f 100644 --- a/Assets/songsDatabase/SongDataSerializable.cs +++ b/Assets/songsDatabase/SongDataSerializable.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using UnityEngine; @@ -28,6 +28,14 @@ public class SongDataSerializable public List idolRecordList = new List(); public List chartScoreList = new List(); + [System.Serializable] + public struct IntFloatEntry + { + public int key; + public float value; + } + public List levelProgressList = new List(); + public SongDataSerializable() { } public SongDataSerializable(SongData source) @@ -48,6 +56,7 @@ public class SongDataSerializable this.personalRecordList = DictToList(source.personalRecordMap); this.idolRecordList = DictToList(source.idolRecordMap); this.chartScoreList = DictToList(source.chartScoreMap); + this.levelProgressList = DictToListFloat(source.levelProgressMap); } /// @@ -70,6 +79,7 @@ public class SongDataSerializable ListToDict(this.personalRecordList, target.personalRecordMap); ListToDict(this.idolRecordList, target.idolRecordMap); ListToDict(this.chartScoreList, target.chartScoreMap); + ListToDictFloat(this.levelProgressList, target.levelProgressMap); } private List DictToList(Dictionary dict) @@ -94,4 +104,27 @@ public class SongDataSerializable dict[entry.key] = entry.value; } } + + private List DictToListFloat(Dictionary dict) + { + List list = new List(); + if (dict != null) + { + foreach (var kvp in dict) + { + list.Add(new IntFloatEntry { key = kvp.Key, value = kvp.Value }); + } + } + return list; + } + + private void ListToDictFloat(List list, Dictionary dict) + { + if (list == null || dict == null) return; + dict.Clear(); + foreach (var entry in list) + { + dict[entry.key] = entry.value; + } + } } diff --git a/Assets/songsDatabase/SongDetailsUI.cs b/Assets/songsDatabase/SongDetailsUI.cs index 64d5f15c..d2828758 100644 --- a/Assets/songsDatabase/SongDetailsUI.cs +++ b/Assets/songsDatabase/SongDetailsUI.cs @@ -1,5 +1,6 @@ -using UnityEngine; +using UnityEngine; using UnityEngine.UI; +using TMPro; public class SongDetailsUI : MonoBehaviour { @@ -26,6 +27,15 @@ public class SongDetailsUI : MonoBehaviour public Text thisSong_progressText; public Text thisSong_lastScoreText; // will show last run total score if available public Text idolRecordText; + public TextMeshProUGUI timeSpentText; + public TextMeshProUGUI enterTimeText; + public Text difficultyIdText; + public Image progressImage; + public GameObject progressNumberObject; + public TextMeshProUGUI progressPercentText; + + public Image rankLevel_img; + public RankConfig rc; //public Image songImage; public int id_of_thisSong; @@ -63,6 +73,9 @@ public class SongDetailsUI : MonoBehaviour bpmText.text = "BPM : " + currentSong.bpm.ToString(); profound_image.sprite = currentSong.fullscreen_songPicture; + if (timeSpentText != null) timeSpentText.text = "PlayTime: " + currentSong.time_totalPlayingTime.ToString("F0") + "s"; + if (enterTimeText != null) enterTimeText.text = "PlayCount: " + currentSong.game_enterTimes.ToString(); + id_of_thisSong = currentSong.songID; detail_informations_text.text = $"{currentSong.artistName}" + " - " + @@ -127,6 +140,14 @@ public class SongDetailsUI : MonoBehaviour difficultyText.text = entry.difficultyLEVEL.ToString(); difficultyDesciptionText.text = entry.difficultyDescription; + if (difficultyIdText != null) + difficultyIdText.text = entry.difficultyLEVEL.ToString(); + + if (progressImage != null) + progressImage.fillAmount = entry.levelProgressForThisDifficulty; + + UpdateProgressUI(entry.levelProgressForThisDifficulty); + // read values from SongData (SO) int chartPersonal = currentSong.GetPersonalRecord(difficulty); // Documentation text normalized. int idol = currentSong.GetIdolRecord(difficulty); // Documentation text normalized. @@ -158,6 +179,9 @@ public class SongDetailsUI : MonoBehaviour thisSong_lastScoreText.text = lastRun.ToString(); } + if (rankLevel_img != null && rc != null) + rankLevel_img.sprite = rc.GetRankSprite(total); + // also keep per-entry convenience fields in sync for inspector visibility entry.chartPersonalRecordForThisDifficulty = chartPersonal; entry.idolPersonalRecordForThisDifficulty = idol; @@ -166,6 +190,11 @@ public class SongDetailsUI : MonoBehaviour else { difficultyText.text = difficulty.ToString(); + if (difficultyIdText != null) + difficultyIdText.text = difficulty.ToString(); + if (progressImage != null) + progressImage.fillAmount = 0f; + UpdateProgressUI(0f); difficultyDesciptionText.text = ""; personalRecordText.text = "0"; if (idolRecordText != null) @@ -174,6 +203,39 @@ public class SongDetailsUI : MonoBehaviour chartScoreText.text = "0"; if (thisSong_lastScoreText != null) thisSong_lastScoreText.text = "0"; + if (rankLevel_img != null && rc != null) + rankLevel_img.sprite = rc.defaultSprite; + } + } + + private void UpdateProgressUI(float progress) + { + // 1. Update Text (can exceed 100%) + if (progressPercentText != null) + { + progressPercentText.text = Mathf.FloorToInt(progress * 100f).ToString() + "%"; + } + + // 2. Clamp for visual elements (fillAmount and Object position) + float clampedProgress = Mathf.Clamp01(progress); + + // Update fillAmount again just in case, though handled in caller + if (progressImage != null) + { + progressImage.fillAmount = clampedProgress; + } + + // 3. Update Object Position (Linear transformation: 0% -> -785, 100% -> -195) + if (progressNumberObject != null) + { + RectTransform rect = progressNumberObject.GetComponent(); + if (rect != null) + { + float targetX = Mathf.Lerp(-785f, -195f, clampedProgress); + Vector2 anchoredPos = rect.anchoredPosition; + anchoredPos.x = targetX; + rect.anchoredPosition = anchoredPos; + } } } diff --git a/Assets/songsDatabase/selected_songInfo.cs b/Assets/songsDatabase/selected_songInfo.cs index d38d6612..8c08f25e 100644 --- a/Assets/songsDatabase/selected_songInfo.cs +++ b/Assets/songsDatabase/selected_songInfo.cs @@ -1,10 +1,11 @@ -using System.Collections.Generic; +using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; using System.Collections; using System; using DG.Tweening; +using Bansonic; public class selected_songInfo : MonoBehaviour { @@ -954,6 +955,7 @@ public class selected_songInfo : MonoBehaviour if (chart == null) { Debug.LogError($"QuickEnter aborted: Song '{sd.songName}' has no chart file for difficulty {sd.thisLevel_selectedDifficultyID}."); + gNotice.error.display("未找到此难度的关卡"); return; }