From 3ee20458df5f717d05f5e96f7493dc86a7cfe355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8F=90=E7=93=A6=E7=89=B9=E9=92=93=E9=B1=BC=E7=8E=B3?= =?UTF-8?q?=E5=B8=88?= Date: Wed, 11 Mar 2026 17:23:52 +0800 Subject: [PATCH] =?UTF-8?q?JS=E8=84=9A=E6=9C=AC=EF=BC=9AAutoYuanQin?= =?UTF-8?q?=E3=80=81AEscoffier=5Fchef=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91?= =?UTF-8?q?=20(#2975)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update AutoYuanQin * update AEscoffier_chef --- repo/js/AEscoffier_chef/main.js | 3 +- repo/js/AEscoffier_chef/manifest.json | 2 +- repo/js/AutoYuanQin/README.md | 25 +- .../score_file/0010.卡农(MIDI转谱).json | 6733 +---------------- ...0020.大石碎胸口 ver. “一阵强劲的音乐”.json | 2883 +------ .../score_file/0021.ClockParadox_Drop2.json | 3883 +--------- .../assets/tutorial_file/MIDI制谱器.html | 1066 +++ .../assets/tutorial_file/五线谱制谱器.html | 1 + .../assets/tutorial_file/简谱制谱器.html | 656 ++ .../assets/tutorial_file/简谱对照表.png | Bin 0 -> 90702 bytes repo/js/AutoYuanQin/main.js | 17 +- repo/js/AutoYuanQin/manifest.json | 2 +- repo/js/AutoYuanQin/settings.json | 5 +- 13 files changed, 1763 insertions(+), 13513 deletions(-) create mode 100644 repo/js/AutoYuanQin/assets/tutorial_file/MIDI制谱器.html create mode 100644 repo/js/AutoYuanQin/assets/tutorial_file/简谱制谱器.html create mode 100644 repo/js/AutoYuanQin/assets/tutorial_file/简谱对照表.png diff --git a/repo/js/AEscoffier_chef/main.js b/repo/js/AEscoffier_chef/main.js index 98904c3fd..33f634324 100644 --- a/repo/js/AEscoffier_chef/main.js +++ b/repo/js/AEscoffier_chef/main.js @@ -242,7 +242,8 @@ if (string.length <= 6) { return string; // 如果字符串长度是6位或以下,原形返回 } else { - return string.substring(0, 5) + '..'; // 如果字符串长度超过6位,保留前5位并加上'..' + // return string.substring(0, 5) + '..'; // 如果字符串长度超过6位,保留前5位并加上'..' + return string.substring(0, 5); // 如果字符串长度超过6位,保留前5位 } } diff --git a/repo/js/AEscoffier_chef/manifest.json b/repo/js/AEscoffier_chef/manifest.json index 729904202..d4c0af81a 100644 --- a/repo/js/AEscoffier_chef/manifest.json +++ b/repo/js/AEscoffier_chef/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "一只爱可菲", - "version": "2.3.1", + "version": "2.3.2", "bgi_version": "0.55.0", "description": "专精料理制作的爱可菲(自动烹饪及解锁、特殊料理、食材加工)[内置料理数据已更新至月之四]\n自动烹饪:烹饪精度自定义、一键全解锁、分类选择料理、自动处理食材不足等异常\n特殊料理:支持根据概率计算产出、支持全部的特殊料理\n食材加工:食材持有量检测、可自选制作鱼肉的配方、可选等待加工完成或跳过、矿石加速", "tags": [ diff --git a/repo/js/AutoYuanQin/README.md b/repo/js/AutoYuanQin/README.md index b84158410..b7d86749a 100644 --- a/repo/js/AutoYuanQin/README.md +++ b/repo/js/AutoYuanQin/README.md @@ -6,7 +6,7 @@ 1. 点击运行开始播放音乐 - tips: - `AutoYuanQin/assets/tutorial_file`文件夹下的制谱软件(`五线谱制谱器.html`)为早期制谱用软件 - - 现在有更自动化的`AutoYuanQin/tools/MIDI翻谱器.html`提供自动的MIDI文件转*AutoYuanQin*格式的乐谱 + - 现在有更自动化的`AutoYuanQin/tools/MIDI制谱器.html`提供自动的MIDI文件转*AutoYuanQin*格式的乐谱 - `AutoYuanQin/assets/tutorial_file`目录下有文档供曲谱制作人阅读 - 本文档下文会详细说明一个标准格式的曲谱.json文件格式, 包括各个字段的解释以及曲谱内容的格式要求 - 将你制作的曲谱的JSON文件置于正确的路径运行脚本时会自动重置settings并退出脚本 @@ -17,15 +17,15 @@ 1. 联系BetterGI v7(1029539994)群主帮你更新到仓库 1. 发送邮件到*hijiwos@hotmail.com*并说明, 你的谱子将会在一段时间内更新到仓库 -## MIDI翻谱器 -1. 翻谱器位于`AutoYuanQin/tools/MIDI翻谱器.html`,请使用浏览器打开 +## MIDI制谱器 +1. 翻谱器位于`AutoYuanQin/tools/MIDI制谱器.html`,请使用浏览器打开 1. 点击选择文件, 将你想要转换的MIDI文件放入, 网页将自动开启转换 1. 完成转换后点击"导出Json"后可将文件转移至`AutoYuanQin/assets/score_file`目录下使用 1. **请不要在不了解文件结构的情况下手动修改JSON文件中的信息** ## 五线谱翻谱器 1. 五线谱翻谱器位于`AutoYuanQin/assets/tutorial_file/五线谱制谱器.html`,请使用浏览器打开 -1. 请确保你有一定的识谱能力, 否则本文建议使用[MIDI翻谱器](#MIDI翻谱器) +1. 请确保你有一定的识谱能力, 否则本文建议使用[MIDI制谱器](#MIDI制谱器) 1. 使用步骤如下 1. 确定音域(共有三种音域可选[左中右共三个], 每个音域为一对红蓝大写字符[21个]) 1. 选择音符:点击左上角图片中的对应`大写字母`或`@`, 点击多个音符实现和弦 @@ -41,6 +41,11 @@ 1. 读取乐谱 如果您写了一半, 打算下次在写, 可以使用导出曲谱功能保存曲谱, 下次要写的时候点击按钮```读取乐谱JSON```, 选择上次导出的文件即可 +## 简谱制谱器 +1. 简谱制谱器位于`AutoYuanQin/assets/tutorial_file/简谱制谱器.html`,请使用浏览器打开 +1. 请确保你有一定的识谱能力, 否则本文建议使用[MIDI制谱器](#MIDI制谱器) +1. 使用步骤在制谱器内有写,类似于五线谱翻谱器 + ## 曲谱制作解答 1. `/assets/tutorial_file/五线谱注解.png` 包含了五线谱(高音区和低音区)对应的3组键盘键位(相邻的红蓝大写字母为一组, 每组音域为三个八度) 1. 有不懂的地方请在 `/assets/tutorial_file/example.json` 内找, 这个谱子内包含了该脚本的五线谱相关的所有功能 @@ -76,7 +81,7 @@ `description`: **可选键值** 可以随意填写关于该曲谱的描述信息 -`type`: **必要键值** 决定曲谱的解析方式, 合法的值有`yuanqin`(默认值, [五线谱翻谱器](#五线谱翻谱器)) `midi`([MIDI翻谱器](#MIDI翻谱器)) `keyboard`(你在网上看到的琴谱格式与此相似) +`type`: **必要键值** 决定曲谱的解析方式, 合法的值有`yuanqin`(默认值, [五线谱翻谱器](#五线谱翻谱器)) `midi`([MIDI制谱器](#MIDI制谱器)) `keyboard`(你在网上看到的琴谱格式与此相似) `bpm`: **必要键值** 曲谱的BPM (Beats Per Minute) @@ -244,6 +249,14 @@ notes 字段中包含的是乐谱内容音符**必须**使用**大写字母**, ## 更新日志 由于更新日志于3.0开始记录, 往期更新内容应该都在git的记录中, 不过我懒得翻了 +- ver 3.3.0 +1. 更新了MIDI制谱器 + - 可自选MIDI通道(支持多通道合并),并且支持MIDI试听功能 + - 自动八度修正(可选) + - 支持选择乐器,自定义曲谱元信息 + - 支持预览JSON文件和下载 +1. 新增了简谱制谱器(底层逻辑与五线谱制谱器相同,仅配图不同) + - ver 3.2.5 1. 更新了两首单曲《可不可以》- 风物之诗琴、《唯一》- 风物之诗琴 @@ -282,7 +295,7 @@ notes 字段中包含的是乐谱内容音符**必须**使用**大写字母**, 1. 初步完成了以上函数与原项目代码的适配 1. 制谱软件从assets中转移至脚本根路径的./tools文件夹下 1. 五线谱制谱软件的文件夹名称改为StaffMaker -1. MIDI翻谱器从五线谱制谱器路径中移出 +1. MIDI制谱器从五线谱制谱器路径中移出 1. 修改manifest.name为"原琴-音乐转换·自动演奏" 1. 修改settings.json, 使其更易被理解 1. 增加作者 diff --git a/repo/js/AutoYuanQin/assets/score_file/0010.卡农(MIDI转谱).json b/repo/js/AutoYuanQin/assets/score_file/0010.卡农(MIDI转谱).json index c21473019..4a32711b2 100644 --- a/repo/js/AutoYuanQin/assets/score_file/0010.卡农(MIDI转谱).json +++ b/repo/js/AutoYuanQin/assets/score_file/0010.卡农(MIDI转谱).json @@ -8,6736 +8,5 @@ "time_signature": "4/4", "composer": "曲师", "arranger": "谱师", - "notes": [ - { - "type": "on", - "note": "Z", - "time": 351.785 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 339.285 - }, - { - "type": "on", - "note": "B", - "time": 46.429 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "on", - "note": "D", - "time": 66.071 - }, - { - "type": "off", - "note": "D", - "time": 362.5 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "E", - "time": 339.285 - }, - { - "type": "off", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "M", - "time": 60.714 - }, - { - "type": "on", - "note": "W", - "time": 0.0 - }, - { - "type": "off", - "note": "M", - "time": 335.714 - }, - { - "type": "on", - "note": "B", - "time": 48.214 - }, - { - "type": "off", - "note": "B", - "time": 364.285 - }, - { - "type": "off", - "note": "W", - "time": 17.857 - }, - { - "type": "on", - "note": "S", - "time": 48.214 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "S", - "time": 319.643 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 364.285 - }, - { - "type": "off", - "note": "J", - "time": 17.857 - }, - { - "type": "on", - "note": "N", - "time": 42.857 - }, - { - "type": "on", - "note": "Q", - "time": 44.643 - }, - { - "type": "off", - "note": "N", - "time": 335.714 - }, - { - "type": "on", - "note": "C", - "time": 48.214 - }, - { - "type": "off", - "note": "C", - "time": 362.5 - }, - { - "type": "off", - "note": "Q", - "time": 21.429 - }, - { - "type": "on", - "note": "A", - "time": 44.643 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 323.214 - }, - { - "type": "on", - "note": "C", - "time": 66.071 - }, - { - "type": "off", - "note": "C", - "time": 360.714 - }, - { - "type": "off", - "note": "E", - "time": 21.429 - }, - { - "type": "on", - "note": "B", - "time": 42.857 - }, - { - "type": "on", - "note": "T", - "time": 42.857 - }, - { - "type": "off", - "note": "B", - "time": 335.714 - }, - { - "type": "on", - "note": "C", - "time": 48.214 - }, - { - "type": "off", - "note": "C", - "time": 360.714 - }, - { - "type": "off", - "note": "T", - "time": 21.429 - }, - { - "type": "on", - "note": "M", - "time": 44.643 - }, - { - "type": "on", - "note": "Y", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 323.214 - }, - { - "type": "on", - "note": "C", - "time": 66.071 - }, - { - "type": "off", - "note": "C", - "time": 360.714 - }, - { - "type": "off", - "note": "Y", - "time": 19.643 - }, - { - "type": "on", - "note": "V", - "time": 44.643 - }, - { - "type": "on", - "note": "R", - "time": 42.857 - }, - { - "type": "off", - "note": "V", - "time": 337.5 - }, - { - "type": "on", - "note": "Z", - "time": 46.429 - }, - { - "type": "off", - "note": "Z", - "time": 364.285 - }, - { - "type": "off", - "note": "R", - "time": 17.857 - }, - { - "type": "on", - "note": "N", - "time": 48.214 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 319.643 - }, - { - "type": "on", - "note": "Z", - "time": 66.071 - }, - { - "type": "off", - "note": "Z", - "time": 364.285 - }, - { - "type": "off", - "note": "Q", - "time": 17.857 - }, - { - "type": "on", - "note": "C", - "time": 42.857 - }, - { - "type": "on", - "note": "E", - "time": 46.429 - }, - { - "type": "off", - "note": "C", - "time": 335.714 - }, - { - "type": "on", - "note": "Z", - "time": 48.214 - }, - { - "type": "off", - "note": "Z", - "time": 364.285 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "on", - "note": "Z", - "time": 66.071 - }, - { - "type": "off", - "note": "E", - "time": 341.071 - }, - { - "type": "off", - "note": "Z", - "time": 21.429 - }, - { - "type": "on", - "note": "V", - "time": 62.5 - }, - { - "type": "on", - "note": "H", - "time": 44.643 - }, - { - "type": "off", - "note": "V", - "time": 333.928 - }, - { - "type": "on", - "note": "Z", - "time": 50.0 - }, - { - "type": "off", - "note": "Z", - "time": 360.714 - }, - { - "type": "off", - "note": "H", - "time": 21.429 - }, - { - "type": "on", - "note": "N", - "time": 44.643 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 323.214 - }, - { - "type": "on", - "note": "Z", - "time": 66.071 - }, - { - "type": "off", - "note": "Z", - "time": 360.714 - }, - { - "type": "off", - "note": "Q", - "time": 21.429 - }, - { - "type": "on", - "note": "B", - "time": 42.857 - }, - { - "type": "on", - "note": "Q", - "time": 42.857 - }, - { - "type": "off", - "note": "B", - "time": 337.5 - }, - { - "type": "on", - "note": "X", - "time": 48.214 - }, - { - "type": "off", - "note": "X", - "time": 360.714 - }, - { - "type": "off", - "note": "Q", - "time": 19.643 - }, - { - "type": "on", - "note": "M", - "time": 46.429 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 321.428 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "X", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "X", - "time": 323.214 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 0.0 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "B", - "time": 323.214 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "D", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "D", - "time": 319.643 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 364.285 - }, - { - "type": "off", - "note": "Q", - "time": 17.857 - }, - { - "type": "on", - "note": "M", - "time": 42.857 - }, - { - "type": "on", - "note": "G", - "time": 44.643 - }, - { - "type": "off", - "note": "M", - "time": 316.071 - }, - { - "type": "on", - "note": "B", - "time": 67.857 - }, - { - "type": "off", - "note": "B", - "time": 362.5 - }, - { - "type": "off", - "note": "G", - "time": 21.429 - }, - { - "type": "on", - "note": "S", - "time": 44.643 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "S", - "time": 323.214 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "off", - "note": "J", - "time": 21.429 - }, - { - "type": "on", - "note": "N", - "time": 42.857 - }, - { - "type": "on", - "note": "Q", - "time": 42.857 - }, - { - "type": "off", - "note": "N", - "time": 312.5 - }, - { - "type": "on", - "note": "C", - "time": 71.428 - }, - { - "type": "off", - "note": "C", - "time": 360.714 - }, - { - "type": "off", - "note": "Q", - "time": 21.429 - }, - { - "type": "on", - "note": "A", - "time": 44.643 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 323.214 - }, - { - "type": "on", - "note": "C", - "time": 66.071 - }, - { - "type": "off", - "note": "C", - "time": 360.714 - }, - { - "type": "off", - "note": "E", - "time": 19.643 - }, - { - "type": "on", - "note": "B", - "time": 44.643 - }, - { - "type": "on", - "note": "T", - "time": 42.857 - }, - { - "type": "off", - "note": "B", - "time": 314.285 - }, - { - "type": "off", - "note": "T", - "time": 44.643 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "C", - "time": 323.214 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "M", - "time": 25.0 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 319.643 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Y", - "time": 41.071 - }, - { - "type": "off", - "note": "C", - "time": 323.214 - }, - { - "type": "off", - "note": "Y", - "time": 41.071 - }, - { - "type": "on", - "note": "V", - "time": 19.643 - }, - { - "type": "on", - "note": "R", - "time": 46.429 - }, - { - "type": "off", - "note": "V", - "time": 316.071 - }, - { - "type": "off", - "note": "R", - "time": 42.857 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "N", - "time": 25.0 - }, - { - "type": "on", - "note": "W", - "time": 39.286 - }, - { - "type": "off", - "note": "N", - "time": 321.428 - }, - { - "type": "off", - "note": "W", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 321.428 - }, - { - "type": "off", - "note": "R", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 21.429 - }, - { - "type": "on", - "note": "E", - "time": 44.643 - }, - { - "type": "off", - "note": "C", - "time": 312.5 - }, - { - "type": "off", - "note": "E", - "time": 46.429 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 319.643 - }, - { - "type": "off", - "note": "W", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "B", - "time": 323.214 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 319.643 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "V", - "time": 23.214 - }, - { - "type": "on", - "note": "H", - "time": 42.857 - }, - { - "type": "off", - "note": "V", - "time": 314.285 - }, - { - "type": "off", - "note": "H", - "time": 46.429 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "G", - "time": 39.286 - }, - { - "type": "off", - "note": "Z", - "time": 321.428 - }, - { - "type": "off", - "note": "G", - "time": 41.071 - }, - { - "type": "on", - "note": "N", - "time": 25.0 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 321.428 - }, - { - "type": "off", - "note": "H", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 19.643 - }, - { - "type": "on", - "note": "Q", - "time": 0.0 - }, - { - "type": "off", - "note": "B", - "time": 316.071 - }, - { - "type": "on", - "note": "X", - "time": 67.857 - }, - { - "type": "off", - "note": "X", - "time": 364.285 - }, - { - "type": "off", - "note": "Q", - "time": 17.857 - }, - { - "type": "on", - "note": "M", - "time": 48.214 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 319.643 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "X", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "X", - "time": 323.214 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "B", - "time": 321.428 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "D", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "D", - "time": 323.214 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "off", - "note": "Q", - "time": 21.429 - }, - { - "type": "on", - "note": "M", - "time": 42.857 - }, - { - "type": "on", - "note": "G", - "time": 42.857 - }, - { - "type": "off", - "note": "M", - "time": 312.5 - }, - { - "type": "on", - "note": "B", - "time": 71.428 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "off", - "note": "G", - "time": 21.429 - }, - { - "type": "on", - "note": "S", - "time": 44.643 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "S", - "time": 323.214 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "off", - "note": "J", - "time": 19.643 - }, - { - "type": "on", - "note": "N", - "time": 44.643 - }, - { - "type": "on", - "note": "Q", - "time": 42.857 - }, - { - "type": "off", - "note": "N", - "time": 314.285 - }, - { - "type": "on", - "note": "C", - "time": 69.643 - }, - { - "type": "off", - "note": "C", - "time": 364.285 - }, - { - "type": "off", - "note": "Q", - "time": 17.857 - }, - { - "type": "on", - "note": "A", - "time": 48.214 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 319.643 - }, - { - "type": "on", - "note": "C", - "time": 66.071 - }, - { - "type": "off", - "note": "C", - "time": 364.285 - }, - { - "type": "off", - "note": "E", - "time": 17.857 - }, - { - "type": "on", - "note": "B", - "time": 42.857 - }, - { - "type": "on", - "note": "T", - "time": 46.429 - }, - { - "type": "off", - "note": "B", - "time": 316.071 - }, - { - "type": "off", - "note": "T", - "time": 42.857 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "C", - "time": 323.214 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "M", - "time": 25.0 - }, - { - "type": "on", - "note": "T", - "time": 39.286 - }, - { - "type": "off", - "note": "M", - "time": 321.428 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Y", - "time": 41.071 - }, - { - "type": "off", - "note": "C", - "time": 321.428 - }, - { - "type": "off", - "note": "Y", - "time": 41.071 - }, - { - "type": "on", - "note": "V", - "time": 21.429 - }, - { - "type": "on", - "note": "R", - "time": 44.643 - }, - { - "type": "off", - "note": "V", - "time": 312.5 - }, - { - "type": "off", - "note": "R", - "time": 46.429 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 319.643 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "N", - "time": 25.0 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 323.214 - }, - { - "type": "off", - "note": "W", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 319.643 - }, - { - "type": "off", - "note": "R", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 23.214 - }, - { - "type": "on", - "note": "E", - "time": 42.857 - }, - { - "type": "off", - "note": "C", - "time": 314.285 - }, - { - "type": "off", - "note": "E", - "time": 46.429 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "W", - "time": 39.286 - }, - { - "type": "off", - "note": "Z", - "time": 321.428 - }, - { - "type": "off", - "note": "W", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "B", - "time": 321.428 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "V", - "time": 19.643 - }, - { - "type": "on", - "note": "H", - "time": 0.0 - }, - { - "type": "off", - "note": "V", - "time": 316.071 - }, - { - "type": "off", - "note": "H", - "time": 42.857 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "G", - "time": 41.071 - }, - { - "type": "on", - "note": "N", - "time": 25.0 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 319.643 - }, - { - "type": "off", - "note": "H", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 19.643 - }, - { - "type": "on", - "note": "Q", - "time": 44.643 - }, - { - "type": "off", - "note": "B", - "time": 316.071 - }, - { - "type": "on", - "note": "X", - "time": 67.857 - }, - { - "type": "off", - "note": "X", - "time": 362.5 - }, - { - "type": "off", - "note": "Q", - "time": 21.429 - }, - { - "type": "on", - "note": "M", - "time": 44.643 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 323.214 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "X", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 53.571 - }, - { - "type": "on", - "note": "Z", - "time": 12.5 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "off", - "note": "E", - "time": 21.429 - }, - { - "type": "on", - "note": "D", - "time": 44.643 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 57.143 - }, - { - "type": "off", - "note": "D", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "Q", - "time": 160.714 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 51.786 - }, - { - "type": "on", - "note": "M", - "time": 12.5 - }, - { - "type": "off", - "note": "M", - "time": 314.285 - }, - { - "type": "on", - "note": "B", - "time": 69.643 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "B", - "time": 323.214 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "S", - "time": 25.0 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "R", - "time": 158.928 - }, - { - "type": "on", - "note": "E", - "time": 53.571 - }, - { - "type": "off", - "note": "S", - "time": 107.143 - }, - { - "type": "off", - "note": "E", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "on", - "note": "N", - "time": 60.714 - }, - { - "type": "off", - "note": "N", - "time": 316.071 - }, - { - "type": "on", - "note": "C", - "time": 67.857 - }, - { - "type": "off", - "note": "C", - "time": 364.285 - }, - { - "type": "off", - "note": "Q", - "time": 8.929 - }, - { - "type": "on", - "note": "A", - "time": 57.143 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "A", - "time": 321.428 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 57.143 - }, - { - "type": "off", - "note": "C", - "time": 105.357 - }, - { - "type": "off", - "note": "Q", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 8.929 - }, - { - "type": "on", - "note": "J", - "time": 44.643 - }, - { - "type": "off", - "note": "J", - "time": 153.571 - }, - { - "type": "on", - "note": "G", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 103.571 - }, - { - "type": "off", - "note": "G", - "time": 55.357 - }, - { - "type": "on", - "note": "C", - "time": 16.071 - }, - { - "type": "on", - "note": "D", - "time": 214.286 - }, - { - "type": "off", - "note": "C", - "time": 146.428 - }, - { - "type": "on", - "note": "M", - "time": 66.071 - }, - { - "type": "off", - "note": "D", - "time": 351.785 - }, - { - "type": "off", - "note": "M", - "time": 12.5 - }, - { - "type": "on", - "note": "C", - "time": 66.071 - }, - { - "type": "on", - "note": "F", - "time": 41.071 - }, - { - "type": "off", - "note": "F", - "time": 158.928 - }, - { - "type": "on", - "note": "G", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "G", - "time": 51.786 - }, - { - "type": "on", - "note": "V", - "time": 12.5 - }, - { - "type": "on", - "note": "H", - "time": 42.857 - }, - { - "type": "off", - "note": "V", - "time": 314.285 - }, - { - "type": "on", - "note": "Z", - "time": 71.428 - }, - { - "type": "off", - "note": "H", - "time": 176.786 - }, - { - "type": "on", - "note": "J", - "time": 76.786 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "on", - "note": "N", - "time": 66.071 - }, - { - "type": "off", - "note": "N", - "time": 362.5 - }, - { - "type": "off", - "note": "J", - "time": 30.357 - }, - { - "type": "on", - "note": "Z", - "time": 35.714 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 19.643 - }, - { - "type": "on", - "note": "G", - "time": 0.0 - }, - { - "type": "off", - "note": "C", - "time": 316.071 - }, - { - "type": "on", - "note": "Z", - "time": 67.857 - }, - { - "type": "off", - "note": "Z", - "time": 364.285 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 360.714 - }, - { - "type": "on", - "note": "Z", - "time": 66.071 - }, - { - "type": "off", - "note": "G", - "time": 341.071 - }, - { - "type": "off", - "note": "Z", - "time": 23.214 - }, - { - "type": "on", - "note": "V", - "time": 60.714 - }, - { - "type": "on", - "note": "H", - "time": 44.643 - }, - { - "type": "off", - "note": "V", - "time": 316.071 - }, - { - "type": "on", - "note": "Z", - "time": 67.857 - }, - { - "type": "off", - "note": "Z", - "time": 362.5 - }, - { - "type": "on", - "note": "N", - "time": 66.071 - }, - { - "type": "off", - "note": "H", - "time": 157.143 - }, - { - "type": "on", - "note": "F", - "time": 98.214 - }, - { - "type": "off", - "note": "N", - "time": 108.928 - }, - { - "type": "off", - "note": "F", - "time": 50.0 - }, - { - "type": "on", - "note": "Z", - "time": 16.071 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "H", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 10.714 - }, - { - "type": "on", - "note": "Q", - "time": 42.857 - }, - { - "type": "off", - "note": "B", - "time": 312.5 - }, - { - "type": "on", - "note": "X", - "time": 71.428 - }, - { - "type": "off", - "note": "X", - "time": 360.714 - }, - { - "type": "off", - "note": "Q", - "time": 21.429 - }, - { - "type": "on", - "note": "M", - "time": 44.643 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 323.214 - }, - { - "type": "off", - "note": "J", - "time": 41.071 - }, - { - "type": "on", - "note": "X", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "Q", - "time": 160.714 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 51.786 - }, - { - "type": "on", - "note": "Z", - "time": 14.286 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "B", - "time": 364.285 - }, - { - "type": "off", - "note": "E", - "time": 17.857 - }, - { - "type": "on", - "note": "D", - "time": 48.214 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "D", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "off", - "note": "W", - "time": 50.0 - }, - { - "type": "on", - "note": "M", - "time": 10.714 - }, - { - "type": "off", - "note": "M", - "time": 316.071 - }, - { - "type": "on", - "note": "B", - "time": 67.857 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "B", - "time": 323.214 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "S", - "time": 25.0 - }, - { - "type": "on", - "note": "R", - "time": 39.286 - }, - { - "type": "off", - "note": "R", - "time": 160.714 - }, - { - "type": "on", - "note": "E", - "time": 53.571 - }, - { - "type": "off", - "note": "S", - "time": 107.143 - }, - { - "type": "off", - "note": "E", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 105.357 - }, - { - "type": "on", - "note": "N", - "time": 62.5 - }, - { - "type": "off", - "note": "N", - "time": 312.5 - }, - { - "type": "on", - "note": "C", - "time": 71.428 - }, - { - "type": "off", - "note": "C", - "time": 360.714 - }, - { - "type": "off", - "note": "Q", - "time": 8.929 - }, - { - "type": "on", - "note": "A", - "time": 57.143 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 323.214 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "J", - "time": 42.857 - }, - { - "type": "off", - "note": "J", - "time": 155.357 - }, - { - "type": "on", - "note": "G", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 101.786 - }, - { - "type": "off", - "note": "G", - "time": 57.143 - }, - { - "type": "on", - "note": "C", - "time": 14.286 - }, - { - "type": "on", - "note": "D", - "time": 212.5 - }, - { - "type": "off", - "note": "C", - "time": 148.214 - }, - { - "type": "on", - "note": "M", - "time": 66.071 - }, - { - "type": "off", - "note": "D", - "time": 351.785 - }, - { - "type": "off", - "note": "M", - "time": 10.714 - }, - { - "type": "on", - "note": "C", - "time": 66.071 - }, - { - "type": "on", - "note": "F", - "time": 41.071 - }, - { - "type": "off", - "note": "F", - "time": 158.928 - }, - { - "type": "on", - "note": "G", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 108.928 - }, - { - "type": "off", - "note": "G", - "time": 50.0 - }, - { - "type": "on", - "note": "V", - "time": 10.714 - }, - { - "type": "on", - "note": "H", - "time": 0.0 - }, - { - "type": "off", - "note": "V", - "time": 316.071 - }, - { - "type": "on", - "note": "Z", - "time": 67.857 - }, - { - "type": "off", - "note": "Z", - "time": 364.285 - }, - { - "type": "off", - "note": "H", - "time": 17.857 - }, - { - "type": "on", - "note": "N", - "time": 48.214 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 319.643 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 323.214 - }, - { - "type": "off", - "note": "R", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 19.643 - }, - { - "type": "on", - "note": "E", - "time": 44.643 - }, - { - "type": "off", - "note": "C", - "time": 316.071 - }, - { - "type": "off", - "note": "E", - "time": 42.857 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 105.357 - }, - { - "type": "on", - "note": "B", - "time": 66.071 - }, - { - "type": "off", - "note": "Q", - "time": 189.286 - }, - { - "type": "off", - "note": "B", - "time": 175.0 - }, - { - "type": "on", - "note": "Z", - "time": 66.071 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 319.643 - }, - { - "type": "off", - "note": "G", - "time": 41.071 - }, - { - "type": "on", - "note": "V", - "time": 23.214 - }, - { - "type": "on", - "note": "H", - "time": 42.857 - }, - { - "type": "off", - "note": "V", - "time": 312.5 - }, - { - "type": "on", - "note": "Z", - "time": 71.428 - }, - { - "type": "off", - "note": "Z", - "time": 360.714 - }, - { - "type": "on", - "note": "N", - "time": 66.071 - }, - { - "type": "off", - "note": "H", - "time": 157.143 - }, - { - "type": "on", - "note": "F", - "time": 100.0 - }, - { - "type": "off", - "note": "N", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 51.786 - }, - { - "type": "on", - "note": "Z", - "time": 14.286 - }, - { - "type": "on", - "note": "H", - "time": 39.286 - }, - { - "type": "off", - "note": "H", - "time": 160.714 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "J", - "time": 42.857 - }, - { - "type": "off", - "note": "B", - "time": 314.285 - }, - { - "type": "on", - "note": "X", - "time": 69.643 - }, - { - "type": "off", - "note": "X", - "time": 364.285 - }, - { - "type": "off", - "note": "J", - "time": 17.857 - }, - { - "type": "on", - "note": "M", - "time": 48.214 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "M", - "time": 319.643 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "X", - "time": 25.0 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 55.357 - }, - { - "type": "off", - "note": "X", - "time": 108.928 - }, - { - "type": "off", - "note": "Q", - "time": 50.0 - }, - { - "type": "on", - "note": "Z", - "time": 16.071 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 51.786 - }, - { - "type": "on", - "note": "D", - "time": 14.286 - }, - { - "type": "on", - "note": "T", - "time": 39.286 - }, - { - "type": "off", - "note": "D", - "time": 321.428 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 105.357 - }, - { - "type": "off", - "note": "R", - "time": 53.571 - }, - { - "type": "on", - "note": "M", - "time": 8.929 - }, - { - "type": "on", - "note": "T", - "time": 44.643 - }, - { - "type": "off", - "note": "T", - "time": 153.571 - }, - { - "type": "on", - "note": "G", - "time": 55.357 - }, - { - "type": "off", - "note": "M", - "time": 103.571 - }, - { - "type": "off", - "note": "G", - "time": 55.357 - }, - { - "type": "on", - "note": "B", - "time": 16.071 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "H", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "J", - "time": 53.571 - }, - { - "type": "on", - "note": "S", - "time": 12.5 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 55.357 - }, - { - "type": "off", - "note": "S", - "time": 108.928 - }, - { - "type": "off", - "note": "W", - "time": 50.0 - }, - { - "type": "on", - "note": "B", - "time": 16.071 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 51.786 - }, - { - "type": "on", - "note": "N", - "time": 12.5 - }, - { - "type": "on", - "note": "E", - "time": 42.857 - }, - { - "type": "off", - "note": "N", - "time": 314.285 - }, - { - "type": "off", - "note": "E", - "time": 46.429 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "Q", - "time": 160.714 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 51.786 - }, - { - "type": "on", - "note": "A", - "time": 14.286 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 321.428 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "D", - "time": 0.0 - }, - { - "type": "off", - "note": "D", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 96.428 - }, - { - "type": "off", - "note": "C", - "time": 108.928 - }, - { - "type": "off", - "note": "F", - "time": 50.0 - }, - { - "type": "on", - "note": "B", - "time": 10.714 - }, - { - "type": "on", - "note": "G", - "time": 0.0 - }, - { - "type": "off", - "note": "G", - "time": 157.143 - }, - { - "type": "on", - "note": "H", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 105.357 - }, - { - "type": "off", - "note": "H", - "time": 55.357 - }, - { - "type": "on", - "note": "C", - "time": 12.5 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 108.928 - }, - { - "type": "off", - "note": "F", - "time": 50.0 - }, - { - "type": "on", - "note": "M", - "time": 16.071 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "D", - "time": 12.5 - }, - { - "type": "off", - "note": "M", - "time": 148.214 - }, - { - "type": "off", - "note": "D", - "time": 10.714 - }, - { - "type": "on", - "note": "C", - "time": 55.357 - }, - { - "type": "on", - "note": "F", - "time": 41.071 - }, - { - "type": "off", - "note": "F", - "time": 158.928 - }, - { - "type": "on", - "note": "G", - "time": 57.143 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "G", - "time": 51.786 - }, - { - "type": "on", - "note": "V", - "time": 8.929 - }, - { - "type": "on", - "note": "H", - "time": 44.643 - }, - { - "type": "off", - "note": "V", - "time": 316.071 - }, - { - "type": "off", - "note": "H", - "time": 42.857 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 105.357 - }, - { - "type": "off", - "note": "J", - "time": 53.571 - }, - { - "type": "on", - "note": "N", - "time": 12.5 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 323.214 - }, - { - "type": "off", - "note": "H", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 53.571 - }, - { - "type": "on", - "note": "C", - "time": 10.714 - }, - { - "type": "on", - "note": "G", - "time": 42.857 - }, - { - "type": "off", - "note": "G", - "time": 153.571 - }, - { - "type": "on", - "note": "F", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 103.571 - }, - { - "type": "off", - "note": "F", - "time": 55.357 - }, - { - "type": "on", - "note": "Z", - "time": 16.071 - }, - { - "type": "on", - "note": "D", - "time": 0.0 - }, - { - "type": "off", - "note": "D", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 94.643 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "H", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "H", - "time": 51.786 - }, - { - "type": "on", - "note": "Z", - "time": 14.286 - }, - { - "type": "on", - "note": "J", - "time": 39.286 - }, - { - "type": "off", - "note": "J", - "time": 160.714 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 51.786 - }, - { - "type": "on", - "note": "V", - "time": 12.5 - }, - { - "type": "on", - "note": "H", - "time": 42.857 - }, - { - "type": "off", - "note": "V", - "time": 314.285 - }, - { - "type": "off", - "note": "H", - "time": 44.643 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 55.357 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "J", - "time": 50.0 - }, - { - "type": "on", - "note": "N", - "time": 16.071 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 319.643 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 55.357 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "Q", - "time": 50.0 - }, - { - "type": "on", - "note": "B", - "time": 10.714 - }, - { - "type": "on", - "note": "J", - "time": 46.429 - }, - { - "type": "off", - "note": "J", - "time": 157.143 - }, - { - "type": "on", - "note": "H", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 105.357 - }, - { - "type": "off", - "note": "H", - "time": 53.571 - }, - { - "type": "on", - "note": "X", - "time": 14.286 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 57.143 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 51.786 - }, - { - "type": "on", - "note": "M", - "time": 14.286 - }, - { - "type": "on", - "note": "W", - "time": 39.286 - }, - { - "type": "off", - "note": "W", - "time": 160.714 - }, - { - "type": "on", - "note": "E", - "time": 53.571 - }, - { - "type": "off", - "note": "M", - "time": 107.143 - }, - { - "type": "off", - "note": "E", - "time": 51.786 - }, - { - "type": "on", - "note": "X", - "time": 14.286 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "R", - "time": 158.928 - }, - { - "type": "on", - "note": "T", - "time": 57.143 - }, - { - "type": "off", - "note": "X", - "time": 105.357 - }, - { - "type": "off", - "note": "T", - "time": 53.571 - }, - { - "type": "on", - "note": "Z", - "time": 12.5 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 53.571 - }, - { - "type": "on", - "note": "D", - "time": 12.5 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "D", - "time": 323.214 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 51.786 - }, - { - "type": "on", - "note": "M", - "time": 12.5 - }, - { - "type": "on", - "note": "T", - "time": 42.857 - }, - { - "type": "off", - "note": "T", - "time": 155.357 - }, - { - "type": "on", - "note": "G", - "time": 57.143 - }, - { - "type": "off", - "note": "M", - "time": 101.786 - }, - { - "type": "off", - "note": "G", - "time": 57.143 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "H", - "time": 39.286 - }, - { - "type": "off", - "note": "H", - "time": 160.714 - }, - { - "type": "on", - "note": "J", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "J", - "time": 51.786 - }, - { - "type": "on", - "note": "S", - "time": 14.286 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 57.143 - }, - { - "type": "off", - "note": "S", - "time": 105.357 - }, - { - "type": "off", - "note": "W", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "off", - "note": "R", - "time": 50.0 - }, - { - "type": "on", - "note": "N", - "time": 10.714 - }, - { - "type": "on", - "note": "E", - "time": 0.0 - }, - { - "type": "off", - "note": "N", - "time": 316.071 - }, - { - "type": "off", - "note": "E", - "time": 42.857 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 108.928 - }, - { - "type": "off", - "note": "W", - "time": 50.0 - }, - { - "type": "on", - "note": "A", - "time": 16.071 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 319.643 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "D", - "time": 0.0 - }, - { - "type": "off", - "note": "D", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 98.214 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 8.929 - }, - { - "type": "on", - "note": "G", - "time": 44.643 - }, - { - "type": "off", - "note": "G", - "time": 157.143 - }, - { - "type": "on", - "note": "H", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 105.357 - }, - { - "type": "off", - "note": "H", - "time": 53.571 - }, - { - "type": "on", - "note": "C", - "time": 14.286 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 57.143 - }, - { - "type": "off", - "note": "C", - "time": 105.357 - }, - { - "type": "off", - "note": "F", - "time": 53.571 - }, - { - "type": "on", - "note": "M", - "time": 12.5 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "D", - "time": 14.286 - }, - { - "type": "off", - "note": "M", - "time": 150.0 - }, - { - "type": "off", - "note": "D", - "time": 8.929 - }, - { - "type": "on", - "note": "C", - "time": 57.143 - }, - { - "type": "on", - "note": "F", - "time": 41.071 - }, - { - "type": "off", - "note": "F", - "time": 158.928 - }, - { - "type": "on", - "note": "G", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "G", - "time": 53.571 - }, - { - "type": "on", - "note": "V", - "time": 10.714 - }, - { - "type": "on", - "note": "H", - "time": 42.857 - }, - { - "type": "off", - "note": "V", - "time": 312.5 - }, - { - "type": "off", - "note": "H", - "time": 46.429 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "J", - "time": 51.786 - }, - { - "type": "on", - "note": "N", - "time": 14.286 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 323.214 - }, - { - "type": "off", - "note": "H", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "G", - "time": 39.286 - }, - { - "type": "off", - "note": "G", - "time": 160.714 - }, - { - "type": "on", - "note": "F", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 51.786 - }, - { - "type": "on", - "note": "C", - "time": 12.5 - }, - { - "type": "on", - "note": "G", - "time": 42.857 - }, - { - "type": "off", - "note": "G", - "time": 155.357 - }, - { - "type": "on", - "note": "F", - "time": 57.143 - }, - { - "type": "off", - "note": "C", - "time": 101.786 - }, - { - "type": "off", - "note": "F", - "time": 57.143 - }, - { - "type": "on", - "note": "Z", - "time": 12.5 - }, - { - "type": "on", - "note": "D", - "time": 0.0 - }, - { - "type": "off", - "note": "D", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 96.428 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "F", - "time": 50.0 - }, - { - "type": "on", - "note": "B", - "time": 16.071 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "H", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "H", - "time": 53.571 - }, - { - "type": "on", - "note": "Z", - "time": 12.5 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 55.357 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "Q", - "time": 50.0 - }, - { - "type": "on", - "note": "V", - "time": 10.714 - }, - { - "type": "on", - "note": "H", - "time": 46.429 - }, - { - "type": "off", - "note": "V", - "time": 316.071 - }, - { - "type": "off", - "note": "H", - "time": 42.857 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "J", - "time": 51.786 - }, - { - "type": "on", - "note": "N", - "time": 14.286 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "N", - "time": 321.428 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 105.357 - }, - { - "type": "off", - "note": "Q", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 8.929 - }, - { - "type": "on", - "note": "J", - "time": 44.643 - }, - { - "type": "off", - "note": "J", - "time": 153.571 - }, - { - "type": "on", - "note": "H", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 103.571 - }, - { - "type": "off", - "note": "H", - "time": 55.357 - }, - { - "type": "on", - "note": "X", - "time": 16.071 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 53.571 - }, - { - "type": "on", - "note": "M", - "time": 12.5 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "E", - "time": 55.357 - }, - { - "type": "off", - "note": "M", - "time": 108.928 - }, - { - "type": "off", - "note": "E", - "time": 50.0 - }, - { - "type": "on", - "note": "X", - "time": 16.071 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "R", - "time": 158.928 - }, - { - "type": "on", - "note": "T", - "time": 53.571 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "T", - "time": 51.786 - }, - { - "type": "on", - "note": "Z", - "time": 14.286 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "Z", - "time": 319.643 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 39.286 - }, - { - "type": "off", - "note": "E", - "time": 160.714 - }, - { - "type": "on", - "note": "R", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 51.786 - }, - { - "type": "on", - "note": "D", - "time": 14.286 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "D", - "time": 321.428 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "off", - "note": "R", - "time": 50.0 - }, - { - "type": "on", - "note": "M", - "time": 10.714 - }, - { - "type": "on", - "note": "T", - "time": 0.0 - }, - { - "type": "off", - "note": "T", - "time": 157.143 - }, - { - "type": "on", - "note": "G", - "time": 53.571 - }, - { - "type": "off", - "note": "M", - "time": 105.357 - }, - { - "type": "off", - "note": "G", - "time": 55.357 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "H", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "off", - "note": "J", - "time": 50.0 - }, - { - "type": "on", - "note": "S", - "time": 16.071 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "S", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 51.786 - }, - { - "type": "on", - "note": "N", - "time": 8.929 - }, - { - "type": "on", - "note": "E", - "time": 44.643 - }, - { - "type": "off", - "note": "N", - "time": 316.071 - }, - { - "type": "off", - "note": "E", - "time": 42.857 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 57.143 - }, - { - "type": "off", - "note": "C", - "time": 105.357 - }, - { - "type": "off", - "note": "W", - "time": 53.571 - }, - { - "type": "on", - "note": "A", - "time": 12.5 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 323.214 - }, - { - "type": "off", - "note": "E", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "D", - "time": 0.0 - }, - { - "type": "off", - "note": "D", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 94.643 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 10.714 - }, - { - "type": "on", - "note": "G", - "time": 42.857 - }, - { - "type": "off", - "note": "G", - "time": 153.571 - }, - { - "type": "on", - "note": "H", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 103.571 - }, - { - "type": "off", - "note": "H", - "time": 55.357 - }, - { - "type": "on", - "note": "C", - "time": 16.071 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 51.786 - }, - { - "type": "on", - "note": "M", - "time": 14.286 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "D", - "time": 16.071 - }, - { - "type": "off", - "note": "M", - "time": 148.214 - }, - { - "type": "off", - "note": "D", - "time": 10.714 - }, - { - "type": "on", - "note": "C", - "time": 55.357 - }, - { - "type": "on", - "note": "F", - "time": 39.286 - }, - { - "type": "off", - "note": "F", - "time": 160.714 - }, - { - "type": "on", - "note": "G", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "G", - "time": 51.786 - }, - { - "type": "on", - "note": "V", - "time": 8.929 - }, - { - "type": "on", - "note": "H", - "time": 46.429 - }, - { - "type": "off", - "note": "V", - "time": 314.285 - }, - { - "type": "off", - "note": "H", - "time": 44.643 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 55.357 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "J", - "time": 50.0 - }, - { - "type": "on", - "note": "N", - "time": 16.071 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 319.643 - }, - { - "type": "off", - "note": "H", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "G", - "time": 41.071 - }, - { - "type": "off", - "note": "G", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 55.357 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "F", - "time": 50.0 - }, - { - "type": "on", - "note": "C", - "time": 8.929 - }, - { - "type": "on", - "note": "G", - "time": 48.214 - }, - { - "type": "off", - "note": "G", - "time": 157.143 - }, - { - "type": "on", - "note": "F", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 103.571 - }, - { - "type": "off", - "note": "F", - "time": 55.357 - }, - { - "type": "on", - "note": "Z", - "time": 14.286 - }, - { - "type": "on", - "note": "D", - "time": 0.0 - }, - { - "type": "off", - "note": "D", - "time": 158.928 - }, - { - "type": "on", - "note": "F", - "time": 98.214 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "G", - "time": 39.286 - }, - { - "type": "off", - "note": "G", - "time": 160.714 - }, - { - "type": "on", - "note": "H", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "H", - "time": 51.786 - }, - { - "type": "on", - "note": "Z", - "time": 14.286 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 105.357 - }, - { - "type": "off", - "note": "Q", - "time": 53.571 - }, - { - "type": "on", - "note": "V", - "time": 8.929 - }, - { - "type": "on", - "note": "H", - "time": 44.643 - }, - { - "type": "off", - "note": "V", - "time": 310.714 - }, - { - "type": "off", - "note": "H", - "time": 48.214 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "J", - "time": 53.571 - }, - { - "type": "on", - "note": "N", - "time": 12.5 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 323.214 - }, - { - "type": "off", - "note": "Q", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "J", - "time": 41.071 - }, - { - "type": "off", - "note": "J", - "time": 158.928 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 8.929 - }, - { - "type": "on", - "note": "J", - "time": 46.429 - }, - { - "type": "off", - "note": "J", - "time": 155.357 - }, - { - "type": "on", - "note": "H", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 100.0 - }, - { - "type": "off", - "note": "H", - "time": 58.929 - }, - { - "type": "on", - "note": "X", - "time": 14.286 - }, - { - "type": "on", - "note": "J", - "time": 39.286 - }, - { - "type": "off", - "note": "J", - "time": 160.714 - }, - { - "type": "on", - "note": "Q", - "time": 53.571 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "Q", - "time": 51.786 - }, - { - "type": "on", - "note": "M", - "time": 14.286 - }, - { - "type": "on", - "note": "W", - "time": 41.071 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "E", - "time": 57.143 - }, - { - "type": "off", - "note": "M", - "time": 105.357 - }, - { - "type": "off", - "note": "E", - "time": 53.571 - }, - { - "type": "on", - "note": "X", - "time": 12.5 - }, - { - "type": "on", - "note": "R", - "time": 41.071 - }, - { - "type": "off", - "note": "R", - "time": 158.928 - }, - { - "type": "on", - "note": "T", - "time": 55.357 - }, - { - "type": "off", - "note": "X", - "time": 108.928 - }, - { - "type": "off", - "note": "T", - "time": 50.0 - }, - { - "type": "on", - "note": "Z", - "time": 16.071 - }, - { - "type": "on", - "note": "T", - "time": 0.0 - }, - { - "type": "off", - "note": "Z", - "time": 317.857 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "off", - "note": "R", - "time": 50.0 - }, - { - "type": "on", - "note": "D", - "time": 16.071 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "D", - "time": 319.643 - }, - { - "type": "off", - "note": "T", - "time": 41.071 - }, - { - "type": "on", - "note": "B", - "time": 25.0 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 51.786 - }, - { - "type": "on", - "note": "M", - "time": 8.929 - }, - { - "type": "on", - "note": "T", - "time": 44.643 - }, - { - "type": "off", - "note": "T", - "time": 157.143 - }, - { - "type": "on", - "note": "G", - "time": 53.571 - }, - { - "type": "off", - "note": "M", - "time": 101.786 - }, - { - "type": "off", - "note": "G", - "time": 57.143 - }, - { - "type": "on", - "note": "B", - "time": 14.286 - }, - { - "type": "on", - "note": "H", - "time": 41.071 - }, - { - "type": "off", - "note": "H", - "time": 158.928 - }, - { - "type": "on", - "note": "J", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 105.357 - }, - { - "type": "off", - "note": "J", - "time": 53.571 - }, - { - "type": "on", - "note": "S", - "time": 12.5 - }, - { - "type": "on", - "note": "Q", - "time": 41.071 - }, - { - "type": "off", - "note": "Q", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 55.357 - }, - { - "type": "off", - "note": "S", - "time": 108.928 - }, - { - "type": "off", - "note": "W", - "time": 50.0 - }, - { - "type": "on", - "note": "B", - "time": 16.071 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 53.571 - }, - { - "type": "on", - "note": "N", - "time": 8.929 - }, - { - "type": "on", - "note": "E", - "time": 44.643 - }, - { - "type": "off", - "note": "N", - "time": 312.5 - }, - { - "type": "off", - "note": "E", - "time": 46.429 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Y", - "time": 41.071 - }, - { - "type": "off", - "note": "Y", - "time": 158.928 - }, - { - "type": "on", - "note": "U", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "U", - "time": 51.786 - }, - { - "type": "on", - "note": "A", - "time": 14.286 - }, - { - "type": "on", - "note": "K", - "time": 41.071 - }, - { - "type": "off", - "note": "A", - "time": 323.214 - }, - { - "type": "off", - "note": "K", - "time": 41.071 - }, - { - "type": "on", - "note": "C", - "time": 25.0 - }, - { - "type": "on", - "note": "Q", - "time": 39.286 - }, - { - "type": "off", - "note": "Q", - "time": 160.714 - }, - { - "type": "on", - "note": "W", - "time": 53.571 - }, - { - "type": "off", - "note": "C", - "time": 107.143 - }, - { - "type": "off", - "note": "W", - "time": 51.786 - }, - { - "type": "on", - "note": "B", - "time": 8.929 - }, - { - "type": "on", - "note": "E", - "time": 46.429 - }, - { - "type": "off", - "note": "E", - "time": 155.357 - }, - { - "type": "on", - "note": "R", - "time": 57.143 - }, - { - "type": "off", - "note": "B", - "time": 101.786 - }, - { - "type": "off", - "note": "R", - "time": 57.143 - }, - { - "type": "on", - "note": "C", - "time": 12.5 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "W", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 108.928 - }, - { - "type": "off", - "note": "W", - "time": 50.0 - }, - { - "type": "on", - "note": "M", - "time": 16.071 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "K", - "time": 53.571 - }, - { - "type": "off", - "note": "M", - "time": 107.143 - }, - { - "type": "off", - "note": "K", - "time": 53.571 - }, - { - "type": "on", - "note": "C", - "time": 12.5 - }, - { - "type": "on", - "note": "U", - "time": 41.071 - }, - { - "type": "off", - "note": "U", - "time": 158.928 - }, - { - "type": "on", - "note": "K", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 108.928 - }, - { - "type": "off", - "note": "K", - "time": 50.0 - }, - { - "type": "on", - "note": "V", - "time": 8.929 - }, - { - "type": "on", - "note": "Y", - "time": 48.214 - }, - { - "type": "off", - "note": "V", - "time": 314.285 - }, - { - "type": "off", - "note": "Y", - "time": 44.643 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "K", - "time": 41.071 - }, - { - "type": "off", - "note": "K", - "time": 158.928 - }, - { - "type": "on", - "note": "U", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "U", - "time": 51.786 - }, - { - "type": "on", - "note": "N", - "time": 14.286 - }, - { - "type": "on", - "note": "Y", - "time": 39.286 - }, - { - "type": "off", - "note": "N", - "time": 321.428 - }, - { - "type": "off", - "note": "Y", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "T", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 57.143 - }, - { - "type": "off", - "note": "Z", - "time": 105.357 - }, - { - "type": "off", - "note": "R", - "time": 53.571 - }, - { - "type": "on", - "note": "C", - "time": 8.929 - }, - { - "type": "on", - "note": "T", - "time": 44.643 - }, - { - "type": "off", - "note": "T", - "time": 153.571 - }, - { - "type": "on", - "note": "R", - "time": 55.357 - }, - { - "type": "off", - "note": "C", - "time": 101.786 - }, - { - "type": "off", - "note": "R", - "time": 57.143 - }, - { - "type": "on", - "note": "Z", - "time": 16.071 - }, - { - "type": "on", - "note": "E", - "time": 41.071 - }, - { - "type": "off", - "note": "E", - "time": 158.928 - }, - { - "type": "on", - "note": "R", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "R", - "time": 53.571 - }, - { - "type": "on", - "note": "B", - "time": 12.5 - }, - { - "type": "on", - "note": "T", - "time": 41.071 - }, - { - "type": "off", - "note": "T", - "time": 158.928 - }, - { - "type": "on", - "note": "Y", - "time": 55.357 - }, - { - "type": "off", - "note": "B", - "time": 108.928 - }, - { - "type": "off", - "note": "Y", - "time": 50.0 - }, - { - "type": "on", - "note": "Z", - "time": 16.071 - }, - { - "type": "on", - "note": "U", - "time": 41.071 - }, - { - "type": "off", - "note": "U", - "time": 158.928 - }, - { - "type": "on", - "note": "K", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "K", - "time": 51.786 - }, - { - "type": "on", - "note": "V", - "time": 8.929 - }, - { - "type": "on", - "note": "Y", - "time": 46.429 - }, - { - "type": "off", - "note": "V", - "time": 312.5 - }, - { - "type": "off", - "note": "Y", - "time": 48.214 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "K", - "time": 39.286 - }, - { - "type": "off", - "note": "K", - "time": 160.714 - }, - { - "type": "on", - "note": "U", - "time": 53.571 - }, - { - "type": "off", - "note": "Z", - "time": 107.143 - }, - { - "type": "off", - "note": "U", - "time": 51.786 - }, - { - "type": "on", - "note": "N", - "time": 14.286 - }, - { - "type": "on", - "note": "K", - "time": 41.071 - }, - { - "type": "off", - "note": "N", - "time": 321.428 - }, - { - "type": "off", - "note": "K", - "time": 41.071 - }, - { - "type": "on", - "note": "Z", - "time": 25.0 - }, - { - "type": "on", - "note": "U", - "time": 41.071 - }, - { - "type": "off", - "note": "U", - "time": 158.928 - }, - { - "type": "on", - "note": "Y", - "time": 55.357 - }, - { - "type": "off", - "note": "Z", - "time": 108.928 - }, - { - "type": "off", - "note": "Y", - "time": 50.0 - }, - { - "type": "on", - "note": "B", - "time": 8.929 - }, - { - "type": "on", - "note": "U", - "time": 0.0 - }, - { - "type": "off", - "note": "U", - "time": 157.143 - }, - { - "type": "on", - "note": "K", - "time": 53.571 - }, - { - "type": "off", - "note": "B", - "time": 103.571 - }, - { - "type": "off", - "note": "K", - "time": 57.143 - }, - { - "type": "on", - "note": "X", - "time": 12.5 - }, - { - "type": "on", - "note": "W", - "time": 39.286 - }, - { - "type": "off", - "note": "W", - "time": 158.928 - }, - { - "type": "on", - "note": "K", - "time": 57.143 - }, - { - "type": "off", - "note": "X", - "time": 108.928 - }, - { - "type": "off", - "note": "K", - "time": 50.0 - }, - { - "type": "on", - "note": "M", - "time": 16.071 - }, - { - "type": "on", - "note": "U", - "time": 41.071 - }, - { - "type": "off", - "note": "U", - "time": 158.928 - }, - { - "type": "on", - "note": "K", - "time": 53.571 - }, - { - "type": "off", - "note": "M", - "time": 107.143 - }, - { - "type": "off", - "note": "K", - "time": 51.786 - }, - { - "type": "on", - "note": "X", - "time": 14.286 - }, - { - "type": "on", - "note": "Y", - "time": 41.071 - }, - { - "type": "off", - "note": "Y", - "time": 158.928 - }, - { - "type": "on", - "note": "U", - "time": 57.143 - }, - { - "type": "off", - "note": "X", - "time": 107.143 - }, - { - "type": "off", - "note": "U", - "time": 51.786 - }, - { - "type": "on", - "note": "Z", - "time": 8.929 - }, - { - "type": "on", - "note": "Z", - "time": 5.357 - }, - { - "type": "on", - "note": "K", - "time": 39.286 - }, - { - "type": "off", - "note": "K", - "time": 358.928 - }, - { - "type": "on", - "note": "G", - "time": 66.071 - }, - { - "type": "off", - "note": "G", - "time": 362.5 - }, - { - "type": "on", - "note": "Q", - "time": 66.071 - }, - { - "type": "off", - "note": "Q", - "time": 364.285 - }, - { - "type": "on", - "note": "E", - "time": 66.071 - }, - { - "type": "off", - "note": "Z", - "time": 250.0 - }, - { - "type": "off", - "note": "Z", - "time": 7.143 - }, - { - "type": "off", - "note": "E", - "time": 103.571 - }, - { - "type": "on", - "note": "B", - "time": 16.071 - }, - { - "type": "on", - "note": "B", - "time": 5.357 - }, - { - "type": "on", - "note": "G", - "time": 425.0 - }, - { - "type": "off", - "note": "G", - "time": 360.714 - }, - { - "type": "on", - "note": "J", - "time": 66.071 - }, - { - "type": "off", - "note": "J", - "time": 364.285 - }, - { - "type": "on", - "note": "W", - "time": 64.286 - }, - { - "type": "off", - "note": "B", - "time": 248.214 - }, - { - "type": "off", - "note": "B", - "time": 5.357 - }, - { - "type": "off", - "note": "W", - "time": 108.928 - }, - { - "type": "on", - "note": "N", - "time": 17.857 - }, - { - "type": "on", - "note": "N", - "time": 1.786 - }, - { - "type": "on", - "note": "D", - "time": 425.0 - }, - { - "type": "off", - "note": "D", - "time": 364.285 - }, - { - "type": "on", - "note": "H", - "time": 66.071 - }, - { - "type": "off", - "note": "H", - "time": 360.714 - }, - { - "type": "on", - "note": "Q", - "time": 66.071 - }, - { - "type": "off", - "note": "N", - "time": 248.214 - }, - { - "type": "off", - "note": "N", - "time": 3.571 - }, - { - "type": "off", - "note": "Q", - "time": 112.5 - }, - { - "type": "on", - "note": "C", - "time": 17.857 - }, - { - "type": "on", - "note": "D", - "time": 425.0 - }, - { - "type": "off", - "note": "D", - "time": 364.285 - }, - { - "type": "on", - "note": "G", - "time": 64.286 - }, - { - "type": "off", - "note": "G", - "time": 362.5 - }, - { - "type": "on", - "note": "J", - "time": 66.071 - }, - { - "type": "off", - "note": "C", - "time": 253.571 - }, - { - "type": "off", - "note": "J", - "time": 108.928 - }, - { - "type": "on", - "note": "V", - "time": 21.429 - }, - { - "type": "on", - "note": "A", - "time": 383.928 - }, - { - "type": "off", - "note": "A", - "time": 360.714 - }, - { - "type": "on", - "note": "F", - "time": 107.143 - }, - { - "type": "off", - "note": "F", - "time": 364.285 - }, - { - "type": "on", - "note": "H", - "time": 66.071 - }, - { - "type": "off", - "note": "V", - "time": 251.785 - }, - { - "type": "off", - "note": "H", - "time": 108.928 - }, - { - "type": "on", - "note": "Z", - "time": 19.643 - }, - { - "type": "on", - "note": "A", - "time": 385.714 - }, - { - "type": "off", - "note": "A", - "time": 360.714 - }, - { - "type": "on", - "note": "D", - "time": 107.143 - }, - { - "type": "off", - "note": "D", - "time": 362.5 - }, - { - "type": "on", - "note": "G", - "time": 66.071 - }, - { - "type": "off", - "note": "Z", - "time": 253.571 - }, - { - "type": "on", - "note": "A", - "time": 110.714 - }, - { - "type": "off", - "note": "G", - "time": 0.0 - }, - { - "type": "on", - "note": "G", - "time": 53.571 - }, - { - "type": "off", - "note": "A", - "time": 246.428 - }, - { - "type": "off", - "note": "G", - "time": 39.286 - } - ] + "notes": "D_Z_351.785|D_E_41.071|U_Z_339.285|D_B_46.429|U_B_360.714|D_D_66.071|U_D_362.5|D_B_66.071|U_E_339.285|U_B_25.0|D_M_60.714|D_W_0.0|U_M_335.714|D_B_48.214|U_B_364.285|U_W_17.857|D_S_48.214|D_J_41.071|U_S_319.643|D_B_66.071|U_B_364.285|U_J_17.857|D_N_42.857|D_Q_44.643|U_N_335.714|D_C_48.214|U_C_362.5|U_Q_21.429|D_A_44.643|D_E_41.071|U_A_323.214|D_C_66.071|U_C_360.714|U_E_21.429|D_B_42.857|D_T_42.857|U_B_335.714|D_C_48.214|U_C_360.714|U_T_21.429|D_M_44.643|D_Y_41.071|U_M_323.214|D_C_66.071|U_C_360.714|U_Y_19.643|D_V_44.643|D_R_42.857|U_V_337.5|D_Z_46.429|U_Z_364.285|U_R_17.857|D_N_48.214|D_Q_41.071|U_N_319.643|D_Z_66.071|U_Z_364.285|U_Q_17.857|D_C_42.857|D_E_46.429|U_C_335.714|D_Z_48.214|U_Z_364.285|D_B_66.071|U_B_360.714|D_Z_66.071|U_E_341.071|U_Z_21.429|D_V_62.5|D_H_44.643|U_V_333.928|D_Z_50.0|U_Z_360.714|U_H_21.429|D_N_44.643|D_Q_41.071|U_N_323.214|D_Z_66.071|U_Z_360.714|U_Q_21.429|D_B_42.857|D_Q_42.857|U_B_337.5|D_X_48.214|U_X_360.714|U_Q_19.643|D_M_46.429|D_Q_41.071|U_M_321.428|U_Q_41.071|D_X_25.0|D_J_41.071|U_X_323.214|U_J_41.071|D_Z_25.0|D_Q_0.0|U_Z_317.857|U_Q_41.071|D_B_25.0|D_J_41.071|U_B_323.214|U_J_41.071|D_D_25.0|D_Q_41.071|U_D_319.643|D_B_66.071|U_B_364.285|U_Q_17.857|D_M_42.857|D_G_44.643|U_M_316.071|D_B_67.857|U_B_362.5|U_G_21.429|D_S_44.643|D_J_41.071|U_S_323.214|D_B_66.071|U_B_360.714|U_J_21.429|D_N_42.857|D_Q_42.857|U_N_312.5|D_C_71.428|U_C_360.714|U_Q_21.429|D_A_44.643|D_E_41.071|U_A_323.214|D_C_66.071|U_C_360.714|U_E_19.643|D_B_44.643|D_T_42.857|U_B_314.285|U_T_44.643|D_C_25.0|D_E_41.071|U_C_323.214|U_E_41.071|D_M_25.0|D_T_41.071|U_M_319.643|U_T_41.071|D_C_25.0|D_Y_41.071|U_C_323.214|U_Y_41.071|D_V_19.643|D_R_46.429|U_V_316.071|U_R_42.857|D_Z_25.0|D_E_41.071|U_Z_323.214|U_E_41.071|D_N_25.0|D_W_39.286|U_N_321.428|U_W_41.071|D_Z_25.0|D_R_41.071|U_Z_321.428|U_R_41.071|D_C_21.429|D_E_44.643|U_C_312.5|U_E_46.429|D_Z_25.0|D_W_41.071|U_Z_319.643|U_W_41.071|D_B_25.0|D_Q_41.071|U_B_323.214|U_Q_41.071|D_Z_25.0|D_J_41.071|U_Z_319.643|U_J_41.071|D_V_23.214|D_H_42.857|U_V_314.285|U_H_46.429|D_Z_25.0|D_G_39.286|U_Z_321.428|U_G_41.071|D_N_25.0|D_H_41.071|U_N_321.428|U_H_41.071|D_Z_25.0|D_Q_41.071|U_Z_323.214|U_Q_41.071|D_B_19.643|D_Q_0.0|U_B_316.071|D_X_67.857|U_X_364.285|U_Q_17.857|D_M_48.214|D_Q_41.071|U_M_319.643|U_Q_41.071|D_X_25.0|D_J_41.071|U_X_323.214|U_J_41.071|D_Z_25.0|D_Q_39.286|U_Z_317.857|U_Q_41.071|D_B_25.0|D_J_41.071|U_B_321.428|U_J_41.071|D_D_25.0|D_Q_41.071|U_D_323.214|D_B_66.071|U_B_360.714|U_Q_21.429|D_M_42.857|D_G_42.857|U_M_312.5|D_B_71.428|U_B_360.714|U_G_21.429|D_S_44.643|D_J_41.071|U_S_323.214|D_B_66.071|U_B_360.714|U_J_19.643|D_N_44.643|D_Q_42.857|U_N_314.285|D_C_69.643|U_C_364.285|U_Q_17.857|D_A_48.214|D_E_41.071|U_A_319.643|D_C_66.071|U_C_364.285|U_E_17.857|D_B_42.857|D_T_46.429|U_B_316.071|U_T_42.857|D_C_25.0|D_E_41.071|U_C_323.214|U_E_41.071|D_M_25.0|D_T_39.286|U_M_321.428|U_T_41.071|D_C_25.0|D_Y_41.071|U_C_321.428|U_Y_41.071|D_V_21.429|D_R_44.643|U_V_312.5|U_R_46.429|D_Z_25.0|D_E_41.071|U_Z_319.643|U_E_41.071|D_N_25.0|D_W_41.071|U_N_323.214|U_W_41.071|D_Z_25.0|D_R_41.071|U_Z_319.643|U_R_41.071|D_C_23.214|D_E_42.857|U_C_314.285|U_E_46.429|D_Z_25.0|D_W_39.286|U_Z_321.428|U_W_41.071|D_B_25.0|D_Q_41.071|U_B_321.428|U_Q_41.071|D_Z_25.0|D_J_41.071|U_Z_323.214|U_J_41.071|D_V_19.643|D_H_0.0|U_V_316.071|U_H_42.857|D_Z_25.0|D_G_41.071|U_Z_323.214|U_G_41.071|D_N_25.0|D_H_41.071|U_N_319.643|U_H_41.071|D_Z_25.0|D_Q_41.071|U_Z_323.214|U_Q_41.071|D_B_19.643|D_Q_44.643|U_B_316.071|D_X_67.857|U_X_362.5|U_Q_21.429|D_M_44.643|D_J_41.071|U_M_323.214|U_J_41.071|D_X_25.0|D_Q_41.071|U_Q_158.928|D_W_53.571|U_X_107.143|U_W_53.571|D_Z_12.5|D_E_41.071|U_Z_317.857|D_B_66.071|U_B_360.714|U_E_21.429|D_D_44.643|D_E_41.071|U_E_158.928|D_W_57.143|U_D_107.143|U_W_51.786|D_B_14.286|D_Q_39.286|U_Q_160.714|D_W_53.571|U_B_107.143|U_W_51.786|D_M_12.5|U_M_314.285|D_B_69.643|D_E_41.071|U_B_323.214|U_E_41.071|D_S_25.0|D_R_41.071|U_R_158.928|D_E_53.571|U_S_107.143|U_E_53.571|D_B_12.5|D_W_41.071|U_W_158.928|D_Q_55.357|U_B_108.928|D_N_60.714|U_N_316.071|D_C_67.857|U_C_364.285|U_Q_8.929|D_A_57.143|D_Q_39.286|U_A_321.428|U_Q_41.071|D_C_25.0|D_J_41.071|U_J_158.928|D_Q_57.143|U_C_105.357|U_Q_53.571|D_B_8.929|D_J_44.643|U_J_153.571|D_G_55.357|U_B_103.571|U_G_55.357|D_C_16.071|D_D_214.286|U_C_146.428|D_M_66.071|U_D_351.785|U_M_12.5|D_C_66.071|D_F_41.071|U_F_158.928|D_G_53.571|U_C_107.143|U_G_51.786|D_V_12.5|D_H_42.857|U_V_314.285|D_Z_71.428|U_H_176.786|D_J_76.786|U_Z_107.143|D_N_66.071|U_N_362.5|U_J_30.357|D_Z_35.714|D_Q_41.071|U_Z_323.214|U_Q_41.071|D_C_19.643|D_G_0.0|U_C_316.071|D_Z_67.857|U_Z_364.285|D_B_66.071|U_B_360.714|D_Z_66.071|U_G_341.071|U_Z_23.214|D_V_60.714|D_H_44.643|U_V_316.071|D_Z_67.857|U_Z_362.5|D_N_66.071|U_H_157.143|D_F_98.214|U_N_108.928|U_F_50.0|D_Z_16.071|D_H_41.071|U_H_158.928|D_Q_53.571|U_Z_107.143|U_Q_53.571|D_B_10.714|D_Q_42.857|U_B_312.5|D_X_71.428|U_X_360.714|U_Q_21.429|D_M_44.643|D_J_41.071|U_M_323.214|U_J_41.071|D_X_25.0|D_Q_39.286|U_Q_160.714|D_W_53.571|U_X_107.143|U_W_51.786|D_Z_14.286|D_E_41.071|U_Z_317.857|D_B_66.071|U_B_364.285|U_E_17.857|D_D_48.214|D_E_41.071|U_E_158.928|D_W_53.571|U_D_107.143|U_W_53.571|D_B_12.5|D_Q_41.071|U_Q_158.928|D_W_55.357|U_B_108.928|U_W_50.0|D_M_10.714|U_M_316.071|D_B_67.857|D_E_41.071|U_B_323.214|U_E_41.071|D_S_25.0|D_R_39.286|U_R_160.714|D_E_53.571|U_S_107.143|U_E_51.786|D_B_14.286|D_W_41.071|U_W_158.928|D_Q_57.143|U_B_105.357|D_N_62.5|U_N_312.5|D_C_71.428|U_C_360.714|U_Q_8.929|D_A_57.143|D_Q_41.071|U_A_323.214|U_Q_41.071|D_C_25.0|D_J_41.071|U_J_158.928|D_Q_53.571|U_C_107.143|U_Q_51.786|D_B_12.5|D_J_42.857|U_J_155.357|D_G_57.143|U_B_101.786|U_G_57.143|D_C_14.286|D_D_212.5|U_C_148.214|D_M_66.071|U_D_351.785|U_M_10.714|D_C_66.071|D_F_41.071|U_F_158.928|D_G_55.357|U_C_108.928|U_G_50.0|D_V_10.714|D_H_0.0|U_V_316.071|D_Z_67.857|U_Z_364.285|U_H_17.857|D_N_48.214|D_Q_41.071|U_N_319.643|U_Q_41.071|D_Z_25.0|D_R_41.071|U_Z_323.214|U_R_41.071|D_C_19.643|D_E_44.643|U_C_316.071|U_E_42.857|D_Z_25.0|D_W_41.071|U_W_158.928|D_Q_57.143|U_Z_105.357|D_B_66.071|U_Q_189.286|U_B_175.0|D_Z_66.071|D_G_41.071|U_Z_319.643|U_G_41.071|D_V_23.214|D_H_42.857|U_V_312.5|D_Z_71.428|U_Z_360.714|D_N_66.071|U_H_157.143|D_F_100.0|U_N_107.143|U_F_51.786|D_Z_14.286|D_H_39.286|U_H_160.714|D_Q_53.571|U_Z_107.143|U_Q_51.786|D_B_12.5|D_J_42.857|U_B_314.285|D_X_69.643|U_X_364.285|U_J_17.857|D_M_48.214|D_Q_41.071|U_M_319.643|U_Q_41.071|D_X_25.0|D_W_41.071|U_W_158.928|D_Q_55.357|U_X_108.928|U_Q_50.0|D_Z_16.071|D_T_41.071|U_Z_317.857|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_57.143|U_B_107.143|U_R_51.786|D_D_14.286|D_T_39.286|U_D_321.428|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_57.143|U_B_105.357|U_R_53.571|D_M_8.929|D_T_44.643|U_T_153.571|D_G_55.357|U_M_103.571|U_G_55.357|D_B_16.071|D_H_41.071|U_H_158.928|D_J_53.571|U_B_107.143|U_J_53.571|D_S_12.5|D_Q_41.071|U_Q_158.928|D_W_55.357|U_S_108.928|U_W_50.0|D_B_16.071|D_E_41.071|U_E_158.928|D_R_53.571|U_B_107.143|U_R_51.786|D_N_12.5|D_E_42.857|U_N_314.285|U_E_46.429|D_C_25.0|D_Q_39.286|U_Q_160.714|D_W_53.571|U_C_107.143|U_W_51.786|D_A_14.286|D_E_41.071|U_A_321.428|U_E_41.071|D_C_25.0|D_D_0.0|U_D_158.928|D_F_96.428|U_C_108.928|U_F_50.0|D_B_10.714|D_G_0.0|U_G_157.143|D_H_53.571|U_B_105.357|U_H_55.357|D_C_12.5|D_G_41.071|U_G_158.928|D_F_55.357|U_C_108.928|U_F_50.0|D_M_16.071|D_G_41.071|U_G_158.928|D_D_12.5|U_M_148.214|U_D_10.714|D_C_55.357|D_F_41.071|U_F_158.928|D_G_57.143|U_C_107.143|U_G_51.786|D_V_8.929|D_H_44.643|U_V_316.071|U_H_42.857|D_Z_25.0|D_Q_41.071|U_Q_158.928|D_J_57.143|U_Z_105.357|U_J_53.571|D_N_12.5|D_H_41.071|U_N_323.214|U_H_41.071|D_Z_25.0|D_G_41.071|U_G_158.928|D_F_53.571|U_Z_107.143|U_F_53.571|D_C_10.714|D_G_42.857|U_G_153.571|D_F_55.357|U_C_103.571|U_F_55.357|D_Z_16.071|D_D_0.0|U_D_158.928|D_F_94.643|U_Z_107.143|U_F_51.786|D_B_14.286|D_G_41.071|U_G_158.928|D_H_57.143|U_B_107.143|U_H_51.786|D_Z_14.286|D_J_39.286|U_J_160.714|D_Q_53.571|U_Z_107.143|U_Q_51.786|D_V_12.5|D_H_42.857|U_V_314.285|U_H_44.643|D_Z_25.0|D_Q_41.071|U_Q_158.928|D_J_55.357|U_Z_108.928|U_J_50.0|D_N_16.071|D_Q_41.071|U_N_319.643|U_Q_41.071|D_Z_25.0|D_J_41.071|U_J_158.928|D_Q_55.357|U_Z_108.928|U_Q_50.0|D_B_10.714|D_J_46.429|U_J_157.143|D_H_53.571|U_B_105.357|U_H_53.571|D_X_14.286|D_J_41.071|U_J_158.928|D_Q_57.143|U_X_107.143|U_Q_51.786|D_M_14.286|D_W_39.286|U_W_160.714|D_E_53.571|U_M_107.143|U_E_51.786|D_X_14.286|D_R_41.071|U_R_158.928|D_T_57.143|U_X_105.357|U_T_53.571|D_Z_12.5|D_T_41.071|U_Z_317.857|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_53.571|U_B_107.143|U_R_53.571|D_D_12.5|D_T_41.071|U_D_323.214|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_53.571|U_B_107.143|U_R_51.786|D_M_12.5|D_T_42.857|U_T_155.357|D_G_57.143|U_M_101.786|U_G_57.143|D_B_14.286|D_H_39.286|U_H_160.714|D_J_53.571|U_B_107.143|U_J_51.786|D_S_14.286|D_Q_41.071|U_Q_158.928|D_W_57.143|U_S_105.357|U_W_53.571|D_B_12.5|D_E_41.071|U_E_158.928|D_R_55.357|U_B_108.928|U_R_50.0|D_N_10.714|D_E_0.0|U_N_316.071|U_E_42.857|D_C_25.0|D_Q_41.071|U_Q_158.928|D_W_55.357|U_C_108.928|U_W_50.0|D_A_16.071|D_E_41.071|U_A_319.643|U_E_41.071|D_C_25.0|D_D_0.0|U_D_158.928|D_F_98.214|U_C_107.143|U_F_51.786|D_B_8.929|D_G_44.643|U_G_157.143|D_H_53.571|U_B_105.357|U_H_53.571|D_C_14.286|D_G_41.071|U_G_158.928|D_F_57.143|U_C_105.357|U_F_53.571|D_M_12.5|D_G_41.071|U_G_158.928|D_D_14.286|U_M_150.0|U_D_8.929|D_C_57.143|D_F_41.071|U_F_158.928|D_G_53.571|U_C_107.143|U_G_53.571|D_V_10.714|D_H_42.857|U_V_312.5|U_H_46.429|D_Z_25.0|D_Q_41.071|U_Q_158.928|D_J_53.571|U_Z_107.143|U_J_51.786|D_N_14.286|D_H_41.071|U_N_323.214|U_H_41.071|D_Z_25.0|D_G_39.286|U_G_160.714|D_F_53.571|U_Z_107.143|U_F_51.786|D_C_12.5|D_G_42.857|U_G_155.357|D_F_57.143|U_C_101.786|U_F_57.143|D_Z_12.5|D_D_0.0|U_D_158.928|D_F_96.428|U_Z_108.928|U_F_50.0|D_B_16.071|D_G_41.071|U_G_158.928|D_H_53.571|U_B_107.143|U_H_53.571|D_Z_12.5|D_J_41.071|U_J_158.928|D_Q_55.357|U_Z_108.928|U_Q_50.0|D_V_10.714|D_H_46.429|U_V_316.071|U_H_42.857|D_Z_25.0|D_Q_41.071|U_Q_158.928|D_J_57.143|U_Z_107.143|U_J_51.786|D_N_14.286|D_Q_39.286|U_N_321.428|U_Q_41.071|D_Z_25.0|D_J_41.071|U_J_158.928|D_Q_57.143|U_Z_105.357|U_Q_53.571|D_B_8.929|D_J_44.643|U_J_153.571|D_H_55.357|U_B_103.571|U_H_55.357|D_X_16.071|D_J_41.071|U_J_158.928|D_Q_53.571|U_X_107.143|U_Q_53.571|D_M_12.5|D_W_41.071|U_W_158.928|D_E_55.357|U_M_108.928|U_E_50.0|D_X_16.071|D_R_41.071|U_R_158.928|D_T_53.571|U_X_107.143|U_T_51.786|D_Z_14.286|D_T_41.071|U_Z_319.643|U_T_41.071|D_B_25.0|D_E_39.286|U_E_160.714|D_R_53.571|U_B_107.143|U_R_51.786|D_D_14.286|D_T_41.071|U_D_321.428|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_55.357|U_B_108.928|U_R_50.0|D_M_10.714|D_T_0.0|U_T_157.143|D_G_53.571|U_M_105.357|U_G_55.357|D_B_12.5|D_H_41.071|U_H_158.928|D_J_55.357|U_B_108.928|U_J_50.0|D_S_16.071|D_Q_41.071|U_Q_158.928|D_W_53.571|U_S_107.143|U_W_51.786|D_B_14.286|D_E_41.071|U_E_158.928|D_R_57.143|U_B_107.143|U_R_51.786|D_N_8.929|D_E_44.643|U_N_316.071|U_E_42.857|D_C_25.0|D_Q_41.071|U_Q_158.928|D_W_57.143|U_C_105.357|U_W_53.571|D_A_12.5|D_E_41.071|U_A_323.214|U_E_41.071|D_C_25.0|D_D_0.0|U_D_158.928|D_F_94.643|U_C_107.143|U_F_53.571|D_B_10.714|D_G_42.857|U_G_153.571|D_H_55.357|U_B_103.571|U_H_55.357|D_C_16.071|D_G_41.071|U_G_158.928|D_F_53.571|U_C_107.143|U_F_51.786|D_M_14.286|D_G_41.071|U_G_158.928|D_D_16.071|U_M_148.214|U_D_10.714|D_C_55.357|D_F_39.286|U_F_160.714|D_G_53.571|U_C_107.143|U_G_51.786|D_V_8.929|D_H_46.429|U_V_314.285|U_H_44.643|D_Z_25.0|D_Q_41.071|U_Q_158.928|D_J_55.357|U_Z_108.928|U_J_50.0|D_N_16.071|D_H_41.071|U_N_319.643|U_H_41.071|D_Z_25.0|D_G_41.071|U_G_158.928|D_F_55.357|U_Z_108.928|U_F_50.0|D_C_8.929|D_G_48.214|U_G_157.143|D_F_53.571|U_C_103.571|U_F_55.357|D_Z_14.286|D_D_0.0|U_D_158.928|D_F_98.214|U_Z_107.143|U_F_51.786|D_B_14.286|D_G_39.286|U_G_160.714|D_H_53.571|U_B_107.143|U_H_51.786|D_Z_14.286|D_J_41.071|U_J_158.928|D_Q_57.143|U_Z_105.357|U_Q_53.571|D_V_8.929|D_H_44.643|U_V_310.714|U_H_48.214|D_Z_25.0|D_Q_41.071|U_Q_158.928|D_J_53.571|U_Z_107.143|U_J_53.571|D_N_12.5|D_Q_41.071|U_N_323.214|U_Q_41.071|D_Z_25.0|D_J_41.071|U_J_158.928|D_Q_53.571|U_Z_107.143|U_Q_51.786|D_B_8.929|D_J_46.429|U_J_155.357|D_H_57.143|U_B_100.0|U_H_58.929|D_X_14.286|D_J_39.286|U_J_160.714|D_Q_53.571|U_X_107.143|U_Q_51.786|D_M_14.286|D_W_41.071|U_W_158.928|D_E_57.143|U_M_105.357|U_E_53.571|D_X_12.5|D_R_41.071|U_R_158.928|D_T_55.357|U_X_108.928|U_T_50.0|D_Z_16.071|D_T_0.0|U_Z_317.857|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_55.357|U_B_108.928|U_R_50.0|D_D_16.071|D_T_41.071|U_D_319.643|U_T_41.071|D_B_25.0|D_E_41.071|U_E_158.928|D_R_57.143|U_B_107.143|U_R_51.786|D_M_8.929|D_T_44.643|U_T_157.143|D_G_53.571|U_M_101.786|U_G_57.143|D_B_14.286|D_H_41.071|U_H_158.928|D_J_57.143|U_B_105.357|U_J_53.571|D_S_12.5|D_Q_41.071|U_Q_158.928|D_W_55.357|U_S_108.928|U_W_50.0|D_B_16.071|D_E_41.071|U_E_158.928|D_R_53.571|U_B_107.143|U_R_53.571|D_N_8.929|D_E_44.643|U_N_312.5|U_E_46.429|D_C_25.0|D_Y_41.071|U_Y_158.928|D_U_53.571|U_C_107.143|U_U_51.786|D_A_14.286|D_K_41.071|U_A_323.214|U_K_41.071|D_C_25.0|D_Q_39.286|U_Q_160.714|D_W_53.571|U_C_107.143|U_W_51.786|D_B_8.929|D_E_46.429|U_E_155.357|D_R_57.143|U_B_101.786|U_R_57.143|D_C_12.5|D_E_41.071|U_E_158.928|D_W_55.357|U_C_108.928|U_W_50.0|D_M_16.071|D_E_41.071|U_E_158.928|D_K_53.571|U_M_107.143|U_K_53.571|D_C_12.5|D_U_41.071|U_U_158.928|D_K_55.357|U_C_108.928|U_K_50.0|D_V_8.929|D_Y_48.214|U_V_314.285|U_Y_44.643|D_Z_25.0|D_K_41.071|U_K_158.928|D_U_57.143|U_Z_107.143|U_U_51.786|D_N_14.286|D_Y_39.286|U_N_321.428|U_Y_41.071|D_Z_25.0|D_T_41.071|U_T_158.928|D_R_57.143|U_Z_105.357|U_R_53.571|D_C_8.929|D_T_44.643|U_T_153.571|D_R_55.357|U_C_101.786|U_R_57.143|D_Z_16.071|D_E_41.071|U_E_158.928|D_R_53.571|U_Z_107.143|U_R_53.571|D_B_12.5|D_T_41.071|U_T_158.928|D_Y_55.357|U_B_108.928|U_Y_50.0|D_Z_16.071|D_U_41.071|U_U_158.928|D_K_53.571|U_Z_107.143|U_K_51.786|D_V_8.929|D_Y_46.429|U_V_312.5|U_Y_48.214|D_Z_25.0|D_K_39.286|U_K_160.714|D_U_53.571|U_Z_107.143|U_U_51.786|D_N_14.286|D_K_41.071|U_N_321.428|U_K_41.071|D_Z_25.0|D_U_41.071|U_U_158.928|D_Y_55.357|U_Z_108.928|U_Y_50.0|D_B_8.929|D_U_0.0|U_U_157.143|D_K_53.571|U_B_103.571|U_K_57.143|D_X_12.5|D_W_39.286|U_W_158.928|D_K_57.143|U_X_108.928|U_K_50.0|D_M_16.071|D_U_41.071|U_U_158.928|D_K_53.571|U_M_107.143|U_K_51.786|D_X_14.286|D_Y_41.071|U_Y_158.928|D_U_57.143|U_X_107.143|U_U_51.786|D_Z_8.929|D_Z_5.357|D_K_39.286|U_K_358.928|D_G_66.071|U_G_362.5|D_Q_66.071|U_Q_364.285|D_E_66.071|U_Z_250.0|U_Z_7.143|U_E_103.571|D_B_16.071|D_B_5.357|D_G_425.0|U_G_360.714|D_J_66.071|U_J_364.285|D_W_64.286|U_B_248.214|U_B_5.357|U_W_108.928|D_N_17.857|D_N_1.786|D_D_425.0|U_D_364.285|D_H_66.071|U_H_360.714|D_Q_66.071|U_N_248.214|U_N_3.571|U_Q_112.5|D_C_17.857|D_D_425.0|U_D_364.285|D_G_64.286|U_G_362.5|D_J_66.071|U_C_253.571|U_J_108.928|D_V_21.429|D_A_383.928|U_A_360.714|D_F_107.143|U_F_364.285|D_H_66.071|U_V_251.785|U_H_108.928|D_Z_19.643|D_A_385.714|U_A_360.714|D_D_107.143|U_D_362.5|D_G_66.071|U_Z_253.571|D_A_110.714|U_G_0.0|D_G_53.571|U_A_246.428|U_G_39.286" } \ No newline at end of file diff --git a/repo/js/AutoYuanQin/assets/score_file/0020.大石碎胸口 ver. “一阵强劲的音乐”.json b/repo/js/AutoYuanQin/assets/score_file/0020.大石碎胸口 ver. “一阵强劲的音乐”.json index 5f42d14c4..f28788a79 100644 --- a/repo/js/AutoYuanQin/assets/score_file/0020.大石碎胸口 ver. “一阵强劲的音乐”.json +++ b/repo/js/AutoYuanQin/assets/score_file/0020.大石碎胸口 ver. “一阵强劲的音乐”.json @@ -8,2886 +8,5 @@ "type": "midi", "composer": "曲师", "arranger": "谱师", - "notes": [ - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 68.182 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 68.182 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 68.182 - }, - { - "type": "off", - "note": "N", - "time": 68.182 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 68.182 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 68.182 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 68.182 - }, - { - "type": "on", - "note": "N", - "time": 68.182 - }, - { - "type": "off", - "note": "N", - "time": 68.182 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 68.182 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 68.182 - }, - { - "type": "off", - "note": "A", - "time": 68.182 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 68.182 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 68.182 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 68.182 - }, - { - "type": "off", - "note": "D", - "time": 68.182 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 272.727 - }, - { - "type": "off", - "note": "Z", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Z", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Z", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 272.727 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 136.364 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 136.364 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 272.727 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 136.364 - }, - { - "type": "off", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 136.364 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 136.364 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 136.364 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 68.182 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 68.182 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 68.182 - }, - { - "type": "off", - "note": "N", - "time": 68.182 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 68.182 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 68.182 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 68.182 - }, - { - "type": "off", - "note": "Q", - "time": 68.182 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 68.182 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 68.182 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 68.182 - }, - { - "type": "off", - "note": "W", - "time": 68.182 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 68.182 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 68.182 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 68.182 - }, - { - "type": "off", - "note": "D", - "time": 68.182 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 272.727 - }, - { - "type": "off", - "note": "Z", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Z", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 136.364 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 136.364 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Z", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 136.364 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 136.364 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 272.727 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 136.364 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 136.364 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 136.364 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 272.727 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 136.364 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 136.364 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 136.364 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 136.364 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 136.364 - }, - { - "type": "off", - "note": "E", - "time": 136.364 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 409.091 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - } - ] + "notes": "D_C_0|D_H_0|D_N_0|U_C_68.182|D_A_0|U_A_68.182|D_D_0|U_D_68.182|U_N_68.182|D_N_0|U_N_68.182|D_D_0|U_H_68.182|U_D_0|D_H_0|D_A_0|D_Q_0|U_H_68.182|D_N_68.182|U_N_68.182|D_D_0|U_D_68.182|D_H_0|U_H_68.182|U_A_68.182|U_Q_0|D_C_0|D_D_0|D_E_0|U_C_68.182|D_N_0|U_N_68.182|D_A_0|U_A_68.182|U_D_68.182|U_E_0|D_C_0|D_Q_0|D_Y_0|U_C_136.364|U_Q_0|D_N_0|D_W_0|U_Y_136.364|U_N_0|U_W_0|D_A_0|D_E_0|U_A_136.364|U_E_0|D_C_0|D_Q_0|U_C_136.364|U_Q_0|D_N_0|D_W_0|U_N_136.364|U_W_0|D_D_0|D_H_0|U_D_136.364|U_H_0|D_N_0|D_Q_0|U_N_136.364|U_Q_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_C_0|D_E_0|U_C_136.364|U_E_0|D_N_0|D_Q_0|U_N_136.364|U_Q_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_D_0|D_H_0|U_D_136.364|U_H_0|D_A_0|D_C_0|D_Q_0|U_A_136.364|U_Q_0|D_D_0|D_W_0|U_C_136.364|U_D_0|U_W_0|D_H_0|D_Z_0|D_E_0|U_H_272.727|U_Z_0|U_E_0|D_Z_0|D_Q_0|U_Z_136.364|U_Q_0|D_B_0|D_W_0|U_B_136.364|U_W_0|D_A_0|D_H_0|U_A_136.364|U_H_0|D_B_0|D_Q_0|U_B_136.364|U_Q_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_D_0|D_E_0|U_D_136.364|U_E_0|D_Z_0|D_Q_0|U_Z_136.364|U_Q_0|D_B_0|D_W_0|U_B_136.364|U_W_0|D_D_0|D_A_0|D_H_0|U_D_136.364|U_H_0|D_B_0|D_Q_0|U_B_136.364|U_Q_0|D_D_0|D_W_0|U_D_136.364|U_W_0|D_G_0|D_E_0|U_A_136.364|U_G_0|U_E_0|D_S_0|D_N_0|D_Q_0|U_S_136.364|U_Q_0|D_D_0|D_W_0|U_D_136.364|U_W_0|D_A_0|D_H_0|U_N_272.727|U_A_0|U_H_0|D_V_0|D_Q_0|U_Q_136.364|D_A_0|D_W_0|U_A_136.364|U_W_0|D_G_0|D_E_0|U_G_136.364|U_E_0|D_H_0|D_Q_0|U_V_136.364|U_H_0|U_Q_0|D_A_0|D_W_0|U_W_136.364|D_V_0|D_H_0|U_V_136.364|U_H_0|D_F_0|D_Q_0|U_F_136.364|U_Q_0|D_N_0|D_W_0|U_A_136.364|U_N_0|U_W_0|D_F_0|D_V_0|D_E_0|U_F_136.364|U_E_0|D_A_0|D_Q_0|U_A_136.364|U_Q_0|D_N_0|D_W_0|U_N_136.364|U_W_0|D_A_0|D_H_0|U_V_136.364|U_A_0|U_H_0|D_V_0|D_F_0|D_Q_0|U_V_136.364|U_Q_0|D_N_0|D_W_0|U_N_136.364|U_W_0|D_A_0|D_E_0|U_F_272.727|U_A_0|U_E_0|D_Q_0|D_V_0|U_Q_136.364|U_V_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_H_0|D_B_0|U_H_136.364|U_B_0|D_N_0|D_Q_0|U_N_136.364|U_Q_0|D_W_0|D_A_0|U_W_136.364|U_A_0|D_F_0|D_E_0|U_F_136.364|U_E_0|D_Q_0|D_G_0|U_Q_136.364|U_G_0|D_F_0|D_W_0|U_F_136.364|U_W_0|D_H_0|D_N_0|D_V_0|U_V_68.182|D_A_0|U_H_68.182|U_A_0|D_F_0|D_Q_0|U_F_68.182|U_N_68.182|U_Q_0|D_W_0|D_A_0|U_A_68.182|D_F_0|U_W_68.182|U_F_0|D_H_0|D_A_0|D_Q_0|D_E_0|U_H_68.182|U_Q_68.182|U_E_0|D_Q_0|D_F_0|U_F_68.182|D_H_0|U_A_68.182|U_Q_0|U_H_0|D_N_0|D_W_0|U_N_68.182|U_W_68.182|D_D_0|D_H_0|D_E_0|D_A_0|U_A_68.182|D_N_0|U_H_68.182|U_E_0|U_N_0|D_V_0|U_V_68.182|U_D_68.182|D_C_0|D_Q_0|D_Y_0|U_C_136.364|U_Q_0|D_N_0|D_W_0|U_Y_136.364|U_N_0|U_W_0|D_A_0|D_E_0|U_A_136.364|U_E_0|D_C_0|D_Q_0|U_C_136.364|U_Q_0|D_Y_0|D_N_0|D_W_0|U_N_136.364|U_W_0|D_D_0|D_H_0|U_Y_136.364|U_D_0|U_H_0|D_N_0|D_Q_0|U_N_136.364|U_Q_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_Y_0|D_C_0|D_E_0|U_C_136.364|U_E_0|D_N_0|D_Q_0|U_Y_136.364|U_N_0|U_Q_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_D_0|D_H_0|U_D_136.364|U_H_0|D_Y_0|D_A_0|D_C_0|D_Q_0|U_A_136.364|U_Q_0|D_D_0|D_W_0|U_Y_136.364|U_C_0|U_D_0|U_W_0|D_H_0|D_Z_0|D_E_0|U_H_272.727|U_Z_0|U_E_0|D_T_0|D_Z_0|D_Q_0|U_Z_136.364|U_Q_0|D_B_0|D_W_0|U_T_136.364|U_B_0|U_W_0|D_A_0|D_H_0|U_A_136.364|U_H_0|D_B_0|D_Q_0|U_B_136.364|U_Q_0|D_T_0|D_A_0|D_W_0|U_A_136.364|U_W_0|D_D_0|D_E_0|U_T_136.364|U_D_0|U_E_0|D_Z_0|D_Q_0|U_Z_136.364|U_Q_0|D_B_0|D_W_0|U_B_136.364|U_W_0|D_T_0|D_D_0|D_A_0|D_H_0|U_D_136.364|U_H_0|D_B_0|D_Q_0|U_T_136.364|U_B_0|U_Q_0|D_D_0|D_W_0|U_D_136.364|U_W_0|D_G_0|D_E_0|U_A_136.364|U_G_0|U_E_0|D_T_0|D_S_0|D_N_0|D_Q_0|U_S_136.364|U_Q_0|D_D_0|D_W_0|U_T_136.364|U_D_0|U_W_0|D_A_0|D_H_0|U_N_272.727|U_A_0|U_H_0|D_Y_0|D_R_0|D_V_0|D_Q_0|U_Q_136.364|D_A_0|D_W_0|U_Y_136.364|U_R_0|U_A_0|U_W_0|D_G_0|D_E_0|U_G_136.364|U_E_0|D_H_0|D_Q_0|U_V_136.364|U_H_0|U_Q_0|D_Y_0|D_R_0|D_A_0|D_W_0|U_W_136.364|D_V_0|D_H_0|U_Y_136.364|U_R_0|U_V_0|U_H_0|D_F_0|D_Q_0|U_F_136.364|U_Q_0|D_N_0|D_W_0|U_A_136.364|U_N_0|U_W_0|D_Y_0|D_R_0|D_F_0|D_V_0|D_E_0|U_F_136.364|U_E_0|D_A_0|D_Q_0|U_Y_136.364|U_R_0|U_A_0|U_Q_0|D_N_0|D_W_0|U_N_136.364|U_W_0|D_A_0|D_H_0|U_V_136.364|U_A_0|U_H_0|D_Y_0|D_R_0|D_V_0|D_F_0|D_Q_0|U_V_136.364|U_Q_0|D_W_0|D_N_0|U_Y_136.364|U_R_0|U_W_0|U_N_0|D_A_0|D_E_0|U_F_272.727|U_A_0|U_E_0|D_U_0|D_V_0|D_E_0|U_V_136.364|U_E_0|D_A_0|U_U_136.364|U_A_0|D_T_0|D_F_0|D_Q_0|U_F_136.364|U_Q_0|D_H_0|U_T_136.364|U_H_0|D_E_0|D_A_0|D_Q_0|U_A_136.364|U_Q_0|D_F_0|D_W_0|U_E_136.364|U_F_0|U_W_0|D_T_0|D_N_0|D_Q_0|U_N_136.364|U_Q_0|D_E_0|D_Y_0|D_D_0|D_A_0|D_H_0|U_T_136.364|U_E_136.364|U_Y_0|U_D_409.091|U_A_0|U_H_0" } \ No newline at end of file diff --git a/repo/js/AutoYuanQin/assets/score_file/0021.ClockParadox_Drop2.json b/repo/js/AutoYuanQin/assets/score_file/0021.ClockParadox_Drop2.json index fa95436e4..9cb3bfe7a 100644 --- a/repo/js/AutoYuanQin/assets/score_file/0021.ClockParadox_Drop2.json +++ b/repo/js/AutoYuanQin/assets/score_file/0021.ClockParadox_Drop2.json @@ -8,3886 +8,5 @@ "type": "midi", "composer": "曲师", "arranger": "谱师", - "notes": [ - { - "type": "on", - "note": "E", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 83.333 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 83.333 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 166.667 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 166.667 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "off", - "note": "Z", - "time": 166.667 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "X", - "time": 0 - }, - { - "type": "off", - "note": "X", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 166.667 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "off", - "note": "R", - "time": 166.667 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "off", - "note": "Z", - "time": 166.667 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 166.667 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 166.667 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "Z", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "Z", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "X", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "X", - "time": 166.667 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "R", - "time": 166.667 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 83.333 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 83.333 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "X", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 83.333 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "X", - "time": 83.333 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 83.333 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 83.333 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 83.333 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 83.333 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 166.667 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "B", - "time": 0 - }, - { - "type": "off", - "note": "B", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "T", - "time": 166.667 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 166.667 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 166.667 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "S", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "S", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 166.667 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 166.667 - }, - { - "type": "off", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "C", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "off", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "off", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "W", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "W", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 41.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 41.667 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 41.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "U", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 41.667 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "U", - "time": 0 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "V", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "V", - "time": 166.667 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "off", - "note": "F", - "time": 0 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "on", - "note": "F", - "time": 0 - }, - { - "type": "off", - "note": "F", - "time": 166.667 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 166.667 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 41.667 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "R", - "time": 41.667 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 41.667 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "on", - "note": "R", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 41.667 - }, - { - "type": "off", - "note": "R", - "time": 0 - }, - { - "type": "off", - "note": "Y", - "time": 0 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "M", - "time": 0 - }, - { - "type": "off", - "note": "M", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "G", - "time": 0 - }, - { - "type": "off", - "note": "G", - "time": 166.667 - }, - { - "type": "on", - "note": "J", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 166.667 - }, - { - "type": "off", - "note": "T", - "time": 0 - }, - { - "type": "off", - "note": "J", - "time": 0 - }, - { - "type": "on", - "note": "C", - "time": 0 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "on", - "note": "H", - "time": 83.333 - }, - { - "type": "off", - "note": "C", - "time": 83.333 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "E", - "time": 83.333 - }, - { - "type": "off", - "note": "N", - "time": 83.333 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "N", - "time": 0 - }, - { - "type": "off", - "note": "N", - "time": 166.667 - }, - { - "type": "on", - "note": "A", - "time": 0 - }, - { - "type": "off", - "note": "A", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "on", - "note": "D", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "Q", - "time": 166.667 - }, - { - "type": "on", - "note": "H", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 166.667 - }, - { - "type": "on", - "note": "E", - "time": 0 - }, - { - "type": "off", - "note": "D", - "time": 166.667 - }, - { - "type": "off", - "note": "E", - "time": 0 - }, - { - "type": "on", - "note": "Q", - "time": 0 - }, - { - "type": "off", - "note": "H", - "time": 83.333 - }, - { - "type": "off", - "note": "Q", - "time": 83.333 - }, - { - "type": "off", - "note": "Q", - "time": 0 - }, - { - "type": "on", - "note": "Y", - "time": 0 - }, - { - "type": "off", - "note": "E", - "time": 83.333 - }, - { - "type": "off", - "note": "Y", - "time": 83.333 - }, - { - "type": "off", - "note": "Y", - "time": 0 - } - ] + "notes": "D_E_166.667|D_D_0|U_E_166.667|U_D_0|D_Y_0|D_H_0|U_Y_166.667|U_H_0|D_U_0|D_J_0|U_U_166.667|U_J_0|D_Y_0|D_E_0|D_Q_0|D_C_0|U_C_166.667|D_N_0|U_N_166.667|D_A_0|U_A_166.667|D_C_0|U_C_166.667|D_N_0|U_N_166.667|D_A_0|U_Y_166.667|U_E_0|U_Q_0|U_A_0|D_U_0|D_J_0|D_C_0|U_C_166.667|D_N_0|U_N_166.667|D_A_0|U_U_166.667|U_J_0|U_A_0|D_Y_0|D_H_0|D_N_0|U_N_166.667|D_A_0|U_Y_166.667|U_H_0|U_A_0|D_U_0|D_J_0|D_D_0|U_U_83.333|U_J_0|D_Y_0|D_H_0|U_D_83.333|U_Y_0|U_H_0|D_T_0|D_G_0|D_C_0|U_C_166.667|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_C_0|U_C_166.667|D_B_0|U_B_166.667|D_M_0|U_T_166.667|U_G_0|U_M_0|D_E_0|D_D_0|D_C_0|U_C_166.667|D_B_0|U_B_166.667|D_M_0|U_E_166.667|U_D_0|U_M_0|D_T_0|D_G_0|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_D_0|U_T_166.667|U_G_0|U_D_0|D_Y_0|D_H_0|D_Z_0|U_Z_166.667|D_V_0|U_V_166.667|D_N_0|U_N_166.667|D_V_0|U_V_166.667|D_N_0|U_N_166.667|D_A_0|U_Y_166.667|U_H_0|U_A_0|D_T_0|D_G_0|D_X_0|U_X_166.667|D_B_0|U_B_166.667|D_M_0|U_T_166.667|U_G_0|U_M_0|D_R_0|D_F_0|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_S_0|U_R_166.667|U_F_0|U_S_0|D_E_0|D_D_0|D_Z_0|U_Z_166.667|D_C_0|U_C_166.667|D_B_0|U_B_166.667|D_C_0|U_C_166.667|D_B_0|U_B_166.667|D_A_0|U_D_166.667|U_A_0|D_S_0|D_B_0|U_B_166.667|D_A_0|U_A_166.667|D_B_0|U_S_166.667|U_B_0|D_D_0|D_C_0|U_E_166.667|U_C_0|D_W_0|D_B_0|U_W_166.667|U_B_0|D_Z_0|D_E_0|U_D_166.667|U_Z_0|U_E_0|D_X_0|D_R_0|D_F_0|U_X_166.667|D_V_0|U_V_166.667|D_N_0|U_N_166.667|D_V_0|U_V_166.667|D_N_0|U_R_166.667|U_F_0|U_N_0|D_S_0|D_D_0|D_E_0|U_D_83.333|U_E_0|D_F_0|D_R_0|U_S_83.333|U_F_0|U_R_0|D_N_0|D_G_0|D_T_0|U_N_166.667|D_V_0|U_G_166.667|U_T_0|U_V_0|D_X_0|D_F_0|D_R_0|U_F_83.333|U_R_0|D_G_0|D_T_0|U_X_83.333|U_G_0|U_T_0|D_S_0|D_H_0|D_Y_0|U_S_166.667|D_N_0|U_H_166.667|U_Y_0|U_N_0|D_V_0|D_G_0|D_T_0|U_G_83.333|U_T_0|D_H_0|D_Y_0|U_V_83.333|U_H_0|U_Y_0|D_C_0|D_Y_0|D_E_0|D_Q_0|U_C_166.667|D_N_0|U_N_166.667|D_A_0|U_A_166.667|D_N_0|U_N_166.667|D_A_0|U_A_166.667|D_D_0|U_Y_166.667|U_E_0|U_Q_0|U_D_0|D_H_0|D_J_0|D_U_0|U_H_166.667|D_D_0|U_D_166.667|D_A_0|U_J_166.667|U_U_0|U_A_0|D_H_0|D_Y_0|D_D_0|U_D_166.667|D_A_0|U_A_166.667|D_N_0|U_H_166.667|U_Y_0|U_N_0|D_C_0|D_J_0|D_U_0|U_C_166.667|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_D_0|U_J_166.667|U_U_0|U_D_0|D_C_0|D_H_0|D_Y_0|U_C_166.667|D_M_0|U_M_166.667|D_B_0|U_H_166.667|U_Y_0|U_B_0|D_D_0|D_J_0|D_U_0|U_D_166.667|D_G_0|U_G_166.667|D_M_0|U_J_166.667|U_U_0|U_M_0|D_J_0|D_B_0|D_T_0|D_E_0|D_G_0|D_D_0|U_B_166.667|D_C_0|U_C_166.667|D_M_0|U_D_166.667|U_M_0|D_B_0|U_B_166.667|D_D_0|U_G_166.667|U_D_0|D_M_0|U_M_166.667|D_B_0|U_J_166.667|U_B_0|D_C_0|U_C_166.667|D_J_0|U_E_166.667|U_J_0|D_E_0|D_D_0|D_M_0|U_E_166.667|U_D_0|U_M_0|D_Y_0|D_H_0|D_C_0|U_T_166.667|U_Y_0|U_H_0|U_C_0|D_M_0|D_J_0|D_U_0|U_M_166.667|U_J_0|U_U_0|D_Q_0|D_C_0|D_E_0|D_Y_0|U_C_166.667|D_N_0|U_N_166.667|D_A_0|U_A_166.667|D_N_0|U_N_166.667|D_A_0|U_A_166.667|D_D_0|U_Q_166.667|U_E_0|U_Y_0|U_D_0|D_J_0|D_U_0|D_H_0|U_H_166.667|D_D_0|U_D_166.667|D_A_0|U_J_166.667|U_U_0|U_A_0|D_H_0|D_Y_0|D_D_0|U_D_166.667|D_A_0|U_H_166.667|U_Y_0|U_A_0|D_N_0|D_J_0|D_U_0|U_U_83.333|D_Y_0|D_H_0|U_N_83.333|U_J_0|U_Y_0|U_H_0|D_C_0|D_G_0|D_T_0|U_C_166.667|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_B_0|U_B_166.667|D_M_0|U_M_166.667|D_D_0|U_G_166.667|U_T_0|U_D_0|D_E_0|D_D_0|D_G_0|U_G_166.667|D_C_0|U_C_166.667|D_M_0|U_E_166.667|U_D_0|U_M_0|D_T_0|D_G_0|D_C_0|U_C_166.667|D_M_0|U_M_166.667|D_B_0|U_T_166.667|U_G_0|U_B_0|D_H_0|D_Y_0|D_V_0|U_V_166.667|D_A_0|U_A_166.667|D_F_0|U_F_166.667|D_A_0|U_H_166.667|U_Y_0|U_A_0|D_Y_0|D_H_0|D_F_0|U_F_166.667|D_N_0|U_Y_166.667|U_H_0|U_N_0|D_B_0|D_J_0|D_U_0|U_B_166.667|D_S_0|U_J_166.667|U_U_0|U_S_0|D_G_0|D_J_0|D_W_0|D_T_0|U_G_166.667|D_S_0|U_J_166.667|U_W_0|U_T_0|U_S_0|D_B_0|D_U_0|D_W_0|D_G_0|U_B_166.667|D_M_0|U_U_166.667|U_W_0|U_G_0|U_M_0|D_A_0|D_G_0|D_Q_0|D_T_0|D_E_0|U_A_166.667|D_B_0|U_B_166.667|D_D_0|U_D_166.667|D_A_0|U_G_166.667|U_A_0|D_B_0|U_B_166.667|D_D_0|U_Q_166.667|U_D_0|D_A_0|U_A_166.667|D_D_0|U_E_166.667|U_D_0|D_G_0|U_G_166.667|D_Q_0|U_T_166.667|U_Q_0|D_D_0|D_W_0|D_H_0|U_D_166.667|U_W_0|U_H_0|D_G_0|D_W_0|D_E_0|U_G_166.667|U_W_0|U_E_0|D_W_0|D_Y_0|D_E_0|U_W_166.667|U_Y_0|U_E_0|D_H_0|D_R_0|U_H_166.667|U_R_0|D_F_0|D_Y_0|D_E_0|U_F_166.667|U_Y_0|U_E_0|D_S_0|D_R_0|D_W_0|U_S_166.667|U_R_0|U_W_0|D_H_0|D_E_0|U_H_166.667|U_E_0|D_F_0|D_R_0|D_W_0|U_F_166.667|U_R_0|U_W_0|D_S_0|D_W_0|D_Q_0|U_S_166.667|U_W_0|U_Q_0|D_N_0|D_W_0|U_N_166.667|U_W_0|D_F_0|D_W_0|D_Q_0|U_F_166.667|U_W_0|U_Q_0|D_U_0|D_N_0|D_J_0|U_U_166.667|U_N_0|U_J_0|D_A_0|D_Q_0|U_A_166.667|U_Q_0|D_J_0|D_U_0|D_D_0|U_J_166.667|U_U_0|U_D_0|D_C_0|D_H_0|D_Y_0|U_C_166.667|U_H_0|U_Y_0|D_N_0|D_G_0|U_N_166.667|U_G_0|D_A_0|D_H_0|D_Y_0|U_A_166.667|U_H_0|U_Y_0|D_N_0|D_J_0|D_E_0|U_N_166.667|U_J_0|U_E_0|D_A_0|D_H_0|U_A_166.667|U_H_0|D_D_0|D_J_0|D_E_0|U_D_166.667|U_J_0|U_E_0|D_H_0|D_Y_0|D_Q_0|U_H_166.667|U_Y_0|U_Q_0|D_D_0|D_J_0|U_D_166.667|U_J_0|D_A_0|D_Y_0|D_Q_0|U_A_166.667|U_Y_0|U_Q_0|D_E_0|D_D_0|D_W_0|U_E_166.667|U_D_0|U_W_0|D_A_0|D_Q_0|U_A_166.667|U_Q_0|D_N_0|D_E_0|D_W_0|U_N_166.667|U_E_0|U_W_0|D_V_0|D_Q_0|D_Y_0|D_E_0|U_Y_41.667|U_E_0|D_U_0|D_R_0|U_U_41.667|U_R_0|D_Y_0|D_E_0|U_Y_41.667|U_E_0|D_U_0|D_R_0|U_V_41.667|U_Q_0|U_U_0|U_R_0|D_A_0|D_Y_0|D_E_0|U_A_166.667|D_H_0|D_Q_0|U_H_166.667|U_Q_0|D_V_0|D_F_0|U_V_166.667|U_F_0|D_A_0|U_A_166.667|D_H_0|D_F_0|U_H_166.667|U_F_0|D_A_0|U_A_166.667|D_H_0|U_H_166.667|D_F_0|U_F_166.667|D_Q_0|U_Q_166.667|D_H_0|U_H_166.667|D_A_0|U_Y_166.667|U_E_0|U_A_0|D_D_0|D_E_0|D_T_0|U_E_41.667|U_T_0|D_R_0|D_Y_0|U_R_41.667|U_Y_0|D_E_0|D_T_0|U_E_41.667|U_T_0|D_R_0|D_Y_0|U_D_41.667|U_R_0|U_Y_0|D_G_0|D_E_0|D_T_0|U_G_166.667|D_J_0|U_J_166.667|D_G_0|U_G_166.667|D_J_0|U_J_166.667|D_D_0|U_D_166.667|D_G_0|U_G_166.667|D_D_0|U_D_166.667|D_M_0|U_M_166.667|D_D_0|U_D_166.667|D_G_0|U_G_166.667|D_J_0|U_E_166.667|U_T_0|U_J_0|D_C_0|D_D_0|D_H_83.333|U_C_83.333|D_N_0|D_Q_0|D_E_83.333|U_N_83.333|D_A_0|D_Y_0|U_A_166.667|D_N_0|U_N_166.667|D_A_0|U_A_166.667|D_D_0|U_D_166.667|D_H_0|U_H_166.667|D_D_0|U_D_166.667|D_Q_0|U_Q_166.667|D_H_0|U_H_166.667|D_E_0|U_D_166.667|U_E_0|D_Q_0|U_H_83.333|U_Q_83.333|U_Q_0|D_Y_0|U_E_83.333|U_Y_83.333|U_Y_0" } \ No newline at end of file diff --git a/repo/js/AutoYuanQin/assets/tutorial_file/MIDI制谱器.html b/repo/js/AutoYuanQin/assets/tutorial_file/MIDI制谱器.html new file mode 100644 index 000000000..5b40824b0 --- /dev/null +++ b/repo/js/AutoYuanQin/assets/tutorial_file/MIDI制谱器.html @@ -0,0 +1,1066 @@ + + + + + + MIDI制谱器 · AutoYuanQin 智能适配 + + + + + +
+

🎹 MIDI制谱器 for JS脚本: AutoYuanQin

+
支持多音轨勾选合并,独立八度偏移
+ + +
+ + + 未选择任何文件 +
+ + +
+ +
+
🎶 音轨通道0
+
+ +
+
☑️ 勾选需要合并的音轨(多选)
+
+ 📊 原始范围:
+ 🔁 合并偏移: 各轨独立计算
+ 🎯 调整后范围: +
+ + + + +
+ + + +
+ + +
+ + +
+
自动八度偏移已启用(各轨独立)
+
+ + +
+
✏️ 曲谱元信息
+
+ + + + + + + + + + + + + + + + + + +
+ +
+ BPM: + 拍号: 4/4 + 类型: midi +
+
+
+ + +
+ + +
+ + +
+
+ 🔍 预览输出的JSON文件 + +
+
点击「生成」查看结果
+
+ +
+ + + + \ No newline at end of file diff --git a/repo/js/AutoYuanQin/assets/tutorial_file/五线谱制谱器.html b/repo/js/AutoYuanQin/assets/tutorial_file/五线谱制谱器.html index 13e4a01bb..38c972f2c 100644 --- a/repo/js/AutoYuanQin/assets/tutorial_file/五线谱制谱器.html +++ b/repo/js/AutoYuanQin/assets/tutorial_file/五线谱制谱器.html @@ -281,6 +281,7 @@ + diff --git a/repo/js/AutoYuanQin/assets/tutorial_file/简谱制谱器.html b/repo/js/AutoYuanQin/assets/tutorial_file/简谱制谱器.html new file mode 100644 index 000000000..3de30780a --- /dev/null +++ b/repo/js/AutoYuanQin/assets/tutorial_file/简谱制谱器.html @@ -0,0 +1,656 @@ + + + + + + BGI原琴制谱器 + + + +
+ +
+
+ 左侧图片 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+ + +
+ +
+ + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + +
+
+
+ + + + \ No newline at end of file diff --git a/repo/js/AutoYuanQin/assets/tutorial_file/简谱对照表.png b/repo/js/AutoYuanQin/assets/tutorial_file/简谱对照表.png new file mode 100644 index 0000000000000000000000000000000000000000..d86dd7c2156e3511be3c63ccfd37713687f0e3c5 GIT binary patch literal 90702 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�`cYubX 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ⅇ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 literal 0 HcmV?d00001 diff --git a/repo/js/AutoYuanQin/main.js b/repo/js/AutoYuanQin/main.js index b6e7a844b..57da012cf 100644 --- a/repo/js/AutoYuanQin/main.js +++ b/repo/js/AutoYuanQin/main.js @@ -614,14 +614,17 @@ } // 如果是midi转换的乐谱 - if (Object.keys(sheet_list[0]).length === 3) { - for (let i = 0; i < sheet_list.length; i++) { - log.info(`时长:${sheet_list[i]["time"]}`) - await sleep(Math.round(sheet_list[i]["time"])); - if (sheet_list[i]["type"] === "on") { - keyDown(sheet_list[i]["note"]); + if (typeof(sheet_list) === "string") { + let play_sheet = sheet_list.split("|"); + for (let i = 0; i < play_sheet.length; i++) { + let current_note = play_sheet[i].split("_"); + log.info(`${play_sheet[i]}`); + await sleep(Math.round(current_note[2])); + if (current_note[1] === "@") continue; + if (current_note[0] === "D") { + keyDown(current_note[1]); } else { - keyUp(sheet_list[i]["note"]); + keyUp(current_note[1]); } } } else { diff --git a/repo/js/AutoYuanQin/manifest.json b/repo/js/AutoYuanQin/manifest.json index 760af0fd1..f3c8336bd 100644 --- a/repo/js/AutoYuanQin/manifest.json +++ b/repo/js/AutoYuanQin/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "原琴·乐曲转换、自动演奏", - "version": "3.2.5", + "version": "3.3.0", "bgi_version": "0.43.1", "description": "功能描述:功能及其强大的原琴脚本\n核心功能------------------------------>\n1.轻松实现根据五线谱翻版琴谱,支持单音、和弦\n2.曲谱支持录入BPM、拍号\n3.特殊音符支持休止符、浮点音符、(三/六)连音、(三/六)连音标记线、装饰音·倚音\n4.含有制谱器,方便制作曲谱\n注意事项------------------------------>\n1.使用前请装备原琴\n2.音域只有3个八度,受原琴音域限制,本脚本的上限取决于翻谱的大佬(卑微\n3.实际上装饰音·倚音的时长视为基础时值单位(比如拍号2/4的基础时值单位就是4分音符)的1/16\n4.制铺说明:曲谱JSON文件的notes必须保证为一行且不能包括空白符(换行符除外);小节之间用|隔开,|不是必要的,作用是方便曲谱维护\n---------------------------------------->\n作者:提瓦特钓鱼玳师\n脚本反馈邮箱:hijiwos@hotmail.com", "authors": [ diff --git a/repo/js/AutoYuanQin/settings.json b/repo/js/AutoYuanQin/settings.json index 5622374e6..f7daf2808 100644 --- a/repo/js/AutoYuanQin/settings.json +++ b/repo/js/AutoYuanQin/settings.json @@ -41,7 +41,10 @@ "0019.枫", "0020.大石碎胸口 ver. “一阵强劲的音乐”", "0021.ClockParadox_Drop2", - "0022.DAMIDAMI" + "0022.DAMIDAMI", + "0023.喜欢你", + "0024.可不可以 ", + "0025.唯一" ] }, {