diff --git a/repl/.gitignore b/repl/.gitignore deleted file mode 100644 index b9ef2472..00000000 --- a/repl/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? - -oldtunes.mjs -public/samples/EMU World/ \ No newline at end of file diff --git a/repl/README.md b/repl/README.md deleted file mode 100644 index de8f9bf9..00000000 --- a/repl/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Strudel REPL - -This is the REPL for Strudel. REPL stands for - -- Read -- Evaluate -- Play! -- Loop - -The REPL is deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.org/). - -## Run REPL locally - -```bash -# from project root -npm run setup -npm run repl -``` - -## Build REPL - -```bash -cd repl -npm run build # <- builds repl + tutorial to ../docs -npm run static # <- test static build -``` diff --git a/repl/index.html b/repl/index.html deleted file mode 100644 index b9fe172b..00000000 --- a/repl/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - Strudel REPL - - - -
- - - diff --git a/repl/package-lock.json b/repl/package-lock.json deleted file mode 100644 index 3759e11f..00000000 --- a/repl/package-lock.json +++ /dev/null @@ -1,4463 +0,0 @@ -{ - "name": "@strudel.cycles/repl", - "version": "0.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "@strudel.cycles/repl", - "version": "0.0.0", - "dependencies": { - "@heroicons/react": "^2.0.13", - "@supabase/supabase-js": "^1.35.3", - "nanoid": "^4.0.0", - "react": "^17.0.2", - "react-dom": "^17.0.2" - }, - "devDependencies": { - "@tailwindcss/typography": "^0.5.2", - "@vitejs/plugin-react": "^1.3.0", - "autoprefixer": "^10.4.7", - "postcss": "^8.4.13", - "rollup-plugin-visualizer": "^5.8.1", - "tailwindcss": "^3.0.24", - "vite": "^3.2.2" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", - "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", - "dev": true, - "dependencies": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", - "dev": true, - "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", - "dev": true, - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.13.tgz", - "integrity": "sha512-RY2fVI8O0iFUNvZirXaQ1vMvK0xhCcl0gqRj74Z6yEiO1zAUa7hbsdwZM1kzqbxHK7LFyMizipfXT3JME+12Hw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.13.tgz", - "integrity": "sha512-+BoyIm4I8uJmH/QDIH0fu7MG0AEx9OXEDXnqptXCwKOlOqZiS4iraH1Nr7/ObLMokW3sOCeBNyD68ATcV9b9Ag==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@heroicons/react": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.13.tgz", - "integrity": "sha512-iSN5XwmagrnirWlYEWNPdCDj9aRYVD/lnK3JlsC9/+fqGF80k8C7rl+1HCvBX0dBoagKqOFBs6fMhJJ1hOg1EQ==", - "peerDependencies": { - "react": ">= 16" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", - "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/@supabase/functions-js": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-1.3.3.tgz", - "integrity": "sha512-35vO9niHRtzGe1QSvXKdOfvGPiX2KC44dGpWU6y0/gZCfTIgog/soU9HqABzQC/maVowO3hGLWfez5aN0MKfow==", - "dependencies": { - "cross-fetch": "^3.1.5" - } - }, - "node_modules/@supabase/gotrue-js": { - "version": "1.22.16", - "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-1.22.16.tgz", - "integrity": "sha512-t/tR87anihvyc9ePk53NF2CG8yzTDiWOt0ReZpr7sRKV91sHNLbghVMsMDwPONWnVQ9V2/qfKutuAvPGTB/Dew==", - "dependencies": { - "cross-fetch": "^3.0.6" - } - }, - "node_modules/@supabase/postgrest-js": { - "version": "0.37.3", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-0.37.3.tgz", - "integrity": "sha512-Iqwv9D80YGkCi60Zl2lsV04WxOmjFqxpFmxoZ5xUqsVZHvIoAbJ9tMM3+0F7VkZZbsjnaYHrpJ58xLxU7cgy2w==", - "dependencies": { - "cross-fetch": "^3.1.5" - } - }, - "node_modules/@supabase/realtime-js": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-1.7.2.tgz", - "integrity": "sha512-DMUaFIKj7KszGtWTTQbhMmUzZf7UnwYqySsmY+G8HgYxvY3ZaVa+DZD0I6ofgr4OLNr0po/ODM2a4lf5m5GNBg==", - "dependencies": { - "@types/phoenix": "^1.5.4", - "websocket": "^1.0.34" - } - }, - "node_modules/@supabase/storage-js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-1.7.1.tgz", - "integrity": "sha512-0ZlKlGgB3Qzhu07fts5pr2Y+c4xW58d7sDOB9m6nSfltS6SSfBPmqtdhU0zV9vy3vAjC74XeqUcpMhHP5E+aoA==", - "dependencies": { - "cross-fetch": "^3.1.0" - } - }, - "node_modules/@supabase/supabase-js": { - "version": "1.35.3", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-1.35.3.tgz", - "integrity": "sha512-uwO8OVdMFsGZNZ1xQhFz22+PSW0EWYZ5xVq+jQeGz8nhabEu+Q9Uyep/bcNzOpyPJRzbGfxSPRzgAdAxfJgFhw==", - "dependencies": { - "@supabase/functions-js": "^1.3.3", - "@supabase/gotrue-js": "^1.22.14", - "@supabase/postgrest-js": "^0.37.2", - "@supabase/realtime-js": "^1.7.2", - "@supabase/storage-js": "^1.7.0" - } - }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", - "dev": true, - "dependencies": { - "lodash.castarray": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "postcss-selector-parser": "6.0.10" - }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" - } - }, - "node_modules/@types/phoenix": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.5.4.tgz", - "integrity": "sha512-L5eZmzw89eXBKkiqVBcJfU1QGx9y+wurRIEgt0cuLH0hwNtVUxtx+6cu0R2STwWj468sjXyBYPYDtGclUd1kjQ==" - }, - "node_modules/@vitejs/plugin-react": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", - "integrity": "sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.17.10", - "@babel/plugin-transform-react-jsx": "^7.17.3", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-jsx-self": "^7.16.7", - "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "@rollup/pluginutils": "^4.2.1", - "react-refresh": "^0.13.0", - "resolve": "^1.22.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "dev": true, - "dependencies": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" - } - }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true - }, - "node_modules/autoprefixer": { - "version": "10.4.13", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", - "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - ], - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-lite": "^1.0.30001426", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.21.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001400", - "electron-to-chromium": "^1.4.251", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.9" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bufferutil": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", - "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", - "hasInstallScript": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001430", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz", - "integrity": "sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - } - ] - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "dependencies": { - "node-fetch": "2.6.7" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", - "dependencies": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/defined": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", - "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/detective": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", - "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", - "dev": true, - "dependencies": { - "acorn-node": "^1.8.2", - "defined": "^1.0.0", - "minimist": "^1.2.6" - }, - "bin": { - "detective": "bin/detective.js" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "node_modules/electron-to-chromium": { - "version": "1.4.284", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", - "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", - "dev": true - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/es5-ext": { - "version": "0.10.61", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", - "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", - "hasInstallScript": true, - "dependencies": { - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.3", - "next-tick": "^1.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", - "dependencies": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "node_modules/es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", - "dependencies": { - "d": "^1.0.1", - "ext": "^1.1.2" - } - }, - "node_modules/esbuild": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.13.tgz", - "integrity": "sha512-Cu3SC84oyzzhrK/YyN4iEVy2jZu5t2fz66HEOShHURcjSkOSAVL8C/gfUT+lDJxkVHpg8GZ10DD0rMHRPqMFaQ==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/android-arm": "0.15.13", - "@esbuild/linux-loong64": "0.15.13", - "esbuild-android-64": "0.15.13", - "esbuild-android-arm64": "0.15.13", - "esbuild-darwin-64": "0.15.13", - "esbuild-darwin-arm64": "0.15.13", - "esbuild-freebsd-64": "0.15.13", - "esbuild-freebsd-arm64": "0.15.13", - "esbuild-linux-32": "0.15.13", - "esbuild-linux-64": "0.15.13", - "esbuild-linux-arm": "0.15.13", - "esbuild-linux-arm64": "0.15.13", - "esbuild-linux-mips64le": "0.15.13", - "esbuild-linux-ppc64le": "0.15.13", - "esbuild-linux-riscv64": "0.15.13", - "esbuild-linux-s390x": "0.15.13", - "esbuild-netbsd-64": "0.15.13", - "esbuild-openbsd-64": "0.15.13", - "esbuild-sunos-64": "0.15.13", - "esbuild-windows-32": "0.15.13", - "esbuild-windows-64": "0.15.13", - "esbuild-windows-arm64": "0.15.13" - } - }, - "node_modules/esbuild-android-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.13.tgz", - "integrity": "sha512-yRorukXBlokwTip+Sy4MYskLhJsO0Kn0/Fj43s1krVblfwP+hMD37a4Wmg139GEsMLl+vh8WXp2mq/cTA9J97g==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-android-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.13.tgz", - "integrity": "sha512-TKzyymLD6PiVeyYa4c5wdPw87BeAiTXNtK6amWUcXZxkV51gOk5u5qzmDaYSwiWeecSNHamFsaFjLoi32QR5/w==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-darwin-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.13.tgz", - "integrity": "sha512-WAx7c2DaOS6CrRcoYCgXgkXDliLnFv3pQLV6GeW1YcGEZq2Gnl8s9Pg7ahValZkpOa0iE/ojRVQ87sbUhF1Cbg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-darwin-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.13.tgz", - "integrity": "sha512-U6jFsPfSSxC3V1CLiQqwvDuj3GGrtQNB3P3nNC3+q99EKf94UGpsG9l4CQ83zBs1NHrk1rtCSYT0+KfK5LsD8A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-freebsd-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.13.tgz", - "integrity": "sha512-whItJgDiOXaDG/idy75qqevIpZjnReZkMGCgQaBWZuKHoElDJC1rh7MpoUgupMcdfOd+PgdEwNQW9DAE6i8wyA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-freebsd-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.13.tgz", - "integrity": "sha512-6pCSWt8mLUbPtygv7cufV0sZLeylaMwS5Fznj6Rsx9G2AJJsAjQ9ifA+0rQEIg7DwJmi9it+WjzNTEAzzdoM3Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-32": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.13.tgz", - "integrity": "sha512-VbZdWOEdrJiYApm2kkxoTOgsoCO1krBZ3quHdYk3g3ivWaMwNIVPIfEE0f0XQQ0u5pJtBsnk2/7OPiCFIPOe/w==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.13.tgz", - "integrity": "sha512-rXmnArVNio6yANSqDQlIO4WiP+Cv7+9EuAHNnag7rByAqFVuRusLbGi2697A5dFPNXoO//IiogVwi3AdcfPC6A==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-arm": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.13.tgz", - "integrity": "sha512-Ac6LpfmJO8WhCMQmO253xX2IU2B3wPDbl4IvR0hnqcPrdfCaUa2j/lLMGTjmQ4W5JsJIdHEdW12dG8lFS0MbxQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.13.tgz", - "integrity": "sha512-alEMGU4Z+d17U7KQQw2IV8tQycO6T+rOrgW8OS22Ua25x6kHxoG6Ngry6Aq6uranC+pNWNMB6aHFPh7aTQdORQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-mips64le": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.13.tgz", - "integrity": "sha512-47PgmyYEu+yN5rD/MbwS6DxP2FSGPo4Uxg5LwIdxTiyGC2XKwHhHyW7YYEDlSuXLQXEdTO7mYe8zQ74czP7W8A==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-ppc64le": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.13.tgz", - "integrity": "sha512-z6n28h2+PC1Ayle9DjKoBRcx/4cxHoOa2e689e2aDJSaKug3jXcQw7mM+GLg+9ydYoNzj8QxNL8ihOv/OnezhA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-riscv64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.13.tgz", - "integrity": "sha512-+Lu4zuuXuQhgLUGyZloWCqTslcCAjMZH1k3Xc9MSEJEpEFdpsSU0sRDXAnk18FKOfEjhu4YMGaykx9xjtpA6ow==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-s390x": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.13.tgz", - "integrity": "sha512-BMeXRljruf7J0TMxD5CIXS65y7puiZkAh+s4XFV9qy16SxOuMhxhVIXYLnbdfLrsYGFzx7U9mcdpFWkkvy/Uag==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-netbsd-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.13.tgz", - "integrity": "sha512-EHj9QZOTel581JPj7UO3xYbltFTYnHy+SIqJVq6yd3KkCrsHRbapiPb0Lx3EOOtybBEE9EyqbmfW1NlSDsSzvQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-openbsd-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.13.tgz", - "integrity": "sha512-nkuDlIjF/sfUhfx8SKq0+U+Fgx5K9JcPq1mUodnxI0x4kBdCv46rOGWbuJ6eof2n3wdoCLccOoJAbg9ba/bT2w==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-sunos-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.13.tgz", - "integrity": "sha512-jVeu2GfxZQ++6lRdY43CS0Tm/r4WuQQ0Pdsrxbw+aOrHQPHV0+LNOLnvbN28M7BSUGnJnHkHm2HozGgNGyeIRw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-windows-32": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.13.tgz", - "integrity": "sha512-XoF2iBf0wnqo16SDq+aDGi/+QbaLFpkiRarPVssMh9KYbFNCqPLlGAWwDvxEVz+ywX6Si37J2AKm+AXq1kC0JA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-windows-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.13.tgz", - "integrity": "sha512-Et6htEfGycjDrtqb2ng6nT+baesZPYQIW+HUEHK4D1ncggNrDNk3yoboYQ5KtiVrw/JaDMNttz8rrPubV/fvPQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-windows-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.13.tgz", - "integrity": "sha512-3bv7tqntThQC9SWLRouMDmZnlOukBhOCTlkzNqzGCmrkCJI7io5LLjwJBOVY6kOUlIvdxbooNZwjtBvj+7uuVg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true - }, - "node_modules/ext": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", - "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", - "dependencies": { - "type": "^2.5.0" - } - }, - "node_modules/ext/node_modules/type": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==" - }, - "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", - "dev": true, - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" - } - }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "dev": true, - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lilconfig": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz", - "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/lodash.castarray": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", - "integrity": "sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=", - "dev": true - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", - "bin": { - "nanoid": "bin/nanoid.js" - }, - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "node_modules/next-tick": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" - }, - "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/node-gyp-build": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz", - "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==", - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, - "node_modules/node-releases": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", - "dev": true, - "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss": { - "version": "8.4.18", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz", - "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-import": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", - "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==", - "dev": true, - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.3.3" - } - }, - "node_modules/postcss-load-config": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", - "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", - "dev": true, - "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^1.10.2" - }, - "engines": { - "node": ">= 10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/postcss-nested": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz", - "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/react-refresh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.13.0.tgz", - "integrity": "sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", - "dev": true, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=10.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/rollup-plugin-visualizer": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.3.tgz", - "integrity": "sha512-QGJk4Bqe4AOat5AjipOh8esZH1nck5X2KFpf4VytUdSUuuuSwvIQZjMGgjcxe/zXexltqaXp5Vx1V3LmnQH15Q==", - "dev": true, - "dependencies": { - "open": "^8.4.0", - "source-map": "^0.7.4", - "yargs": "^17.5.1" - }, - "bin": { - "rollup-plugin-visualizer": "dist/bin/cli.js" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "rollup": "2.x || 3.x" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwindcss": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", - "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", - "dev": true, - "dependencies": { - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "color-name": "^1.1.4", - "detective": "^5.2.1", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.2.12", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "lilconfig": "^2.0.6", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.17", - "postcss-import": "^14.1.0", - "postcss-js": "^4.0.0", - "postcss-load-config": "^3.1.4", - "postcss-nested": "6.0.0", - "postcss-selector-parser": "^6.0.10", - "postcss-value-parser": "^4.2.0", - "quick-lru": "^5.1.1", - "resolve": "^1.22.1" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=12.13.0" - }, - "peerDependencies": { - "postcss": "^8.0.9" - } - }, - "node_modules/tailwindcss/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - }, - "node_modules/type": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist-lint": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/utf-8-validate": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz", - "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==", - "hasInstallScript": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "node_modules/vite": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.2.tgz", - "integrity": "sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==", - "dev": true, - "dependencies": { - "esbuild": "^0.15.9", - "postcss": "^8.4.18", - "resolve": "^1.22.1", - "rollup": "^2.79.1" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "peerDependencies": { - "less": "*", - "sass": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" - }, - "node_modules/websocket": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz", - "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==", - "dependencies": { - "bufferutil": "^4.0.1", - "debug": "^2.2.0", - "es5-ext": "^0.10.50", - "typedarray-to-buffer": "^3.1.5", - "utf-8-validate": "^5.0.2", - "yaeti": "^0.0.6" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/websocket/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/websocket/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true, - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/yaeti": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz", - "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==", - "engines": { - "node": ">=0.10.32" - } - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "engines": { - "node": ">=12" - } - } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "requires": { - "@babel/highlight": "^7.16.7" - } - }, - "@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==", - "dev": true - }, - "@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - } - }, - "@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", - "dev": true, - "requires": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", - "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", - "dev": true, - "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", - "dev": true - }, - "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", - "dev": true, - "requires": { - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", - "dev": true - }, - "@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", - "dev": true, - "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" - } - }, - "@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==", - "dev": true - }, - "@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "to-fast-properties": "^2.0.0" - } - }, - "@esbuild/android-arm": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.13.tgz", - "integrity": "sha512-RY2fVI8O0iFUNvZirXaQ1vMvK0xhCcl0gqRj74Z6yEiO1zAUa7hbsdwZM1kzqbxHK7LFyMizipfXT3JME+12Hw==", - "dev": true, - "optional": true - }, - "@esbuild/linux-loong64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.13.tgz", - "integrity": "sha512-+BoyIm4I8uJmH/QDIH0fu7MG0AEx9OXEDXnqptXCwKOlOqZiS4iraH1Nr7/ObLMokW3sOCeBNyD68ATcV9b9Ag==", - "dev": true, - "optional": true - }, - "@heroicons/react": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.13.tgz", - "integrity": "sha512-iSN5XwmagrnirWlYEWNPdCDj9aRYVD/lnK3JlsC9/+fqGF80k8C7rl+1HCvBX0dBoagKqOFBs6fMhJJ1hOg1EQ==", - "requires": {} - }, - "@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", - "dev": true - }, - "@jridgewell/set-array": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", - "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", - "dev": true - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", - "dev": true - }, - "@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "requires": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - } - }, - "@supabase/functions-js": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-1.3.3.tgz", - "integrity": "sha512-35vO9niHRtzGe1QSvXKdOfvGPiX2KC44dGpWU6y0/gZCfTIgog/soU9HqABzQC/maVowO3hGLWfez5aN0MKfow==", - "requires": { - "cross-fetch": "^3.1.5" - } - }, - "@supabase/gotrue-js": { - "version": "1.22.16", - "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-1.22.16.tgz", - "integrity": "sha512-t/tR87anihvyc9ePk53NF2CG8yzTDiWOt0ReZpr7sRKV91sHNLbghVMsMDwPONWnVQ9V2/qfKutuAvPGTB/Dew==", - "requires": { - "cross-fetch": "^3.0.6" - } - }, - "@supabase/postgrest-js": { - "version": "0.37.3", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-0.37.3.tgz", - "integrity": "sha512-Iqwv9D80YGkCi60Zl2lsV04WxOmjFqxpFmxoZ5xUqsVZHvIoAbJ9tMM3+0F7VkZZbsjnaYHrpJ58xLxU7cgy2w==", - "requires": { - "cross-fetch": "^3.1.5" - } - }, - "@supabase/realtime-js": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-1.7.2.tgz", - "integrity": "sha512-DMUaFIKj7KszGtWTTQbhMmUzZf7UnwYqySsmY+G8HgYxvY3ZaVa+DZD0I6ofgr4OLNr0po/ODM2a4lf5m5GNBg==", - "requires": { - "@types/phoenix": "^1.5.4", - "websocket": "^1.0.34" - } - }, - "@supabase/storage-js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-1.7.1.tgz", - "integrity": "sha512-0ZlKlGgB3Qzhu07fts5pr2Y+c4xW58d7sDOB9m6nSfltS6SSfBPmqtdhU0zV9vy3vAjC74XeqUcpMhHP5E+aoA==", - "requires": { - "cross-fetch": "^3.1.0" - } - }, - "@supabase/supabase-js": { - "version": "1.35.3", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-1.35.3.tgz", - "integrity": "sha512-uwO8OVdMFsGZNZ1xQhFz22+PSW0EWYZ5xVq+jQeGz8nhabEu+Q9Uyep/bcNzOpyPJRzbGfxSPRzgAdAxfJgFhw==", - "requires": { - "@supabase/functions-js": "^1.3.3", - "@supabase/gotrue-js": "^1.22.14", - "@supabase/postgrest-js": "^0.37.2", - "@supabase/realtime-js": "^1.7.2", - "@supabase/storage-js": "^1.7.0" - } - }, - "@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", - "dev": true, - "requires": { - "lodash.castarray": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "postcss-selector-parser": "6.0.10" - } - }, - "@types/phoenix": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.5.4.tgz", - "integrity": "sha512-L5eZmzw89eXBKkiqVBcJfU1QGx9y+wurRIEgt0cuLH0hwNtVUxtx+6cu0R2STwWj468sjXyBYPYDtGclUd1kjQ==" - }, - "@vitejs/plugin-react": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", - "integrity": "sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==", - "dev": true, - "requires": { - "@babel/core": "^7.17.10", - "@babel/plugin-transform-react-jsx": "^7.17.3", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-jsx-self": "^7.16.7", - "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "@rollup/pluginutils": "^4.2.1", - "react-refresh": "^0.13.0", - "resolve": "^1.22.0" - } - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - }, - "acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "dev": true, - "requires": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" - } - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true - }, - "autoprefixer": { - "version": "10.4.13", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", - "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", - "dev": true, - "requires": { - "browserslist": "^4.21.4", - "caniuse-lite": "^1.0.30001426", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - } - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "browserslist": { - "version": "4.21.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001400", - "electron-to-chromium": "^1.4.251", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.9" - } - }, - "bufferutil": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz", - "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==", - "requires": { - "node-gyp-build": "^4.3.0" - } - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true - }, - "caniuse-lite": { - "version": "1.0.30001430", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz", - "integrity": "sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "requires": { - "node-fetch": "2.6.7" - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "dev": true - }, - "defined": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", - "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==", - "dev": true - }, - "detective": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", - "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", - "dev": true, - "requires": { - "acorn-node": "^1.8.2", - "defined": "^1.0.0", - "minimist": "^1.2.6" - } - }, - "didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true - }, - "dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "electron-to-chromium": { - "version": "1.4.284", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", - "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "es5-ext": { - "version": "0.10.61", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz", - "integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==", - "requires": { - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.3", - "next-tick": "^1.1.0" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", - "requires": { - "d": "^1.0.1", - "ext": "^1.1.2" - } - }, - "esbuild": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.13.tgz", - "integrity": "sha512-Cu3SC84oyzzhrK/YyN4iEVy2jZu5t2fz66HEOShHURcjSkOSAVL8C/gfUT+lDJxkVHpg8GZ10DD0rMHRPqMFaQ==", - "dev": true, - "requires": { - "@esbuild/android-arm": "0.15.13", - "@esbuild/linux-loong64": "0.15.13", - "esbuild-android-64": "0.15.13", - "esbuild-android-arm64": "0.15.13", - "esbuild-darwin-64": "0.15.13", - "esbuild-darwin-arm64": "0.15.13", - "esbuild-freebsd-64": "0.15.13", - "esbuild-freebsd-arm64": "0.15.13", - "esbuild-linux-32": "0.15.13", - "esbuild-linux-64": "0.15.13", - "esbuild-linux-arm": "0.15.13", - "esbuild-linux-arm64": "0.15.13", - "esbuild-linux-mips64le": "0.15.13", - "esbuild-linux-ppc64le": "0.15.13", - "esbuild-linux-riscv64": "0.15.13", - "esbuild-linux-s390x": "0.15.13", - "esbuild-netbsd-64": "0.15.13", - "esbuild-openbsd-64": "0.15.13", - "esbuild-sunos-64": "0.15.13", - "esbuild-windows-32": "0.15.13", - "esbuild-windows-64": "0.15.13", - "esbuild-windows-arm64": "0.15.13" - } - }, - "esbuild-android-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.13.tgz", - "integrity": "sha512-yRorukXBlokwTip+Sy4MYskLhJsO0Kn0/Fj43s1krVblfwP+hMD37a4Wmg139GEsMLl+vh8WXp2mq/cTA9J97g==", - "dev": true, - "optional": true - }, - "esbuild-android-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.13.tgz", - "integrity": "sha512-TKzyymLD6PiVeyYa4c5wdPw87BeAiTXNtK6amWUcXZxkV51gOk5u5qzmDaYSwiWeecSNHamFsaFjLoi32QR5/w==", - "dev": true, - "optional": true - }, - "esbuild-darwin-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.13.tgz", - "integrity": "sha512-WAx7c2DaOS6CrRcoYCgXgkXDliLnFv3pQLV6GeW1YcGEZq2Gnl8s9Pg7ahValZkpOa0iE/ojRVQ87sbUhF1Cbg==", - "dev": true, - "optional": true - }, - "esbuild-darwin-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.13.tgz", - "integrity": "sha512-U6jFsPfSSxC3V1CLiQqwvDuj3GGrtQNB3P3nNC3+q99EKf94UGpsG9l4CQ83zBs1NHrk1rtCSYT0+KfK5LsD8A==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.13.tgz", - "integrity": "sha512-whItJgDiOXaDG/idy75qqevIpZjnReZkMGCgQaBWZuKHoElDJC1rh7MpoUgupMcdfOd+PgdEwNQW9DAE6i8wyA==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.13.tgz", - "integrity": "sha512-6pCSWt8mLUbPtygv7cufV0sZLeylaMwS5Fznj6Rsx9G2AJJsAjQ9ifA+0rQEIg7DwJmi9it+WjzNTEAzzdoM3Q==", - "dev": true, - "optional": true - }, - "esbuild-linux-32": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.13.tgz", - "integrity": "sha512-VbZdWOEdrJiYApm2kkxoTOgsoCO1krBZ3quHdYk3g3ivWaMwNIVPIfEE0f0XQQ0u5pJtBsnk2/7OPiCFIPOe/w==", - "dev": true, - "optional": true - }, - "esbuild-linux-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.13.tgz", - "integrity": "sha512-rXmnArVNio6yANSqDQlIO4WiP+Cv7+9EuAHNnag7rByAqFVuRusLbGi2697A5dFPNXoO//IiogVwi3AdcfPC6A==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.13.tgz", - "integrity": "sha512-Ac6LpfmJO8WhCMQmO253xX2IU2B3wPDbl4IvR0hnqcPrdfCaUa2j/lLMGTjmQ4W5JsJIdHEdW12dG8lFS0MbxQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.13.tgz", - "integrity": "sha512-alEMGU4Z+d17U7KQQw2IV8tQycO6T+rOrgW8OS22Ua25x6kHxoG6Ngry6Aq6uranC+pNWNMB6aHFPh7aTQdORQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-mips64le": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.13.tgz", - "integrity": "sha512-47PgmyYEu+yN5rD/MbwS6DxP2FSGPo4Uxg5LwIdxTiyGC2XKwHhHyW7YYEDlSuXLQXEdTO7mYe8zQ74czP7W8A==", - "dev": true, - "optional": true - }, - "esbuild-linux-ppc64le": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.13.tgz", - "integrity": "sha512-z6n28h2+PC1Ayle9DjKoBRcx/4cxHoOa2e689e2aDJSaKug3jXcQw7mM+GLg+9ydYoNzj8QxNL8ihOv/OnezhA==", - "dev": true, - "optional": true - }, - "esbuild-linux-riscv64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.13.tgz", - "integrity": "sha512-+Lu4zuuXuQhgLUGyZloWCqTslcCAjMZH1k3Xc9MSEJEpEFdpsSU0sRDXAnk18FKOfEjhu4YMGaykx9xjtpA6ow==", - "dev": true, - "optional": true - }, - "esbuild-linux-s390x": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.13.tgz", - "integrity": "sha512-BMeXRljruf7J0TMxD5CIXS65y7puiZkAh+s4XFV9qy16SxOuMhxhVIXYLnbdfLrsYGFzx7U9mcdpFWkkvy/Uag==", - "dev": true, - "optional": true - }, - "esbuild-netbsd-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.13.tgz", - "integrity": "sha512-EHj9QZOTel581JPj7UO3xYbltFTYnHy+SIqJVq6yd3KkCrsHRbapiPb0Lx3EOOtybBEE9EyqbmfW1NlSDsSzvQ==", - "dev": true, - "optional": true - }, - "esbuild-openbsd-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.13.tgz", - "integrity": "sha512-nkuDlIjF/sfUhfx8SKq0+U+Fgx5K9JcPq1mUodnxI0x4kBdCv46rOGWbuJ6eof2n3wdoCLccOoJAbg9ba/bT2w==", - "dev": true, - "optional": true - }, - "esbuild-sunos-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.13.tgz", - "integrity": "sha512-jVeu2GfxZQ++6lRdY43CS0Tm/r4WuQQ0Pdsrxbw+aOrHQPHV0+LNOLnvbN28M7BSUGnJnHkHm2HozGgNGyeIRw==", - "dev": true, - "optional": true - }, - "esbuild-windows-32": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.13.tgz", - "integrity": "sha512-XoF2iBf0wnqo16SDq+aDGi/+QbaLFpkiRarPVssMh9KYbFNCqPLlGAWwDvxEVz+ywX6Si37J2AKm+AXq1kC0JA==", - "dev": true, - "optional": true - }, - "esbuild-windows-64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.13.tgz", - "integrity": "sha512-Et6htEfGycjDrtqb2ng6nT+baesZPYQIW+HUEHK4D1ncggNrDNk3yoboYQ5KtiVrw/JaDMNttz8rrPubV/fvPQ==", - "dev": true, - "optional": true - }, - "esbuild-windows-arm64": { - "version": "0.15.13", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.13.tgz", - "integrity": "sha512-3bv7tqntThQC9SWLRouMDmZnlOukBhOCTlkzNqzGCmrkCJI7io5LLjwJBOVY6kOUlIvdxbooNZwjtBvj+7uuVg==", - "dev": true, - "optional": true - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true - }, - "ext": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", - "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", - "requires": { - "type": "^2.5.0" - }, - "dependencies": { - "type": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz", - "integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==" - } - } - }, - "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", - "dev": true - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "requires": { - "is-docker": "^2.0.0" - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, - "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true - }, - "lilconfig": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz", - "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==", - "dev": true - }, - "lodash.castarray": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", - "integrity": "sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=", - "dev": true - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nanoid": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", - "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" - }, - "next-tick": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" - }, - "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "requires": { - "whatwg-url": "^5.0.0" - } - }, - "node-gyp-build": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz", - "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==" - }, - "node-releases": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true - }, - "open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", - "dev": true, - "requires": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - } - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true - }, - "postcss": { - "version": "8.4.18", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz", - "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==", - "dev": true, - "requires": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "dependencies": { - "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "dev": true - } - } - }, - "postcss-import": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - } - }, - "postcss-js": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", - "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==", - "dev": true, - "requires": { - "camelcase-css": "^2.0.1" - } - }, - "postcss-load-config": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", - "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", - "dev": true, - "requires": { - "lilconfig": "^2.0.5", - "yaml": "^1.10.2" - } - }, - "postcss-nested": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz", - "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.10" - } - }, - "postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true - }, - "quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true - }, - "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - } - }, - "react-refresh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.13.0.tgz", - "integrity": "sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==", - "dev": true - }, - "read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "requires": { - "pify": "^2.3.0" - } - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true - }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, - "rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", - "dev": true, - "requires": { - "fsevents": "~2.3.2" - } - }, - "rollup-plugin-visualizer": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.3.tgz", - "integrity": "sha512-QGJk4Bqe4AOat5AjipOh8esZH1nck5X2KFpf4VytUdSUuuuSwvIQZjMGgjcxe/zXexltqaXp5Vx1V3LmnQH15Q==", - "dev": true, - "requires": { - "open": "^8.4.0", - "source-map": "^0.7.4", - "yargs": "^17.5.1" - } - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true - }, - "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, - "tailwindcss": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", - "integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", - "dev": true, - "requires": { - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "color-name": "^1.1.4", - "detective": "^5.2.1", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.2.12", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "lilconfig": "^2.0.6", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.17", - "postcss-import": "^14.1.0", - "postcss-js": "^4.0.0", - "postcss-load-config": "^3.1.4", - "postcss-nested": "6.0.0", - "postcss-selector-parser": "^6.0.10", - "postcss-value-parser": "^4.2.0", - "quick-lru": "^5.1.1", - "resolve": "^1.22.1" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - }, - "type": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", - "dev": true, - "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - } - }, - "utf-8-validate": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz", - "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==", - "requires": { - "node-gyp-build": "^4.3.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "vite": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.2.tgz", - "integrity": "sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==", - "dev": true, - "requires": { - "esbuild": "^0.15.9", - "fsevents": "~2.3.2", - "postcss": "^8.4.18", - "resolve": "^1.22.1", - "rollup": "^2.79.1" - } - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" - }, - "websocket": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz", - "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==", - "requires": { - "bufferutil": "^4.0.1", - "debug": "^2.2.0", - "es5-ext": "^0.10.50", - "typedarray-to-buffer": "^3.1.5", - "utf-8-validate": "^5.0.2", - "yaeti": "^0.0.6" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true - }, - "y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true - }, - "yaeti": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz", - "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==" - }, - "yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true - }, - "yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true - } - } -} diff --git a/repl/package.json b/repl/package.json deleted file mode 100644 index 97ac8dbd..00000000 --- a/repl/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@strudel.cycles/repl", - "private": true, - "version": "0.0.0", - "scripts": { - "render-jsdoc": "cd ${PWD}/../tutorial/ && npm run render", - "predev": "npm run render-jsdoc", - "prebuild": "npm run render-jsdoc", - "dev": "vite --host", - "start": "vite", - "build": "vite build", - "preview": "vite preview", - "test": "vitest run --reporter verbose -v --no-isolate", - "add-license": "cat etc/agpl-header.txt ../docs/static/js/*LICENSE.txt > /tmp/strudel-license.txt && cp /tmp/strudel-license.txt ../docs/static/js/*LICENSE.txt", - "predeploy": "npm run build", - "deploy": "gh-pages -d ../docs", - "static": "npx serve ../docs", - "dbdump": "node src/test/dbdump.js > src/test/dbdump.json" - }, - "dependencies": { - "@heroicons/react": "^2.0.13", - "@supabase/supabase-js": "^1.35.3", - "nanoid": "^4.0.0", - "react": "^17.0.2", - "react-dom": "^17.0.2" - }, - "devDependencies": { - "@tailwindcss/typography": "^0.5.2", - "@vitejs/plugin-react": "^1.3.0", - "autoprefixer": "^10.4.7", - "postcss": "^8.4.13", - "rollup-plugin-visualizer": "^5.8.1", - "tailwindcss": "^3.0.24", - "vite": "^3.2.2" - } -} diff --git a/repl/postcss.config.js b/repl/postcss.config.js deleted file mode 100644 index b77b9fe4..00000000 --- a/repl/postcss.config.js +++ /dev/null @@ -1,12 +0,0 @@ -/* -postcss.config.js - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -}; diff --git a/repl/public/.nojekyll b/repl/public/.nojekyll deleted file mode 100644 index e69de29b..00000000 diff --git a/repl/public/CNAME b/repl/public/CNAME deleted file mode 100644 index 63687b2b..00000000 --- a/repl/public/CNAME +++ /dev/null @@ -1 +0,0 @@ -strudel.tidalcycles.org diff --git a/repl/public/EmuSP12.json b/repl/public/EmuSP12.json deleted file mode 100644 index 69746bed..00000000 --- a/repl/public/EmuSP12.json +++ /dev/null @@ -1,16 +0,0 @@ -{ -"bd": ["bd/Bassdrum-01.wav","bd/Bassdrum-02.wav","bd/Bassdrum-03.wav","bd/Bassdrum-04.wav","bd/Bassdrum-05.wav","bd/Bassdrum-06.wav","bd/Bassdrum-07.wav","bd/Bassdrum-08.wav","bd/Bassdrum-09.wav","bd/Bassdrum-10.wav","bd/Bassdrum-11.wav","bd/Bassdrum-12.wav","bd/Bassdrum-13.wav","bd/Bassdrum-14.wav"], -"cb": ["cb/Cowbell.wav"], -"cp": ["cp/Clap.wav"], -"cr": ["cr/Crash.wav"], -"hh": ["hh/Hat Closed-01.wav","hh/Hat Closed-02.wav"], -"ht": ["ht/Tom H-01.wav","ht/Tom H-02.wav","ht/Tom H-03.wav","ht/Tom H-04.wav","ht/Tom H-05.wav","ht/Tom H-06.wav"], -"lt": ["lt/Tom L-01.wav","lt/Tom L-02.wav","lt/Tom L-03.wav","lt/Tom L-04.wav","lt/Tom L-05.wav","lt/Tom L-06.wav"], -"misc": ["misc/Metal-01.wav","misc/Metal-02.wav","misc/Metal-03.wav","misc/Scratch.wav","misc/Shot-01.wav","misc/Shot-02.wav","misc/Shot-03.wav"], -"mt": ["mt/Tom M-01.wav","mt/Tom M-02.wav","mt/Tom M-03.wav","mt/Tom M-05.wav"], -"oh": ["oh/Hhopen1.wav"], -"perc": ["perc/Blow1.wav"], -"rd": ["rd/Ride.wav"], -"rim": ["rim/zRim Shot-01.wav","rim/zRim Shot-02.wav"], -"sd": ["sd/Snaredrum-01.wav","sd/Snaredrum-02.wav","sd/Snaredrum-03.wav","sd/Snaredrum-04.wav","sd/Snaredrum-05.wav","sd/Snaredrum-06.wav","sd/Snaredrum-07.wav","sd/Snaredrum-08.wav","sd/Snaredrum-09.wav","sd/Snaredrum-10.wav","sd/Snaredrum-11.wav","sd/Snaredrum-12.wav","sd/Snaredrum-13.wav","sd/Snaredrum-14.wav","sd/Snaredrum-15.wav","sd/Snaredrum-16.wav","sd/Snaredrum-17.wav","sd/Snaredrum-18.wav","sd/Snaredrum-19.wav","sd/Snaredrum-20.wav","sd/Snaredrum-21.wav"] -} diff --git a/repl/public/EmuSP12/bd/Bassdrum-01.wav b/repl/public/EmuSP12/bd/Bassdrum-01.wav deleted file mode 100644 index 48e93676..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-02.wav b/repl/public/EmuSP12/bd/Bassdrum-02.wav deleted file mode 100644 index 52cd0afc..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-03.wav b/repl/public/EmuSP12/bd/Bassdrum-03.wav deleted file mode 100644 index 5c524ad7..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-04.wav b/repl/public/EmuSP12/bd/Bassdrum-04.wav deleted file mode 100644 index 9f9365d4..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-04.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-05.wav b/repl/public/EmuSP12/bd/Bassdrum-05.wav deleted file mode 100644 index a4c80945..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-05.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-06.wav b/repl/public/EmuSP12/bd/Bassdrum-06.wav deleted file mode 100644 index 283d2f76..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-06.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-07.wav b/repl/public/EmuSP12/bd/Bassdrum-07.wav deleted file mode 100644 index 24f26186..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-07.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-08.wav b/repl/public/EmuSP12/bd/Bassdrum-08.wav deleted file mode 100644 index 51661252..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-08.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-09.wav b/repl/public/EmuSP12/bd/Bassdrum-09.wav deleted file mode 100644 index 3c6487c3..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-09.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-10.wav b/repl/public/EmuSP12/bd/Bassdrum-10.wav deleted file mode 100644 index 34a9b924..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-10.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-11.wav b/repl/public/EmuSP12/bd/Bassdrum-11.wav deleted file mode 100644 index 256555c2..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-11.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-12.wav b/repl/public/EmuSP12/bd/Bassdrum-12.wav deleted file mode 100644 index 8c29f046..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-12.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-13.wav b/repl/public/EmuSP12/bd/Bassdrum-13.wav deleted file mode 100644 index a0291102..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-13.wav and /dev/null differ diff --git a/repl/public/EmuSP12/bd/Bassdrum-14.wav b/repl/public/EmuSP12/bd/Bassdrum-14.wav deleted file mode 100644 index eecea2f1..00000000 Binary files a/repl/public/EmuSP12/bd/Bassdrum-14.wav and /dev/null differ diff --git a/repl/public/EmuSP12/cb/Cowbell.wav b/repl/public/EmuSP12/cb/Cowbell.wav deleted file mode 100644 index 470763c6..00000000 Binary files a/repl/public/EmuSP12/cb/Cowbell.wav and /dev/null differ diff --git a/repl/public/EmuSP12/cp/Clap.wav b/repl/public/EmuSP12/cp/Clap.wav deleted file mode 100644 index 27517d79..00000000 Binary files a/repl/public/EmuSP12/cp/Clap.wav and /dev/null differ diff --git a/repl/public/EmuSP12/cr/Crash.wav b/repl/public/EmuSP12/cr/Crash.wav deleted file mode 100644 index 6d1e2939..00000000 Binary files a/repl/public/EmuSP12/cr/Crash.wav and /dev/null differ diff --git a/repl/public/EmuSP12/hh/Hat Closed-01.wav b/repl/public/EmuSP12/hh/Hat Closed-01.wav deleted file mode 100644 index 1f18ccac..00000000 Binary files a/repl/public/EmuSP12/hh/Hat Closed-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/hh/Hat Closed-02.wav b/repl/public/EmuSP12/hh/Hat Closed-02.wav deleted file mode 100644 index cc40c03f..00000000 Binary files a/repl/public/EmuSP12/hh/Hat Closed-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/ht/Tom H-01.wav b/repl/public/EmuSP12/ht/Tom H-01.wav deleted file mode 100644 index 82706785..00000000 Binary files a/repl/public/EmuSP12/ht/Tom H-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/ht/Tom H-02.wav b/repl/public/EmuSP12/ht/Tom H-02.wav deleted file mode 100644 index 9cfe221c..00000000 Binary files a/repl/public/EmuSP12/ht/Tom H-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/ht/Tom H-03.wav b/repl/public/EmuSP12/ht/Tom H-03.wav deleted file mode 100644 index a6eef5cd..00000000 Binary files a/repl/public/EmuSP12/ht/Tom H-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/ht/Tom H-04.wav b/repl/public/EmuSP12/ht/Tom H-04.wav deleted file mode 100644 index 8c38b3b1..00000000 Binary files a/repl/public/EmuSP12/ht/Tom H-04.wav and /dev/null differ diff --git a/repl/public/EmuSP12/ht/Tom H-05.wav b/repl/public/EmuSP12/ht/Tom H-05.wav deleted file mode 100644 index 2e0899d2..00000000 Binary files a/repl/public/EmuSP12/ht/Tom H-05.wav and /dev/null differ diff --git a/repl/public/EmuSP12/ht/Tom H-06.wav b/repl/public/EmuSP12/ht/Tom H-06.wav deleted file mode 100644 index 9dccec23..00000000 Binary files a/repl/public/EmuSP12/ht/Tom H-06.wav and /dev/null differ diff --git a/repl/public/EmuSP12/lt/Tom L-01.wav b/repl/public/EmuSP12/lt/Tom L-01.wav deleted file mode 100644 index cfa4067f..00000000 Binary files a/repl/public/EmuSP12/lt/Tom L-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/lt/Tom L-02.wav b/repl/public/EmuSP12/lt/Tom L-02.wav deleted file mode 100644 index 68624f5f..00000000 Binary files a/repl/public/EmuSP12/lt/Tom L-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/lt/Tom L-03.wav b/repl/public/EmuSP12/lt/Tom L-03.wav deleted file mode 100644 index f1439d8c..00000000 Binary files a/repl/public/EmuSP12/lt/Tom L-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/lt/Tom L-04.wav b/repl/public/EmuSP12/lt/Tom L-04.wav deleted file mode 100644 index 46d614a0..00000000 Binary files a/repl/public/EmuSP12/lt/Tom L-04.wav and /dev/null differ diff --git a/repl/public/EmuSP12/lt/Tom L-05.wav b/repl/public/EmuSP12/lt/Tom L-05.wav deleted file mode 100644 index c9566585..00000000 Binary files a/repl/public/EmuSP12/lt/Tom L-05.wav and /dev/null differ diff --git a/repl/public/EmuSP12/lt/Tom L-06.wav b/repl/public/EmuSP12/lt/Tom L-06.wav deleted file mode 100644 index c1edf374..00000000 Binary files a/repl/public/EmuSP12/lt/Tom L-06.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Metal-01.wav b/repl/public/EmuSP12/misc/Metal-01.wav deleted file mode 100644 index 0f306e70..00000000 Binary files a/repl/public/EmuSP12/misc/Metal-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Metal-02.wav b/repl/public/EmuSP12/misc/Metal-02.wav deleted file mode 100644 index 8a05af0e..00000000 Binary files a/repl/public/EmuSP12/misc/Metal-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Metal-03.wav b/repl/public/EmuSP12/misc/Metal-03.wav deleted file mode 100644 index 0ae2ba80..00000000 Binary files a/repl/public/EmuSP12/misc/Metal-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Scratch.wav b/repl/public/EmuSP12/misc/Scratch.wav deleted file mode 100644 index 11bde1a5..00000000 Binary files a/repl/public/EmuSP12/misc/Scratch.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Shot-01.wav b/repl/public/EmuSP12/misc/Shot-01.wav deleted file mode 100644 index e4ecfef3..00000000 Binary files a/repl/public/EmuSP12/misc/Shot-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Shot-02.wav b/repl/public/EmuSP12/misc/Shot-02.wav deleted file mode 100644 index 80f67cb2..00000000 Binary files a/repl/public/EmuSP12/misc/Shot-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/misc/Shot-03.wav b/repl/public/EmuSP12/misc/Shot-03.wav deleted file mode 100644 index 0cc84c28..00000000 Binary files a/repl/public/EmuSP12/misc/Shot-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/mt/Tom M-01.wav b/repl/public/EmuSP12/mt/Tom M-01.wav deleted file mode 100644 index a650caf5..00000000 Binary files a/repl/public/EmuSP12/mt/Tom M-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/mt/Tom M-02.wav b/repl/public/EmuSP12/mt/Tom M-02.wav deleted file mode 100644 index cbd7d16c..00000000 Binary files a/repl/public/EmuSP12/mt/Tom M-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/mt/Tom M-03.wav b/repl/public/EmuSP12/mt/Tom M-03.wav deleted file mode 100644 index e5c4b133..00000000 Binary files a/repl/public/EmuSP12/mt/Tom M-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/mt/Tom M-05.wav b/repl/public/EmuSP12/mt/Tom M-05.wav deleted file mode 100644 index 841cac02..00000000 Binary files a/repl/public/EmuSP12/mt/Tom M-05.wav and /dev/null differ diff --git a/repl/public/EmuSP12/oh/Hhopen1.wav b/repl/public/EmuSP12/oh/Hhopen1.wav deleted file mode 100644 index 73811991..00000000 Binary files a/repl/public/EmuSP12/oh/Hhopen1.wav and /dev/null differ diff --git a/repl/public/EmuSP12/perc/Blow1.wav b/repl/public/EmuSP12/perc/Blow1.wav deleted file mode 100644 index 8021d0d1..00000000 Binary files a/repl/public/EmuSP12/perc/Blow1.wav and /dev/null differ diff --git a/repl/public/EmuSP12/rd/Ride.wav b/repl/public/EmuSP12/rd/Ride.wav deleted file mode 100644 index da0e33eb..00000000 Binary files a/repl/public/EmuSP12/rd/Ride.wav and /dev/null differ diff --git a/repl/public/EmuSP12/rim/zRim Shot-01.wav b/repl/public/EmuSP12/rim/zRim Shot-01.wav deleted file mode 100644 index 98088cf2..00000000 Binary files a/repl/public/EmuSP12/rim/zRim Shot-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/rim/zRim Shot-02.wav b/repl/public/EmuSP12/rim/zRim Shot-02.wav deleted file mode 100644 index c0f1a12d..00000000 Binary files a/repl/public/EmuSP12/rim/zRim Shot-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-01.wav b/repl/public/EmuSP12/sd/Snaredrum-01.wav deleted file mode 100644 index 008bbf1d..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-01.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-02.wav b/repl/public/EmuSP12/sd/Snaredrum-02.wav deleted file mode 100644 index 4711ff70..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-02.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-03.wav b/repl/public/EmuSP12/sd/Snaredrum-03.wav deleted file mode 100644 index 643cf237..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-03.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-04.wav b/repl/public/EmuSP12/sd/Snaredrum-04.wav deleted file mode 100644 index bb8c4c34..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-04.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-05.wav b/repl/public/EmuSP12/sd/Snaredrum-05.wav deleted file mode 100644 index 678db12e..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-05.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-06.wav b/repl/public/EmuSP12/sd/Snaredrum-06.wav deleted file mode 100644 index a89a1d60..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-06.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-07.wav b/repl/public/EmuSP12/sd/Snaredrum-07.wav deleted file mode 100644 index fdc1fb03..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-07.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-08.wav b/repl/public/EmuSP12/sd/Snaredrum-08.wav deleted file mode 100644 index 324eafac..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-08.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-09.wav b/repl/public/EmuSP12/sd/Snaredrum-09.wav deleted file mode 100644 index 35b617d7..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-09.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-10.wav b/repl/public/EmuSP12/sd/Snaredrum-10.wav deleted file mode 100644 index 85d13e91..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-10.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-11.wav b/repl/public/EmuSP12/sd/Snaredrum-11.wav deleted file mode 100644 index d296fea5..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-11.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-12.wav b/repl/public/EmuSP12/sd/Snaredrum-12.wav deleted file mode 100644 index b4fc9ca4..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-12.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-13.wav b/repl/public/EmuSP12/sd/Snaredrum-13.wav deleted file mode 100644 index fbe745f9..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-13.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-14.wav b/repl/public/EmuSP12/sd/Snaredrum-14.wav deleted file mode 100644 index fd321482..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-14.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-15.wav b/repl/public/EmuSP12/sd/Snaredrum-15.wav deleted file mode 100644 index 703a23cd..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-15.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-16.wav b/repl/public/EmuSP12/sd/Snaredrum-16.wav deleted file mode 100644 index ef6c1f9c..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-16.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-17.wav b/repl/public/EmuSP12/sd/Snaredrum-17.wav deleted file mode 100644 index df7e282e..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-17.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-18.wav b/repl/public/EmuSP12/sd/Snaredrum-18.wav deleted file mode 100644 index 0950c300..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-18.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-19.wav b/repl/public/EmuSP12/sd/Snaredrum-19.wav deleted file mode 100644 index 46b8e0d8..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-19.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-20.wav b/repl/public/EmuSP12/sd/Snaredrum-20.wav deleted file mode 100644 index 4c211a7c..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-20.wav and /dev/null differ diff --git a/repl/public/EmuSP12/sd/Snaredrum-21.wav b/repl/public/EmuSP12/sd/Snaredrum-21.wav deleted file mode 100644 index 246ea401..00000000 Binary files a/repl/public/EmuSP12/sd/Snaredrum-21.wav and /dev/null differ diff --git a/repl/public/favicon.ico b/repl/public/favicon.ico deleted file mode 100644 index 7a9d261f..00000000 Binary files a/repl/public/favicon.ico and /dev/null differ diff --git a/repl/public/manifest.json b/repl/public/manifest.json deleted file mode 100644 index 7b904b61..00000000 --- a/repl/public/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "short_name": "Strudel REPL", - "name": "Strudel REPL - Tidal Patterns in JavaScript", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/repl/public/piano.json b/repl/public/piano.json deleted file mode 100644 index 5f0c62c3..00000000 --- a/repl/public/piano.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "piano": { - "A0": "A0v8.mp3", - "C1": "C1v8.mp3", - "Ds1": "Ds1v8.mp3", - "Fs1": "Fs1v8.mp3", - "A1": "A1v8.mp3", - "C2": "C2v8.mp3", - "Ds2": "Ds2v8.mp3", - "Fs2": "Fs2v8.mp3", - "A2": "A2v8.mp3", - "C3": "C3v8.mp3", - "Ds3": "Ds3v8.mp3", - "Fs3": "Fs3v8.mp3", - "A3": "A3v8.mp3", - "C4": "C4v8.mp3", - "Ds4": "Ds4v8.mp3", - "Fs4": "Fs4v8.mp3", - "A4": "A4v8.mp3", - "C5": "C5v8.mp3", - "Fs5": "Fs5v8.mp3", - "A5": "A5v8.mp3", - "C6": "C6v8.mp3", - "Ds6": "Ds6v8.mp3", - "Fs6": "Fs6v8.mp3", - "A6": "A6v8.mp3", - "C7": "C7v8.mp3", - "Ds7": "Ds7v8.mp3", - "Fs7": "Fs7v8.mp3", - "A7": "A7v8.mp3", - "C8": "C8v8.mp3" - } -} diff --git a/repl/public/piano/A0v8.mp3 b/repl/public/piano/A0v8.mp3 deleted file mode 100644 index a70ced60..00000000 Binary files a/repl/public/piano/A0v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A1v8.mp3 b/repl/public/piano/A1v8.mp3 deleted file mode 100644 index 4c77113d..00000000 Binary files a/repl/public/piano/A1v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A2v8.mp3 b/repl/public/piano/A2v8.mp3 deleted file mode 100644 index a336ba9a..00000000 Binary files a/repl/public/piano/A2v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A3v8.mp3 b/repl/public/piano/A3v8.mp3 deleted file mode 100644 index cdbf3e9a..00000000 Binary files a/repl/public/piano/A3v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A4v8.mp3 b/repl/public/piano/A4v8.mp3 deleted file mode 100644 index 374a9a85..00000000 Binary files a/repl/public/piano/A4v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A5v8.mp3 b/repl/public/piano/A5v8.mp3 deleted file mode 100644 index 66a90365..00000000 Binary files a/repl/public/piano/A5v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A6v8.mp3 b/repl/public/piano/A6v8.mp3 deleted file mode 100644 index 4caee72b..00000000 Binary files a/repl/public/piano/A6v8.mp3 and /dev/null differ diff --git a/repl/public/piano/A7v8.mp3 b/repl/public/piano/A7v8.mp3 deleted file mode 100644 index 64d32b4a..00000000 Binary files a/repl/public/piano/A7v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C1v8.mp3 b/repl/public/piano/C1v8.mp3 deleted file mode 100644 index d6e17a6f..00000000 Binary files a/repl/public/piano/C1v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C2v8.mp3 b/repl/public/piano/C2v8.mp3 deleted file mode 100644 index 8ed32f55..00000000 Binary files a/repl/public/piano/C2v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C3v8.mp3 b/repl/public/piano/C3v8.mp3 deleted file mode 100644 index 98b80e04..00000000 Binary files a/repl/public/piano/C3v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C4v8.mp3 b/repl/public/piano/C4v8.mp3 deleted file mode 100644 index c7aba1c2..00000000 Binary files a/repl/public/piano/C4v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C5v8.mp3 b/repl/public/piano/C5v8.mp3 deleted file mode 100644 index 7d566154..00000000 Binary files a/repl/public/piano/C5v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C6v8.mp3 b/repl/public/piano/C6v8.mp3 deleted file mode 100644 index c4f30ea5..00000000 Binary files a/repl/public/piano/C6v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C7v8.mp3 b/repl/public/piano/C7v8.mp3 deleted file mode 100644 index 178353a7..00000000 Binary files a/repl/public/piano/C7v8.mp3 and /dev/null differ diff --git a/repl/public/piano/C8v8.mp3 b/repl/public/piano/C8v8.mp3 deleted file mode 100644 index 3357d0ed..00000000 Binary files a/repl/public/piano/C8v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds1v8.mp3 b/repl/public/piano/Ds1v8.mp3 deleted file mode 100644 index ae7da2cd..00000000 Binary files a/repl/public/piano/Ds1v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds2v8.mp3 b/repl/public/piano/Ds2v8.mp3 deleted file mode 100644 index 0817e581..00000000 Binary files a/repl/public/piano/Ds2v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds3v8.mp3 b/repl/public/piano/Ds3v8.mp3 deleted file mode 100644 index fda53ce0..00000000 Binary files a/repl/public/piano/Ds3v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds4v8.mp3 b/repl/public/piano/Ds4v8.mp3 deleted file mode 100644 index 7894b6d0..00000000 Binary files a/repl/public/piano/Ds4v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds5v8.mp3 b/repl/public/piano/Ds5v8.mp3 deleted file mode 100644 index 98d04e06..00000000 Binary files a/repl/public/piano/Ds5v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds6v8.mp3 b/repl/public/piano/Ds6v8.mp3 deleted file mode 100644 index 314331f7..00000000 Binary files a/repl/public/piano/Ds6v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Ds7v8.mp3 b/repl/public/piano/Ds7v8.mp3 deleted file mode 100644 index c2554a9d..00000000 Binary files a/repl/public/piano/Ds7v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs1v8.mp3 b/repl/public/piano/Fs1v8.mp3 deleted file mode 100644 index 47d4da8b..00000000 Binary files a/repl/public/piano/Fs1v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs2v8.mp3 b/repl/public/piano/Fs2v8.mp3 deleted file mode 100644 index 3502c6ff..00000000 Binary files a/repl/public/piano/Fs2v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs3v8.mp3 b/repl/public/piano/Fs3v8.mp3 deleted file mode 100644 index ad3546b0..00000000 Binary files a/repl/public/piano/Fs3v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs4v8.mp3 b/repl/public/piano/Fs4v8.mp3 deleted file mode 100644 index 12908edd..00000000 Binary files a/repl/public/piano/Fs4v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs5v8.mp3 b/repl/public/piano/Fs5v8.mp3 deleted file mode 100644 index 6aa830a1..00000000 Binary files a/repl/public/piano/Fs5v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs6v8.mp3 b/repl/public/piano/Fs6v8.mp3 deleted file mode 100644 index 602f4580..00000000 Binary files a/repl/public/piano/Fs6v8.mp3 and /dev/null differ diff --git a/repl/public/piano/Fs7v8.mp3 b/repl/public/piano/Fs7v8.mp3 deleted file mode 100644 index 8a016d98..00000000 Binary files a/repl/public/piano/Fs7v8.mp3 and /dev/null differ diff --git a/repl/public/robots.txt b/repl/public/robots.txt deleted file mode 100644 index e9e57dc4..00000000 --- a/repl/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: diff --git a/repl/public/tidal-drum-machines.json b/repl/public/tidal-drum-machines.json deleted file mode 100644 index 7024e57f..00000000 --- a/repl/public/tidal-drum-machines.json +++ /dev/null @@ -1,2658 +0,0 @@ -{ - "AJKPercusyn_bd": ["AJKPercusyn/ajkpercusyn-bd/Bassdrum.wav"], - "AJKPercusyn_cb": ["AJKPercusyn/ajkpercusyn-cb/Cowbell.wav", "AJKPercusyn/ajkpercusyn-cb/Snarepop.wav"], - "AJKPercusyn_ht": ["AJKPercusyn/ajkpercusyn-ht/Tom.wav"], - "AJKPercusyn_sd": ["AJKPercusyn/ajkpercusyn-sd/Noise.wav"], - "AkaiLinn_bd": ["AkaiLinn/akailinn-bd/Bassdrum.wav"], - "AkaiLinn_cb": ["AkaiLinn/akailinn-cb/Cowbell.wav"], - "AkaiLinn_cp": ["AkaiLinn/akailinn-cp/Clap.wav"], - "AkaiLinn_cr": ["AkaiLinn/akailinn-cr/Crash.wav"], - "AkaiLinn_hh": ["AkaiLinn/akailinn-hh/Closed Hat.wav"], - "AkaiLinn_ht": ["AkaiLinn/akailinn-ht/Tom H.wav"], - "AkaiLinn_lt": ["AkaiLinn/akailinn-lt/Tom L.wav"], - "AkaiLinn_mt": ["AkaiLinn/akailinn-mt/Tom M.wav"], - "AkaiLinn_oh": ["AkaiLinn/akailinn-oh/Open Hat.wav"], - "AkaiLinn_rd": ["AkaiLinn/akailinn-rd/Ride.wav"], - "AkaiLinn_sd": ["AkaiLinn/akailinn-sd/SD.wav"], - "AkaiLinn_sh": ["AkaiLinn/akailinn-sh/Shuffle.wav"], - "AkaiLinn_tb": ["AkaiLinn/akailinn-tb/Tambourin.wav"], - "AkaiMPC60_bd": ["AkaiMPC60/akaimpc60-bd/0 Bassdrum.wav", "AkaiMPC60/akaimpc60-bd/Bassdrum Gated.wav"], - "AkaiMPC60_cp": ["AkaiMPC60/akaimpc60-cp/Clap.wav"], - "AkaiMPC60_cr": ["AkaiMPC60/akaimpc60-cr/Crash.wav"], - "AkaiMPC60_hh": ["AkaiMPC60/akaimpc60-hh/Closed Hat.wav"], - "AkaiMPC60_ht": ["AkaiMPC60/akaimpc60-ht/Tom H.wav"], - "AkaiMPC60_lt": ["AkaiMPC60/akaimpc60-lt/Tom L.wav"], - "AkaiMPC60_misc": ["AkaiMPC60/akaimpc60-misc/Bass.wav", "AkaiMPC60/akaimpc60-misc/Electric Piano.wav"], - "AkaiMPC60_mt": ["AkaiMPC60/akaimpc60-mt/Tom M.wav"], - "AkaiMPC60_oh": ["AkaiMPC60/akaimpc60-oh/Open Hat.wav"], - "AkaiMPC60_perc": [ - "AkaiMPC60/akaimpc60-perc/Bongo.wav", - "AkaiMPC60/akaimpc60-perc/Click.wav", - "AkaiMPC60/akaimpc60-perc/Conga H.wav", - "AkaiMPC60/akaimpc60-perc/Conga L.wav", - "AkaiMPC60/akaimpc60-perc/Timbale.wav" - ], - "AkaiMPC60_rd": ["AkaiMPC60/akaimpc60-rd/Ride.wav"], - "AkaiMPC60_rim": ["AkaiMPC60/akaimpc60-rim/Rim Gated.wav"], - "AkaiMPC60_sd": [ - "AkaiMPC60/akaimpc60-sd/Snare 1.wav", - "AkaiMPC60/akaimpc60-sd/Snare 2.wav", - "AkaiMPC60/akaimpc60-sd/Snare 3.wav" - ], - "AkaiXR10_bd": [ - "AkaiXR10/akaixr10-bd/Bassdrum-01.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-02.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-03.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-04.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-05.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-06.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-07.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-08.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-09.wav", - "AkaiXR10/akaixr10-bd/Bassdrum-10.wav" - ], - "AkaiXR10_cb": ["AkaiXR10/akaixr10-cb/Cowbell.wav"], - "AkaiXR10_cp": ["AkaiXR10/akaixr10-cp/Clap.wav"], - "AkaiXR10_cr": [ - "AkaiXR10/akaixr10-cr/Crash-01.wav", - "AkaiXR10/akaixr10-cr/Crash-02.wav", - "AkaiXR10/akaixr10-cr/Crash-03.wav" - ], - "AkaiXR10_hh": ["AkaiXR10/akaixr10-hh/Hat Closed.wav", "AkaiXR10/akaixr10-hh/Hat Middle.wav"], - "AkaiXR10_ht": ["AkaiXR10/akaixr10-ht/Tom H-02.wav"], - "AkaiXR10_lt": ["AkaiXR10/akaixr10-lt/Tom L-01.wav", "AkaiXR10/akaixr10-lt/Tom L-02.wav"], - "AkaiXR10_misc": [ - "AkaiXR10/akaixr10-misc/Hit.wav", - "AkaiXR10/akaixr10-misc/Slap Bass.wav", - "AkaiXR10/akaixr10-misc/Square Kick-01.wav", - "AkaiXR10/akaixr10-misc/Square Kick-02.wav" - ], - "AkaiXR10_mt": ["AkaiXR10/akaixr10-mt/Tom M-01.wav", "AkaiXR10/akaixr10-mt/Tom M-02.wav"], - "AkaiXR10_oh": ["AkaiXR10/akaixr10-oh/Hat Open.wav"], - "AkaiXR10_perc": [ - "AkaiXR10/akaixr10-perc/Agogo.wav", - "AkaiXR10/akaixr10-perc/Claves.wav", - "AkaiXR10/akaixr10-perc/Conga-01.wav", - "AkaiXR10/akaixr10-perc/Conga-02.wav", - "AkaiXR10/akaixr10-perc/Conga-03.wav", - "AkaiXR10/akaixr10-perc/Conga-04.wav", - "AkaiXR10/akaixr10-perc/Fingersanp.wav", - "AkaiXR10/akaixr10-perc/Guiro-01.wav", - "AkaiXR10/akaixr10-perc/Guirro-02.wav", - "AkaiXR10/akaixr10-perc/Timbale H.wav", - "AkaiXR10/akaixr10-perc/Timbale L.wav", - "AkaiXR10/akaixr10-perc/Toma H-01.wav", - "AkaiXR10/akaixr10-perc/Triangle.wav", - "AkaiXR10/akaixr10-perc/Vibrator.wav", - "AkaiXR10/akaixr10-perc/Whistle.wav" - ], - "AkaiXR10_rd": ["AkaiXR10/akaixr10-rd/Ride.wav"], - "AkaiXR10_rim": ["AkaiXR10/akaixr10-rim/Rim Shot-01.wav", "AkaiXR10/akaixr10-rim/Rim Shot-02.wav"], - "AkaiXR10_sd": [ - "AkaiXR10/akaixr10-sd/Snaredrum-01.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-02.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-03.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-04.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-05.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-06.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-07.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-08.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-09.wav", - "AkaiXR10/akaixr10-sd/Snaredrum-10.wav" - ], - "AkaiXR10_sh": ["AkaiXR10/akaixr10-sh/Cabasa.wav"], - "AkaiXR10_tb": ["AkaiXR10/akaixr10-tb/Tambourine.wav"], - "AlesisHR16_bd": ["AlesisHR16/alesishr16-bd/Bassdrum.wav"], - "AlesisHR16_cp": ["AlesisHR16/alesishr16-cp/Clap.wav"], - "AlesisHR16_hh": ["AlesisHR16/alesishr16-hh/Closed Hat.wav"], - "AlesisHR16_ht": ["AlesisHR16/alesishr16-ht/Tom-2.wav"], - "AlesisHR16_lt": ["AlesisHR16/alesishr16-lt/Tom-1.wav"], - "AlesisHR16_oh": ["AlesisHR16/alesishr16-oh/Open Hat.wav"], - "AlesisHR16_perc": [ - "AlesisHR16/alesishr16-perc/Agogo Bell.wav", - "AlesisHR16/alesishr16-perc/Claves.wav", - "AlesisHR16/alesishr16-perc/Conga H.wav", - "AlesisHR16/alesishr16-perc/Conga L.wav", - "AlesisHR16/alesishr16-perc/Timbale.wav", - "AlesisHR16/alesishr16-perc/Triangle.wav", - "AlesisHR16/alesishr16-perc/Wood Block H.wav", - "AlesisHR16/alesishr16-perc/Wood Block L.wav" - ], - "AlesisHR16_rim": ["AlesisHR16/alesishr16-rim/Rim.wav"], - "AlesisHR16_sd": ["AlesisHR16/alesishr16-sd/Snaredrum.wav"], - "AlesisHR16_sh": [ - "AlesisHR16/alesishr16-sh/Cabasa.wav", - "AlesisHR16/alesishr16-sh/Maracas.wav", - "AlesisHR16/alesishr16-sh/Shaker.wav" - ], - "AlesisSR16_bd": [ - "AlesisSR16/alesissr16-bd/Bassdrum-01.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-02.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-03.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-04.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-05.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-06.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-07.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-08.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-09.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-10.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-11.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-12.wav", - "AlesisSR16/alesissr16-bd/Bassdrum-13.wav" - ], - "AlesisSR16_cb": ["AlesisSR16/alesissr16-cb/Cowbell.wav"], - "AlesisSR16_cp": ["AlesisSR16/alesissr16-cp/Clap.wav"], - "AlesisSR16_cr": ["AlesisSR16/alesissr16-cr/Crash-01.wav", "AlesisSR16/alesissr16-cr/Crash-02.wav"], - "AlesisSR16_hh": [ - "AlesisSR16/alesissr16-hh/Hat Closed-01.wav", - "AlesisSR16/alesissr16-hh/Hat Closed-02.wav", - "AlesisSR16/alesissr16-hh/Hat Closed-03.wav" - ], - "AlesisSR16_misc": [ - "AlesisSR16/alesissr16-misc/Hit.wav", - "AlesisSR16/alesissr16-misc/Metal.wav", - "AlesisSR16/alesissr16-misc/Synth Cymbal.wav" - ], - "AlesisSR16_oh": [ - "AlesisSR16/alesissr16-oh/Hat Open-01.wav", - "AlesisSR16/alesissr16-oh/Hat Open-02.wav", - "AlesisSR16/alesissr16-oh/Hat Open-03.wav", - "AlesisSR16/alesissr16-oh/Hat Reverse.wav" - ], - "AlesisSR16_perc": [ - "AlesisSR16/alesissr16-perc/Block.wav", - "AlesisSR16/alesissr16-perc/Bongo.wav", - "AlesisSR16/alesissr16-perc/Congo.wav", - "AlesisSR16/alesissr16-perc/Finger.wav", - "AlesisSR16/alesissr16-perc/Guiro.wav", - "AlesisSR16/alesissr16-perc/Timbale.wav", - "AlesisSR16/alesissr16-perc/Triangle.wav" - ], - "AlesisSR16_rd": [ - "AlesisSR16/alesissr16-rd/Ride-01.wav", - "AlesisSR16/alesissr16-rd/Ride-02.wav", - "AlesisSR16/alesissr16-rd/Ride-03.wav" - ], - "AlesisSR16_rim": ["AlesisSR16/alesissr16-rim/Rim.wav"], - "AlesisSR16_sd": [ - "AlesisSR16/alesissr16-sd/Snaredrum-01.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-02.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-03.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-04.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-05.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-06.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-07.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-08.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-09.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-10.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-11.wav", - "AlesisSR16/alesissr16-sd/Snaredrum-12.wav" - ], - "AlesisSR16_sh": ["AlesisSR16/alesissr16-sh/Shaker.wav"], - "AlesisSR16_tb": ["AlesisSR16/alesissr16-tb/Tamb.wav"], - "BossDR110_bd": ["BossDR110/bossdr110-bd/Bassdrum.wav"], - "BossDR110_cp": ["BossDR110/bossdr110-cp/Clap.wav"], - "BossDR110_cr": ["BossDR110/bossdr110-cr/Crash.wav"], - "BossDR110_hh": ["BossDR110/bossdr110-hh/Hat Closed.wav"], - "BossDR110_oh": ["BossDR110/bossdr110-oh/Hat Open.wav"], - "BossDR110_rd": ["BossDR110/bossdr110-rd/Ride.wav"], - "BossDR110_sd": ["BossDR110/bossdr110-sd/Snaredrum.wav"], - "BossDR220_bd": ["BossDR220/bossdr220-bd/Bassdrum.wav"], - "BossDR220_cp": ["BossDR220/bossdr220-cp/Clap.wav"], - "BossDR220_cr": ["BossDR220/bossdr220-cr/Crash.wav"], - "BossDR220_hh": ["BossDR220/bossdr220-hh/Hat Closed.wav"], - "BossDR220_ht": ["BossDR220/bossdr220-ht/Tom H.wav"], - "BossDR220_lt": ["BossDR220/bossdr220-lt/Tom L.wav"], - "BossDR220_mt": ["BossDR220/bossdr220-mt/Tom M.wav"], - "BossDR220_oh": ["BossDR220/bossdr220-oh/Hat Open.wav"], - "BossDR220_perc": ["BossDR220/bossdr220-perc/Clave.wav"], - "BossDR220_rd": ["BossDR220/bossdr220-rd/Ride.wav"], - "BossDR220_sd": ["BossDR220/bossdr220-sd/Snaredrum.wav"], - "BossDR55_bd": ["BossDR55/bossdr55-bd/Bassdrum-01.wav", "BossDR55/bossdr55-bd/Bassdrum-02.wav"], - "BossDR55_hh": ["BossDR55/bossdr55-hh/Hihat1.wav", "BossDR55/bossdr55-hh/Hihat2.wav"], - "BossDR55_rim": ["BossDR55/bossdr55-rim/Rimshot.wav"], - "BossDR55_sd": [ - "BossDR55/bossdr55-sd/Snaredrum-01.wav", - "BossDR55/bossdr55-sd/Snaredrum-02.wav", - "BossDR55/bossdr55-sd/Snaredrum-03.wav", - "BossDR55/bossdr55-sd/Snaredrum-05.wav", - "BossDR55/bossdr55-sd/Snaredrum-06.wav", - "BossDR55/bossdr55-sd/Snaredrum-07.wav", - "BossDR55/bossdr55-sd/Snaredrum-08.wav", - "BossDR55/bossdr55-sd/Snaredrum-09.wav" - ], - "BossDR550_bd": [ - "BossDR550/bossdr550-bd/Bassdrum-01.wav", - "BossDR550/bossdr550-bd/Bassdrum-02.wav", - "BossDR550/bossdr550-bd/Bassdrum-03.wav", - "BossDR550/bossdr550-bd/Bassdrum-04.wav", - "BossDR550/bossdr550-bd/Bassdrum-05.wav" - ], - "BossDR550_cb": ["BossDR550/bossdr550-cb/Cowbell-01.wav", "BossDR550/bossdr550-cb/Cowbell-02.wav"], - "BossDR550_cp": ["BossDR550/bossdr550-cp/Clap.wav"], - "BossDR550_cr": ["BossDR550/bossdr550-cr/Crash.wav"], - "BossDR550_hh": ["BossDR550/bossdr550-hh/Hat Closed-01.wav", "BossDR550/bossdr550-hh/Hat Closed-02.wav"], - "BossDR550_ht": [ - "BossDR550/bossdr550-ht/Tom H-01.wav", - "BossDR550/bossdr550-ht/Tom H-02.wav", - "BossDR550/bossdr550-ht/Tom H-03.wav" - ], - "BossDR550_lt": [ - "BossDR550/bossdr550-lt/Tom L-01.wav", - "BossDR550/bossdr550-lt/Tom L-02.wav", - "BossDR550/bossdr550-lt/Tom L-03.wav" - ], - "BossDR550_misc": [ - "BossDR550/bossdr550-misc/Hi Q.wav", - "BossDR550/bossdr550-misc/Srcatch-01.wav", - "BossDR550/bossdr550-misc/Srcatch-02.wav" - ], - "BossDR550_mt": ["BossDR550/bossdr550-mt/Tom M-01.wav", "BossDR550/bossdr550-mt/Tom M-02.wav"], - "BossDR550_oh": ["BossDR550/bossdr550-oh/Hat Open-01.wav", "BossDR550/bossdr550-oh/Hat Open-02.wav"], - "BossDR550_perc": [ - "BossDR550/bossdr550-perc/Agogo H.wav", - "BossDR550/bossdr550-perc/Agogo L.wav", - "BossDR550/bossdr550-perc/Bongo H.wav", - "BossDR550/bossdr550-perc/Bongo L.wav", - "BossDR550/bossdr550-perc/Claves.wav", - "BossDR550/bossdr550-perc/Conga H.wav", - "BossDR550/bossdr550-perc/Conga L.wav", - "BossDR550/bossdr550-perc/Conga S.wav", - "BossDR550/bossdr550-perc/Timbale H.wav", - "BossDR550/bossdr550-perc/Timbale L.wav", - "BossDR550/bossdr550-perc/Whistle.wav" - ], - "BossDR550_rd": ["BossDR550/bossdr550-rd/Ride-01.wav", "BossDR550/bossdr550-rd/Ride-02.wav"], - "BossDR550_rim": ["BossDR550/bossdr550-rim/Rim Shot.wav"], - "BossDR550_sd": [ - "BossDR550/bossdr550-sd/Snaredrum-01.wav", - "BossDR550/bossdr550-sd/Snaredrum-02.wav", - "BossDR550/bossdr550-sd/Snaredrum-03.wav", - "BossDR550/bossdr550-sd/Snaredrum-04.wav", - "BossDR550/bossdr550-sd/Snaredrum-05.wav", - "BossDR550/bossdr550-sd/Snaredrum-06.wav" - ], - "BossDR550_sh": ["BossDR550/bossdr550-sh/Cabasa-01.wav", "BossDR550/bossdr550-sh/Cabasa-02.wav"], - "BossDR550_tb": ["BossDR550/bossdr550-tb/Tambourine.wav"], - "CasioRZ1_bd": ["CasioRZ1/casiorz1-bd/Bassdrum.wav"], - "CasioRZ1_cb": ["CasioRZ1/casiorz1-cb/Cowbell.wav"], - "CasioRZ1_cp": ["CasioRZ1/casiorz1-cp/Clap.wav"], - "CasioRZ1_cr": ["CasioRZ1/casiorz1-cr/Crash.wav"], - "CasioRZ1_hh": ["CasioRZ1/casiorz1-hh/Hat Closed.wav"], - "CasioRZ1_ht": ["CasioRZ1/casiorz1-ht/Tom H.wav"], - "CasioRZ1_lt": ["CasioRZ1/casiorz1-lt/Tom L.wav"], - "CasioRZ1_mt": ["CasioRZ1/casiorz1-mt/Tom M.wav"], - "CasioRZ1_rd": ["CasioRZ1/casiorz1-rd/Hat Open.wav", "CasioRZ1/casiorz1-rd/Ride.wav"], - "CasioRZ1_rim": ["CasioRZ1/casiorz1-rim/Rim Shot.wav"], - "CasioRZ1_sd": ["CasioRZ1/casiorz1-sd/0Snaredrum.wav"], - "CasioSK1_bd": ["CasioSK1/casiosk1-bd/Bassdrum.wav"], - "CasioSK1_hh": ["CasioSK1/casiosk1-hh/Hat Closed.wav"], - "CasioSK1_ht": ["CasioSK1/casiosk1-ht/Tom H.wav"], - "CasioSK1_mt": ["CasioSK1/casiosk1-mt/Tom L.wav"], - "CasioSK1_oh": ["CasioSK1/casiosk1-oh/Hat Open.wav"], - "CasioSK1_sd": ["CasioSK1/casiosk1-sd/Snaredrum.wav"], - "CasioVL1_bd": ["CasioVL1/casiovl1-bd/Bassdrum.wav"], - "CasioVL1_hh": ["CasioVL1/casiovl1-hh/Hi Hat.wav"], - "CasioVL1_sd": ["CasioVL1/casiovl1-sd/Snaredrum-01.wav"], - "DoepferMS404_bd": [ - "DoepferMS404/doepferms404-bd/0Bassdrum.wav", - "DoepferMS404/doepferms404-bd/Bassdrum Reverse.wav" - ], - "DoepferMS404_hh": ["DoepferMS404/doepferms404-hh/Hat Closed.wav"], - "DoepferMS404_lt": ["DoepferMS404/doepferms404-lt/Tom.wav"], - "DoepferMS404_oh": ["DoepferMS404/doepferms404-oh/Hat Open.wav"], - "DoepferMS404_sd": ["DoepferMS404/doepferms404-sd/Snaredrum.wav"], - "EmuDrumulator_bd": ["EmuDrumulator/emudrumulator-bd/Bassdrum.wav"], - "EmuDrumulator_cb": ["EmuDrumulator/emudrumulator-cb/Cowbell.wav"], - "EmuDrumulator_cp": ["EmuDrumulator/emudrumulator-cp/Clap.wav"], - "EmuDrumulator_cr": ["EmuDrumulator/emudrumulator-cr/Cymbal.wav"], - "EmuDrumulator_hh": ["EmuDrumulator/emudrumulator-hh/Hat Closed.wav"], - "EmuDrumulator_ht": ["EmuDrumulator/emudrumulator-ht/Tom H.wav"], - "EmuDrumulator_lt": ["EmuDrumulator/emudrumulator-lt/Tom L.wav"], - "EmuDrumulator_mt": ["EmuDrumulator/emudrumulator-mt/Tom M.wav"], - "EmuDrumulator_oh": ["EmuDrumulator/emudrumulator-oh/Hat Open.wav"], - "EmuDrumulator_perc": ["EmuDrumulator/emudrumulator-perc/Claves.wav"], - "EmuDrumulator_rim": ["EmuDrumulator/emudrumulator-rim/Rim Shot.wav"], - "EmuDrumulator_sd": ["EmuDrumulator/emudrumulator-sd/0Snaredrum.wav"], - "EmuModular_bd": ["EmuModular/emumodular-bd/Bassdrum-01.wav", "EmuModular/emumodular-bd/Bassdrum-02.wav"], - "EmuModular_misc": ["EmuModular/emumodular-misc/EmuPong.wav"], - "EmuModular_perc": ["EmuModular/emumodular-perc/Flick-02.wav", "EmuModular/emumodular-perc/Flick01.wav"], - "EmuSP12_bd": [ - "EmuSP12/emusp12-bd/Bassdrum-01.wav", - "EmuSP12/emusp12-bd/Bassdrum-02.wav", - "EmuSP12/emusp12-bd/Bassdrum-03.wav", - "EmuSP12/emusp12-bd/Bassdrum-04.wav", - "EmuSP12/emusp12-bd/Bassdrum-05.wav", - "EmuSP12/emusp12-bd/Bassdrum-06.wav", - "EmuSP12/emusp12-bd/Bassdrum-07.wav", - "EmuSP12/emusp12-bd/Bassdrum-08.wav", - "EmuSP12/emusp12-bd/Bassdrum-09.wav", - "EmuSP12/emusp12-bd/Bassdrum-10.wav", - "EmuSP12/emusp12-bd/Bassdrum-11.wav", - "EmuSP12/emusp12-bd/Bassdrum-12.wav", - "EmuSP12/emusp12-bd/Bassdrum-13.wav", - "EmuSP12/emusp12-bd/Bassdrum-14.wav" - ], - "EmuSP12_cb": ["EmuSP12/emusp12-cb/Cowbell.wav"], - "EmuSP12_cp": ["EmuSP12/emusp12-cp/Clap.wav"], - "EmuSP12_cr": ["EmuSP12/emusp12-cr/Crash.wav"], - "EmuSP12_hh": ["EmuSP12/emusp12-hh/Hat Closed-01.wav", "EmuSP12/emusp12-hh/Hat Closed-02.wav"], - "EmuSP12_ht": [ - "EmuSP12/emusp12-ht/Tom H-01.wav", - "EmuSP12/emusp12-ht/Tom H-02.wav", - "EmuSP12/emusp12-ht/Tom H-03.wav", - "EmuSP12/emusp12-ht/Tom H-04.wav", - "EmuSP12/emusp12-ht/Tom H-05.wav", - "EmuSP12/emusp12-ht/Tom H-06.wav" - ], - "EmuSP12_lt": [ - "EmuSP12/emusp12-lt/Tom L-01.wav", - "EmuSP12/emusp12-lt/Tom L-02.wav", - "EmuSP12/emusp12-lt/Tom L-03.wav", - "EmuSP12/emusp12-lt/Tom L-04.wav", - "EmuSP12/emusp12-lt/Tom L-05.wav", - "EmuSP12/emusp12-lt/Tom L-06.wav" - ], - "EmuSP12_misc": [ - "EmuSP12/emusp12-misc/Metal-01.wav", - "EmuSP12/emusp12-misc/Metal-02.wav", - "EmuSP12/emusp12-misc/Metal-03.wav", - "EmuSP12/emusp12-misc/Scratch.wav", - "EmuSP12/emusp12-misc/Shot-01.wav", - "EmuSP12/emusp12-misc/Shot-02.wav", - "EmuSP12/emusp12-misc/Shot-03.wav" - ], - "EmuSP12_mt": [ - "EmuSP12/emusp12-mt/Tom M-01.wav", - "EmuSP12/emusp12-mt/Tom M-02.wav", - "EmuSP12/emusp12-mt/Tom M-03.wav", - "EmuSP12/emusp12-mt/Tom M-05.wav" - ], - "EmuSP12_oh": ["EmuSP12/emusp12-oh/Hhopen1.wav"], - "EmuSP12_perc": ["EmuSP12/emusp12-perc/Blow1.wav"], - "EmuSP12_rd": ["EmuSP12/emusp12-rd/Ride.wav"], - "EmuSP12_rim": ["EmuSP12/emusp12-rim/zRim Shot-01.wav", "EmuSP12/emusp12-rim/zRim Shot-02.wav"], - "EmuSP12_sd": [ - "EmuSP12/emusp12-sd/Snaredrum-01.wav", - "EmuSP12/emusp12-sd/Snaredrum-02.wav", - "EmuSP12/emusp12-sd/Snaredrum-03.wav", - "EmuSP12/emusp12-sd/Snaredrum-04.wav", - "EmuSP12/emusp12-sd/Snaredrum-05.wav", - "EmuSP12/emusp12-sd/Snaredrum-06.wav", - "EmuSP12/emusp12-sd/Snaredrum-07.wav", - "EmuSP12/emusp12-sd/Snaredrum-08.wav", - "EmuSP12/emusp12-sd/Snaredrum-09.wav", - "EmuSP12/emusp12-sd/Snaredrum-10.wav", - "EmuSP12/emusp12-sd/Snaredrum-11.wav", - "EmuSP12/emusp12-sd/Snaredrum-12.wav", - "EmuSP12/emusp12-sd/Snaredrum-13.wav", - "EmuSP12/emusp12-sd/Snaredrum-14.wav", - "EmuSP12/emusp12-sd/Snaredrum-15.wav", - "EmuSP12/emusp12-sd/Snaredrum-16.wav", - "EmuSP12/emusp12-sd/Snaredrum-17.wav", - "EmuSP12/emusp12-sd/Snaredrum-18.wav", - "EmuSP12/emusp12-sd/Snaredrum-19.wav", - "EmuSP12/emusp12-sd/Snaredrum-20.wav", - "EmuSP12/emusp12-sd/Snaredrum-21.wav" - ], - "KorgDDM110_bd": ["KorgDDM110/korgddm110-bd/Bassdrum.wav"], - "KorgDDM110_cp": ["KorgDDM110/korgddm110-cp/Clap.wav"], - "KorgDDM110_cr": ["KorgDDM110/korgddm110-cr/Crash.wav"], - "KorgDDM110_hh": ["KorgDDM110/korgddm110-hh/Hat Closed.wav"], - "KorgDDM110_ht": ["KorgDDM110/korgddm110-ht/Tom H.wav", "KorgDDM110/korgddm110-ht/Tom-01.wav"], - "KorgDDM110_lt": ["KorgDDM110/korgddm110-lt/Tom L.wav", "KorgDDM110/korgddm110-lt/Tom-02.wav"], - "KorgDDM110_oh": ["KorgDDM110/korgddm110-oh/Hat Open.wav"], - "KorgDDM110_rim": ["KorgDDM110/korgddm110-rim/Rim Shot.wav"], - "KorgDDM110_sd": ["KorgDDM110/korgddm110-sd/0Snaredrum.wav"], - "KorgKPR77_bd": ["KorgKPR77/korgkpr77-bd/Bassdrum.wav"], - "KorgKPR77_cp": ["KorgKPR77/korgkpr77-cp/Clap.wav"], - "KorgKPR77_hh": ["KorgKPR77/korgkpr77-hh/Hat Closed.wav"], - "KorgKPR77_oh": ["KorgKPR77/korgkpr77-oh/Hat Open.wav"], - "KorgKPR77_sd": ["KorgKPR77/korgkpr77-sd/Snaredrum.wav"], - "KorgKR55_bd": ["KorgKR55/korgkr55-bd/Bassdrum.wav"], - "KorgKR55_cb": ["KorgKR55/korgkr55-cb/Cowbell.wav"], - "KorgKR55_cr": ["KorgKR55/korgkr55-cr/Cymbal.wav"], - "KorgKR55_hh": ["KorgKR55/korgkr55-hh/Hat Closed.wav"], - "KorgKR55_ht": ["KorgKR55/korgkr55-ht/Tom.wav"], - "KorgKR55_oh": ["KorgKR55/korgkr55-oh/Hat Open.wav"], - "KorgKR55_perc": ["KorgKR55/korgkr55-perc/Claves.wav", "KorgKR55/korgkr55-perc/Conga.wav"], - "KorgKR55_rim": ["KorgKR55/korgkr55-rim/Rim Shot.wav"], - "KorgKR55_sd": ["KorgKR55/korgkr55-sd/0Snaredrum.wav"], - "KorgKRZ_bd": ["KorgKRZ/korgkrz-bd/Bassdrum.wav"], - "KorgKRZ_cr": ["KorgKRZ/korgkrz-cr/Crash.wav"], - "KorgKRZ_fx": ["KorgKRZ/korgkrz-fx/FX-01.wav", "KorgKRZ/korgkrz-fx/FX-02.wav"], - "KorgKRZ_hh": ["KorgKRZ/korgkrz-hh/Hat Closed.wav"], - "KorgKRZ_ht": ["KorgKRZ/korgkrz-ht/Tom-02.wav"], - "KorgKRZ_lt": ["KorgKRZ/korgkrz-lt/Tom-01.wav"], - "KorgKRZ_misc": ["KorgKRZ/korgkrz-misc/Bell.wav"], - "KorgKRZ_oh": ["KorgKRZ/korgkrz-oh/Hat Open.wav"], - "KorgKRZ_rd": ["KorgKRZ/korgkrz-rd/Ride.wav"], - "KorgKRZ_sd": ["KorgKRZ/korgkrz-sd/Snaredrum-01.wav", "KorgKRZ/korgkrz-sd/Snaredrum-02.wav"], - "KorgM1_bd": [ - "KorgM1/korgm1-bd/Bassdrum-01.wav", - "KorgM1/korgm1-bd/Bassdrum-02.wav", - "KorgM1/korgm1-bd/Bassdrum-03.wav" - ], - "KorgM1_cb": ["KorgM1/korgm1-cb/Cowbel.wav"], - "KorgM1_cp": ["KorgM1/korgm1-cp/Clap.wav"], - "KorgM1_cr": ["KorgM1/korgm1-cr/Crash.wav"], - "KorgM1_hh": ["KorgM1/korgm1-hh/Hat Closed-01.wav", "KorgM1/korgm1-hh/Hat Closed-02.wav"], - "KorgM1_ht": ["KorgM1/korgm1-ht/Tom-02.wav", "KorgM1/korgm1-ht/Tom-03.wav"], - "KorgM1_misc": [ - "KorgM1/korgm1-misc/Belrng.wav", - "KorgM1/korgm1-misc/Drop.wav", - "KorgM1/korgm1-misc/Flexttone.wav", - "KorgM1/korgm1-misc/Hammer.wav", - "KorgM1/korgm1-misc/Metal.wav", - "KorgM1/korgm1-misc/Metronome-01.wav", - "KorgM1/korgm1-misc/Metronome-02.wav", - "KorgM1/korgm1-misc/Pole.wav", - "KorgM1/korgm1-misc/Scratch.wav", - "KorgM1/korgm1-misc/Snap.wav", - "KorgM1/korgm1-misc/Tubalar Bell-01.wav", - "KorgM1/korgm1-misc/Tubalar Bell-02.wav", - "KorgM1/korgm1-misc/Tubalar Bell-03.wav", - "KorgM1/korgm1-misc/Tubalar Bell-04.wav", - "KorgM1/korgm1-misc/Whiplash.wav", - "KorgM1/korgm1-misc/Windbells.wav" - ], - "KorgM1_mt": ["KorgM1/korgm1-mt/Tom-01.wav"], - "KorgM1_oh": ["KorgM1/korgm1-oh/Hat Open-01.wav", "KorgM1/korgm1-oh/Hat Open-02.wav"], - "KorgM1_perc": [ - "KorgM1/korgm1-perc/Conga-01.wav", - "KorgM1/korgm1-perc/Conga-02.wav", - "KorgM1/korgm1-perc/Hit.wav", - "KorgM1/korgm1-perc/Pluck.wav", - "KorgM1/korgm1-perc/Timbale-01.wav", - "KorgM1/korgm1-perc/Timbale-02.wav", - "KorgM1/korgm1-perc/Woodblock.wav" - ], - "KorgM1_rd": ["KorgM1/korgm1-rd/Ride.wav"], - "KorgM1_rim": ["KorgM1/korgm1-rim/Snaredrum-side.wav"], - "KorgM1_sd": [ - "KorgM1/korgm1-sd/Snaredrum-01.wav", - "KorgM1/korgm1-sd/Snaredrum-02.wav", - "KorgM1/korgm1-sd/Snaredrum-03.wav", - "KorgM1/korgm1-sd/Snaredrum-04.wav" - ], - "KorgM1_sh": ["KorgM1/korgm1-sh/Shakers.wav"], - "KorgM1_tb": ["KorgM1/korgm1-tb/Tambourine.wav"], - "KorgMinipops_bd": [ - "KorgMinipops/korgminipops-bd/Bassdrum-01.wav", - "KorgMinipops/korgminipops-bd/Bassdrum-02.wav", - "KorgMinipops/korgminipops-bd/Bassdrum-03.wav", - "KorgMinipops/korgminipops-bd/Bassdrum-04.wav", - "KorgMinipops/korgminipops-bd/Bassdrum-05.wav", - "KorgMinipops/korgminipops-bd/Bassdrum-06.wav", - "KorgMinipops/korgminipops-bd/Bassdrum-07.wav" - ], - "KorgMinipops_hh": [ - "KorgMinipops/korgminipops-hh/Hat Closed-01.wav", - "KorgMinipops/korgminipops-hh/Hat Closed-02.wav", - "KorgMinipops/korgminipops-hh/Hat Closed-03.wav", - "KorgMinipops/korgminipops-hh/Hat Closed-04.wav" - ], - "KorgMinipops_misc": [ - "KorgMinipops/korgminipops-misc/Tom-01.wav", - "KorgMinipops/korgminipops-misc/Tom-02.wav", - "KorgMinipops/korgminipops-misc/Woodblock-01.wav", - "KorgMinipops/korgminipops-misc/Woodblock-02.wav" - ], - "KorgMinipops_oh": [ - "KorgMinipops/korgminipops-oh/Hat Open-01.wav", - "KorgMinipops/korgminipops-oh/Hat Open-02.wav", - "KorgMinipops/korgminipops-oh/Hat Open-03.wav", - "KorgMinipops/korgminipops-oh/Hat Open-04.wav" - ], - "KorgMinipops_sd": [ - "KorgMinipops/korgminipops-sd/Snaredrum-01.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-02.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-03.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-04.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-05.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-06.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-07.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-08.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-09.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-10.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-11.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-12.wav", - "KorgMinipops/korgminipops-sd/Snaredrum-13.wav" - ], - "KorgPoly800_bd": [ - "KorgPoly800/korgpoly800-bd/Bassdrum-01.wav", - "KorgPoly800/korgpoly800-bd/Bassdrum-02.wav", - "KorgPoly800/korgpoly800-bd/Bassdrum-03.wav", - "KorgPoly800/korgpoly800-bd/Bassdrum-04.wav" - ], - "KorgT3_bd": [ - "KorgT3/korgt3-bd/Bassdrum-01.wav", - "KorgT3/korgt3-bd/Bassdrum-02.wav", - "KorgT3/korgt3-bd/Bassdrum-03.wav", - "KorgT3/korgt3-bd/Bassdrum-04.wav", - "KorgT3/korgt3-bd/Bassdrum-05.wav" - ], - "KorgT3_cp": ["KorgT3/korgt3-cp/Clap.wav"], - "KorgT3_hh": ["KorgT3/korgt3-hh/Hat Closed-01.wav", "KorgT3/korgt3-hh/Hat Closed-02.wav"], - "KorgT3_misc": [ - "KorgT3/korgt3-misc/Bell-02.wav", - "KorgT3/korgt3-misc/Bell01.wav", - "KorgT3/korgt3-misc/Click.wav", - "KorgT3/korgt3-misc/Tubular Bell.wav" - ], - "KorgT3_oh": ["KorgT3/korgt3-oh/Hat Open-01.wav", "KorgT3/korgt3-oh/Hat Open-02.wav"], - "KorgT3_perc": [ - "KorgT3/korgt3-perc/Blocks.wav", - "KorgT3/korgt3-perc/Conga.wav", - "KorgT3/korgt3-perc/Hit.wav", - "KorgT3/korgt3-perc/Stick.wav" - ], - "KorgT3_rim": ["KorgT3/korgt3-rim/Rim shot.wav"], - "KorgT3_sd": [ - "KorgT3/korgt3-sd/Snaredrum-01.wav", - "KorgT3/korgt3-sd/Snaredrum-02.wav", - "KorgT3/korgt3-sd/Snaredrum-03.wav", - "KorgT3/korgt3-sd/Snaredrum-04.wav", - "KorgT3/korgt3-sd/Snaredrum-05.wav" - ], - "KorgT3_sh": ["KorgT3/korgt3-sh/Shaker-01.wav", "KorgT3/korgt3-sh/Shaker-02.wav", "KorgT3/korgt3-sh/zCabasa.wav"], - "Linn9000_bd": ["Linn9000/linn9000-bd/BAssdrum.wav"], - "Linn9000_cb": ["Linn9000/linn9000-cb/Cowbell-01.wav", "Linn9000/linn9000-cb/Cowbell-02.wav"], - "Linn9000_cr": ["Linn9000/linn9000-cr/Crash-01.wav", "Linn9000/linn9000-cr/Crash-02.wav"], - "Linn9000_hh": ["Linn9000/linn9000-hh/Hat Closed.wav"], - "Linn9000_ht": ["Linn9000/linn9000-ht/Tom-01.wav", "Linn9000/linn9000-ht/Tom-02.wav"], - "Linn9000_lt": ["Linn9000/linn9000-lt/Tom-04.wav", "Linn9000/linn9000-lt/Tom-05.wav"], - "Linn9000_mt": ["Linn9000/linn9000-mt/Tom-03.wav"], - "Linn9000_oh": ["Linn9000/linn9000-oh/Hat Open.wav"], - "Linn9000_perc": [ - "Linn9000/linn9000-perc/Conga H.wav", - "Linn9000/linn9000-perc/Conga L.wav", - "Linn9000/linn9000-perc/Conga M.wav" - ], - "Linn9000_rd": ["Linn9000/linn9000-rd/Crash-03.wav", "Linn9000/linn9000-rd/Ping.wav"], - "Linn9000_rim": ["Linn9000/linn9000-rim/Rim Shot.wav"], - "Linn9000_sd": ["Linn9000/linn9000-sd/0Snaredrum.wav"], - "Linn9000_tb": ["Linn9000/linn9000-tb/Tambourine.wav"], - "LinnDrum_bd": ["LinnDrum/linndrum-bd/Bassdrum.wav"], - "LinnDrum_cb": ["LinnDrum/linndrum-cb/Cowbell.wav"], - "LinnDrum_cp": ["LinnDrum/linndrum-cp/Clap.wav"], - "LinnDrum_cr": ["LinnDrum/linndrum-cr/Crash.wav"], - "LinnDrum_hh": [ - "LinnDrum/linndrum-hh/Hat Closed-01.wav", - "LinnDrum/linndrum-hh/Hat Closed-02.wav", - "LinnDrum/linndrum-hh/Hat Closed-03.wav" - ], - "LinnDrum_ht": ["LinnDrum/linndrum-ht/Tom H-01.wav", "LinnDrum/linndrum-ht/Tom H-02.wav"], - "LinnDrum_lt": ["LinnDrum/linndrum-lt/Tom L-01.wav", "LinnDrum/linndrum-lt/Tom L-02.wav"], - "LinnDrum_mt": ["LinnDrum/linndrum-mt/Tom M-01.wav"], - "LinnDrum_oh": ["LinnDrum/linndrum-oh/Hat Open.wav"], - "LinnDrum_perc": [ - "LinnDrum/linndrum-perc/Conga H-01.wav", - "LinnDrum/linndrum-perc/Conga H-02.wav", - "LinnDrum/linndrum-perc/Conga L-01.wav", - "LinnDrum/linndrum-perc/Conga L-02.wav", - "LinnDrum/linndrum-perc/Conga M-01.wav", - "LinnDrum/linndrum-perc/Conga M-02.wav" - ], - "LinnDrum_rd": ["LinnDrum/linndrum-rd/Ride.wav"], - "LinnDrum_rim": [ - "LinnDrum/linndrum-rim/Sidestick-01.wav", - "LinnDrum/linndrum-rim/Sidestick-02.wav", - "LinnDrum/linndrum-rim/Sidestick-03.wav" - ], - "LinnDrum_sd": [ - "LinnDrum/linndrum-sd/0Snarderum-01.wav", - "LinnDrum/linndrum-sd/0Snarderum-02.wav", - "LinnDrum/linndrum-sd/0Snarderum-03.wav" - ], - "LinnDrum_sh": ["LinnDrum/linndrum-sh/Cabasa.wav"], - "LinnDrum_tb": ["LinnDrum/linndrum-tb/Tambourine.wav"], - "LinnLM1_bd": [ - "LinnLM1/linnlm1-bd/LM-1_BD_1_TL.wav", - "LinnLM1/linnlm1-bd/LM-1_BD_2_TL.wav", - "LinnLM1/linnlm1-bd/LM-1_BD_3_TL.wav", - "LinnLM1/linnlm1-bd/LM-1_BD_4_TL.wav" - ], - "LinnLM1_cb": ["LinnLM1/linnlm1-cb/LM-1_COWBELL_TL.wav"], - "LinnLM1_cp": ["LinnLM1/linnlm1-cp/LM-1_CLAP_1_TL.wav"], - "LinnLM1_hh": ["LinnLM1/linnlm1-hh/LM-1_HH_1_TL.wav"], - "LinnLM1_ht": ["LinnLM1/linnlm1-ht/LM-1_Tom_2_TL.wav"], - "LinnLM1_lt": ["LinnLM1/linnlm1-lt/LM-1_Tom_1_TL.wav"], - "LinnLM1_oh": ["LinnLM1/linnlm1-oh/LM-1_HH_2_TL.wav"], - "LinnLM1_perc": [ - "LinnLM1/linnlm1-perc/LM-1_BONGO_1_TL.wav", - "LinnLM1/linnlm1-perc/LM-1_BONGO_2_TL.wav", - "LinnLM1/linnlm1-perc/LM-1_WOODBLOCK_TL.wav" - ], - "LinnLM1_rim": ["LinnLM1/linnlm1-rim/LM-1_RIMSHOT_1_TL.wav"], - "LinnLM1_sd": ["LinnLM1/linnlm1-sd/LM-1_SD_1_TL.wav"], - "LinnLM1_sh": ["LinnLM1/linnlm1-sh/LM-1_SHAKER_1_TL.wav"], - "LinnLM1_tb": ["LinnLM1/linnlm1-tb/LM-1_TAMB_TL.wav"], - "LinnLM2_bd": [ - "LinnLM2/linnlm2-bd/LM-2_BD_1_TL.wav", - "LinnLM2/linnlm2-bd/LM-2_BD_2_TL.wav", - "LinnLM2/linnlm2-bd/LM-2_BD_3_TL.wav", - "LinnLM2/linnlm2-bd/LM-2_BD_4_TL.wav" - ], - "LinnLM2_cb": ["LinnLM2/linnlm2-cb/LM-2_COWBELL_1_TL.wav"], - "LinnLM2_cp": ["LinnLM2/linnlm2-cp/LM-2_CLAP_1_TL.wav"], - "LinnLM2_cr": ["LinnLM2/linnlm2-cr/LM-2_CRASH_1_TL.wav"], - "LinnLM2_hh": ["LinnLM2/linnlm2-hh/LM-2_HH_1_TL.wav", "LinnLM2/linnlm2-hh/LM-2_HH_2_TL.wav"], - "LinnLM2_ht": ["LinnLM2/linnlm2-ht/LM-2_TOM_1_TL.wav"], - "LinnLM2_lt": ["LinnLM2/linnlm2-lt/LM-2_TOM_3_TL.wav"], - "LinnLM2_mt": ["LinnLM2/linnlm2-mt/LM-2_TOM_2_TL.wav"], - "LinnLM2_oh": ["LinnLM2/linnlm2-oh/LM-2_OPEN_HH_2_TL.wav", "LinnLM2/linnlm2-oh/LM-2_OPEN_HH_TL.wav"], - "LinnLM2_rd": ["LinnLM2/linnlm2-rd/LM-2_RIDE_1_TL.wav"], - "LinnLM2_rim": ["LinnLM2/linnlm2-rim/LM-2_RIMSHOT_1_TL.wav", "LinnLM2/linnlm2-rim/LM-2_RIMSHOT_2_TL.wav"], - "LinnLM2_sd": [ - "LinnLM2/linnlm2-sd/LM-2_SD_1_TL.wav", - "LinnLM2/linnlm2-sd/LM-2_SD_2_TL.wav", - "LinnLM2/linnlm2-sd/LM-2_SD_3_TL.wav", - "LinnLM2/linnlm2-sd/LM-2_SD_4_TL.wav" - ], - "LinnLM2_sh": ["LinnLM2/linnlm2-sh/LM-2_SHAKER_1_TL.wav"], - "LinnLM2_tb": ["LinnLM2/linnlm2-tb/LM-2_TAMB_1_TL.wav"], - "MFB512_bd": ["MFB512/mfb512-bd/Bassdrum.wav"], - "MFB512_cp": ["MFB512/mfb512-cp/Clap.wav"], - "MFB512_cr": ["MFB512/mfb512-cr/Crash.wav"], - "MFB512_hh": ["MFB512/mfb512-hh/Hat Closed.wav"], - "MFB512_ht": ["MFB512/mfb512-ht/Tom H.wav"], - "MFB512_lt": ["MFB512/mfb512-lt/Tom L.wav"], - "MFB512_mt": ["MFB512/mfb512-mt/Tom M.wav"], - "MFB512_oh": ["MFB512/mfb512-oh/Hat Open.wav"], - "MFB512_sd": ["MFB512/mfb512-sd/Snaredrum.wav"], - "MPC1000_bd": [ - "MPC1000/mpc1000-bd/MPC1000_808BD_TL.wav", - "MPC1000/mpc1000-bd/MPC1000_909BD_TL.wav", - "MPC1000/mpc1000-bd/MPC1000_DB-BD2_TL.wav", - "MPC1000/mpc1000-bd/MPC1000_HH-BD_TL.wav", - "MPC1000/mpc1000-bd/MPC1000_HOUSEBD_TL.wav" - ], - "MPC1000_cp": ["MPC1000/mpc1000-cp/MPC1000_CLAP_TL.wav"], - "MPC1000_hh": [ - "MPC1000/mpc1000-hh/MPC1000_808HH1_TL.wav", - "MPC1000/mpc1000-hh/MPC1000_808HH2_TL.wav", - "MPC1000/mpc1000-hh/MPC1000_909CHH_TL.wav", - "MPC1000/mpc1000-hh/MPC1000_HHCHH1_TL.wav" - ], - "MPC1000_oh": ["MPC1000/mpc1000-oh/MPC1000_909OHH_TL.wav"], - "MPC1000_perc": ["MPC1000/mpc1000-perc/MPC1000_HHPERC_TL.wav"], - "MPC1000_sd": [ - "MPC1000/mpc1000-sd/MPC1000_808SD_TL.wav", - "MPC1000/mpc1000-sd/MPC1000_909SD_TL.wav", - "MPC1000/mpc1000-sd/MPC1000_DB-SN_TL.wav", - "MPC1000/mpc1000-sd/MPC1000_HH-SN_TL.wav" - ], - "MPC1000_sh": ["MPC1000/mpc1000-sh/MPC1000_808MRC_TL.wav"], - "MoogConcertMateMG1_bd": [ - "MoogConcertMateMG1/moogconcertmatemg1-bd/Bassdrum-01.wav", - "MoogConcertMateMG1/moogconcertmatemg1-bd/Bassdrum-02.wav", - "MoogConcertMateMG1/moogconcertmatemg1-bd/Bassdrum-03.wav" - ], - "MoogConcertMateMG1_sd": [ - "MoogConcertMateMG1/moogconcertmatemg1-sd/Snaredrum-1.wav", - "MoogConcertMateMG1/moogconcertmatemg1-sd/Snaredrum-2.wav" - ], - "OberheimDMX_": [ - "OberheimDMX/oberheimdmx--perc/Timbale H.wav", - "OberheimDMX/oberheimdmx--perc/Timbale L.wav", - "OberheimDMX/oberheimdmx--perc/Timbale M.wav" - ], - "OberheimDMX_bd": [ - "OberheimDMX/oberheimdmx-bd/Bassdrum-01.wav", - "OberheimDMX/oberheimdmx-bd/Bassdrum-02.wav", - "OberheimDMX/oberheimdmx-bd/Bassdrum-03.wav" - ], - "OberheimDMX_cp": ["OberheimDMX/oberheimdmx-cp/Clap.wav"], - "OberheimDMX_cr": ["OberheimDMX/oberheimdmx-cr/Crash.wav"], - "OberheimDMX_hh": ["OberheimDMX/oberheimdmx-hh/Hat Closed.wav"], - "OberheimDMX_ht": ["OberheimDMX/oberheimdmx-ht/Tom H.wav"], - "OberheimDMX_lt": ["OberheimDMX/oberheimdmx-lt/Tom L.wav"], - "OberheimDMX_mt": ["OberheimDMX/oberheimdmx-mt/Tom M.wav"], - "OberheimDMX_oh": ["OberheimDMX/oberheimdmx-oh/Hat Open.wav"], - "OberheimDMX_rd": ["OberheimDMX/oberheimdmx-rd/Ride.wav"], - "OberheimDMX_rim": ["OberheimDMX/oberheimdmx-rim/Rim Shot.wav"], - "OberheimDMX_sd": [ - "OberheimDMX/oberheimdmx-sd/Snaredrum-01.wav", - "OberheimDMX/oberheimdmx-sd/Snaredrum-02.wav", - "OberheimDMX/oberheimdmx-sd/Snaredrum-03.wav" - ], - "OberheimDMX_sh": ["OberheimDMX/oberheimdmx-sh/Cabasa.wav"], - "OberheimDMX_tb": ["OberheimDMX/oberheimdmx-tb/Tamborine.wav"], - "RhodesPolaris_bd": [ - "RhodesPolaris/rhodespolaris-bd/Bassdrum-01.wav", - "RhodesPolaris/rhodespolaris-bd/Bassdrum-02.wav", - "RhodesPolaris/rhodespolaris-bd/Bassdrum-03.wav", - "RhodesPolaris/rhodespolaris-bd/Bassdrum-04.wav" - ], - "RhodesPolaris_misc": [ - "RhodesPolaris/rhodespolaris-misc/Noise-1.wav", - "RhodesPolaris/rhodespolaris-misc/Noise-2.wav", - "RhodesPolaris/rhodespolaris-misc/Noise-3.wav", - "RhodesPolaris/rhodespolaris-misc/Noise-4.wav" - ], - "RhodesPolaris_sd": [ - "RhodesPolaris/rhodespolaris-sd/Snaredrum-01.wav", - "RhodesPolaris/rhodespolaris-sd/Snaredrum-02.wav", - "RhodesPolaris/rhodespolaris-sd/Snaredrum-03.wav", - "RhodesPolaris/rhodespolaris-sd/Snaredrum-04.wav" - ], - "RhythmAce_bd": [ - "RhythmAce/rhythmace-bd/Bassdrum-01.wav", - "RhythmAce/rhythmace-bd/Bassdrum-02.wav", - "RhythmAce/rhythmace-bd/Bassdrum-03.wav" - ], - "RhythmAce_hh": ["RhythmAce/rhythmace-hh/Hat Closed.wav"], - "RhythmAce_ht": ["RhythmAce/rhythmace-ht/Tom H.wav"], - "RhythmAce_lt": ["RhythmAce/rhythmace-lt/Tom L.wav"], - "RhythmAce_oh": ["RhythmAce/rhythmace-oh/Hat Open.wav"], - "RhythmAce_perc": [ - "RhythmAce/rhythmace-perc/Clave.wav", - "RhythmAce/rhythmace-perc/Click.wav", - "RhythmAce/rhythmace-perc/Percussion-01.wav", - "RhythmAce/rhythmace-perc/Percussion-02.wav", - "RhythmAce/rhythmace-perc/Percussion-03.wav", - "RhythmAce/rhythmace-perc/Percussion-04.wav" - ], - "RhythmAce_sd": [ - "RhythmAce/rhythmace-sd/Snaredrum-01.wav", - "RhythmAce/rhythmace-sd/Snaredrum-02.wav", - "RhythmAce/rhythmace-sd/Snaredrum-03.wav" - ], - "RolandCompurhythm1000_bd": ["RolandCompurhythm1000/rolandcompurhythm1000-bd/Bassdrum.wav"], - "RolandCompurhythm1000_cb": ["RolandCompurhythm1000/rolandcompurhythm1000-cb/Cowbell.wav"], - "RolandCompurhythm1000_cp": ["RolandCompurhythm1000/rolandcompurhythm1000-cp/Clap.wav"], - "RolandCompurhythm1000_cr": ["RolandCompurhythm1000/rolandcompurhythm1000-cr/Crash.wav"], - "RolandCompurhythm1000_hh": ["RolandCompurhythm1000/rolandcompurhythm1000-hh/Hat Closed.wav"], - "RolandCompurhythm1000_ht": ["RolandCompurhythm1000/rolandcompurhythm1000-ht/Tom H.wav"], - "RolandCompurhythm1000_lt": ["RolandCompurhythm1000/rolandcompurhythm1000-lt/Tom L.wav"], - "RolandCompurhythm1000_mt": ["RolandCompurhythm1000/rolandcompurhythm1000-mt/Tom M.wav"], - "RolandCompurhythm1000_oh": ["RolandCompurhythm1000/rolandcompurhythm1000-oh/Hat Open.wav"], - "RolandCompurhythm1000_perc": [ - "RolandCompurhythm1000/rolandcompurhythm1000-perc/Conga H.wav", - "RolandCompurhythm1000/rolandcompurhythm1000-perc/Conga L.wav", - "RolandCompurhythm1000/rolandcompurhythm1000-perc/Timbale.wav" - ], - "RolandCompurhythm1000_rd": ["RolandCompurhythm1000/rolandcompurhythm1000-rd/Ride.wav"], - "RolandCompurhythm1000_rim": ["RolandCompurhythm1000/rolandcompurhythm1000-rim/Rimshot.wav"], - "RolandCompurhythm1000_sd": ["RolandCompurhythm1000/rolandcompurhythm1000-sd/Snaredrum.wav"], - "RolandCompurhythm78_bd": ["RolandCompurhythm78/rolandcompurhythm78-bd/Bassdrum.wav"], - "RolandCompurhythm78_cb": ["RolandCompurhythm78/rolandcompurhythm78-cb/Cowbell.wav"], - "RolandCompurhythm78_hh": [ - "RolandCompurhythm78/rolandcompurhythm78-hh/Hat Closed-01.wav", - "RolandCompurhythm78/rolandcompurhythm78-hh/Hat Closed-02.wav" - ], - "RolandCompurhythm78_misc": [ - "RolandCompurhythm78/rolandcompurhythm78-misc/Quid-01.wav", - "RolandCompurhythm78/rolandcompurhythm78-misc/Quid-02.wav", - "RolandCompurhythm78/rolandcompurhythm78-misc/Quid-03.wav", - "RolandCompurhythm78/rolandcompurhythm78-misc/Quid-04.wav" - ], - "RolandCompurhythm78_oh": [ - "RolandCompurhythm78/rolandcompurhythm78-oh/Hat Open-01.wav", - "RolandCompurhythm78/rolandcompurhythm78-oh/Hat Open-02.wav" - ], - "RolandCompurhythm78_perc": [ - "RolandCompurhythm78/rolandcompurhythm78-perc/Conga H.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Conga L.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Conga M.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Hit.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Woodblock-01.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Woodblock-02.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Woodblock-03.wav", - "RolandCompurhythm78/rolandcompurhythm78-perc/Woodblock-04.wav" - ], - "RolandCompurhythm78_sd": ["RolandCompurhythm78/rolandcompurhythm78-sd/Snaredrum.wav"], - "RolandCompurhythm78_tb": ["RolandCompurhythm78/rolandcompurhythm78-tb/Tambourine.wav"], - "RolandCompurhythm8000_bd": ["RolandCompurhythm8000/rolandcompurhythm8000-bd/Bassdrum.wav"], - "RolandCompurhythm8000_cb": ["RolandCompurhythm8000/rolandcompurhythm8000-cb/Cowbell.wav"], - "RolandCompurhythm8000_cp": ["RolandCompurhythm8000/rolandcompurhythm8000-cp/Clap.wav"], - "RolandCompurhythm8000_cr": ["RolandCompurhythm8000/rolandcompurhythm8000-cr/Cymball.wav"], - "RolandCompurhythm8000_hh": ["RolandCompurhythm8000/rolandcompurhythm8000-hh/Hat Closed.wav"], - "RolandCompurhythm8000_ht": ["RolandCompurhythm8000/rolandcompurhythm8000-ht/Tom H.wav"], - "RolandCompurhythm8000_lt": ["RolandCompurhythm8000/rolandcompurhythm8000-lt/Tom L.wav"], - "RolandCompurhythm8000_mt": ["RolandCompurhythm8000/rolandcompurhythm8000-mt/Tom M.wav"], - "RolandCompurhythm8000_oh": ["RolandCompurhythm8000/rolandcompurhythm8000-oh/Hat Open.wav"], - "RolandCompurhythm8000_perc": [ - "RolandCompurhythm8000/rolandcompurhythm8000-perc/Claves.wav", - "RolandCompurhythm8000/rolandcompurhythm8000-perc/Cr8kmcng.wav" - ], - "RolandCompurhythm8000_rim": ["RolandCompurhythm8000/rolandcompurhythm8000-rim/Rimshot.wav"], - "RolandCompurhythm8000_sd": ["RolandCompurhythm8000/rolandcompurhythm8000-sd/Snarderum.wav"], - "RolandD110_bd": ["RolandD110/rolandd110-bd/Bassdrum.wav"], - "RolandD110_cb": ["RolandD110/rolandd110-cb/Cowbell H.wav", "RolandD110/rolandd110-cb/Cowbell L.wav"], - "RolandD110_cr": ["RolandD110/rolandd110-cr/Crash.wav"], - "RolandD110_hh": ["RolandD110/rolandd110-hh/Hat Closed.wav"], - "RolandD110_lt": ["RolandD110/rolandd110-lt/Tom.wav"], - "RolandD110_oh": ["RolandD110/rolandd110-oh/Hat Open.wav", "RolandD110/rolandd110-oh/Hat Pedal.wav"], - "RolandD110_perc": [ - "RolandD110/rolandd110-perc/Bongo.wav", - "RolandD110/rolandd110-perc/Conga.wav", - "RolandD110/rolandd110-perc/Woodblock.wav" - ], - "RolandD110_rd": ["RolandD110/rolandd110-rd/Ride.wav"], - "RolandD110_rim": ["RolandD110/rolandd110-rim/Rimshot.wav"], - "RolandD110_sd": [ - "RolandD110/rolandd110-sd/Snaredrum-01.wav", - "RolandD110/rolandd110-sd/Snaredrum-02.wav", - "RolandD110/rolandd110-sd/Snaredrum-03.wav" - ], - "RolandD110_sh": ["RolandD110/rolandd110-sh/Cabasa.wav"], - "RolandD110_tb": ["RolandD110/rolandd110-tb/Tambourine.wav"], - "RolandD70_bd": [ - "RolandD70/rolandd70-bd/Bassdrum-01.wav", - "RolandD70/rolandd70-bd/Bassdrum-02.wav", - "RolandD70/rolandd70-bd/Bassdrum-03.wav", - "RolandD70/rolandd70-bd/Bassdrum-04.wav" - ], - "RolandD70_cb": ["RolandD70/rolandd70-cb/Cowbell.wav"], - "RolandD70_cp": ["RolandD70/rolandd70-cp/Clap.wav"], - "RolandD70_cr": ["RolandD70/rolandd70-cr/Crash.wav"], - "RolandD70_hh": ["RolandD70/rolandd70-hh/Hat Closed.wav"], - "RolandD70_lt": ["RolandD70/rolandd70-lt/Tom-02.wav"], - "RolandD70_mt": ["RolandD70/rolandd70-mt/Tom.-01.wav"], - "RolandD70_oh": ["RolandD70/rolandd70-oh/Hat Open.wav"], - "RolandD70_perc": ["RolandD70/rolandd70-perc/Sticks.wav"], - "RolandD70_rd": ["RolandD70/rolandd70-rd/Ride.wav"], - "RolandD70_rim": ["RolandD70/rolandd70-rim/Rim Shot.wav"], - "RolandD70_sd": [ - "RolandD70/rolandd70-sd/Snaredrum-01.wav", - "RolandD70/rolandd70-sd/Snaredrum-02.wav", - "RolandD70/rolandd70-sd/Snaredrum-03.wav", - "RolandD70/rolandd70-sd/Snaredrum-04.wav", - "RolandD70/rolandd70-sd/Snaredrum-05.wav" - ], - "RolandD70_sh": ["RolandD70/rolandd70-sh/Cabasa.wav"], - "RolandDDR30_bd": [ - "RolandDDR30/rolandddr30-bd/Bassdrum-01.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-02.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-03.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-04.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-05.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-06.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-07.wav", - "RolandDDR30/rolandddr30-bd/Bassdrum-08.wav" - ], - "RolandDDR30_ht": [ - "RolandDDR30/rolandddr30-ht/Tom-01.wav", - "RolandDDR30/rolandddr30-ht/Tom-03.wav", - "RolandDDR30/rolandddr30-ht/Tom-05.wav", - "RolandDDR30/rolandddr30-ht/Tom-07.wav" - ], - "RolandDDR30_lt": [ - "RolandDDR30/rolandddr30-lt/Tom-02.wav", - "RolandDDR30/rolandddr30-lt/Tom-04.wav", - "RolandDDR30/rolandddr30-lt/Tom-06.wav", - "RolandDDR30/rolandddr30-lt/Tom-08.wav" - ], - "RolandDDR30_sd": [ - "RolandDDR30/rolandddr30-sd/Snaredrum-01.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-02.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-03.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-04.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-05.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-06.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-07.wav", - "RolandDDR30/rolandddr30-sd/Snaredrum-08.wav" - ], - "RolandJD990_bd": [ - "RolandJD990/rolandjd990-bd/Bryt-kck.wav", - "RolandJD990/rolandjd990-bd/Butt-kck.wav", - "RolandJD990/rolandjd990-bd/Gate-kck.wav", - "RolandJD990/rolandjd990-bd/Indstr-k.wav", - "RolandJD990/rolandjd990-bd/Mach-kck.wav", - "RolandJD990/rolandjd990-bd/Mondo-k.wav", - "RolandJD990/rolandjd990-bd/Room-kck.wav", - "RolandJD990/rolandjd990-bd/Smash-k.wav", - "RolandJD990/rolandjd990-bd/Solid-k.wav", - "RolandJD990/rolandjd990-bd/Tekno-k.wav" - ], - "RolandJD990_cb": ["RolandJD990/rolandjd990-cb/Cowbell.wav"], - "RolandJD990_cp": ["RolandJD990/rolandjd990-cp/Dance-cl.wav"], - "RolandJD990_cr": ["RolandJD990/rolandjd990-cr/Crsh-cym.wav"], - "RolandJD990_hh": [ - "RolandJD990/rolandjd990-hh/Chh_1.wav", - "RolandJD990/rolandjd990-hh/Chh_2.wav", - "RolandJD990/rolandjd990-hh/Lite-ch1.wav", - "RolandJD990/rolandjd990-hh/Lite-ch2.wav" - ], - "RolandJD990_ht": ["RolandJD990/rolandjd990-ht/Rim-tom1.wav"], - "RolandJD990_lt": [ - "RolandJD990/rolandjd990-lt/Blast-tm.wav", - "RolandJD990/rolandjd990-lt/Boosh-tm.wav", - "RolandJD990/rolandjd990-lt/E-tom.wav", - "RolandJD990/rolandjd990-lt/Power_tm.wav", - "RolandJD990/rolandjd990-lt/Rim-tom4.wav" - ], - "RolandJD990_misc": [ - "RolandJD990/rolandjd990-misc/Crystal.wav", - "RolandJD990/rolandjd990-misc/Digibels.wav", - "RolandJD990/rolandjd990-misc/Digichim.wav", - "RolandJD990/rolandjd990-misc/Fingbell.wav", - "RolandJD990/rolandjd990-misc/Gamelan.wav", - "RolandJD990/rolandjd990-misc/Kalimba.wav", - "RolandJD990/rolandjd990-misc/Marimwav.wav", - "RolandJD990/rolandjd990-misc/Org_bell.wav", - "RolandJD990/rolandjd990-misc/Plink.wav", - "RolandJD990/rolandjd990-misc/Plunk.wav", - "RolandJD990/rolandjd990-misc/Vibes.wav", - "RolandJD990/rolandjd990-misc/Xylo.wav" - ], - "RolandJD990_mt": ["RolandJD990/rolandjd990-mt/Rim-tom2.wav", "RolandJD990/rolandjd990-mt/Rim-tom3.wav"], - "RolandJD990_oh": ["RolandJD990/rolandjd990-oh/Lite-ohh.wav", "RolandJD990/rolandjd990-oh/Ohh.wav"], - "RolandJD990_perc": [ - "RolandJD990/rolandjd990-perc/Agogo_bl.wav", - "RolandJD990/rolandjd990-perc/Bottlhit.wav", - "RolandJD990/rolandjd990-perc/Rattles.wav", - "RolandJD990/rolandjd990-perc/Sm_metal.wav", - "RolandJD990/rolandjd990-perc/Snaps.wav", - "RolandJD990/rolandjd990-perc/Woodcrak.wav" - ], - "RolandJD990_rd": ["RolandJD990/rolandjd990-rd/Ride_cym.wav"], - "RolandJD990_sd": [ - "RolandJD990/rolandjd990-sd/90's-sd.wav", - "RolandJD990/rolandjd990-sd/Attack_s.wav", - "RolandJD990/rolandjd990-sd/Bigshots.wav", - "RolandJD990/rolandjd990-sd/Combo-sd.wav", - "RolandJD990/rolandjd990-sd/Dance-s1.wav", - "RolandJD990/rolandjd990-sd/Dance-s2.wav", - "RolandJD990/rolandjd990-sd/Disco-sd.wav", - "RolandJD990/rolandjd990-sd/Hard-sd.wav", - "RolandJD990/rolandjd990-sd/Hiphop-s.wav", - "RolandJD990/rolandjd990-sd/House-sd.wav", - "RolandJD990/rolandjd990-sd/Power_sd.wav", - "RolandJD990/rolandjd990-sd/Rap-sd.wav", - "RolandJD990/rolandjd990-sd/Splat-sd.wav", - "RolandJD990/rolandjd990-sd/Swing-sd.wav", - "RolandJD990/rolandjd990-sd/Video-sd.wav" - ], - "RolandJD990_tb": ["RolandJD990/rolandjd990-tb/Tambourn.wav"], - "RolandMC202_bd": [ - "RolandMC202/rolandmc202-bd/Bassdrum-01.wav", - "RolandMC202/rolandmc202-bd/Bassdrum-02.wav", - "RolandMC202/rolandmc202-bd/Bassdrum-03.wav", - "RolandMC202/rolandmc202-bd/Bassdrum-04.wav", - "RolandMC202/rolandmc202-bd/Bassdrum-05.wav" - ], - "RolandMC202_ht": [ - "RolandMC202/rolandmc202-ht/Tom H-02.wav", - "RolandMC202/rolandmc202-ht/Tom H-03.wav", - "RolandMC202/rolandmc202-ht/Tom H-04.wav" - ], - "RolandMC202_perc": ["RolandMC202/rolandmc202-perc/Click.wav"], - "RolandMC303_bd": [ - "RolandMC303/rolandmc303-bd/606bd1.wav", - "RolandMC303/rolandmc303-bd/606bd2.wav", - "RolandMC303/rolandmc303-bd/606bd3.wav", - "RolandMC303/rolandmc303-bd/Afrofeet.wav", - "RolandMC303/rolandmc303-bd/Blipbd.wav", - "RolandMC303/rolandmc303-bd/Cavebd.wav", - "RolandMC303/rolandmc303-bd/Cavebd2.wav", - "RolandMC303/rolandmc303-bd/Distbd1.wav", - "RolandMC303/rolandmc303-bd/Distbd2.wav", - "RolandMC303/rolandmc303-bd/Distbd3.wav", - "RolandMC303/rolandmc303-bd/Drybd1.wav", - "RolandMC303/rolandmc303-bd/Drybd2.wav", - "RolandMC303/rolandmc303-bd/Drybd3.wav", - "RolandMC303/rolandmc303-bd/Elecbd.wav", - "RolandMC303/rolandmc303-bd/Jnglebd2.wav", - "RolandMC303/rolandmc303-bd/Junglebd.wav" - ], - "RolandMC303_cb": ["RolandMC303/rolandmc303-cb/78cowbel.wav", "RolandMC303/rolandmc303-cb/Cowbell.wav"], - "RolandMC303_cp": [ - "RolandMC303/rolandmc303-cp/707clap.wav", - "RolandMC303/rolandmc303-cp/Hardclap.wav", - "RolandMC303/rolandmc303-cp/Hc2clap.wav", - "RolandMC303/rolandmc303-cp/Hipclap1.wav", - "RolandMC303/rolandmc303-cp/Rapclap1.wav", - "RolandMC303/rolandmc303-cp/Rapclap2.wav", - "RolandMC303/rolandmc303-cp/Realclap.wav", - "RolandMC303/rolandmc303-cp/Shakecla.wav" - ], - "RolandMC303_fx": ["RolandMC303/rolandmc303-fx/Hrtbeat.wav", "RolandMC303/rolandmc303-fx/Whitnoiz.wav"], - "RolandMC303_hh": [ - "RolandMC303/rolandmc303-hh/606ch.wav", - "RolandMC303/rolandmc303-hh/707ch.wav", - "RolandMC303/rolandmc303-hh/78ch.wav", - "RolandMC303/rolandmc303-hh/Realch1.wav", - "RolandMC303/rolandmc303-hh/Realch2.wav", - "RolandMC303/rolandmc303-hh/Roomch.wav" - ], - "RolandMC303_ht": [ - "RolandMC303/rolandmc303-ht/78hitom.wav", - "RolandMC303/rolandmc303-ht/Achitom1.wav", - "RolandMC303/rolandmc303-ht/Achitom2.wav", - "RolandMC303/rolandmc303-ht/Lechito1.wav", - "RolandMC303/rolandmc303-ht/Lechito2.wav" - ], - "RolandMC303_lt": [ - "RolandMC303/rolandmc303-lt/78lotom.wav", - "RolandMC303/rolandmc303-lt/Aclotom1.wav", - "RolandMC303/rolandmc303-lt/Aclotom2.wav", - "RolandMC303/rolandmc303-lt/Lecloto2.wav", - "RolandMC303/rolandmc303-lt/Losyntht.wav" - ], - "RolandMC303_misc": [ - "RolandMC303/rolandmc303-misc/Asiangon.wav", - "RolandMC303/rolandmc303-misc/Fnkygost.wav", - "RolandMC303/rolandmc303-misc/Fxsd1.wav", - "RolandMC303/rolandmc303-misc/Fxsd2.wav", - "RolandMC303/rolandmc303-misc/Mgblip1.wav", - "RolandMC303/rolandmc303-misc/Mutecuic.wav", - "RolandMC303/rolandmc303-misc/Opencuic.wav", - "RolandMC303/rolandmc303-misc/Slap.wav" - ], - "RolandMC303_mt": [ - "RolandMC303/rolandmc303-mt/78midtom.wav", - "RolandMC303/rolandmc303-mt/Acmidtm2.wav", - "RolandMC303/rolandmc303-mt/Acmidtom.wav", - "RolandMC303/rolandmc303-mt/Lecmidt1.wav", - "RolandMC303/rolandmc303-mt/Lecmidt2.wav", - "RolandMC303/rolandmc303-mt/Midsynth.wav" - ], - "RolandMC303_oh": [ - "RolandMC303/rolandmc303-oh/707oh.wav", - "RolandMC303/rolandmc303-oh/78oh.wav", - "RolandMC303/rolandmc303-oh/Realoh1.wav", - "RolandMC303/rolandmc303-oh/Realoh2.wav", - "RolandMC303/rolandmc303-oh/Roomoh.wav" - ], - "RolandMC303_perc": [ - "RolandMC303/rolandmc303-perc/78guiro.wav", - "RolandMC303/rolandmc303-perc/78metalb.wav", - "RolandMC303/rolandmc303-perc/Bamboosd.wav", - "RolandMC303/rolandmc303-perc/Bamboost.wav", - "RolandMC303/rolandmc303-perc/Brushswi.wav", - "RolandMC303/rolandmc303-perc/Claves.wav", - "RolandMC303/rolandmc303-perc/Elechibo.wav", - "RolandMC303/rolandmc303-perc/Eleclobo.wav", - "RolandMC303/rolandmc303-perc/Elecloto.wav", - "RolandMC303/rolandmc303-perc/Fingersn.wav", - "RolandMC303/rolandmc303-perc/Hiagogo.wav", - "RolandMC303/rolandmc303-perc/Hibamboo.wav", - "RolandMC303/rolandmc303-perc/Hibongoo.wav", - "RolandMC303/rolandmc303-perc/Hicongao.wav", - "RolandMC303/rolandmc303-perc/Hicongas.wav", - "RolandMC303/rolandmc303-perc/Hihyoshi.wav", - "RolandMC303/rolandmc303-perc/Hisyntht.wav", - "RolandMC303/rolandmc303-perc/Hitimbal.wav", - "RolandMC303/rolandmc303-perc/Hiwoodbl.wav", - "RolandMC303/rolandmc303-perc/Loagogo.wav", - "RolandMC303/rolandmc303-perc/Lobamboo.wav", - "RolandMC303/rolandmc303-perc/Lobongoo.wav", - "RolandMC303/rolandmc303-perc/Locongao.wav", - "RolandMC303/rolandmc303-perc/Lohyoshi.wav", - "RolandMC303/rolandmc303-perc/Longguir.wav", - "RolandMC303/rolandmc303-perc/Longwhis.wav", - "RolandMC303/rolandmc303-perc/Lotimbal.wav", - "RolandMC303/rolandmc303-perc/Lowoodbl.wav", - "RolandMC303/rolandmc303-perc/Mutepand.wav", - "RolandMC303/rolandmc303-perc/Mutesurd.wav", - "RolandMC303/rolandmc303-perc/Mutetria.wav", - "RolandMC303/rolandmc303-perc/Openpand.wav", - "RolandMC303/rolandmc303-perc/Opensurd.wav", - "RolandMC303/rolandmc303-perc/Opentria.wav", - "RolandMC303/rolandmc303-perc/Shortgui.wav", - "RolandMC303/rolandmc303-perc/Shortwhi.wav", - "RolandMC303/rolandmc303-perc/Tablabay.wav", - "RolandMC303/rolandmc303-perc/Udo.wav", - "RolandMC303/rolandmc303-perc/Vibrasla.wav" - ], - "RolandMC303_rd": ["RolandMC303/rolandmc303-rd/Ridecym2.wav", "RolandMC303/rolandmc303-rd/Ridecymb.wav"], - "RolandMC303_rim": [ - "RolandMC303/rolandmc303-rim/Rimsd1.wav", - "RolandMC303/rolandmc303-rim/Rimsd2.wav", - "RolandMC303/rolandmc303-rim/Rimshot.wav", - "RolandMC303/rolandmc303-rim/Tinyrim2.wav", - "RolandMC303/rolandmc303-rim/Tinyrim3.wav", - "RolandMC303/rolandmc303-rim/Tinyrim4.wav" - ], - "RolandMC303_sd": [ - "RolandMC303/rolandmc303-sd/606sd1.wav", - "RolandMC303/rolandmc303-sd/606sd2.wav", - "RolandMC303/rolandmc303-sd/606sd3.wav", - "RolandMC303/rolandmc303-sd/78sd.wav", - "RolandMC303/rolandmc303-sd/80809sd.wav", - "RolandMC303/rolandmc303-sd/Brushslp.wav", - "RolandMC303/rolandmc303-sd/Brushtap.wav", - "RolandMC303/rolandmc303-sd/Clipsd1.wav", - "RolandMC303/rolandmc303-sd/Clipsd2.wav", - "RolandMC303/rolandmc303-sd/Drysd1.wav", - "RolandMC303/rolandmc303-sd/Drysd2.wav", - "RolandMC303/rolandmc303-sd/Elecsd1.wav", - "RolandMC303/rolandmc303-sd/Funkysd1.wav", - "RolandMC303/rolandmc303-sd/Funkysd2.wav", - "RolandMC303/rolandmc303-sd/Hardsd1.wav", - "RolandMC303/rolandmc303-sd/Hypersd1.wav", - "RolandMC303/rolandmc303-sd/Hypersd2.wav", - "RolandMC303/rolandmc303-sd/Jnglesd1.wav", - "RolandMC303/rolandmc303-sd/Jnglesd2.wav", - "RolandMC303/rolandmc303-sd/Jnglesd3.wav", - "RolandMC303/rolandmc303-sd/Jnglesd4.wav", - "RolandMC303/rolandmc303-sd/Midbambo.wav", - "RolandMC303/rolandmc303-sd/Rapsd.wav", - "RolandMC303/rolandmc303-sd/Tambsd1.wav", - "RolandMC303/rolandmc303-sd/Tightsd.wav", - "RolandMC303/rolandmc303-sd/Tinysd.wav" - ], - "RolandMC303_sh": [ - "RolandMC303/rolandmc303-sh/626shake.wav", - "RolandMC303/rolandmc303-sh/Cabasado.wav", - "RolandMC303/rolandmc303-sh/Cabasaup.wav", - "RolandMC303/rolandmc303-sh/Maracas.wav", - "RolandMC303/rolandmc303-sh/Realph1.wav", - "RolandMC303/rolandmc303-sh/Realph2.wav", - "RolandMC303/rolandmc303-sh/Shaker.wav" - ], - "RolandMC303_tb": [ - "RolandMC303/rolandmc303-tb/78tamb.wav", - "RolandMC303/rolandmc303-tb/Hittamb.wav", - "RolandMC303/rolandmc303-tb/Jngletam.wav", - "RolandMC303/rolandmc303-tb/Shaketam.wav", - "RolandMC303/rolandmc303-tb/Tambouri.wav" - ], - "RolandMT32_bd": ["RolandMT32/rolandmt32-bd/Bassdrum.wav"], - "RolandMT32_cb": ["RolandMT32/rolandmt32-cb/Cowbell.wav"], - "RolandMT32_cp": ["RolandMT32/rolandmt32-cp/Clap.wav"], - "RolandMT32_cr": ["RolandMT32/rolandmt32-cr/Crash.wav"], - "RolandMT32_hh": ["RolandMT32/rolandmt32-hh/Hat Closed.wav"], - "RolandMT32_ht": ["RolandMT32/rolandmt32-ht/Tom H.wav"], - "RolandMT32_lt": ["RolandMT32/rolandmt32-lt/Tom L.wav"], - "RolandMT32_mt": ["RolandMT32/rolandmt32-mt/Tom M.wav"], - "RolandMT32_oh": ["RolandMT32/rolandmt32-oh/Hat Open-01.wav", "RolandMT32/rolandmt32-oh/Hat Open-02.wav"], - "RolandMT32_perc": [ - "RolandMT32/rolandmt32-perc/Agogo H.wav", - "RolandMT32/rolandmt32-perc/Agogo L.wav", - "RolandMT32/rolandmt32-perc/Bongo H.wav", - "RolandMT32/rolandmt32-perc/Bongo L.wav", - "RolandMT32/rolandmt32-perc/Claves.wav", - "RolandMT32/rolandmt32-perc/Conga H.wav", - "RolandMT32/rolandmt32-perc/Conga L.wav", - "RolandMT32/rolandmt32-perc/Conga Muted H.wav", - "RolandMT32/rolandmt32-perc/Quijada.wav", - "RolandMT32/rolandmt32-perc/Timbale H.wav", - "RolandMT32/rolandmt32-perc/Timbale L.wav", - "RolandMT32/rolandmt32-perc/Whistle Short.wav", - "RolandMT32/rolandmt32-perc/Whistle.wav" - ], - "RolandMT32_rd": ["RolandMT32/rolandmt32-rd/Ride.wav"], - "RolandMT32_rim": ["RolandMT32/rolandmt32-rim/RimShot.wav"], - "RolandMT32_sd": ["RolandMT32/rolandmt32-sd/Snaredrum-01.wav", "RolandMT32/rolandmt32-sd/Snaredrum-02.wav"], - "RolandMT32_sh": ["RolandMT32/rolandmt32-sh/Cabasa.wav", "RolandMT32/rolandmt32-sh/Maracas.wav"], - "RolandMT32_tb": ["RolandMT32/rolandmt32-tb/Tambourine.wav"], - "RolandR8_bd": [ - "RolandR8/rolandr8-bd/Bassdrum-01.wav", - "RolandR8/rolandr8-bd/Bassdrum-02.wav", - "RolandR8/rolandr8-bd/Bassdrum-03.wav", - "RolandR8/rolandr8-bd/Bassdrum-04.wav", - "RolandR8/rolandr8-bd/Bassdrum-05.wav", - "RolandR8/rolandr8-bd/Bassdrum-06.wav", - "RolandR8/rolandr8-bd/Bassdrum-07.wav" - ], - "RolandR8_cb": ["RolandR8/rolandr8-cb/Cowbell.wav"], - "RolandR8_cp": ["RolandR8/rolandr8-cp/Clap.wav"], - "RolandR8_cr": ["RolandR8/rolandr8-cr/Crash.wav"], - "RolandR8_hh": ["RolandR8/rolandr8-hh/Hat Closed.wav", "RolandR8/rolandr8-hh/Hat Pedal.wav"], - "RolandR8_ht": [ - "RolandR8/rolandr8-ht/Tom H-01.wav", - "RolandR8/rolandr8-ht/Tom H-02.wav", - "RolandR8/rolandr8-ht/Tom H-03.wav", - "RolandR8/rolandr8-ht/Tom H-04.wav" - ], - "RolandR8_lt": [ - "RolandR8/rolandr8-lt/Tom L-01.wav", - "RolandR8/rolandr8-lt/Tom L-02.wav", - "RolandR8/rolandr8-lt/Tom L-03.wav", - "RolandR8/rolandr8-lt/Tom L-04.wav" - ], - "RolandR8_mt": [ - "RolandR8/rolandr8-mt/Tom M-01.wav", - "RolandR8/rolandr8-mt/Tom M-02.wav", - "RolandR8/rolandr8-mt/Tom M-03.wav", - "RolandR8/rolandr8-mt/Tom M-04.wav" - ], - "RolandR8_oh": ["RolandR8/rolandr8-oh/Hat Open.wav"], - "RolandR8_perc": [ - "RolandR8/rolandr8-perc/Bell-01.wav", - "RolandR8/rolandr8-perc/Bell-02.wav", - "RolandR8/rolandr8-perc/Bongo H.wav", - "RolandR8/rolandr8-perc/Bongo L.wav", - "RolandR8/rolandr8-perc/Conga.wav", - "RolandR8/rolandr8-perc/Metal.wav", - "RolandR8/rolandr8-perc/Whistle.wav", - "RolandR8/rolandr8-perc/Wood Block.wav" - ], - "RolandR8_rd": ["RolandR8/rolandr8-rd/Ride-01.wav", "RolandR8/rolandr8-rd/Ride-02.wav"], - "RolandR8_rim": ["RolandR8/rolandr8-rim/Rimshot1.wav", "RolandR8/rolandr8-rim/Rimshot2.wav"], - "RolandR8_sd": [ - "RolandR8/rolandr8-sd/Snaredrum-01.wav", - "RolandR8/rolandr8-sd/Snaredrum-02.wav", - "RolandR8/rolandr8-sd/Snaredrum-03.wav", - "RolandR8/rolandr8-sd/Snaredrum-04.wav", - "RolandR8/rolandr8-sd/Snaredrum-05.wav", - "RolandR8/rolandr8-sd/Snaredrum-06.wav", - "RolandR8/rolandr8-sd/Snaredrum-07.wav", - "RolandR8/rolandr8-sd/Snaredrum-08.wav", - "RolandR8/rolandr8-sd/Snaredrum-09.wav", - "RolandR8/rolandr8-sd/Snaredrum-10.wav", - "RolandR8/rolandr8-sd/Snaredrum-11.wav", - "RolandR8/rolandr8-sd/Snaredrum-12.wav" - ], - "RolandR8_sh": ["RolandR8/rolandr8-sh/Cabasa1.wav", "RolandR8/rolandr8-sh/Cabasa2.wav"], - "RolandR8_tb": ["RolandR8/rolandr8-tb/Tambourine.wav"], - "RolandS50_bd": [ - "RolandS50/rolands50-bd/Bassdrum-01.wav", - "RolandS50/rolands50-bd/Bassdrum-02.wav", - "RolandS50/rolands50-bd/Bassdrum-03.wav", - "RolandS50/rolands50-bd/Bassdrum-04.wav" - ], - "RolandS50_cb": ["RolandS50/rolands50-cb/Cowbell.wav"], - "RolandS50_cp": ["RolandS50/rolands50-cp/Clap.wav"], - "RolandS50_cr": ["RolandS50/rolands50-cr/China.wav", "RolandS50/rolands50-cr/Crash.wav"], - "RolandS50_ht": ["RolandS50/rolands50-ht/Tom-01.wav"], - "RolandS50_lt": ["RolandS50/rolands50-lt/Tom-03.wav", "RolandS50/rolands50-lt/Tom-04.wav"], - "RolandS50_misc": [ - "RolandS50/rolands50-misc/Cuica-01.wav", - "RolandS50/rolands50-misc/Cuica-02.wav", - "RolandS50/rolands50-misc/Cuical-01.wav", - "RolandS50/rolands50-misc/Cuical-02.wav", - "RolandS50/rolands50-misc/Gong.wav", - "RolandS50/rolands50-misc/Tria-2.wav" - ], - "RolandS50_mt": ["RolandS50/rolands50-mt/Tom-02.wav"], - "RolandS50_oh": ["RolandS50/rolands50-oh/Hihat.wav"], - "RolandS50_perc": [ - "RolandS50/rolands50-perc/Agogo-01.wav", - "RolandS50/rolands50-perc/Agogo-02.wav", - "RolandS50/rolands50-perc/Bongo.wav", - "RolandS50/rolands50-perc/Claves-01.wav", - "RolandS50/rolands50-perc/Claves-02.wav", - "RolandS50/rolands50-perc/Conga-01.wav", - "RolandS50/rolands50-perc/Conga-02.wav", - "RolandS50/rolands50-perc/Conga-03.wav", - "RolandS50/rolands50-perc/Qijada.wav", - "RolandS50/rolands50-perc/Timbale H.wav", - "RolandS50/rolands50-perc/Timbale L.wav", - "RolandS50/rolands50-perc/Tria-1.wav", - "RolandS50/rolands50-perc/Wblk.wav", - "RolandS50/rolands50-perc/Whstl.wav" - ], - "RolandS50_rd": ["RolandS50/rolands50-rd/Ride.wav"], - "RolandS50_sd": [ - "RolandS50/rolands50-sd/Snaredrum-01.wav", - "RolandS50/rolands50-sd/Snaredrum-02.wav", - "RolandS50/rolands50-sd/Snaredrum-03.wav" - ], - "RolandS50_sh": [ - "RolandS50/rolands50-sh/Cabasa-01.wav", - "RolandS50/rolands50-sh/Cabasa-02.wav", - "RolandS50/rolands50-sh/Maracas-01.wav", - "RolandS50/rolands50-sh/Maracas-02.wav" - ], - "RolandS50_tb": ["RolandS50/rolands50-tb/Tambourine-01.wav", "RolandS50/rolands50-tb/Tambourine-02.wav"], - "RolandSH09_bd": [ - "RolandSH09/rolandsh09-bd/Bassdrum-01.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-02.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-03.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-04.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-05.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-06.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-07.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-08.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-09.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-10.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-11.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-12.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-13.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-14.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-15.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-16.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-17.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-18.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-19.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-20.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-21.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-22.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-23.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-24.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-25.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-26.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-27.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-28.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-29.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-30.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-31.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-32.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-33.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-34.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-35.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-36.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-37.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-38.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-39.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-40.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-41.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-42.wav", - "RolandSH09/rolandsh09-bd/Bassdrum-43.wav" - ], - "RolandSystem100_bd": [ - "RolandSystem100/rolandsystem100-bd/Bassdrum-01.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-02.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-03.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-04.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-05.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-06.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-07.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-08.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-09.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-10.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-11.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-12.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-13.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-14.wav", - "RolandSystem100/rolandsystem100-bd/Bassdrum-15.wav" - ], - "RolandSystem100_hh": [ - "RolandSystem100/rolandsystem100-hh/Hat Closed-01.wav", - "RolandSystem100/rolandsystem100-hh/Hat Closed-02.wav" - ], - "RolandSystem100_misc": [ - "RolandSystem100/rolandsystem100-misc/Tock.wav", - "RolandSystem100/rolandsystem100-misc/Triangle.wav" - ], - "RolandSystem100_oh": [ - "RolandSystem100/rolandsystem100-oh/Hat Open-01.wav", - "RolandSystem100/rolandsystem100-oh/Hat Open-02.wav", - "RolandSystem100/rolandsystem100-oh/Hat Open-03.wav" - ], - "RolandSystem100_perc": [ - "RolandSystem100/rolandsystem100-perc/Bell.wav", - "RolandSystem100/rolandsystem100-perc/Click-01.wav", - "RolandSystem100/rolandsystem100-perc/Click-02.wav", - "RolandSystem100/rolandsystem100-perc/Click-03.wav", - "RolandSystem100/rolandsystem100-perc/Click-04.wav", - "RolandSystem100/rolandsystem100-perc/Click-05.wav", - "RolandSystem100/rolandsystem100-perc/Click-06.wav", - "RolandSystem100/rolandsystem100-perc/Pling-01.wav", - "RolandSystem100/rolandsystem100-perc/Pling-02.wav", - "RolandSystem100/rolandsystem100-perc/Pling-03.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-01.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-02.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-03.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-04.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-05.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-06.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-07.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-08.wav", - "RolandSystem100/rolandsystem100-perc/Plopp-09.wav" - ], - "RolandSystem100_sd": [ - "RolandSystem100/rolandsystem100-sd/Snaredrum-01.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-02.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-03.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-04.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-05.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-06.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-07.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-08.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-09.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-10.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-11.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-12.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-14.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-15.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-16.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-17.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-18.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-19.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-20.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-21.wav", - "RolandSystem100/rolandsystem100-sd/Snaredrum-22.wav" - ], - "RolandTR505_bd": ["RolandTR505/rolandtr505-bd/Bassdrum.wav"], - "RolandTR505_cb": ["RolandTR505/rolandtr505-cb/Cowbell H.wav", "RolandTR505/rolandtr505-cb/Cowbell L.wav"], - "RolandTR505_cp": ["RolandTR505/rolandtr505-cp/Clap.wav"], - "RolandTR505_cr": ["RolandTR505/rolandtr505-cr/Crash.wav"], - "RolandTR505_hh": ["RolandTR505/rolandtr505-hh/Hat Closed.wav"], - "RolandTR505_ht": ["RolandTR505/rolandtr505-ht/Tom H.wav"], - "RolandTR505_lt": ["RolandTR505/rolandtr505-lt/Tom L.wav"], - "RolandTR505_mt": ["RolandTR505/rolandtr505-mt/Tom M.wav"], - "RolandTR505_oh": ["RolandTR505/rolandtr505-oh/Hat Open.wav"], - "RolandTR505_perc": [ - "RolandTR505/rolandtr505-perc/Conga H.wav", - "RolandTR505/rolandtr505-perc/Conga L.wav", - "RolandTR505/rolandtr505-perc/Timbale.wav" - ], - "RolandTR505_rd": ["RolandTR505/rolandtr505-rd/Ride.wav"], - "RolandTR505_rim": ["RolandTR505/rolandtr505-rim/Rimshot.wav"], - "RolandTR505_sd": ["RolandTR505/rolandtr505-sd/Snaredrum.wav"], - "RolandTR606_bd": ["RolandTR606/rolandtr606-bd/Bassdrum.wav"], - "RolandTR606_cr": ["RolandTR606/rolandtr606-cr/Cymbal.wav"], - "RolandTR606_hh": ["RolandTR606/rolandtr606-hh/Hat Closed.wav"], - "RolandTR606_ht": ["RolandTR606/rolandtr606-ht/Tom H.wav"], - "RolandTR606_lt": ["RolandTR606/rolandtr606-lt/Tom L.wav"], - "RolandTR606_oh": ["RolandTR606/rolandtr606-oh/Hat Open.wav"], - "RolandTR606_sd": ["RolandTR606/rolandtr606-sd/Snaredrum.wav"], - "RolandTR626_bd": ["RolandTR626/rolandtr626-bd/Bassdrum-01.wav", "RolandTR626/rolandtr626-bd/Bassdrum-02.wav"], - "RolandTR626_cb": ["RolandTR626/rolandtr626-cb/Cowbell.wav"], - "RolandTR626_cp": ["RolandTR626/rolandtr626-cp/Clap.wav"], - "RolandTR626_cr": ["RolandTR626/rolandtr626-cr/Crash.wav", "RolandTR626/rolandtr626-cr/zChina.wav"], - "RolandTR626_hh": ["RolandTR626/rolandtr626-hh/Hat Closed.wav"], - "RolandTR626_ht": ["RolandTR626/rolandtr626-ht/Tom H-01.wav", "RolandTR626/rolandtr626-ht/Tom H-02.wav"], - "RolandTR626_lt": ["RolandTR626/rolandtr626-lt/Tom L-01.wav", "RolandTR626/rolandtr626-lt/Tom L-02.wav"], - "RolandTR626_mt": ["RolandTR626/rolandtr626-mt/Tom M-01.wav", "RolandTR626/rolandtr626-mt/Tom M-02.wav"], - "RolandTR626_oh": ["RolandTR626/rolandtr626-oh/Hat Open.wav"], - "RolandTR626_perc": [ - "RolandTR626/rolandtr626-perc/Agogo H.wav", - "RolandTR626/rolandtr626-perc/Agogo L.wav", - "RolandTR626/rolandtr626-perc/Clave.wav", - "RolandTR626/rolandtr626-perc/Conga H.wav", - "RolandTR626/rolandtr626-perc/Conga L.wav", - "RolandTR626/rolandtr626-perc/Conga M.wav", - "RolandTR626/rolandtr626-perc/Timbale H.wav", - "RolandTR626/rolandtr626-perc/Timbale L.wav" - ], - "RolandTR626_rd": ["RolandTR626/rolandtr626-rd/Ride-01.wav", "RolandTR626/rolandtr626-rd/Ride-02.wav"], - "RolandTR626_rim": ["RolandTR626/rolandtr626-rim/Rimshot.wav"], - "RolandTR626_sd": [ - "RolandTR626/rolandtr626-sd/Snaredrum-01.wav", - "RolandTR626/rolandtr626-sd/Snaredrum-02.wav", - "RolandTR626/rolandtr626-sd/Snaredrum-03.wav" - ], - "RolandTR626_sh": ["RolandTR626/rolandtr626-sh/Shaker.wav"], - "RolandTR626_tb": ["RolandTR626/rolandtr626-tb/Tambourine.wav"], - "RolandTR707_bd": ["RolandTR707/rolandtr707-bd/Bassdrum-01.wav", "RolandTR707/rolandtr707-bd/Bassdrum-02.wav"], - "RolandTR707_cb": ["RolandTR707/rolandtr707-cb/Cowbell.wav"], - "RolandTR707_cp": ["RolandTR707/rolandtr707-cp/Clap.wav"], - "RolandTR707_cr": ["RolandTR707/rolandtr707-cr/Crash.wav"], - "RolandTR707_hh": ["RolandTR707/rolandtr707-hh/Hat Closed.wav"], - "RolandTR707_ht": ["RolandTR707/rolandtr707-ht/Tom H.wav"], - "RolandTR707_lt": ["RolandTR707/rolandtr707-lt/Tom L.wav"], - "RolandTR707_mt": ["RolandTR707/rolandtr707-mt/Tom M.wav"], - "RolandTR707_oh": ["RolandTR707/rolandtr707-oh/Hat Open.wav"], - "RolandTR707_rim": ["RolandTR707/rolandtr707-rim/Rimshot.wav"], - "RolandTR707_sd": ["RolandTR707/rolandtr707-sd/Snaredrum-01.wav", "RolandTR707/rolandtr707-sd/Snaredrum-02.wav"], - "RolandTR707_tb": ["RolandTR707/rolandtr707-tb/Tambourine.wav"], - "RolandTR727_perc": [ - "RolandTR727/rolandtr727-perc/Agogo H.wav", - "RolandTR727/rolandtr727-perc/Agogo L.wav", - "RolandTR727/rolandtr727-perc/Bongo H.wav", - "RolandTR727/rolandtr727-perc/Bongo L.wav", - "RolandTR727/rolandtr727-perc/Conga L.wav", - "RolandTR727/rolandtr727-perc/Quijada.wav", - "RolandTR727/rolandtr727-perc/Star-chimes.wav", - "RolandTR727/rolandtr727-perc/Timbale H.wav", - "RolandTR727/rolandtr727-perc/Timbale L.wav", - "RolandTR727/rolandtr727-perc/Whistle.wav" - ], - "RolandTR727_sh": ["RolandTR727/rolandtr727-sh/Cabasa.wav", "RolandTR727/rolandtr727-sh/Maracas.wav"], - "RolandTR808_bd": [ - "RolandTR808/rolandtr808-bd/BD0000.WAV", - "RolandTR808/rolandtr808-bd/BD0010.WAV", - "RolandTR808/rolandtr808-bd/BD0025.WAV", - "RolandTR808/rolandtr808-bd/BD0050.WAV", - "RolandTR808/rolandtr808-bd/BD0075.WAV", - "RolandTR808/rolandtr808-bd/BD1000.WAV", - "RolandTR808/rolandtr808-bd/BD1010.WAV", - "RolandTR808/rolandtr808-bd/BD1025.WAV", - "RolandTR808/rolandtr808-bd/BD1050.WAV", - "RolandTR808/rolandtr808-bd/BD1075.WAV", - "RolandTR808/rolandtr808-bd/BD2500.WAV", - "RolandTR808/rolandtr808-bd/BD2510.WAV", - "RolandTR808/rolandtr808-bd/BD2525.WAV", - "RolandTR808/rolandtr808-bd/BD2550.WAV", - "RolandTR808/rolandtr808-bd/BD2575.WAV", - "RolandTR808/rolandtr808-bd/BD5000.WAV", - "RolandTR808/rolandtr808-bd/BD5010.WAV", - "RolandTR808/rolandtr808-bd/BD5025.WAV", - "RolandTR808/rolandtr808-bd/BD5050.WAV", - "RolandTR808/rolandtr808-bd/BD5075.WAV", - "RolandTR808/rolandtr808-bd/BD7500.WAV", - "RolandTR808/rolandtr808-bd/BD7510.WAV", - "RolandTR808/rolandtr808-bd/BD7525.WAV", - "RolandTR808/rolandtr808-bd/BD7550.WAV", - "RolandTR808/rolandtr808-bd/BD7575.WAV" - ], - "RolandTR808_cb": ["RolandTR808/rolandtr808-cb/CB.WAV", "RolandTR808/rolandtr808-cb/Cowbell.wav"], - "RolandTR808_cp": [ - "RolandTR808/rolandtr808-cp/cp0.wav", - "RolandTR808/rolandtr808-cp/cp1.wav", - "RolandTR808/rolandtr808-cp/cp2.wav", - "RolandTR808/rolandtr808-cp/cp3.wav", - "RolandTR808/rolandtr808-cp/cp4.WAV" - ], - "RolandTR808_cr": [ - "RolandTR808/rolandtr808-cr/CY0000.WAV", - "RolandTR808/rolandtr808-cr/CY0010.WAV", - "RolandTR808/rolandtr808-cr/CY0025.WAV", - "RolandTR808/rolandtr808-cr/CY0050.WAV", - "RolandTR808/rolandtr808-cr/CY0075.WAV", - "RolandTR808/rolandtr808-cr/CY1000.WAV", - "RolandTR808/rolandtr808-cr/CY1010.WAV", - "RolandTR808/rolandtr808-cr/CY1025.WAV", - "RolandTR808/rolandtr808-cr/CY1050.WAV", - "RolandTR808/rolandtr808-cr/CY1075.WAV", - "RolandTR808/rolandtr808-cr/CY2500.WAV", - "RolandTR808/rolandtr808-cr/CY2510.WAV", - "RolandTR808/rolandtr808-cr/CY2525.WAV", - "RolandTR808/rolandtr808-cr/CY2550.WAV", - "RolandTR808/rolandtr808-cr/CY2575.WAV", - "RolandTR808/rolandtr808-cr/CY5000.WAV", - "RolandTR808/rolandtr808-cr/CY5010.WAV", - "RolandTR808/rolandtr808-cr/CY5025.WAV", - "RolandTR808/rolandtr808-cr/CY5050.WAV", - "RolandTR808/rolandtr808-cr/CY5075.WAV", - "RolandTR808/rolandtr808-cr/CY7500.WAV", - "RolandTR808/rolandtr808-cr/CY7510.WAV", - "RolandTR808/rolandtr808-cr/CY7525.WAV", - "RolandTR808/rolandtr808-cr/CY7550.WAV", - "RolandTR808/rolandtr808-cr/CY7575.WAV" - ], - "RolandTR808_hh": ["RolandTR808/rolandtr808-hh/CH.WAV"], - "RolandTR808_ht": [ - "RolandTR808/rolandtr808-ht/HT00.WAV", - "RolandTR808/rolandtr808-ht/HT10.WAV", - "RolandTR808/rolandtr808-ht/HT25.WAV", - "RolandTR808/rolandtr808-ht/HT50.WAV", - "RolandTR808/rolandtr808-ht/HT75.WAV" - ], - "RolandTR808_lt": [ - "RolandTR808/rolandtr808-lt/LT00.WAV", - "RolandTR808/rolandtr808-lt/LT10.WAV", - "RolandTR808/rolandtr808-lt/LT25.WAV", - "RolandTR808/rolandtr808-lt/LT50.WAV", - "RolandTR808/rolandtr808-lt/LT75.WAV" - ], - "RolandTR808_mt": [ - "RolandTR808/rolandtr808-mt/MT00.WAV", - "RolandTR808/rolandtr808-mt/MT10.WAV", - "RolandTR808/rolandtr808-mt/MT25.WAV", - "RolandTR808/rolandtr808-mt/MT50.WAV", - "RolandTR808/rolandtr808-mt/MT75.WAV" - ], - "RolandTR808_oh": [ - "RolandTR808/rolandtr808-oh/OH00.WAV", - "RolandTR808/rolandtr808-oh/OH10.WAV", - "RolandTR808/rolandtr808-oh/OH25.WAV", - "RolandTR808/rolandtr808-oh/OH50.WAV", - "RolandTR808/rolandtr808-oh/OH75.WAV" - ], - "RolandTR808_perc": [ - "RolandTR808/rolandtr808-perc/CL.WAV", - "RolandTR808/rolandtr808-perc/HC00.WAV", - "RolandTR808/rolandtr808-perc/HC10.WAV", - "RolandTR808/rolandtr808-perc/HC25.WAV", - "RolandTR808/rolandtr808-perc/HC50.WAV", - "RolandTR808/rolandtr808-perc/HC75.WAV", - "RolandTR808/rolandtr808-perc/LC00.WAV", - "RolandTR808/rolandtr808-perc/LC10.WAV", - "RolandTR808/rolandtr808-perc/LC25.WAV", - "RolandTR808/rolandtr808-perc/LC50.WAV", - "RolandTR808/rolandtr808-perc/LC75.WAV", - "RolandTR808/rolandtr808-perc/MC00.WAV", - "RolandTR808/rolandtr808-perc/MC10.WAV", - "RolandTR808/rolandtr808-perc/MC25.WAV", - "RolandTR808/rolandtr808-perc/MC50.WAV", - "RolandTR808/rolandtr808-perc/MC75.WAV" - ], - "RolandTR808_rim": ["RolandTR808/rolandtr808-rim/RS.WAV"], - "RolandTR808_sd": [ - "RolandTR808/rolandtr808-sd/SD0000.WAV", - "RolandTR808/rolandtr808-sd/SD0010.WAV", - "RolandTR808/rolandtr808-sd/SD0025.WAV", - "RolandTR808/rolandtr808-sd/SD0050.WAV", - "RolandTR808/rolandtr808-sd/SD0075.WAV", - "RolandTR808/rolandtr808-sd/SD1000.WAV", - "RolandTR808/rolandtr808-sd/SD1010.WAV", - "RolandTR808/rolandtr808-sd/SD1025.WAV", - "RolandTR808/rolandtr808-sd/SD1050.WAV", - "RolandTR808/rolandtr808-sd/SD1075.WAV", - "RolandTR808/rolandtr808-sd/SD2500.WAV", - "RolandTR808/rolandtr808-sd/SD2510.WAV", - "RolandTR808/rolandtr808-sd/SD2525.WAV", - "RolandTR808/rolandtr808-sd/SD2550.WAV", - "RolandTR808/rolandtr808-sd/SD2575.WAV", - "RolandTR808/rolandtr808-sd/SD5000.WAV", - "RolandTR808/rolandtr808-sd/SD5010.WAV", - "RolandTR808/rolandtr808-sd/SD5025.WAV", - "RolandTR808/rolandtr808-sd/SD5050.WAV", - "RolandTR808/rolandtr808-sd/SD5075.WAV", - "RolandTR808/rolandtr808-sd/SD7500.WAV", - "RolandTR808/rolandtr808-sd/SD7510.WAV", - "RolandTR808/rolandtr808-sd/SD7525.WAV", - "RolandTR808/rolandtr808-sd/SD7550.WAV", - "RolandTR808/rolandtr808-sd/SD7575.WAV" - ], - "RolandTR808_sh": ["RolandTR808/rolandtr808-sh/Cabasa.wav", "RolandTR808/rolandtr808-sh/MA.WAV"], - "RolandTR909_bd": [ - "RolandTR909/rolandtr909-bd/Bassdrum-01.wav", - "RolandTR909/rolandtr909-bd/Bassdrum-02.wav", - "RolandTR909/rolandtr909-bd/Bassdrum-03.wav", - "RolandTR909/rolandtr909-bd/Bassdrum-04.wav" - ], - "RolandTR909_cp": [ - "RolandTR909/rolandtr909-cp/Clap.wav", - "RolandTR909/rolandtr909-cp/cp01.wav", - "RolandTR909/rolandtr909-cp/cp02.wav", - "RolandTR909/rolandtr909-cp/cp03.wav", - "RolandTR909/rolandtr909-cp/cp04.wav" - ], - "RolandTR909_cr": [ - "RolandTR909/rolandtr909-cr/Crash.wav", - "RolandTR909/rolandtr909-cr/cr01.wav", - "RolandTR909/rolandtr909-cr/cr02.wav", - "RolandTR909/rolandtr909-cr/cr03.wav", - "RolandTR909/rolandtr909-cr/cr04.wav" - ], - "RolandTR909_hh": [ - "RolandTR909/rolandtr909-hh/hh01.wav", - "RolandTR909/rolandtr909-hh/hh02.wav", - "RolandTR909/rolandtr909-hh/hh03.wav", - "RolandTR909/rolandtr909-hh/hh04.wav" - ], - "RolandTR909_ht": [ - "RolandTR909/rolandtr909-ht/Tom H.wav", - "RolandTR909/rolandtr909-ht/ht01.wav", - "RolandTR909/rolandtr909-ht/ht02.wav", - "RolandTR909/rolandtr909-ht/ht03.wav", - "RolandTR909/rolandtr909-ht/ht04.wav", - "RolandTR909/rolandtr909-ht/ht05.wav", - "RolandTR909/rolandtr909-ht/ht06.wav", - "RolandTR909/rolandtr909-ht/ht07.wav", - "RolandTR909/rolandtr909-ht/ht08.wav" - ], - "RolandTR909_lt": [ - "RolandTR909/rolandtr909-lt/Tom L.wav", - "RolandTR909/rolandtr909-lt/lt01.wav", - "RolandTR909/rolandtr909-lt/lt02.wav", - "RolandTR909/rolandtr909-lt/lt03.wav", - "RolandTR909/rolandtr909-lt/lt04.wav", - "RolandTR909/rolandtr909-lt/lt05.wav", - "RolandTR909/rolandtr909-lt/lt06.wav", - "RolandTR909/rolandtr909-lt/lt07.wav", - "RolandTR909/rolandtr909-lt/lt08.wav" - ], - "RolandTR909_mt": [ - "RolandTR909/rolandtr909-mt/Tom M.wav", - "RolandTR909/rolandtr909-mt/mt01.wav", - "RolandTR909/rolandtr909-mt/mt02.wav", - "RolandTR909/rolandtr909-mt/mt03.wav", - "RolandTR909/rolandtr909-mt/mt04.wav", - "RolandTR909/rolandtr909-mt/mt05.wav", - "RolandTR909/rolandtr909-mt/mt06.wav", - "RolandTR909/rolandtr909-mt/mt07.wav", - "RolandTR909/rolandtr909-mt/mt08.wav" - ], - "RolandTR909_oh": [ - "RolandTR909/rolandtr909-oh/Hat Open.wav", - "RolandTR909/rolandtr909-oh/oh01.wav", - "RolandTR909/rolandtr909-oh/oh02.wav", - "RolandTR909/rolandtr909-oh/oh03.wav", - "RolandTR909/rolandtr909-oh/oh04.wav" - ], - "RolandTR909_rd": [ - "RolandTR909/rolandtr909-rd/Ride.wav", - "RolandTR909/rolandtr909-rd/rd01.wav", - "RolandTR909/rolandtr909-rd/rd02.wav", - "RolandTR909/rolandtr909-rd/rd03.wav", - "RolandTR909/rolandtr909-rd/rd04.wav" - ], - "RolandTR909_rim": [ - "RolandTR909/rolandtr909-rim/Rimhot.wav", - "RolandTR909/rolandtr909-rim/rs01.wav", - "RolandTR909/rolandtr909-rim/rs02.wav" - ], - "RolandTR909_sd": [ - "RolandTR909/rolandtr909-sd/naredrum.wav", - "RolandTR909/rolandtr909-sd/sd01.wav", - "RolandTR909/rolandtr909-sd/sd02.wav", - "RolandTR909/rolandtr909-sd/sd03.wav", - "RolandTR909/rolandtr909-sd/sd04.wav", - "RolandTR909/rolandtr909-sd/sd05.wav", - "RolandTR909/rolandtr909-sd/sd06.wav", - "RolandTR909/rolandtr909-sd/sd07.wav", - "RolandTR909/rolandtr909-sd/sd08.wav", - "RolandTR909/rolandtr909-sd/sd09.wav", - "RolandTR909/rolandtr909-sd/sd10.wav", - "RolandTR909/rolandtr909-sd/sd11.wav", - "RolandTR909/rolandtr909-sd/sd12.wav", - "RolandTR909/rolandtr909-sd/sd13.wav", - "RolandTR909/rolandtr909-sd/sd14.wav", - "RolandTR909/rolandtr909-sd/sd15.wav" - ], - "SakataDPM48_bd": [ - "SakataDPM48/sakatadpm48-bd/Bassdrum-01.wav", - "SakataDPM48/sakatadpm48-bd/Bassdrum-02.wav", - "SakataDPM48/sakatadpm48-bd/Bassdrum-03.wav" - ], - "SakataDPM48_cp": ["SakataDPM48/sakatadpm48-cp/Clap.wav"], - "SakataDPM48_cr": ["SakataDPM48/sakatadpm48-cr/Crash.wav"], - "SakataDPM48_hh": ["SakataDPM48/sakatadpm48-hh/Hat Closed-01.wav", "SakataDPM48/sakatadpm48-hh/Hat Closed-02.wav"], - "SakataDPM48_ht": ["SakataDPM48/sakatadpm48-ht/Tom-01.wav"], - "SakataDPM48_lt": ["SakataDPM48/sakatadpm48-lt/Tom-03.wav", "SakataDPM48/sakatadpm48-lt/Tom-04.wav"], - "SakataDPM48_mt": ["SakataDPM48/sakatadpm48-mt/Tom-02.wav"], - "SakataDPM48_oh": ["SakataDPM48/sakatadpm48-oh/Hat Open.wav"], - "SakataDPM48_perc": ["SakataDPM48/sakatadpm48-perc/Agogo1.wav", "SakataDPM48/sakatadpm48-perc/Agogo2.wav"], - "SakataDPM48_rd": ["SakataDPM48/sakatadpm48-rd/Ride.wav"], - "SakataDPM48_rim": ["SakataDPM48/sakatadpm48-rim/Rim.wav"], - "SakataDPM48_sd": ["SakataDPM48/sakatadpm48-sd/Snaredrum-01.wav", "SakataDPM48/sakatadpm48-sd/Snaredrum-02.wav"], - "SakataDPM48_sh": ["SakataDPM48/sakatadpm48-sh/Cabasa-01.wav", "SakataDPM48/sakatadpm48-sh/Cabasa-02.wav"], - "SequentialCircuitsDrumtracks_bd": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-bd/Bassdrum.wav"], - "SequentialCircuitsDrumtracks_cb": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-cb/Cowbell.wav"], - "SequentialCircuitsDrumtracks_cp": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-cp/Clap.wav"], - "SequentialCircuitsDrumtracks_cr": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-cr/Crash.wav"], - "SequentialCircuitsDrumtracks_hh": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-hh/Hat Closed.wav"], - "SequentialCircuitsDrumtracks_ht": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-ht/Tom.wav"], - "SequentialCircuitsDrumtracks_oh": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-oh/Hat Open.wav"], - "SequentialCircuitsDrumtracks_rd": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-rd/Ride.wav"], - "SequentialCircuitsDrumtracks_rim": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-rim/Rim Shot.wav"], - "SequentialCircuitsDrumtracks_sd": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-sd/Snaredrum.wav"], - "SequentialCircuitsDrumtracks_sh": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-sh/Cabasa.wav"], - "SequentialCircuitsDrumtracks_tb": ["SequentialCircuitsDrumtracks/sequentialcircuitsdrumtracks-tb/Tambourine.wav"], - "SequentialCircuitsTom_bd": ["SequentialCircuitsTom/sequentialcircuitstom-bd/Bassdrum.wav"], - "SequentialCircuitsTom_cp": ["SequentialCircuitsTom/sequentialcircuitstom-cp/Clap.wav"], - "SequentialCircuitsTom_cr": ["SequentialCircuitsTom/sequentialcircuitstom-cr/Crash.wav"], - "SequentialCircuitsTom_hh": ["SequentialCircuitsTom/sequentialcircuitstom-hh/Hat Closed.wav"], - "SequentialCircuitsTom_ht": [ - "SequentialCircuitsTom/sequentialcircuitstom-ht/Tom-01.wav", - "SequentialCircuitsTom/sequentialcircuitstom-ht/Tom-02.wav" - ], - "SequentialCircuitsTom_oh": ["SequentialCircuitsTom/sequentialcircuitstom-oh/Hat Open.wav"], - "SequentialCircuitsTom_sd": ["SequentialCircuitsTom/sequentialcircuitstom-sd/Snaredrum.wav"], - "SergeModular_bd": ["SergeModular/sergemodular-bd/Bassdrum.wav"], - "SergeModular_misc": ["SergeModular/sergemodular-misc/Clink.wav"], - "SergeModular_perc": [ - "SergeModular/sergemodular-perc/Claves.wav", - "SergeModular/sergemodular-perc/Click-01.wav", - "SergeModular/sergemodular-perc/Click-02.wav", - "SergeModular/sergemodular-perc/Click-03.wav", - "SergeModular/sergemodular-perc/Click-04.wav" - ], - "SimmonsSDS400_ht": [ - "SimmonsSDS400/simmonssds400-ht/Tom-07.wav", - "SimmonsSDS400/simmonssds400-ht/Tom-09.wav", - "SimmonsSDS400/simmonssds400-ht/Tom-13.wav" - ], - "SimmonsSDS400_lt": [ - "SimmonsSDS400/simmonssds400-lt/Tom-01.wav", - "SimmonsSDS400/simmonssds400-lt/Tom-02.wav", - "SimmonsSDS400/simmonssds400-lt/Tom-03.wav", - "SimmonsSDS400/simmonssds400-lt/Tom-08.wav", - "SimmonsSDS400/simmonssds400-lt/Tom-14.wav", - "SimmonsSDS400/simmonssds400-lt/Tom-17.wav" - ], - "SimmonsSDS400_mt": [ - "SimmonsSDS400/simmonssds400-mt/Tom-04.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-05.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-06.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-10.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-11.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-12.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-15.wav", - "SimmonsSDS400/simmonssds400-mt/Tom-16.wav" - ], - "SimmonsSDS400_sd": [ - "SimmonsSDS400/simmonssds400-sd/Slap-1.wav", - "SimmonsSDS400/simmonssds400-sd/Slap-2.wav", - "SimmonsSDS400/simmonssds400-sd/Slap-3.wav" - ], - "SimmonsSDS5_bd": [ - "SimmonsSDS5/simmonssds5-bd/Bassdrum-01.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-02.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-03.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-04.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-05.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-06.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-07.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-08.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-09.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-10.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-11.wav", - "SimmonsSDS5/simmonssds5-bd/Bassdrum-12.wav" - ], - "SimmonsSDS5_hh": [ - "SimmonsSDS5/simmonssds5-hh/Hat Closed-01.wav", - "SimmonsSDS5/simmonssds5-hh/Hat Closed-02.wav", - "SimmonsSDS5/simmonssds5-hh/Hat Closed-03.wav", - "SimmonsSDS5/simmonssds5-hh/Hat Pedal-01.wav", - "SimmonsSDS5/simmonssds5-hh/Hat Pedal-02.wav" - ], - "SimmonsSDS5_ht": [ - "SimmonsSDS5/simmonssds5-ht/Tom-01.wav", - "SimmonsSDS5/simmonssds5-ht/Tom-04.wav", - "SimmonsSDS5/simmonssds5-ht/Tom-05.wav" - ], - "SimmonsSDS5_lt": [ - "SimmonsSDS5/simmonssds5-lt/Tom-07.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-08.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-10.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-11.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-13.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-14.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-15.wav", - "SimmonsSDS5/simmonssds5-lt/Tom-17.wav" - ], - "SimmonsSDS5_mt": [ - "SimmonsSDS5/simmonssds5-mt/Tom-02.wav", - "SimmonsSDS5/simmonssds5-mt/Tom-03.wav", - "SimmonsSDS5/simmonssds5-mt/Tom-06.wav", - "SimmonsSDS5/simmonssds5-mt/Tom-09.wav", - "SimmonsSDS5/simmonssds5-mt/Tom-12.wav", - "SimmonsSDS5/simmonssds5-mt/Tom-16.wav" - ], - "SimmonsSDS5_oh": ["SimmonsSDS5/simmonssds5-oh/Hat Open-01.wav", "SimmonsSDS5/simmonssds5-oh/Hat Open-02.wav"], - "SimmonsSDS5_rim": [ - "SimmonsSDS5/simmonssds5-rim/Rimshot-01.wav", - "SimmonsSDS5/simmonssds5-rim/Rimshot-02.wav", - "SimmonsSDS5/simmonssds5-rim/Rimshot-03.wav", - "SimmonsSDS5/simmonssds5-rim/Rimshot-04.wav", - "SimmonsSDS5/simmonssds5-rim/Rimshot-05.wav", - "SimmonsSDS5/simmonssds5-rim/Rimshot-06.wav", - "SimmonsSDS5/simmonssds5-rim/Rimshot-07.wav" - ], - "SimmonsSDS5_sd": [ - "SimmonsSDS5/simmonssds5-sd/Snaredrum-01.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-02.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-03.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-04.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-05.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-06.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-07.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-08.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-09.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-10.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-11.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-12.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-13.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-14.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-15.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-16.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-17.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-18.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-19.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-20.wav", - "SimmonsSDS5/simmonssds5-sd/Snaredrum-21.wav" - ], - "SoundmastersR88_bd": ["SoundmastersR88/soundmastersr88-bd/Bassdrum.wav"], - "SoundmastersR88_cr": ["SoundmastersR88/soundmastersr88-cr/Crash.wav"], - "SoundmastersR88_hh": ["SoundmastersR88/soundmastersr88-hh/Closed Hat.wav"], - "SoundmastersR88_oh": ["SoundmastersR88/soundmastersr88-oh/Open Hat.wav"], - "SoundmastersR88_sd": [ - "SoundmastersR88/soundmastersr88-sd/Snare-1.wav", - "SoundmastersR88/soundmastersr88-sd/Snare-2.wav" - ], - "UnivoxMicroRhythmer12_bd": ["UnivoxMicroRhythmer12/univoxmicrorhythmer12-bd/Bassdrum.wav"], - "UnivoxMicroRhythmer12_hh": ["UnivoxMicroRhythmer12/univoxmicrorhythmer12-hh/Closed Hat.wav"], - "UnivoxMicroRhythmer12_oh": ["UnivoxMicroRhythmer12/univoxmicrorhythmer12-oh/Open Hat.wav"], - "UnivoxMicroRhythmer12_sd": ["UnivoxMicroRhythmer12/univoxmicrorhythmer12-sd/Snaredrum.wav"], - "ViscoSpaceDrum_bd": [ - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-01.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-02.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-03.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-04.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-05.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-06.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-07.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-08.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-09.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-10.wav", - "ViscoSpaceDrum/viscospacedrum-bd/Bassdrum-11.wav" - ], - "ViscoSpaceDrum_cb": ["ViscoSpaceDrum/viscospacedrum-cb/Cowbell.wav"], - "ViscoSpaceDrum_hh": [ - "ViscoSpaceDrum/viscospacedrum-hh/Hat Closed-01.wav", - "ViscoSpaceDrum/viscospacedrum-hh/Hat Closed-02.wav", - "ViscoSpaceDrum/viscospacedrum-hh/Hat Closed-03.wav", - "ViscoSpaceDrum/viscospacedrum-hh/Hat Closed-04.wav", - "ViscoSpaceDrum/viscospacedrum-hh/Hat Pedal-01.wav", - "ViscoSpaceDrum/viscospacedrum-hh/zHat Closed Reversed.wav" - ], - "ViscoSpaceDrum_ht": [ - "ViscoSpaceDrum/viscospacedrum-ht/Synth Tom H.wav", - "ViscoSpaceDrum/viscospacedrum-ht/Tom-01.wav", - "ViscoSpaceDrum/viscospacedrum-ht/Tom-02.wav", - "ViscoSpaceDrum/viscospacedrum-ht/Tom-03.wav", - "ViscoSpaceDrum/viscospacedrum-ht/Tom-04.wav", - "ViscoSpaceDrum/viscospacedrum-ht/Tom-05.wav", - "ViscoSpaceDrum/viscospacedrum-ht/Tom7.wav" - ], - "ViscoSpaceDrum_lt": [ - "ViscoSpaceDrum/viscospacedrum-lt/Synth Tom L.wav", - "ViscoSpaceDrum/viscospacedrum-lt/Tom-06.wav" - ], - "ViscoSpaceDrum_misc": [ - "ViscoSpaceDrum/viscospacedrum-misc/Bleep-01.wav", - "ViscoSpaceDrum/viscospacedrum-misc/Bleep-02.wav" - ], - "ViscoSpaceDrum_mt": [ - "ViscoSpaceDrum/viscospacedrum-mt/Synth Tom M-01.wav", - "ViscoSpaceDrum/viscospacedrum-mt/Synth Tom M-02.wav" - ], - "ViscoSpaceDrum_oh": [ - "ViscoSpaceDrum/viscospacedrum-oh/Hat Open-01.wav", - "ViscoSpaceDrum/viscospacedrum-oh/Hat Open-02.wav", - "ViscoSpaceDrum/viscospacedrum-oh/Hat Open-03.wav" - ], - "ViscoSpaceDrum_perc": [ - "ViscoSpaceDrum/viscospacedrum-perc/Woodblock1.wav", - "ViscoSpaceDrum/viscospacedrum-perc/Woodblock2.wav" - ], - "ViscoSpaceDrum_rim": ["ViscoSpaceDrum/viscospacedrum-rim/Rimshot.wav"], - "ViscoSpaceDrum_sd": [ - "ViscoSpaceDrum/viscospacedrum-sd/Snaredrum-01.wav", - "ViscoSpaceDrum/viscospacedrum-sd/Snaredrum-02.wav", - "ViscoSpaceDrum/viscospacedrum-sd/Snaredrum-03.wav" - ], - "XdrumLM8953_bd": [ - "XdrumLM8953/xdrumlm8953-bd/Bassdrum-01.wav", - "XdrumLM8953/xdrumlm8953-bd/Bassdrum-02.wav", - "XdrumLM8953/xdrumlm8953-bd/zphil-drm.wav" - ], - "XdrumLM8953_cr": ["XdrumLM8953/xdrumlm8953-cr/Crash.wav"], - "XdrumLM8953_hh": ["XdrumLM8953/xdrumlm8953-hh/Hat Closed.wav", "XdrumLM8953/xdrumlm8953-hh/Hat Pedal.wav"], - "XdrumLM8953_ht": ["XdrumLM8953/xdrumlm8953-ht/Tom-01.wav", "XdrumLM8953/xdrumlm8953-ht/Tom-02.wav"], - "XdrumLM8953_lt": ["XdrumLM8953/xdrumlm8953-lt/Tom-05.wav", "XdrumLM8953/xdrumlm8953-lt/Tom-06.wav"], - "XdrumLM8953_mt": ["XdrumLM8953/xdrumlm8953-mt/Tom-03.wav", "XdrumLM8953/xdrumlm8953-mt/Tom-04.wav"], - "XdrumLM8953_oh": ["XdrumLM8953/xdrumlm8953-oh/Hat Open.wav"], - "XdrumLM8953_rd": ["XdrumLM8953/xdrumlm8953-rd/Ride.wav"], - "XdrumLM8953_rim": ["XdrumLM8953/xdrumlm8953-rim/Rim Shot-01.wav", "XdrumLM8953/xdrumlm8953-rim/Rim Shot-02.wav"], - "XdrumLM8953_sd": [ - "XdrumLM8953/xdrumlm8953-sd/Snaredrum-01.wav", - "XdrumLM8953/xdrumlm8953-sd/Snaredrum-02.wav", - "XdrumLM8953/xdrumlm8953-sd/Snaredrum-03.wav", - "XdrumLM8953/xdrumlm8953-sd/Snaredrum-04.wav", - "XdrumLM8953/xdrumlm8953-sd/zSnare Fill.wav" - ], - "XdrumLM8953_tb": ["XdrumLM8953/xdrumlm8953-tb/Tambourine.wav"], - "YamahaRM50_bd": [ - "YamahaRM50/yamaharm50-bd/BD-001.wav", - "YamahaRM50/yamaharm50-bd/BD-002.wav", - "YamahaRM50/yamaharm50-bd/BD-003.wav", - "YamahaRM50/yamaharm50-bd/BD-004.wav", - "YamahaRM50/yamaharm50-bd/BD-005.wav", - "YamahaRM50/yamaharm50-bd/BD-006.wav", - "YamahaRM50/yamaharm50-bd/BD-007.wav", - "YamahaRM50/yamaharm50-bd/BD-008.wav", - "YamahaRM50/yamaharm50-bd/BD-009.wav", - "YamahaRM50/yamaharm50-bd/BD-010.wav", - "YamahaRM50/yamaharm50-bd/BD-011..wav", - "YamahaRM50/yamaharm50-bd/BD-012.wav", - "YamahaRM50/yamaharm50-bd/BD-013.wav", - "YamahaRM50/yamaharm50-bd/BD-014.wav", - "YamahaRM50/yamaharm50-bd/BD-015.wav", - "YamahaRM50/yamaharm50-bd/BD-016.wav", - "YamahaRM50/yamaharm50-bd/BD-017.wav", - "YamahaRM50/yamaharm50-bd/BD-018.wav", - "YamahaRM50/yamaharm50-bd/BD-019.wav", - "YamahaRM50/yamaharm50-bd/BD-020.wav", - "YamahaRM50/yamaharm50-bd/BD-021.wav", - "YamahaRM50/yamaharm50-bd/BD-022.wav", - "YamahaRM50/yamaharm50-bd/BD-023.wav", - "YamahaRM50/yamaharm50-bd/BD-024.wav", - "YamahaRM50/yamaharm50-bd/BD-025.wav", - "YamahaRM50/yamaharm50-bd/BD-026.wav", - "YamahaRM50/yamaharm50-bd/BD-027.wav", - "YamahaRM50/yamaharm50-bd/BD-028.wav", - "YamahaRM50/yamaharm50-bd/BD-029.wav", - "YamahaRM50/yamaharm50-bd/BD-030.wav", - "YamahaRM50/yamaharm50-bd/BD-031.wav", - "YamahaRM50/yamaharm50-bd/BD-032.wav", - "YamahaRM50/yamaharm50-bd/BD-033.wav", - "YamahaRM50/yamaharm50-bd/BD-034.wav", - "YamahaRM50/yamaharm50-bd/BD-035.wav", - "YamahaRM50/yamaharm50-bd/BD-036.wav", - "YamahaRM50/yamaharm50-bd/BD-037.wav", - "YamahaRM50/yamaharm50-bd/BD-038.wav", - "YamahaRM50/yamaharm50-bd/BD-039.wav", - "YamahaRM50/yamaharm50-bd/BD-040.wav", - "YamahaRM50/yamaharm50-bd/BD-041.wav", - "YamahaRM50/yamaharm50-bd/BD-042.wav", - "YamahaRM50/yamaharm50-bd/BD-043.wav", - "YamahaRM50/yamaharm50-bd/BD-044.wav", - "YamahaRM50/yamaharm50-bd/BD-045.wav", - "YamahaRM50/yamaharm50-bd/BD-046.wav", - "YamahaRM50/yamaharm50-bd/BD-047.wav", - "YamahaRM50/yamaharm50-bd/BD-048.wav", - "YamahaRM50/yamaharm50-bd/BD-049.wav", - "YamahaRM50/yamaharm50-bd/BD-050.wav", - "YamahaRM50/yamaharm50-bd/BD-051.wav", - "YamahaRM50/yamaharm50-bd/BD-052.wav", - "YamahaRM50/yamaharm50-bd/BD-053.wav", - "YamahaRM50/yamaharm50-bd/BD-054.wav", - "YamahaRM50/yamaharm50-bd/BD-055.wav", - "YamahaRM50/yamaharm50-bd/BD-056.wav", - "YamahaRM50/yamaharm50-bd/BD-057.wav", - "YamahaRM50/yamaharm50-bd/BD-058.wav", - "YamahaRM50/yamaharm50-bd/BD-059.wav", - "YamahaRM50/yamaharm50-bd/BD-060.wav", - "YamahaRM50/yamaharm50-bd/BD-061.wav", - "YamahaRM50/yamaharm50-bd/BD-062.wav", - "YamahaRM50/yamaharm50-bd/BD-063.wav", - "YamahaRM50/yamaharm50-bd/BD-064.wav", - "YamahaRM50/yamaharm50-bd/BD-065.wav", - "YamahaRM50/yamaharm50-bd/BD-066.wav", - "YamahaRM50/yamaharm50-bd/BD-067.wav", - "YamahaRM50/yamaharm50-bd/BD-068.wav", - "YamahaRM50/yamaharm50-bd/BD-069.wav", - "YamahaRM50/yamaharm50-bd/BD-070.wav", - "YamahaRM50/yamaharm50-bd/BD-071.wav", - "YamahaRM50/yamaharm50-bd/BD-072.wav", - "YamahaRM50/yamaharm50-bd/BD-073.wav", - "YamahaRM50/yamaharm50-bd/BD-074.wav", - "YamahaRM50/yamaharm50-bd/BD-075.wav", - "YamahaRM50/yamaharm50-bd/BD-076.wav", - "YamahaRM50/yamaharm50-bd/BD-077.wav", - "YamahaRM50/yamaharm50-bd/BD-078.wav", - "YamahaRM50/yamaharm50-bd/BD-079.wav", - "YamahaRM50/yamaharm50-bd/BD-080.wav", - "YamahaRM50/yamaharm50-bd/BD-081.wav", - "YamahaRM50/yamaharm50-bd/BD-082.wav", - "YamahaRM50/yamaharm50-bd/BD-083.wav", - "YamahaRM50/yamaharm50-bd/BD-084.wav", - "YamahaRM50/yamaharm50-bd/BD-085.wav", - "YamahaRM50/yamaharm50-bd/BD-086.wav", - "YamahaRM50/yamaharm50-bd/BD-087.wav", - "YamahaRM50/yamaharm50-bd/BD-088.wav", - "YamahaRM50/yamaharm50-bd/BD-089.wav", - "YamahaRM50/yamaharm50-bd/BD-090.wav", - "YamahaRM50/yamaharm50-bd/BD-091.wav", - "YamahaRM50/yamaharm50-bd/BD-092.wav", - "YamahaRM50/yamaharm50-bd/BD-093.wav", - "YamahaRM50/yamaharm50-bd/BD-094.wav", - "YamahaRM50/yamaharm50-bd/BD-095.wav", - "YamahaRM50/yamaharm50-bd/BD-096.wav", - "YamahaRM50/yamaharm50-bd/BD-097.wav", - "YamahaRM50/yamaharm50-bd/BD-098.wav", - "YamahaRM50/yamaharm50-bd/BD-099.wav", - "YamahaRM50/yamaharm50-bd/BD-100.wav", - "YamahaRM50/yamaharm50-bd/BD-101.wav", - "YamahaRM50/yamaharm50-bd/BD-102.wav", - "YamahaRM50/yamaharm50-bd/BD-103.wav" - ], - "YamahaRM50_cb": [ - "YamahaRM50/yamaharm50-cb/FX_001.wav", - "YamahaRM50/yamaharm50-cb/FX_002.wav", - "YamahaRM50/yamaharm50-cb/FX_025.wav", - "YamahaRM50/yamaharm50-cb/FX_026.wav", - "YamahaRM50/yamaharm50-cb/FX_027.wav", - "YamahaRM50/yamaharm50-cb/FX_061.wav" - ], - "YamahaRM50_cp": ["YamahaRM50/yamaharm50-cp/FX_059.wav", "YamahaRM50/yamaharm50-cp/FX_060.wav"], - "YamahaRM50_cr": [ - "YamahaRM50/yamaharm50-cr/CYMBAL_043.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_044.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_045.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_046.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_047.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_048.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_049.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_050.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_051.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_052.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_053.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_054.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_055.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_056.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_057.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_058.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_059.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_060.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_061.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_063.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_064.wav", - "YamahaRM50/yamaharm50-cr/CYMBAL_065.wav" - ], - "YamahaRM50_hh": [ - "YamahaRM50/yamaharm50-hh/CYMBAL_001.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_002.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_005.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_006.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_008.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_009.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_010.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_013.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_014.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_016.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_017.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_019.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_020.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_021.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_024.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_025.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_026.wav", - "YamahaRM50/yamaharm50-hh/CYMBAL_028.wav" - ], - "YamahaRM50_ht": [ - "YamahaRM50/yamaharm50-ht/TOMS_001.wav", - "YamahaRM50/yamaharm50-ht/TOMS_005.wav", - "YamahaRM50/yamaharm50-ht/TOMS_009.wav", - "YamahaRM50/yamaharm50-ht/TOMS_010.wav", - "YamahaRM50/yamaharm50-ht/TOMS_013.wav", - "YamahaRM50/yamaharm50-ht/TOMS_017.wav", - "YamahaRM50/yamaharm50-ht/TOMS_021.wav", - "YamahaRM50/yamaharm50-ht/TOMS_022.wav", - "YamahaRM50/yamaharm50-ht/TOMS_025.wav", - "YamahaRM50/yamaharm50-ht/TOMS_026.wav", - "YamahaRM50/yamaharm50-ht/TOMS_029.wav", - "YamahaRM50/yamaharm50-ht/TOMS_035.wav", - "YamahaRM50/yamaharm50-ht/TOMS_039.wav", - "YamahaRM50/yamaharm50-ht/TOMS_043.wav", - "YamahaRM50/yamaharm50-ht/TOMS_047.wav", - "YamahaRM50/yamaharm50-ht/TOMS_049.wav", - "YamahaRM50/yamaharm50-ht/TOMS_052.wav", - "YamahaRM50/yamaharm50-ht/TOMS_056.wav", - "YamahaRM50/yamaharm50-ht/TOMS_064.wav", - "YamahaRM50/yamaharm50-ht/TOMS_068.wav", - "YamahaRM50/yamaharm50-ht/TOMS_072.wav", - "YamahaRM50/yamaharm50-ht/TOMS_077.wav", - "YamahaRM50/yamaharm50-ht/TOMS_085.wav", - "YamahaRM50/yamaharm50-ht/TOMS_089.wav", - "YamahaRM50/yamaharm50-ht/TOMS_101.wav" - ], - "YamahaRM50_lt": [ - "YamahaRM50/yamaharm50-lt/TOMS_004.wav", - "YamahaRM50/yamaharm50-lt/TOMS_008.wav", - "YamahaRM50/yamaharm50-lt/TOMS_012.wav", - "YamahaRM50/yamaharm50-lt/TOMS_015.wav", - "YamahaRM50/yamaharm50-lt/TOMS_016.wav", - "YamahaRM50/yamaharm50-lt/TOMS_019.wav", - "YamahaRM50/yamaharm50-lt/TOMS_020.wav", - "YamahaRM50/yamaharm50-lt/TOMS_024.wav", - "YamahaRM50/yamaharm50-lt/TOMS_028.wav", - "YamahaRM50/yamaharm50-lt/TOMS_032.wav", - "YamahaRM50/yamaharm50-lt/TOMS_033.wav", - "YamahaRM50/yamaharm50-lt/TOMS_034.wav", - "YamahaRM50/yamaharm50-lt/TOMS_038.wav", - "YamahaRM50/yamaharm50-lt/TOMS_041.wav", - "YamahaRM50/yamaharm50-lt/TOMS_042.wav", - "YamahaRM50/yamaharm50-lt/TOMS_046.wav", - "YamahaRM50/yamaharm50-lt/TOMS_048.wav", - "YamahaRM50/yamaharm50-lt/TOMS_050.wav", - "YamahaRM50/yamaharm50-lt/TOMS_051.wav", - "YamahaRM50/yamaharm50-lt/TOMS_053.wav", - "YamahaRM50/yamaharm50-lt/TOMS_054.wav", - "YamahaRM50/yamaharm50-lt/TOMS_055.wav", - "YamahaRM50/yamaharm50-lt/TOMS_058.wav", - "YamahaRM50/yamaharm50-lt/TOMS_059.wav", - "YamahaRM50/yamaharm50-lt/TOMS_061.wav", - "YamahaRM50/yamaharm50-lt/TOMS_062.wav", - "YamahaRM50/yamaharm50-lt/TOMS_063.wav", - "YamahaRM50/yamaharm50-lt/TOMS_066.wav", - "YamahaRM50/yamaharm50-lt/TOMS_067.wav", - "YamahaRM50/yamaharm50-lt/TOMS_071.wav", - "YamahaRM50/yamaharm50-lt/TOMS_075.wav", - "YamahaRM50/yamaharm50-lt/TOMS_079.wav", - "YamahaRM50/yamaharm50-lt/TOMS_082.wav", - "YamahaRM50/yamaharm50-lt/TOMS_083.wav", - "YamahaRM50/yamaharm50-lt/TOMS_084.wav", - "YamahaRM50/yamaharm50-lt/TOMS_087.wav", - "YamahaRM50/yamaharm50-lt/TOMS_088.wav", - "YamahaRM50/yamaharm50-lt/TOMS_092.wav", - "YamahaRM50/yamaharm50-lt/TOMS_094.wav", - "YamahaRM50/yamaharm50-lt/TOMS_095.wav", - "YamahaRM50/yamaharm50-lt/TOMS_096.wav", - "YamahaRM50/yamaharm50-lt/TOMS_099.wav", - "YamahaRM50/yamaharm50-lt/TOMS_100.wav", - "YamahaRM50/yamaharm50-lt/TOMS_103.wav", - "YamahaRM50/yamaharm50-lt/TOMS_104.wav", - "YamahaRM50/yamaharm50-lt/TOMS_105.wav", - "YamahaRM50/yamaharm50-lt/TOMS_106.wav", - "YamahaRM50/yamaharm50-lt/TOMS_107.wav", - "YamahaRM50/yamaharm50-lt/TOMS_108.wav" - ], - "YamahaRM50_misc": [ - "YamahaRM50/yamaharm50-misc/CYMBAL_062.wav", - "YamahaRM50/yamaharm50-misc/FX_071.wav", - "YamahaRM50/yamaharm50-misc/FX_072.wav", - "YamahaRM50/yamaharm50-misc/FX_074.wav", - "YamahaRM50/yamaharm50-misc/FX_075.wav", - "YamahaRM50/yamaharm50-misc/FX_076.wav", - "YamahaRM50/yamaharm50-misc/FX_079.wav", - "YamahaRM50/yamaharm50-misc/FX_082.wav", - "YamahaRM50/yamaharm50-misc/FX_083.wav", - "YamahaRM50/yamaharm50-misc/FX_085.wav", - "YamahaRM50/yamaharm50-misc/FX_086.wav", - "YamahaRM50/yamaharm50-misc/FX_087.wav", - "YamahaRM50/yamaharm50-misc/FX_088.wav", - "YamahaRM50/yamaharm50-misc/FX_089.wav", - "YamahaRM50/yamaharm50-misc/FX_090.wav", - "YamahaRM50/yamaharm50-misc/FX_091.wav", - "YamahaRM50/yamaharm50-misc/FX_092.wav", - "YamahaRM50/yamaharm50-misc/FX_093.wav", - "YamahaRM50/yamaharm50-misc/FX_094.wav", - "YamahaRM50/yamaharm50-misc/FX_095.wav", - "YamahaRM50/yamaharm50-misc/FX_098.wav", - "YamahaRM50/yamaharm50-misc/FX_122.wav", - "YamahaRM50/yamaharm50-misc/FX_126.wav", - "YamahaRM50/yamaharm50-misc/FX_127.wav", - "YamahaRM50/yamaharm50-misc/FX_128.wav", - "YamahaRM50/yamaharm50-misc/FX_129.wav", - "YamahaRM50/yamaharm50-misc/FX_135.wav", - "YamahaRM50/yamaharm50-misc/FX_139.wav" - ], - "YamahaRM50_mt": [ - "YamahaRM50/yamaharm50-mt/TOMS_002.wav", - "YamahaRM50/yamaharm50-mt/TOMS_003.wav", - "YamahaRM50/yamaharm50-mt/TOMS_006.wav", - "YamahaRM50/yamaharm50-mt/TOMS_007.wav", - "YamahaRM50/yamaharm50-mt/TOMS_011.wav", - "YamahaRM50/yamaharm50-mt/TOMS_014.wav", - "YamahaRM50/yamaharm50-mt/TOMS_018.wav", - "YamahaRM50/yamaharm50-mt/TOMS_023.wav", - "YamahaRM50/yamaharm50-mt/TOMS_027.wav", - "YamahaRM50/yamaharm50-mt/TOMS_030.wav", - "YamahaRM50/yamaharm50-mt/TOMS_031.wav", - "YamahaRM50/yamaharm50-mt/TOMS_036.wav", - "YamahaRM50/yamaharm50-mt/TOMS_037.wav", - "YamahaRM50/yamaharm50-mt/TOMS_040.wav", - "YamahaRM50/yamaharm50-mt/TOMS_044.wav", - "YamahaRM50/yamaharm50-mt/TOMS_045.wav", - "YamahaRM50/yamaharm50-mt/TOMS_057.wav", - "YamahaRM50/yamaharm50-mt/TOMS_060.wav", - "YamahaRM50/yamaharm50-mt/TOMS_065.wav", - "YamahaRM50/yamaharm50-mt/TOMS_069.wav", - "YamahaRM50/yamaharm50-mt/TOMS_070.wav", - "YamahaRM50/yamaharm50-mt/TOMS_073.wav", - "YamahaRM50/yamaharm50-mt/TOMS_074.wav", - "YamahaRM50/yamaharm50-mt/TOMS_076.wav", - "YamahaRM50/yamaharm50-mt/TOMS_078.wav", - "YamahaRM50/yamaharm50-mt/TOMS_080.wav", - "YamahaRM50/yamaharm50-mt/TOMS_081.wav", - "YamahaRM50/yamaharm50-mt/TOMS_086.wav", - "YamahaRM50/yamaharm50-mt/TOMS_090.wav", - "YamahaRM50/yamaharm50-mt/TOMS_091.wav", - "YamahaRM50/yamaharm50-mt/TOMS_093.wav", - "YamahaRM50/yamaharm50-mt/TOMS_097.wav", - "YamahaRM50/yamaharm50-mt/TOMS_098.wav", - "YamahaRM50/yamaharm50-mt/TOMS_102.wav" - ], - "YamahaRM50_oh": [ - "YamahaRM50/yamaharm50-oh/CYMBAL_003.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_004.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_007.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_011.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_012.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_015.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_018.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_022.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_023.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_027.wav", - "YamahaRM50/yamaharm50-oh/CYMBAL_029.wav", - "YamahaRM50/yamaharm50-oh/FX_064.wav" - ], - "YamahaRM50_perc": [ - "YamahaRM50/yamaharm50-perc/FX_003.wav", - "YamahaRM50/yamaharm50-perc/FX_004.wav", - "YamahaRM50/yamaharm50-perc/FX_012.wav", - "YamahaRM50/yamaharm50-perc/FX_013.wav", - "YamahaRM50/yamaharm50-perc/FX_014.wav", - "YamahaRM50/yamaharm50-perc/FX_015.wav", - "YamahaRM50/yamaharm50-perc/FX_016.wav", - "YamahaRM50/yamaharm50-perc/FX_017.wav", - "YamahaRM50/yamaharm50-perc/FX_018.wav", - "YamahaRM50/yamaharm50-perc/FX_019.wav", - "YamahaRM50/yamaharm50-perc/FX_020.wav", - "YamahaRM50/yamaharm50-perc/FX_021.wav", - "YamahaRM50/yamaharm50-perc/FX_022.wav", - "YamahaRM50/yamaharm50-perc/FX_023.wav", - "YamahaRM50/yamaharm50-perc/FX_024.wav", - "YamahaRM50/yamaharm50-perc/FX_033.wav", - "YamahaRM50/yamaharm50-perc/FX_034.wav", - "YamahaRM50/yamaharm50-perc/FX_035.wav", - "YamahaRM50/yamaharm50-perc/FX_036.wav", - "YamahaRM50/yamaharm50-perc/FX_037.wav", - "YamahaRM50/yamaharm50-perc/FX_038.wav", - "YamahaRM50/yamaharm50-perc/FX_039.wav", - "YamahaRM50/yamaharm50-perc/FX_040.wav", - "YamahaRM50/yamaharm50-perc/FX_041.wav", - "YamahaRM50/yamaharm50-perc/FX_042.wav", - "YamahaRM50/yamaharm50-perc/FX_043.wav", - "YamahaRM50/yamaharm50-perc/FX_044.wav", - "YamahaRM50/yamaharm50-perc/FX_045.wav", - "YamahaRM50/yamaharm50-perc/FX_046.wav", - "YamahaRM50/yamaharm50-perc/FX_047.wav", - "YamahaRM50/yamaharm50-perc/FX_048.wav", - "YamahaRM50/yamaharm50-perc/FX_049.wav", - "YamahaRM50/yamaharm50-perc/FX_050.wav", - "YamahaRM50/yamaharm50-perc/FX_051.wav", - "YamahaRM50/yamaharm50-perc/FX_052.wav", - "YamahaRM50/yamaharm50-perc/FX_053.wav", - "YamahaRM50/yamaharm50-perc/FX_054.wav", - "YamahaRM50/yamaharm50-perc/FX_055.wav", - "YamahaRM50/yamaharm50-perc/FX_056.wav", - "YamahaRM50/yamaharm50-perc/FX_057.wav", - "YamahaRM50/yamaharm50-perc/FX_058.wav", - "YamahaRM50/yamaharm50-perc/FX_062.wav", - "YamahaRM50/yamaharm50-perc/FX_063.wav", - "YamahaRM50/yamaharm50-perc/FX_065.wav", - "YamahaRM50/yamaharm50-perc/FX_066.wav", - "YamahaRM50/yamaharm50-perc/FX_067.wav", - "YamahaRM50/yamaharm50-perc/FX_068.wav", - "YamahaRM50/yamaharm50-perc/FX_069.wav", - "YamahaRM50/yamaharm50-perc/FX_070.wav", - "YamahaRM50/yamaharm50-perc/FX_073.wav", - "YamahaRM50/yamaharm50-perc/FX_116.wav", - "YamahaRM50/yamaharm50-perc/FX_119.wav", - "YamahaRM50/yamaharm50-perc/FX_120.wav", - "YamahaRM50/yamaharm50-perc/FX_121.wav", - "YamahaRM50/yamaharm50-perc/FX_125.wav", - "YamahaRM50/yamaharm50-perc/FX_132.wav" - ], - "YamahaRM50_rd": [ - "YamahaRM50/yamaharm50-rd/CYMBAL_030.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_031.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_032.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_033.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_034.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_035.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_036.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_037.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_038.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_039.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_040.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_041.wav", - "YamahaRM50/yamaharm50-rd/CYMBAL_042.wav" - ], - "YamahaRM50_sd": [ - "YamahaRM50/yamaharm50-sd/SNAREDRUM_001.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_002.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_003.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_004.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_005.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_006.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_007.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_008.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_009.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_010.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_011.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_012.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_013.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_014.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_015.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_016.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_017.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_018.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_019.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_020.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_021.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_022.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_023.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_024.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_025.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_026.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_027.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_028.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_029.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_030.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_031.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_032.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_033.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_034.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_035.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_036.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_037.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_038.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_039.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_040.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_041.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_042.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_043.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_044.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_045.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_046.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_047.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_048.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_049.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_050.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_051.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_052.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_053.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_054.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_055.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_056.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_057.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_058.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_059.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_060.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_061.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_062.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_063.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_064.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_065.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_066.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_067.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_068.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_069.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_070.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_071.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_072.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_073.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_074.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_075.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_076.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_077.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_078.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_079.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_080.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_081.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_082.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_083.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_084.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_085.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_086.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_087.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_088.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_089.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_090.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_091.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_092.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_093.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_094.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_095.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_096.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_097.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_098.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_099.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_100.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_101.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_102.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_103.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_104.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_105.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_106.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_107.wav", - "YamahaRM50/yamaharm50-sd/SNAREDRUM_108.wav" - ], - "YamahaRM50_sh": [ - "YamahaRM50/yamaharm50-sh/FX_010.wav", - "YamahaRM50/yamaharm50-sh/FX_011.wav", - "YamahaRM50/yamaharm50-sh/FX_028.wav", - "YamahaRM50/yamaharm50-sh/FX_029.wav", - "YamahaRM50/yamaharm50-sh/FX_130.wav", - "YamahaRM50/yamaharm50-sh/FX_131.wav" - ], - "YamahaRM50_tb": [ - "YamahaRM50/yamaharm50-tb/FX_030.wav", - "YamahaRM50/yamaharm50-tb/FX_031.wav", - "YamahaRM50/yamaharm50-tb/FX_032.wav" - ], - "YamahaRX21_bd": ["YamahaRX21/yamaharx21-bd/Bassdrum.wav"], - "YamahaRX21_cp": ["YamahaRX21/yamaharx21-cp/Clap.wav"], - "YamahaRX21_cr": ["YamahaRX21/yamaharx21-cr/Crash.wav"], - "YamahaRX21_hh": ["YamahaRX21/yamaharx21-hh/Closed Hat.wav"], - "YamahaRX21_ht": ["YamahaRX21/yamaharx21-ht/Tom H.wav"], - "YamahaRX21_lt": ["YamahaRX21/yamaharx21-lt/Tom L.wav"], - "YamahaRX21_mt": ["YamahaRX21/yamaharx21-mt/Tom M.wav"], - "YamahaRX21_oh": ["YamahaRX21/yamaharx21-oh/Open hat.wav"], - "YamahaRX21_sd": ["YamahaRX21/yamaharx21-sd/Snaredrum.wav"], - "YamahaRX5_bd": ["YamahaRX5/yamaharx5-bd/Bassdrum-02.wav", "YamahaRX5/yamaharx5-bd/Bassdrum.wav"], - "YamahaRX5_cb": ["YamahaRX5/yamaharx5-cb/Cowbell.wav"], - "YamahaRX5_fx": ["YamahaRX5/yamaharx5-fx/SFX.wav"], - "YamahaRX5_hh": ["YamahaRX5/yamaharx5-hh/Hat Closed.wav"], - "YamahaRX5_lt": ["YamahaRX5/yamaharx5-lt/Tom.wav"], - "YamahaRX5_oh": ["YamahaRX5/yamaharx5-oh/Hat Open.wav"], - "YamahaRX5_rim": ["YamahaRX5/yamaharx5-rim/Rimshot.wav"], - "YamahaRX5_sd": [ - "YamahaRX5/yamaharx5-sd/Snaredrum-02.wav", - "YamahaRX5/yamaharx5-sd/Snaredrum-03.wav", - "YamahaRX5/yamaharx5-sd/Snaredrum.wav" - ], - "YamahaRX5_sh": ["YamahaRX5/yamaharx5-sh/Shaker.wav"], - "YamahaRX5_tb": ["YamahaRX5/yamaharx5-tb/Tambourine.wav"], - "YamahaRY30_bd": [ - "YamahaRY30/yamahary30-bd/Bassdrum-01.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-02.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-03.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-04.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-05.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-06.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-07.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-08.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-09.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-10.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-11.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-12.wav", - "YamahaRY30/yamahary30-bd/Bassdrum-13.wav" - ], - "YamahaRY30_cb": ["YamahaRY30/yamahary30-cb/Cowbell-01.wav", "YamahaRY30/yamahary30-cb/Cowbell-02.wav"], - "YamahaRY30_cp": ["YamahaRY30/yamahary30-cp/Clap.wav"], - "YamahaRY30_cr": ["YamahaRY30/yamahary30-cr/Crash1.wav", "YamahaRY30/yamahary30-cr/zChina.wav"], - "YamahaRY30_hh": [ - "YamahaRY30/yamahary30-hh/Hat Closed-01.wav", - "YamahaRY30/yamahary30-hh/Hat Closed-02.wav", - "YamahaRY30/yamahary30-hh/Hat Pedal-01.wav", - "YamahaRY30/yamahary30-hh/Hat Pedal-02.wav" - ], - "YamahaRY30_ht": [ - "YamahaRY30/yamahary30-ht/Tom H-01.wav", - "YamahaRY30/yamahary30-ht/Tom H-02.wav", - "YamahaRY30/yamahary30-ht/Tom H-03.wav" - ], - "YamahaRY30_lt": [ - "YamahaRY30/yamahary30-lt/Tom L-01.wav", - "YamahaRY30/yamahary30-lt/Toml L-02.wav", - "YamahaRY30/yamahary30-lt/Toml L-03.wav" - ], - "YamahaRY30_misc": [ - "YamahaRY30/yamahary30-misc/Button.wav", - "YamahaRY30/yamahary30-misc/Knock-01.wav", - "YamahaRY30/yamahary30-misc/Knock-02.wav", - "YamahaRY30/yamahary30-misc/Noise.wav", - "YamahaRY30/yamahary30-misc/Pipe.wav", - "YamahaRY30/yamahary30-misc/Scratch.wav", - "YamahaRY30/yamahary30-misc/Snap.wav", - "YamahaRY30/yamahary30-misc/String.wav" - ], - "YamahaRY30_mt": ["YamahaRY30/yamahary30-mt/Tom M-03.wav", "YamahaRY30/yamahary30-mt/Tom-04.wav"], - "YamahaRY30_oh": [ - "YamahaRY30/yamahary30-oh/Hat Open-01.wav", - "YamahaRY30/yamahary30-oh/Hat Open-02.wav", - "YamahaRY30/yamahary30-oh/Hat Open-03.wav", - "YamahaRY30/yamahary30-oh/Hat Open-04.wav" - ], - "YamahaRY30_perc": [ - "YamahaRY30/yamahary30-perc/Bell.wav", - "YamahaRY30/yamahary30-perc/Bongo-01.wav", - "YamahaRY30/yamahary30-perc/Bongo-02.wav", - "YamahaRY30/yamahary30-perc/Conga-01.wav", - "YamahaRY30/yamahary30-perc/Conga-02.wav", - "YamahaRY30/yamahary30-perc/Quid.wav", - "YamahaRY30/yamahary30-perc/Stick.wav", - "YamahaRY30/yamahary30-perc/Timb1.wav", - "YamahaRY30/yamahary30-perc/Timb2.wav", - "YamahaRY30/yamahary30-perc/Triangle.wav", - "YamahaRY30/yamahary30-perc/Trill.wav", - "YamahaRY30/yamahary30-perc/Woodblock-01.wav", - "YamahaRY30/yamahary30-perc/Woodblock-02.wav" - ], - "YamahaRY30_rd": [ - "YamahaRY30/yamahary30-rd/Ride-01.wav", - "YamahaRY30/yamahary30-rd/Ride-02.wav", - "YamahaRY30/yamahary30-rd/Ride-03.wav" - ], - "YamahaRY30_rim": ["YamahaRY30/yamahary30-rim/Rimshot1.wav", "YamahaRY30/yamahary30-rim/Rimshot2.wav"], - "YamahaRY30_sd": [ - "YamahaRY30/yamahary30-sd/Snare1.wav", - "YamahaRY30/yamahary30-sd/Snare10.wav", - "YamahaRY30/yamahary30-sd/Snare11.wav", - "YamahaRY30/yamahary30-sd/Snare12.wav", - "YamahaRY30/yamahary30-sd/Snare13.wav", - "YamahaRY30/yamahary30-sd/Snare14.wav", - "YamahaRY30/yamahary30-sd/Snare15.wav", - "YamahaRY30/yamahary30-sd/Snare16.wav", - "YamahaRY30/yamahary30-sd/Snare17.wav", - "YamahaRY30/yamahary30-sd/Snare18.wav", - "YamahaRY30/yamahary30-sd/Snare19.wav", - "YamahaRY30/yamahary30-sd/Snare2.wav", - "YamahaRY30/yamahary30-sd/Snare20.wav", - "YamahaRY30/yamahary30-sd/Snare21.wav", - "YamahaRY30/yamahary30-sd/Snare3.wav", - "YamahaRY30/yamahary30-sd/Snare4.wav", - "YamahaRY30/yamahary30-sd/Snare5.wav", - "YamahaRY30/yamahary30-sd/Snare6.wav", - "YamahaRY30/yamahary30-sd/Snare7.wav", - "YamahaRY30/yamahary30-sd/Snare8.wav", - "YamahaRY30/yamahary30-sd/Snare9.wav" - ], - "YamahaRY30_sh": ["YamahaRY30/yamahary30-sh/Cabasa-01.wav", "YamahaRY30/yamahary30-sh/Cabasa-02.wav"], - "YamahaRY30_tb": ["YamahaRY30/yamahary30-tb/Tamb.wav"], - "YamahaTG33_bd": [ - "YamahaTG33/yamahatg33-bd/Bassdrum-01.wav", - "YamahaTG33/yamahatg33-bd/Bassdrum-02.wav", - "YamahaTG33/yamahatg33-bd/Bassdrum-03.wav", - "YamahaTG33/yamahatg33-bd/Bassdrum-04.wav" - ], - "YamahaTG33_cb": [ - "YamahaTG33/yamahatg33-cb/Cowbell H.wav", - "YamahaTG33/yamahatg33-cb/Cowbell L.wav", - "YamahaTG33/yamahatg33-cb/Cowbell.wav" - ], - "YamahaTG33_cp": ["YamahaTG33/yamahatg33-cp/Clap.wav"], - "YamahaTG33_cr": [ - "YamahaTG33/yamahatg33-cr/Crash-01.wav", - "YamahaTG33/yamahatg33-cr/Crash-02.wav", - "YamahaTG33/yamahatg33-cr/zCrash Reverse.wav" - ], - "YamahaTG33_fx": ["YamahaTG33/yamahatg33-fx/SFX-01.wav"], - "YamahaTG33_ht": ["YamahaTG33/yamahatg33-ht/Tom-04.wav", "YamahaTG33/yamahatg33-ht/Tom-06.wav"], - "YamahaTG33_lt": ["YamahaTG33/yamahatg33-lt/Tom-01.wav", "YamahaTG33/yamahatg33-lt/Tom-03.wav"], - "YamahaTG33_misc": [ - "YamahaTG33/yamahatg33-misc/Flute.wav", - "YamahaTG33/yamahatg33-misc/Glass-01.wav", - "YamahaTG33/yamahatg33-misc/Glass-02.wav", - "YamahaTG33/yamahatg33-misc/SFX-02.wav", - "YamahaTG33/yamahatg33-misc/SFX-03.wav", - "YamahaTG33/yamahatg33-misc/SFX-04.wav", - "YamahaTG33/yamahatg33-misc/SFX-05.wav", - "YamahaTG33/yamahatg33-misc/SFX-06.wav", - "YamahaTG33/yamahatg33-misc/SFX-07.wav", - "YamahaTG33/yamahatg33-misc/SFX-08.wav" - ], - "YamahaTG33_mt": ["YamahaTG33/yamahatg33-mt/Tom-07.wav", "YamahaTG33/yamahatg33-mt/zTom-02.wav"], - "YamahaTG33_oh": ["YamahaTG33/yamahatg33-oh/Hat Open.wav"], - "YamahaTG33_perc": [ - "YamahaTG33/yamahatg33-perc/Bongo-01.wav", - "YamahaTG33/yamahatg33-perc/Bongo-02.wav", - "YamahaTG33/yamahatg33-perc/Clave.wav", - "YamahaTG33/yamahatg33-perc/Conga.wav", - "YamahaTG33/yamahatg33-perc/Snap.wav", - "YamahaTG33/yamahatg33-perc/Timbale.wav", - "YamahaTG33/yamahatg33-perc/Triangle-01.wav", - "YamahaTG33/yamahatg33-perc/Triangle-02.wav", - "YamahaTG33/yamahatg33-perc/Unknown.wav", - "YamahaTG33/yamahatg33-perc/Whistle-01.wav", - "YamahaTG33/yamahatg33-perc/Whistle-02.wav", - "YamahaTG33/yamahatg33-perc/Woodblock.wav" - ], - "YamahaTG33_rd": ["YamahaTG33/yamahatg33-rd/Ride-01.wav", "YamahaTG33/yamahatg33-rd/Ride-02.wav"], - "YamahaTG33_rim": ["YamahaTG33/yamahatg33-rim/Rimshot.wav"], - "YamahaTG33_sd": [ - "YamahaTG33/yamahatg33-sd/Snaredrum-01.wav", - "YamahaTG33/yamahatg33-sd/Snaredrum-02.wav", - "YamahaTG33/yamahatg33-sd/Snaredrum-03.wav", - "YamahaTG33/yamahatg33-sd/Snaredrum-04.wav", - "YamahaTG33/yamahatg33-sd/Snaredrum-05.wav" - ], - "YamahaTG33_sh": ["YamahaTG33/yamahatg33-sh/Shaker.wav"], - "YamahaTG33_tb": ["YamahaTG33/yamahatg33-tb/Tambourine.wav"] -} diff --git a/repl/public/vcsl.json b/repl/public/vcsl.json deleted file mode 100644 index 9ab06549..00000000 --- a/repl/public/vcsl.json +++ /dev/null @@ -1,2164 +0,0 @@ -{ - "ballwhistle": [ - "Aerophones/Edge-blown%20Aerophones/Ball%20Whistle/Main_BallWhistle_Long-001.wav", - "Aerophones/Edge-blown%20Aerophones/Ball%20Whistle/Main_BallWhistle_Short-001.wav" - ], - "bassdrum1": [ - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v5_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v5_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v7_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%201/BDrumNew_hit_v7_rr2_Sum.wav" - ], - "bassdrum2": [ - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_cresc_med.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_cresc_short.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_f.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_ff.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_mf1.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_mf2.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_mp1.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_mp2.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_pp1.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_hit_pp2.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_f.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_f_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_mf.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_mf_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_mp.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_mp_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_pp.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_fast_pp_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_ff.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_ff_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_mf.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_mf_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_mp.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_mp_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_pp.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_roll_pp_rel.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_rub10.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_rub12.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_rub2.wav", - "Membranophones/Struck%20Membranophones/Bass%20Drum%202/bassdrum_rub7.wav" - ], - "bongo": [ - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Hit1_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Hit1_v1_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Hit1_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Hit1_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Hit1_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Hit1_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_HitMuted1_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_HitMuted1_v1_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_HitMuted1_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_HitMuted1_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_HitMuted1_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_HitMuted1_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Roll_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoH_Roll_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Hit1_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Hit1_v1_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Hit1_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Hit1_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Hit1_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Hit1_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_HitMuted2_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_HitMuted2_v1_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_HitMuted2_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_HitMuted2_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_HitMuted2_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_HitMuted2_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Roll_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Bongos/BongoL_Roll_v3_rr1_Mid.wav" - ], - "conga": [ - "Membranophones/Struck%20Membranophones/Conga/Conga_HitFM_v1_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitFM_v1_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitFM_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitFM_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitN_v1_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitN_v1_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitN_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitN_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitN_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Conga_HitN_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitFM1_v1_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitFM1_v1_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitFM1_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitFM1_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitN_v1_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitN_v1_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitN_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitN_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitN_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Quinto_HitN_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitFM_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitFM_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitFM_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitFM_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitFM_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitFM_v4_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v1_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v1_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Conga/Tumba_HitN_v4_rr2_Sum.wav" - ], - "darbuka": [ - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_1_hit_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_1_hit_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_1_hit_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_1_hit_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_2_hit_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_2_hit_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_2_hit_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_2_hit_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_3_hit_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_3_hit_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_3_hit_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_3_hit_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_4_hit_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_4_hit_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_4_hit_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_4_hit_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_5_hit_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_5_hit_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_5_hit_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Darbuka/Darbuka_5_hit_vl2_rr2.wav" - ], - "framedrum": [ - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_Hand_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_HitMuted_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_HitMuted_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_HitMuted_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_HitMuted_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_Hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumL_Hit_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_Hand_v1_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_HitMuted_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_HitMuted_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_HitMuted_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_HitMuted_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_Hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Frame%20Drum/HDrumS_Hit_v3_rr2_Sum.wav" - ], - "snare_modern": [ - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v5_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v6_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitNS_v6_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v5_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v6_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v6_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v7_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v7_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v9_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_HitSN_v9_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollNS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollNS_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollNS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollNS_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollSN_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollSN_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_rollSN_v5_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_stick_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_stick_v1_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_taps_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%201/Snare2_taps_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitNS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitNS_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitNS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitNS_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitNS_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitNS_v5_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_HitSN_v5_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_Xstick_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_Xstick_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_rollNS_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_rollNS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_rollSN_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_rollSN_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_stick_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_stick_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_taps_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%202/Snare3M_taps_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_HitSN_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_HitSN_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_HitSN_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_HitSN_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_HitSN_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_HitSN_v5_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_Xstick_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_Xstick_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rimshot_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rimshot_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rimshot_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rimshot_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rollSN_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rollSN_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_rollSN_v5_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_stick_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_stick_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_taps_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Modern%203/Snare4_taps_v4_rr2_Mid.wav" - ], - "snare_hi": [ - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl3_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl3_rr3.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl4_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Hi/RopeSnare_hi_sn_Main_vl4_rr2.wav" - ], - "snare_low": [ - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_ns_Main_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_ns_Main_vl1_rr3.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_ns_Main_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_ns_Main_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_ns_Main_vl3_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_ns_Main_vl3_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_sn_Main_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_sn_Main_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_sn_Main_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_sn_Main_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_sn_Main_vl3_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_sn_Main_vl3_rr3.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl1_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl3_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl3_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl4_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/Low/RopeSnare_low_tsn_Main_vl4_rr4.wav" - ], - "snare_rim": [ - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/RopeSnare_sidestick_Main_vl2_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/RopeSnare_sidestick_Main_vl2_rr2.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/RopeSnare_stick_Main_vl1_rr1.wav", - "Membranophones/Struck%20Membranophones/Snare%20Drum%2C%20Rope%20Tension/RopeSnare_stick_Main_vl1_rr2.wav" - ], - "timpani": [ - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani1_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani1_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani1_Hit_v3_rr3_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani1_Hit_v3_rr4_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani1_Hit_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani1_Hit_v4_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani2_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani2_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani2_Hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani2_Hit_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani2_Hit_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani2_Hit_v4_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani3_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani3_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani3_Hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani3_Hit_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani3_Hit_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani3_Hit_v4_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani4_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani4_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani4_Hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani4_Hit_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani4_Hit_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani4_Hit_v4_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani5_Hit_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani5_Hit_v2_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani5_Hit_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani5_Hit_v3_rr2_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani5_Hit_v4_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Hit/Timpani5_Hit_v4_rr2_Sum.wav" - ], - "timpani_roll": [ - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani1_Roll_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani1_Roll_v5_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani2_Roll_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani2_Roll_v5_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani3_Roll_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani3_Roll_v5_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani4_Roll_v3_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani4_Roll_v5_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani5_Roll_v2_rr1_Sum.wav", - "Membranophones/Struck%20Membranophones/Timpani%201/Roll/Timpani5_Roll_v4_rr1_Sum.wav" - ], - "timpani2": [ - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1C_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1C_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1C_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1C_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1C_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1C_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1D_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1D_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1D_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1D_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1D_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani1D_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani2B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3C_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3C_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3C_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3C_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3C_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani3C_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani4A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani4A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani4A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani4A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani4A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani4A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani5B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6C_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6C_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6C_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6C_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6C_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6C_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6D_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6D_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6D_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6D_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6D_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6D_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6E_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6E_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6E_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6E_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6E_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6E_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6F_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6F_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6F_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6F_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6F_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6F_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6G_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6G_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6G_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6G_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6G_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6G_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6H_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6H_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6H_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6H_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6H_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6H_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6I_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6I_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6I_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6I_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6I_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6I_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6J_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6J_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6J_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6J_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6J_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani6J_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7A_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7C_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7C_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7C_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7C_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7C_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7C_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7D_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7D_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7D_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7D_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7D_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7D_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7E_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7E_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7E_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7E_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7E_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7E_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7F_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7F_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7F_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7F_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7F_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7F_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7G_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7G_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7G_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7G_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7G_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani7G_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8A_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8A_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8A_hit_v2_rr3_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8A_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8A_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8A_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8B_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8B_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8B_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8B_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8B_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8B_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8C_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8C_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8C_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8C_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8C_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8C_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8D_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8D_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8D_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8D_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8D_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8D_hit_v5_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8E_hit_v2_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8E_hit_v2_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8E_hit_v3_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8E_hit_v3_rr2_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8E_hit_v5_rr1_main.wav", - "Membranophones/Struck%20Membranophones/Timpani%202/Hit/Timpani8E_hit_v5_rr2_main.wav" - ], - "tom_mallet": [ - "Struck%20Membranophones/Tom%201/Mallet/TomH_HitM_v2_rr1_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_HitM_v2_rr2_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_HitM_v3_rr1_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_HitM_v3_rr2_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_HitM_v4_rr1_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_HitM_v4_rr2_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_RollM_v1_rr1_Mid.wav", - "Struck%20Membranophones/Tom%201/Mallet/TomH_RollM_v2_rr1_Mid.wav" - ], - "tom_stick": [ - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_HitS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_HitS_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_HitS_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_HitS_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_HitS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_HitS_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_RollS_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/Stick/TomH_RollS_v2_rr1_Mid.wav" - ], - "tom_rim": [ - "Membranophones/Struck%20Membranophones/Tom%201/TomH_rimFLS_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/TomH_rimFLS_rr4_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/TomH_rimS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/TomH_rimS_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/TomH_rimS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%201/TomH_rimS_v4_rr2_Mid.wav" - ], - "tom2_mallet": [ - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_HitM_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_HitM_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_HitM_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_HitM_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_HitM_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_HitM_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_RollM_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Mallet/TomL_RollM_v2_rr1_Mid.wav" - ], - "tom2_stick": [ - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_HitS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_HitS_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_HitS_v3_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_HitS_v3_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_HitS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_HitS_v4_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_RollS_v1_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/Stick/TomL_RollS_v2_rr1_Mid.wav" - ], - "tom2_rim": [ - "Membranophones/Struck%20Membranophones/Tom%202/TomL_rimFLS_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/TomL_rimFLS_rr4_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/TomL_rimS_v2_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/TomL_rimS_v2_rr2_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/TomL_rimS_v4_rr1_Mid.wav", - "Membranophones/Struck%20Membranophones/Tom%202/TomL_rimS_v4_rr2_Mid.wav" - ], - "recorder_alto_stacc": { - "A#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_A%233_rr1_Main.wav", - "A#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_A%234_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_C4_rr1_Main.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_C5_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_D4_rr1_Main.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_D5_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_E4_rr1_Main.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_E5_rr1_Main.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_F%233_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_F%234_rr1_Main.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_G%233_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Staccato/AltRecorder_Stac_G%234_rr1_Main.wav" - }, - "recorder_alto_vib": { - "A#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_A%233_rr1_Main.wav", - "A#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_A%234_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_C4_rr1_Main.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_C5_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_D4_rr1_Main.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_D5_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_E4_rr1_Main.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_E5_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_F%234_rr1_Main.wav", - "F3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_F3_rr1_Main.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_G%233_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/SusVib/AltRecorder_SusVib_G%234_rr1_Main.wav" - }, - "recorder_alto_sus": { - "A#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_A%233_rr1_Main.wav", - "A#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_A%234_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_C4_rr1_Main.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_C5_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_D4_rr1_Main.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_D5_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_E4_rr1_Main.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_E5_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_F%234_rr1_Main.wav", - "F3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_F3_rr1_Main.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_G%233_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Alto%20Recorder/Sustain/AltRecorder_Sus_G%234_rr1_Main.wav" - }, - "recorder_bass_stacc": { - "A#2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_A%232_rr1_Main.wav", - "A2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_A2_rr1_Main.wav", - "A3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_A3_rr1_Main.wav", - "B3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_B3_rr1_Main.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_C3_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_C4_rr1_Main.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_D3_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_D4_rr1_Main.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_E3_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_E4_rr1_Main.wav", - "F2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_F2_rr1_Main.wav", - "F3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_F3_rr1_Main.wav", - "F4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_F4_rr1_Main.wav", - "G2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_G2_rr1_Main.wav", - "G3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Staccato/BassRecorder_Stac_G3_rr1_Main.wav" - }, - "recorder_bass_vib": { - "A2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_A2_rr1_Main.wav", - "A3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_A3_rr1_Main.wav", - "B2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_B2_rr1_Main.wav", - "B3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_B3_rr1_Main.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_C3_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_C4_rr1_Main.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_D3_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_D4_rr1_Main.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_E3_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_E4_rr1_Main.wav", - "F2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_F2_rr1_Main.wav", - "F3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_F3_rr1_Main.wav", - "G2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_G2_rr1_Main.wav", - "G3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/SusVib/BassRecorder_SusVib_G3_rr1_Main.wav" - }, - "recorder_bass_sus": { - "A#2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_A%232_rr1_Main.wav", - "A#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_A%233_rr1_Main.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_C3_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_C4_rr1_Main.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_D3_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_D4_rr1_Main.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_E3_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_E4_rr1_Main.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_F%232_rr1_Main.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_F%233_rr1_Main.wav", - "G#2": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_G%232_rr1_Main.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Bass%20Recorder/Sustain/BassRecorder_Sus_G%233_rr1_Main.wav" - }, - "recorder_soprano_stacc": { - "A#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_A%234_rr1_Main.wav", - "A#5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_A%235_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_C4_rr1_Main.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_C5_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_D4_rr1_Main.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_D5_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_E4_rr1_Main.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_E5_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_F%234_rr1_Main.wav", - "F#5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_F%235_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_G%234_rr1_Main.wav", - "G5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Staccato/SopRecorder_Stac_G5_rr1_Main.wav" - }, - "recorder_soprano_sus": { - "A#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_A%234_rr1_Main.wav", - "A#5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_A%235_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_C4_rr1_Main.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_C5_rr1_Main.wav", - "C6": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_C6_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_D4_rr1_Main.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_D5_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_E4_rr1_Main.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_E5_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_F%234_rr1_Main.wav", - "F#5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_F%235_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_G%234_rr1_Main.wav", - "G5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Soprano%20Recorder/Sustain/SopRecorder_Sus_G5_rr1_Main.wav" - }, - "recorder_tenor_stacc": { - "A#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_A%233_rr1_Main.wav", - "B4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_B4_rr1_Main.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_C3_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_C4_rr1_Main.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_D3_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_D4_rr1_Main.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_E3_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_E4_rr1_Main.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_F%233_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_F%234_rr1_Main.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_G%233_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Staccato/TenRecorder_Stac_G%234_rr1_Main.wav" - }, - "recorder_tenor_vib": { - "A3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_A3_rr1_Main.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_A4_rr1_Main.wav", - "B3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_B3_rr1_Main.wav", - "B4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_B4_rr1_Main.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_C3_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_C4_rr1_Main.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_D3_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_D4_rr1_Main.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_E3_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_E4_rr1_Main.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_F%233_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_F%234_rr1_Main.wav", - "G3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_G3_rr1_Main.wav", - "G4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/SusVib/TenRecorder_SusVib_G4_rr1_Main.wav" - }, - "recorder_tenor_sus": { - "A#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_A%233_rr1_Main.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_A4_rr1_Main.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_C3_rr1_Main.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_C4_rr1_Main.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_C5_rr1_Main.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_D3_rr1_Main.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_D4_rr1_Main.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_E3_rr1_Main.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_E4_rr1_Main.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_F%233_rr1_Main.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_F%234_rr1_Main.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_G%233_rr1_Main.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Baroque%20Tenor%20Recorder/Sustain/TenRecorder_Sus_G%234_rr1_Main.wav" - }, - "ocarina_small_stacc": { - "A#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_A%235_staccato0.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_A4_staccato0.wav", - "A5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_A5_staccato0.wav", - "B4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_B4_staccato0.wav", - "B5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_B5_staccato0.wav", - "C6": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_C6_staccato0.wav", - "D#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_D%235_staccato0.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_D5_staccato0.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_E5_staccato0.wav", - "F#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_F%235_staccato0.wav", - "F5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_F5_staccato0.wav", - "G#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_G%235_staccato0.wav", - "G5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Staccato/ocarina_G5_staccato0.wav" - }, - "ocarina_small": { - "A#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_A%234_sustain0.wav", - "A#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_A%235_sustain0.wav", - "A5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_A5_sustain0.wav", - "B5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_B5_sustain0.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_C5_sustain0.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_D5_sustain0.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_E5_sustain0.wav", - "F5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_F5_sustain0.wav", - "G#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_G%235_sustain0.wav", - "G5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Small/Sustain/ocarina_G5_sustain0.wav" - }, - "ocarina": { - "A#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_A%234.wav", - "A3": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_A3.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_A4.wav", - "B3": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_B3.wav", - "C#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_C%234.wav", - "C#5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_C%235.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_C5.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_D4.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_E4.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_F%234.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/Sus/StdOcarina_Sus_G%234.wav" - }, - "ocarina_vib": { - "A#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_A%234.wav", - "A3": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_A3.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_A4.wav", - "C#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_C%234.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_C4.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_C5.wav", - "D#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_D%234.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_E4.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_F%234.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Ocarina%2C%20Typical/Sustains/SusVib/StdOcarina_SusVib_G%234.wav" - }, - "pipeorgan_loud_pedal": { - "A1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_A1.wav", - "A2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_A2.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_C1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_C2.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_C3.wav", - "D#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_D%231.wav", - "D#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_D%232.wav", - "D#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_D%233.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_F%231.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_F%232.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud%20Pedal/Rode_Pedal_F%233.wav" - }, - "pipeorgan_loud": { - "A1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_A1.wav", - "A2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_A2.wav", - "A3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_A3.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_A4.wav", - "A5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_A5.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_C1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_C2.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_C3.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_C4.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_C5.wav", - "C6": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_C6.wav", - "D#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_D%231.wav", - "D#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_D%232.wav", - "D#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_D%233.wav", - "D#4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_D%234.wav", - "D#5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_D%235.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_F%231.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_F%232.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_F%233.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_F%234.wav", - "F#5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Loud/Rode_Man3Open_F%235.wav" - }, - "pipeorgan_quiet_pedal": { - "A1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_A1_rr1.wav", - "A2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_A2_rr1.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_C1_rr1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_C2_rr1.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_C3_rr1.wav", - "D#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_D%231_rr1.wav", - "D#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_D%232_rr1.wav", - "D#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_D%233_rr1.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_F%231_rr1.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_F%232_rr1.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet%20Pedal/NT5_PedalQuiet_F%233_rr1.wav" - }, - "pipeorgan_quiet": { - "A1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_A1_rr1.wav", - "A2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_A2_rr1.wav", - "A3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_A3_rr1.wav", - "A4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_A4_rr1.wav", - "A5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_A5_rr1.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_C1_rr1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_C2_rr1.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_C3_rr1.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_C4_rr1.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_C5_rr1.wav", - "C6": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_C6_rr1.wav", - "D#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_D%231_rr1.wav", - "D#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_D%232_rr1.wav", - "D#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_D%233_rr1.wav", - "D#4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_D%234_rr1.wav", - "D#5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_D%235_rr1.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_F%231_rr1.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_F%232_rr1.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_F%233_rr1.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_F%234_rr1.wav", - "F#5": "Aerophones/Edge-blown%20Aerophones/Pipe%20Organ/Quiet/NT5_Man3Quiet_F%235_rr1.wav" - }, - "organ_4inch": { - "A#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_A%231_rr1.wav", - "A#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_A%232_rr1.wav", - "A#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_A%233_rr1.wav", - "A#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_A%234_rr1.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_C1_rr1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_C2_rr1.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_C3_rr1.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_C4_rr1.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_C5_rr1.wav", - "D1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_D1_rr1.wav", - "D2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_D2_rr1.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_D3_rr1.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_D4_rr1.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_D5_rr1.wav", - "E1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_E1_rr1.wav", - "E2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_E2_rr1.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_E3_rr1.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_E4_rr1.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_E5_rr1.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_F%231_rr1.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_F%232_rr1.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_F%233_rr1.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_F%234_rr1.wav", - "G#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_G%231_rr1.wav", - "G#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_G%232_rr1.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_G%233_rr1.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/4'/RenOrgan_4foot_Room_G%234_rr1.wav" - }, - "organ_8inch": { - "A#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_A%231_rr1.wav", - "A#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_A%232_rr1.wav", - "A#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_A%233_rr1.wav", - "A#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_A%234_rr1.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_C1_rr1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_C2_rr1.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_C3_rr1.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_C4_rr1.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_C5_rr1.wav", - "D1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_D1_rr1.wav", - "D2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_D2_rr1.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_D3_rr1.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_D4_rr1.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_D5_rr1.wav", - "E1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_E1_rr1.wav", - "E2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_E2_rr1.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_E3_rr1.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_E4_rr1.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_E5_rr1.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_F%231_rr1.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_F%232_rr1.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_F%233_rr1.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_F%234_rr1.wav", - "G#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_G%231_rr1.wav", - "G#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_G%232_rr1.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_G%233_rr1.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/8'/RenOrgan_8foot_Room_G%234_rr1.wav" - }, - "organ_full": { - "A#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_A%231_rr1.wav", - "A#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_A%232_rr1.wav", - "A#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_A%233_rr1.wav", - "A#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_A%234_rr1.wav", - "C1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_C1_rr1.wav", - "C2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_C2_rr1.wav", - "C3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_C3_rr1.wav", - "C4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_C4_rr1.wav", - "C5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_C5_rr1.wav", - "D1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_D1_rr1.wav", - "D2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_D2_rr1.wav", - "D3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_D3_rr1.wav", - "D4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_D4_rr1.wav", - "D5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_D5_rr1.wav", - "E1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_E1_rr1.wav", - "E2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_E2_rr1.wav", - "E3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_E3_rr1.wav", - "E4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_E4_rr1.wav", - "E5": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_E5_rr1.wav", - "F#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_F%231_rr1.wav", - "F#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_F%232_rr1.wav", - "F#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_F%233_rr1.wav", - "F#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_F%234_rr1.wav", - "G#1": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_G%231_rr1.wav", - "G#2": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_G%232_rr1.wav", - "G#3": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_G%233_rr1.wav", - "G#4": "Aerophones/Edge-blown%20Aerophones/Renaissance%20Organ/Full/RenOrgan_Full_Room_G%234_rr1.wav" - }, - "trainwhistle": [ - "Aerophones/Edge-blown%20Aerophones/Train%20Whistle%2C%20Toy/Main_TrainLow_Double-001.wav", - "Aerophones/Edge-blown%20Aerophones/Train%20Whistle%2C%20Toy/Main_TrainLow_Fall-001.wav", - "Aerophones/Edge-blown%20Aerophones/Train%20Whistle%2C%20Toy/Main_TrainLow_Med-001.wav", - "Aerophones/Edge-blown%20Aerophones/Train%20Whistle%2C%20Toy/Main_TrainLow_Short-001.wav", - "Aerophones/Edge-blown%20Aerophones/Train%20Whistle%2C%20Toy/Main_TrainLow_Sus-001.wav", - "Aerophones/Edge-blown%20Aerophones/Train%20Whistle%2C%20Toy/Main_TrainMed_Short-001.wav" - ], - "harmonica": { - "C3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_C3.wav", - "C4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_C4.wav", - "C5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_C5.wav", - "C6": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_C6.wav", - "E3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_E3.wav", - "E4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_E4.wav", - "E5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_E5.wav", - "G4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_G4.wav", - "G5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Normal/Hohner-Special20_Normal_G5.wav" - }, - "harmonica_soft": { - "C3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_C3.wav", - "C4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_C4.wav", - "C5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_C5.wav", - "C6": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_C6.wav", - "E3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_E3.wav", - "E4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_E4.wav", - "E5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_E5.wav", - "G3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_G3.wav", - "G4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_G4.wav", - "G5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Soft/Hohner-Special20_Soft_G5.wav" - }, - "harmonica_vib": { - "C3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_C3.wav", - "C4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_C4.wav", - "C5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_C5.wav", - "C6": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_C6.wav", - "E3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_E3.wav", - "E4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_E4.wav", - "E5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_E5.wav", - "G3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_G3.wav", - "G4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_G4.wav", - "G5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Special20-C/Sustains/Vib/Hohner-Special20_Vib_G5.wav" - }, - "super64": { - "C2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_C2.wav", - "C3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_C3.wav", - "C4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_C4.wav", - "C5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_C5.wav", - "C6": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_C6.wav", - "E2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_E2.wav", - "E3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_E3.wav", - "E4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_E4.wav", - "E5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_E5.wav", - "G2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_G2.wav", - "G3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_G3.wav", - "G4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_G4.wav", - "G5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Normal/Hohner-Super64_Normal%20_G5.wav" - }, - "super64_acc": { - "C2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_C2.wav", - "C3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_C3.wav", - "C4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_C4.wav", - "C5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_C5.wav", - "C6": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_C6.wav", - "E2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_E2.wav", - "E3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_E3.wav", - "E4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_E4.wav", - "E5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_E5.wav", - "G2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_G2.wav", - "G3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_G3.wav", - "G4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_G4.wav", - "G5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Accented/Hohner-Super64_Accented_G5.wav" - }, - "super64_vib": { - "C2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_C2.wav", - "C3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_C3.wav", - "C4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_C4.wav", - "C5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_C5.wav", - "C6": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_C6.wav", - "E2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_E2.wav", - "E3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_E3.wav", - "E4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_E4.wav", - "E5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_E5.wav", - "G2": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_G2.wav", - "G3": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_G3.wav", - "G4": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_G4.wav", - "G5": "Aerophones/Free%20Aerophones/Harmonica-Hohner-Super64/Sustains/Vib/Hohner-Super64_Vib_G5.wav" - }, - "siren": [ - "Aerophones/Free%20Aerophones/Siren/Main_SirenWhistle-002.wav", - "Aerophones/Free%20Aerophones/Siren/Main_SirenWhistle-005.wav", - "Aerophones/Free%20Aerophones/Siren/Main_SirenWhistle-008.wav", - "Aerophones/Free%20Aerophones/Siren/Main_SirenWhistle-009.wav", - "Aerophones/Free%20Aerophones/Siren/Main_SirenWhistle-010.wav" - ], - "didgeridoo": [ - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Bark1_Main_rr3.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_BarkDown2_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Phrase1_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Phrase3_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Phrase5_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Phrase6_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Phrase8_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Short1_Main_rr2.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Sus2_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Sus3_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Sus8_Main.wav", - "Aerophones/Lip%20Aerophones/Didgeridoo/Didgeridoo1_Tap1_Main_rr16.wav" - ], - "saxello": { - "A#2": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_A%232_vl3_rr1.wav", - "A#3": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_A%233_vl3_rr1.wav", - "A#4": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_A%234_vl3_rr1.wav", - "D3": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_D3_vl3_rr1.wav", - "D4": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_D4_vl3_rr1.wav", - "E5": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_E5_vl3_rr1.wav", - "F#3": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_F%233_vl3_rr1.wav", - "F#4": "Aerophones/Reed%20Aerophones/Saxello/Non-Vibrato/BrettSaxello_SusNV_MainSpirit_F%234_vl3_rr1.wav" - }, - "saxello_stacc": { - "A#2": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_A%232_vl2_rr3.wav", - "A#3": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_A%233_vl2_rr2.wav", - "A#4": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_A%234_vl2_rr5.wav", - "D3": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_D3_vl2_rr4.wav", - "D4": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_D4_vl2_rr5.wav", - "D5": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_D5_vl1_rr6.wav", - "F#3": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_F%233_vl2_rr4.wav", - "F#4": "Aerophones/Reed%20Aerophones/Saxello/Staccato/BrettSaxello_Stcts_MainSpirit_F%234_vl2_rr4.wav" - }, - "saxello_vib": { - "A#2": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_A%232_vl2_rr1.wav", - "A#3": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_A%233_vl2_rr1.wav", - "A#4": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_A%234_vl2_rr1.wav", - "D#5": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_D%235_vl2_rr1.wav", - "D3": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_D3_vl2_rr1.wav", - "D4": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_D4_vl2_rr1.wav", - "F#3": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_F%233_vl2_rr1.wav", - "F#4": "Aerophones/Reed%20Aerophones/Saxello/Vibrato/BrettSaxello_SusVB_MainSpirit_F%234_vl2_rr1.wav" - }, - "sax": { - "A#1": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_A%231_vl3_rr1.wav", - "A#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_A%232_vl3_rr1.wav", - "A#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_A%233_vl3_rr1.wav", - "A#4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_A%234_vl3_rr1.wav", - "C2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_C2_vl3_rr1.wav", - "C3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_C3_vl3_rr1.wav", - "C4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_C4_vl3_rr1.wav", - "C5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_C5_vl3_rr1.wav", - "D2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_D2_vl3_rr1.wav", - "D3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_D3_vl3_rr1.wav", - "D4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_D4_vl3_rr1.wav", - "D5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_D5_vl3_rr1.wav", - "E2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_E2_vl3_rr1.wav", - "E3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_E3_vl3_rr1.wav", - "E4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_E4_vl3_rr1.wav", - "E5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_E5_vl3_rr1.wav", - "F#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_F%232_vl3_rr1.wav", - "F#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_F%233_vl3_rr1.wav", - "F#4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_F%234_vl3_rr1.wav", - "G#1": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_G%231_vl3_rr1.wav", - "G#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_G%232_vl3_rr1.wav", - "G#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_G%233_vl3_rr1.wav", - "G#4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Non-Vibrato/BrettTenor_NV_Main_G%234_vl3_rr1.wav" - }, - "sax_stacc": { - "A#1": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_A%231_vl2_rr5.wav", - "A#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_A%233_vl2_rr4.wav", - "A2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_A2_vl2_rr4.wav", - "A4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_A4_vl2_rr3.wav", - "C2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_C2_vl2_rr1.wav", - "C3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_C3_vl2_rr4.wav", - "C4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_C4_vl2_rr3.wav", - "C5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_C5_vl2_rr1.wav", - "D2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_D2_vl2_rr4.wav", - "D3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_D3_vl2_rr5.wav", - "D4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_D4_vl2_rr2.wav", - "D5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_D5_vl2_rr3.wav", - "E2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_E2_vl2_rr1.wav", - "E3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_E3_vl2_rr3.wav", - "E4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_E4_vl2_rr4.wav", - "E5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_E5_vl2_rr1.wav", - "F#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_F%232_vl2_rr7.wav", - "F#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_F%233_vl2_rr6.wav", - "F4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_F4_vl2_rr1.wav", - "G#1": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_G%231_vl2_rr1.wav", - "G#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_G%232_vl2_rr1.wav", - "G#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_G%233_vl2_rr1.wav", - "G#4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Staccato/BrettTenor_Staccato_Main_G%234_vl2_rr2.wav" - }, - "sax_vib": { - "A#1": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_A%231_var2.wav", - "A#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_A%232_var4.wav", - "A#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_A%233_var3.wav", - "A#4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_A%234_var2.wav", - "C2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_C2_var4.wav", - "C3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_C3_var1.wav", - "C4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_C4_var2.wav", - "C5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_C5_var2.wav", - "D2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_D2_var2.wav", - "D3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_D3_var1.wav", - "D4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_D4_var1.wav", - "D5": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_D5_var3.wav", - "E2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_E2_var2.wav", - "E3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_E3_var3.wav", - "E4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_E4_var4.wav", - "F#2": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_F%232_var3.wav", - "F#3": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_F%233_var2.wav", - "G#4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_G%234_var3.wav", - "G4": "Aerophones/Reed%20Aerophones/Tenor%20Saxophone/Vibrato/BrettTenor_Vib_Main_G4_var3.wav" - }, - "harp": { - "A2": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_A2_mf1.wav", - "A4": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_A4_mf1.wav", - "A6": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_A6_mf1.wav", - "B1": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_B1_mf1.wav", - "B3": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_B3_mf1.wav", - "B5": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_B5_mf1.wav", - "B6": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_B6_mf1.wav", - "C3": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_C3_mf3.wav", - "C5": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_C5_mf1.wav", - "D2": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_D2_mf1.wav", - "D4": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_D4_mf1.wav", - "D6": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_D6_mf1.wav", - "D7": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_D7_p1.wav", - "E1": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_E1_f1.wav", - "E3": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_E3_mf1.wav", - "E5": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_E5_mf1.wav", - "F2": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_F2_mf1.wav", - "F4": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_F4_mf1.wav", - "F6": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_F6_mf1.wav", - "F7": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_F7_p1.wav", - "G1": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_G1_mp1.wav", - "G3": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_G3_mf1.wav", - "G5": "Chordophones/Composite Chordophones/Concert Harp/KSHarp_G5_mf1.wav" - }, - "folkharp": { - "A#1": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_A%231_v3_RR1.wav", - "A#2": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_A%232_v3_RR1.wav", - "A#3": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_A%233_v3_RR1.wav", - "A#4": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_A%234_v3_RR1.wav", - "C1": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_C1_v3_RR1.wav", - "C2": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_C2_v3_RR1.wav", - "C3": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_C3_v3_RR1.wav", - "C4": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_C4_v3_RR1.wav", - "C5": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_C5_v3_RR1.wav", - "D1": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_D1_v3_RR1.wav", - "D2": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_D2_v3_RR1.wav", - "D3": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_D3_v3_RR1.wav", - "D4": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_D4_v3_RR1.wav", - "D5": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_D5_v3_RR1.wav", - "E1": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_E1_v3_RR1.wav", - "E2": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_E2_v3_RR1.wav", - "E3": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_E3_v3_RR1.wav", - "E4": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_E4_v3_RR1.wav", - "E5": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_E5_v3_RR1.wav", - "F#1": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_F%231_v3_RR1.wav", - "F#2": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_F%232_v3_RR1.wav", - "F#3": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_F%233_v3_RR1.wav", - "F#4": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_F%234_v3_RR1.wav", - "F#5": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_F%235_v3_RR1.wav", - "G#1": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_G%231_v3_RR1.wav", - "G#2": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_G%232_v3_RR1.wav", - "G#3": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_G%233_v3_RR1.wav", - "G#4": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_G%234_v3_RR1.wav", - "G#5": "Chordophones/Composite%20Chordophones/Folk%20Harp/EWHarp_Normal_G%235_v3_RR1.wav" - }, - "strumstick": { - "D2": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str1_Main_D2_vl3_rr1.wav", - "E2": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str1_Main_E2_vl3_rr1.wav", - "F#2": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str1_Main_F%232_vl3_rr2.wav", - "G2": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str1_Main_G2_vl3_rr1.wav", - "A2": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str2_Main_A2_vl3_rr1.wav", - "B2": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str2_Main_B2_vl3_rr1.wav", - "C#3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str2_Main_C%233_vl3_rr1.wav", - "D3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str2_Main_D3_vl3_rr1.wav", - "A3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_A3_vl3_rr1.wav", - "A4": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_A4_vl3_rr1.wav", - "B3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_B3_vl3_rr1.wav", - "C#4": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_C%234_vl3_rr1.wav", - "D4": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_D4_vl3_rr1.wav", - "E3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_E3_vl3_rr1.wav", - "E4": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_E4_vl3_rr1.wav", - "F#3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_F%233_vl3_rr1.wav", - "F#4": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_F%234_vl3_rr1.wav", - "G3": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_G3_vl3_rr1.wav", - "G4": "Chordophones/Composite%20Chordophones/Strumstick/Finger/Strumstick_Finger_Str3_Main_G4_vl3_rr1.wav" - }, - "dantranh": { - "B1": "Chordophones/Zithers/Dan%20Tranh/Normal/B1_mf_1.wav", - "B2": "Chordophones/Zithers/Dan%20Tranh/Normal/B2_ff_1.wav", - "B3": "Chordophones/Zithers/Dan%20Tranh/Normal/B3_mf_1.wav", - "B4": "Chordophones/Zithers/Dan%20Tranh/Normal/B4_mf_1.wav", - "C#2": "Chordophones/Zithers/Dan%20Tranh/Normal/C%232_mf_1.wav", - "C#3": "Chordophones/Zithers/Dan%20Tranh/Normal/C%233_mf_1.wav", - "C#4": "Chordophones/Zithers/Dan%20Tranh/Normal/C%234_mf_1.wav", - "D#2": "Chordophones/Zithers/Dan%20Tranh/Normal/D%232_mf_1.wav", - "D#3": "Chordophones/Zithers/Dan%20Tranh/Normal/D%233_mf_1.wav", - "D#4": "Chordophones/Zithers/Dan%20Tranh/Normal/D%234_mf_1.wav", - "F#2": "Chordophones/Zithers/Dan%20Tranh/Normal/F%232_mf_1.wav", - "F#3": "Chordophones/Zithers/Dan%20Tranh/Normal/F%233_mf_1.wav", - "F#4": "Chordophones/Zithers/Dan%20Tranh/Normal/F%234_mf_1.wav", - "G#2": "Chordophones/Zithers/Dan%20Tranh/Normal/G%232_mf_1.wav", - "G#3": "Chordophones/Zithers/Dan%20Tranh/Normal/G%233_mf_1.wav", - "G#4": "Chordophones/Zithers/Dan%20Tranh/Normal/G%234_mf_1.wav", - "b2": "Chordophones/Zithers/Dan%20Tranh/Normal/b2_mf_1.wav" - }, - "dantranh_tremolo": { - "B1": "Chordophones/Zithers/Dan%20Tranh/Tremolo/B1_Trem_1.wav", - "B2": "Chordophones/Zithers/Dan%20Tranh/Tremolo/B2_Trem_1.wav", - "B3": "Chordophones/Zithers/Dan%20Tranh/Tremolo/B3_Trem_1.wav", - "B4": "Chordophones/Zithers/Dan%20Tranh/Tremolo/B4_Trem_1.wav", - "C#2": "Chordophones/Zithers/Dan%20Tranh/Tremolo/C%232_Trem_1.wav", - "C#3": "Chordophones/Zithers/Dan%20Tranh/Tremolo/C%233_Trem_1.wav", - "C#4": "Chordophones/Zithers/Dan%20Tranh/Tremolo/C%234_Trem_1.wav", - "D#2": "Chordophones/Zithers/Dan%20Tranh/Tremolo/D%232_Trem_1.wav", - "D#3": "Chordophones/Zithers/Dan%20Tranh/Tremolo/D%233_Trem_1.wav", - "D#4": "Chordophones/Zithers/Dan%20Tranh/Tremolo/D%234_Trem_1.wav", - "F#2": "Chordophones/Zithers/Dan%20Tranh/Tremolo/F%232_Trem_1.wav", - "F#3": "Chordophones/Zithers/Dan%20Tranh/Tremolo/F%233_Trem_1.wav", - "F#4": "Chordophones/Zithers/Dan%20Tranh/Tremolo/F%234_Trem_1.wav", - "G#2": "Chordophones/Zithers/Dan%20Tranh/Tremolo/G%232_Trem_1.wav", - "G#3": "Chordophones/Zithers/Dan%20Tranh/Tremolo/G%233_Trem_1.wav", - "G#4": "Chordophones/Zithers/Dan%20Tranh/Tremolo/G%234_Trem_1.wav" - }, - "dantranh_vibrato": { - "B1": "Chordophones/Zithers/Dan%20Tranh/Vibrato/B1_vib_mf_1.wav", - "B2": "Chordophones/Zithers/Dan%20Tranh/Vibrato/B2_vib_mf_1.wav", - "B3": "Chordophones/Zithers/Dan%20Tranh/Vibrato/B3_vib_mf_1.wav", - "B4": "Chordophones/Zithers/Dan%20Tranh/Vibrato/B4_vib_mf_1.wav", - "C#2": "Chordophones/Zithers/Dan%20Tranh/Vibrato/C%232_vib_mf_1.wav", - "C#3": "Chordophones/Zithers/Dan%20Tranh/Vibrato/C%233_vib_mf_1.wav", - "C#4": "Chordophones/Zithers/Dan%20Tranh/Vibrato/C%234_vib_mf_1.wav", - "D#2": "Chordophones/Zithers/Dan%20Tranh/Vibrato/D%232_vib_mf_1.wav", - "D#3": "Chordophones/Zithers/Dan%20Tranh/Vibrato/D%233_vib_mf_1.wav", - "D#4": "Chordophones/Zithers/Dan%20Tranh/Vibrato/D%234_vib_mf_1.wav", - "F#2": "Chordophones/Zithers/Dan%20Tranh/Vibrato/F%232_vib_mf_1.wav", - "F#3": "Chordophones/Zithers/Dan%20Tranh/Vibrato/F%233_vib_mf_1.wav", - "F#4": "Chordophones/Zithers/Dan%20Tranh/Vibrato/F%234_vib_mf_1.wav", - "G#2": "Chordophones/Zithers/Dan%20Tranh/Vibrato/G%232_vib_mf_1.wav", - "G#3": "Chordophones/Zithers/Dan%20Tranh/Vibrato/G%233_vib_mf_1.wav", - "G#4": "Chordophones/Zithers/Dan%20Tranh/Vibrato/G%234_vib_mf_1.wav" - }, - "kawai": { - "A#2": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A%232_v4_rr1_Player.wav", - "A#3": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A%233_v4_rr1_Player.wav", - "A#4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A%234_v3_rr1_Player.wav", - "A0": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A0_v4_rr1_Player.wav", - "A1": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A1_v4_rr1_Player.wav", - "A5": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A5_v4_rr1_Player.wav", - "A6": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_A6_v4_rr1_Player.wav", - "B4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_B4_v4_rr1_Player.wav", - "C0": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C0_v4_rr1_Player.wav", - "C1": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C1_v4_rr1_Player.wav", - "C2": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C2_v4_rr1_Player.wav", - "C3": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C3_v4_rr1_Player.wav", - "C4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C4_v4_rr1_Player.wav", - "C5": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C5_v4_rr1_Player.wav", - "C6": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C6_v4_rr1_Player.wav", - "C7": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_C7_v4_rr1_Player.wav", - "D#0": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D%230_v4_rr1_Player.wav", - "D#1": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D%231_v4_rr1_Player.wav", - "D#5": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D%235_v4_rr1_Player.wav", - "D#6": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D%236_v4_rr1_Player.wav", - "D2": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D2_v4_rr1_Player.wav", - "D3": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D3_v4_rr1_Player.wav", - "D4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_D4_v4_rr1_Player.wav", - "E2": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_E2_v4_rr1_Player.wav", - "E3": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_E3_v4_rr1_Player.wav", - "E4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_E4_v4_rr1_Player.wav", - "F#0": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%230_v4_rr1_Player.wav", - "F#1": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%231_v4_rr1_Player.wav", - "F#2": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%232_v4_rr1_Player.wav", - "F#3": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%233_v4_rr1_Player.wav", - "F#4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%234_v4_rr1_Player.wav", - "F#5": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%235_v4_rr1_Player.wav", - "F#6": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_F%236_v4_rr1_Player.wav", - "G#2": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_G%232_v4_rr1_Player.wav", - "G#3": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_G%233_v4_rr1_Player.wav", - "G#4": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_G%234_v4_rr1_Player.wav", - "G6": "Chordophones/Zithers/Grand%20Piano%2C%20Kawai/Sustains/GPiano_sus_G6_v2_rr1_Player.wav" - }, - "steinway": { - "A#0": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%230_vl4_rr1.wav", - "A#1": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%231_vl4_rr1.wav", - "A#2": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%232_vl4_rr1.wav", - "A#3": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%233_vl4_rr1.wav", - "A#4": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%234_vl4_rr1.wav", - "A#5": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%235_vl4_rr1.wav", - "A#6": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_A%236_vl4_rr1.wav", - "C1": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C1_vl4_rr1.wav", - "C2": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C2_vl4_rr1.wav", - "C3": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C3_vl4_rr1.wav", - "C4": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C4_vl4_rr1.wav", - "C5": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C5_vl4_rr1.wav", - "C6": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C6_vl4_rr1.wav", - "C7": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_C7_vl4_rr1.wav", - "D1": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D1_vl4_rr1.wav", - "D2": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D2_vl4_rr1.wav", - "D3": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D3_vl4_rr1.wav", - "D4": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D4_vl4_rr1.wav", - "D5": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D5_vl4_rr1.wav", - "D6": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D6_vl4_rr1.wav", - "D7": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_D7_vl4_rr1.wav", - "E1": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E1_vl4_rr1.wav", - "E2": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E2_vl4_rr1.wav", - "E3": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E3_vl4_rr1.wav", - "E4": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E4_vl4_rr1.wav", - "E5": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E5_vl4_rr1.wav", - "E6": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E6_vl4_rr1.wav", - "E7": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_E7_vl4_rr1.wav", - "F#1": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%231_vl4_rr1.wav", - "F#2": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%232_vl4_rr1.wav", - "F#3": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%233_vl4_rr1.wav", - "F#4": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%234_vl4_rr1.wav", - "F#5": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%235_vl4_rr1.wav", - "F#6": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%236_vl4_rr1.wav", - "F#7": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_F%237_vl4_rr1.wav", - "G#1": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%231_vl4_rr1.wav", - "G#2": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%232_vl4_rr1.wav", - "G#3": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%233_vl4_rr1.wav", - "G#4": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%234_vl4_rr1.wav", - "G#5": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%235_vl4_rr1.wav", - "G#6": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%236_vl4_rr1.wav", - "G#7": "Chordophones/Zithers/Grand%20Piano%2C%20Steinway%20B/Sus/JHPiano_Sus_Close_G%237_vl4_rr1.wav" - }, - "psaltery_pluck": { - "A#3": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_A%233_Main_Pluck_rr1.wav", - "A#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_A%234_Main_Pluck_rr1.wav", - "C4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_C4_Main_Pluck_rr1.wav", - "C5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_C5_Main_Pluck_rr1.wav", - "D4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_D4_Main_Pluck_rr1.wav", - "D5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_D5_Main_Pluck_rr1.wav", - "E4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_E4_Main_Pluck_rr2.wav", - "E5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_E5_Main_Pluck_rr1.wav", - "F#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_F%234_Main_Pluck_rr1.wav", - "F#5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_F%235_Main_Pluck_rr3.wav", - "G#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Pluck/BowedPsaltery_G%234_Main_Pluck_rr3.wav" - }, - "psaltery_spiccato": { - "A#3": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_A%233_Main_Spic_rr1.wav", - "A#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_A%234_Main_Spic_rr1.wav", - "C4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_C4_Main_Spic_rr1.wav", - "C5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_C5_Main_Spic_rr1.wav", - "D4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_D4_Main_Spic_rr1.wav", - "D5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_D5_Main_Spic_rr1.wav", - "E4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_E4_Main_Spic_rr3.wav", - "E5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_E5_Main_Spic_rr2.wav", - "F#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_F%234_Main_Spic_rr1.wav", - "F#5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_F%235_Main_Spic_rr4.wav", - "G#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/Spiccato/BowedPsaltery_G%234_Main_Spic_rr3.wav" - }, - "psaltery_bow": { - "A#3": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_A%233_Main_LongBow_rr2.wav", - "A#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_A%234_Main_LongBow_rr2.wav", - "C4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_C4_Main_LongBow_rr1.wav", - "C5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_C5_Main_LongBow_rr1.wav", - "D4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_D4_Main_LongBow_rr1.wav", - "D5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_D5_Main_LongBow_rr2.wav", - "E4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_E4_Main_LongBow_rr2.wav", - "E5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_E5_Main_LongBow_rr2.wav", - "F#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_F%234_Main_LongBow_rr1.wav", - "F#5": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_F%235_Main_LongBow_rr2.wav", - "G#4": "Chordophones/Zithers/Psaltery%2C%20Bowed%20and%20Plucked/LongBow/BowedPsaltery_G%234_Main_LongBow_rr1.wav" - }, - "clavisynth": { - "C0": "Electrophones/TX81Z/Clavisynth/Clavisynth_C0_vl3.wav", - "C1": "Electrophones/TX81Z/Clavisynth/Clavisynth_C1_vl3.wav", - "C2": "Electrophones/TX81Z/Clavisynth/Clavisynth_C2_vl3.wav", - "C3": "Electrophones/TX81Z/Clavisynth/Clavisynth_C3_vl3.wav", - "C4": "Electrophones/TX81Z/Clavisynth/Clavisynth_C4_vl3.wav", - "C5": "Electrophones/TX81Z/Clavisynth/Clavisynth_C5_vl3.wav", - "C6": "Electrophones/TX81Z/Clavisynth/Clavisynth_C6_vl3.wav", - "E0": "Electrophones/TX81Z/Clavisynth/Clavisynth_E0_vl3.wav", - "E1": "Electrophones/TX81Z/Clavisynth/Clavisynth_E1_vl3.wav", - "E2": "Electrophones/TX81Z/Clavisynth/Clavisynth_E2_vl3.wav", - "E3": "Electrophones/TX81Z/Clavisynth/Clavisynth_E3_vl3.wav", - "E4": "Electrophones/TX81Z/Clavisynth/Clavisynth_E4_vl3.wav", - "E5": "Electrophones/TX81Z/Clavisynth/Clavisynth_E5_vl3.wav", - "G#0": "Electrophones/TX81Z/Clavisynth/Clavisynth_G%230_vl3.wav", - "G#1": "Electrophones/TX81Z/Clavisynth/Clavisynth_G%231_vl3.wav", - "G#2": "Electrophones/TX81Z/Clavisynth/Clavisynth_G%232_vl3.wav", - "G#3": "Electrophones/TX81Z/Clavisynth/Clavisynth_G%233_vl3.wav", - "G#4": "Electrophones/TX81Z/Clavisynth/Clavisynth_G%234_vl3.wav", - "G#5": "Electrophones/TX81Z/Clavisynth/Clavisynth_G%235_vl3.wav" - }, - "fmpiano": { - "C0": "Electrophones/TX81Z/FM%20Piano/FMPiano_C0_vl3.wav", - "C1": "Electrophones/TX81Z/FM%20Piano/FMPiano_C1_vl3.wav", - "C2": "Electrophones/TX81Z/FM%20Piano/FMPiano_C2_vl3.wav", - "C3": "Electrophones/TX81Z/FM%20Piano/FMPiano_C3_vl3.wav", - "C4": "Electrophones/TX81Z/FM%20Piano/FMPiano_C4_vl3.wav", - "C5": "Electrophones/TX81Z/FM%20Piano/FMPiano_C5_vl3.wav", - "C6": "Electrophones/TX81Z/FM%20Piano/FMPiano_C6_vl3.wav", - "C7": "Electrophones/TX81Z/FM%20Piano/FMPiano_C7_vl3.wav", - "E0": "Electrophones/TX81Z/FM%20Piano/FMPiano_E0_vl3.wav", - "E1": "Electrophones/TX81Z/FM%20Piano/FMPiano_E1_vl3.wav", - "E2": "Electrophones/TX81Z/FM%20Piano/FMPiano_E2_vl3.wav", - "E3": "Electrophones/TX81Z/FM%20Piano/FMPiano_E3_vl3.wav", - "E4": "Electrophones/TX81Z/FM%20Piano/FMPiano_E4_vl3.wav", - "E5": "Electrophones/TX81Z/FM%20Piano/FMPiano_E5_vl3.wav", - "E6": "Electrophones/TX81Z/FM%20Piano/FMPiano_E6_vl3.wav", - "G#0": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%230_vl3.wav", - "G#1": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%231_vl3.wav", - "G#2": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%232_vl3.wav", - "G#3": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%233_vl3.wav", - "G#4": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%234_vl3.wav", - "G#5": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%235_vl3.wav", - "G#6": "Electrophones/TX81Z/FM%20Piano/FMPiano_G%236_vl3.wav" - }, - "piano1": { - "C0": "Electrophones/TX81Z/Piano%201/Piano%201_C0_vl3.wav", - "C1": "Electrophones/TX81Z/Piano%201/Piano%201_C1_vl3.wav", - "C2": "Electrophones/TX81Z/Piano%201/Piano%201_C2_vl3.wav", - "C3": "Electrophones/TX81Z/Piano%201/Piano%201_C3_vl3.wav", - "C4": "Electrophones/TX81Z/Piano%201/Piano%201_C4_vl3.wav", - "C5": "Electrophones/TX81Z/Piano%201/Piano%201_C5_vl3.wav", - "C6": "Electrophones/TX81Z/Piano%201/Piano%201_C6_vl3.wav", - "C7": "Electrophones/TX81Z/Piano%201/Piano%201_C7_vl3.wav", - "E0": "Electrophones/TX81Z/Piano%201/Piano%201_E0_vl3.wav", - "E1": "Electrophones/TX81Z/Piano%201/Piano%201_E1_vl3.wav", - "E2": "Electrophones/TX81Z/Piano%201/Piano%201_E2_vl3.wav", - "E3": "Electrophones/TX81Z/Piano%201/Piano%201_E3_vl3.wav", - "E4": "Electrophones/TX81Z/Piano%201/Piano%201_E4_vl3.wav", - "E5": "Electrophones/TX81Z/Piano%201/Piano%201_E5_vl3.wav", - "E6": "Electrophones/TX81Z/Piano%201/Piano%201_E6_vl3.wav", - "G#0": "Electrophones/TX81Z/Piano%201/Piano%201_G%230_vl3.wav", - "G#1": "Electrophones/TX81Z/Piano%201/Piano%201_G%231_vl3.wav", - "G#2": "Electrophones/TX81Z/Piano%201/Piano%201_G%232_vl3.wav", - "G#3": "Electrophones/TX81Z/Piano%201/Piano%201_G%233_vl3.wav", - "G#4": "Electrophones/TX81Z/Piano%201/Piano%201_G%234_vl3.wav", - "G#5": "Electrophones/TX81Z/Piano%201/Piano%201_G%235_vl3.wav", - "G#6": "Electrophones/TX81Z/Piano%201/Piano%201_G%236_vl3.wav" - }, - "wineglass": { - "D#4": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Fast/glass1_D%234_Fast_1_main.wav", - "F#4": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Fast/glass2_F%234_Fast_1_Main.wav", - "A#4": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Fast/glass3_A%234_Fast_1_Main.wav", - "D5": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Fast/glass4_D5_Fast_1_Main.wav" - }, - "wineglass_slow": { - "D#4": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Slow/glass1_D%234_Slow_1_Main.wav", - "F#4": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Slow/glass2_F%234_Slow_1_Main.wav", - "A#4": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Slow/glass3_A%234_Slow_1_Main.wav", - "D5": "Idiophones/Friction%20Idiophones/Wine%20Glasses/Sustains/Slow/glass4_D5_Slow_2_Main.wav" - }, - "agogo": [ - "Idiophones/Struck%20Idiophones/Agogo%20Bells/Agogo_High_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Agogo%20Bells/Agogo_High_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Agogo%20Bells/Agogo_High_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Agogo%20Bells/Agogo_Low_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Agogo%20Bells/Agogo_Low_v2_rr1_Mid.wav" - ], - "anvil": [ - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit1_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit1_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit1_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit2_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit2_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit2_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit3_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit3_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Anvil/Anvil_Hit3_v3_rr1_Mid.wav" - ], - "brakedrum": [ - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_Bowed_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_Hammer_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_Hammer_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_Hammer_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_Susp_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_Susp_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_YarnM_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_YarnM_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum1_YarnM_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Bowed_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Hammer1_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Hammer1_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Hammer3_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Hammer3_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Hammer3_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Susp_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Brake%20Drum/BrakeDrum2_Susp_v2_rr1_Mid.wav" - ], - "balafon_hard": { - "C#3": "Idiophones/Struck%20Idiophones/Balafon/Hard%20Mallet/EthnicXylo_hardM_C%233_vl3_rr1_Mid.wav", - "C4": "Idiophones/Struck%20Idiophones/Balafon/Hard%20Mallet/EthnicXylo_hardM_C4_vl3_rr1_Mid.wav", - "C5": "Idiophones/Struck%20Idiophones/Balafon/Hard%20Mallet/EthnicXylo_hardM_C5_vl3_rr1_Mid.wav", - "F3": "Idiophones/Struck%20Idiophones/Balafon/Hard%20Mallet/EthnicXylo_hardM_F3_vl3_rr1_Mid.wav", - "F4": "Idiophones/Struck%20Idiophones/Balafon/Hard%20Mallet/EthnicXylo_hardM_F4_vl3_rr1_Mid.wav", - "F5": "Idiophones/Struck%20Idiophones/Balafon/Hard%20Mallet/EthnicXylo_hardM_F5_vl3_rr1_Mid.wav" - }, - "balafon_soft": { - "C#3": "Idiophones/Struck%20Idiophones/Balafon/Soft%20Mallet/EthnicXylo_softM_C%233_vl3_rr1_Mid.wav", - "C4": "Idiophones/Struck%20Idiophones/Balafon/Soft%20Mallet/EthnicXylo_softM_C4_vl3_rr2_Mid.wav", - "C5": "Idiophones/Struck%20Idiophones/Balafon/Soft%20Mallet/EthnicXylo_softM_C5_vl3_rr1_Mid.wav", - "F3": "Idiophones/Struck%20Idiophones/Balafon/Soft%20Mallet/EthnicXylo_softM_F3_vl3_rr1_Mid.wav", - "F4": "Idiophones/Struck%20Idiophones/Balafon/Soft%20Mallet/EthnicXylo_softM_F4_vl3_rr1_Mid.wav", - "F5": "Idiophones/Struck%20Idiophones/Balafon/Soft%20Mallet/EthnicXylo_softM_F5_vl3_rr1_Mid.wav" - }, - "balafon": { - "C#3": "Idiophones/Struck%20Idiophones/Balafon/Traditional%20Mallet/EthnicXylo_tradM_C%233_vl3_rr1_Mid.wav", - "C4": "Idiophones/Struck%20Idiophones/Balafon/Traditional%20Mallet/EthnicXylo_tradM_C4_vl3_rr1_Mid.wav", - "C5": "Idiophones/Struck%20Idiophones/Balafon/Traditional%20Mallet/EthnicXylo_tradM_C5_vl3_rr1_Mid.wav", - "F3": "Idiophones/Struck%20Idiophones/Balafon/Traditional%20Mallet/EthnicXylo_tradM_F3_vl3_rr1_Mid.wav", - "F4": "Idiophones/Struck%20Idiophones/Balafon/Traditional%20Mallet/EthnicXylo_tradM_F4_vl3_rr1_Mid.wav", - "F5": "Idiophones/Struck%20Idiophones/Balafon/Traditional%20Mallet/EthnicXylo_tradM_F5_vl3_rr1_Mid.wav" - }, - "belltree": { - "A#5": "Idiophones/Struck%20Idiophones/Bell%20Tree/Individual/BellTree_Hit_A%235_rr1_Mid.wav", - "C5": "Idiophones/Struck%20Idiophones/Bell%20Tree/Individual/BellTree_Hit_C5_rr1_Mid.wav", - "D5": "Idiophones/Struck%20Idiophones/Bell%20Tree/Individual/BellTree_Hit_D5_rr1_Mid.wav", - "E5": "Idiophones/Struck%20Idiophones/Bell%20Tree/Individual/BellTree_Hit_E5_rr1_Mid.wav", - "F#5": "Idiophones/Struck%20Idiophones/Bell%20Tree/Individual/BellTree_Hit_F%235_rr1_Mid.wav", - "G#5": "Idiophones/Struck%20Idiophones/Bell%20Tree/Individual/BellTree_Hit_G%235_rr1_Mid.wav" - }, - "cabasa": [ - "Idiophones/Struck%20Idiophones/Cabasa/Cabasa1_Hit_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cabasa/Cabasa1_Hit_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Cabasa/Cabasa1_Rub_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cabasa/Cabasa1_Rub_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Cabasa/Cabasa1_Rub_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cabasa/Cabasa1_Rub_v2_rr2_Mid.wav" - ], - "cajon": [ - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit1_f_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit1_f_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit1_fff_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit1_fff_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit1_mp_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit1_mp_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit2_f_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit2_f_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit2_mp_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit2_mp_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit2_pp_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit2_pp_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit3_f_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit3_f_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit3_mp_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit3_mp_rr2.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit3_p_rr1.wav", - "Idiophones/Struck%20Idiophones/Cajon/Cajon_hit3_p_rr2.wav" - ], - "clap": [ - "Idiophones/Struck%20Idiophones/Claps/Clap_rr1.wav", - "Idiophones/Struck%20Idiophones/Claps/Clap_rr2.wav", - "Idiophones/Struck%20Idiophones/Claps/Clap_rr3.wav", - "Idiophones/Struck%20Idiophones/Claps/Clap_rr4.wav", - "Idiophones/Struck%20Idiophones/Claps/Clap_rr5.wav", - "Idiophones/Struck%20Idiophones/Claps/Clap_rr6.wav", - "Idiophones/Struck%20Idiophones/Claps/SoloClap_vl1.wav", - "Idiophones/Struck%20Idiophones/Claps/SoloClap_vl2.wav", - "Idiophones/Struck%20Idiophones/Claps/SoloClap_vl3.wav", - "Idiophones/Struck%20Idiophones/Claps/SoloClap_vl4.wav" - ], - "clash": [ - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_ff2.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_ff3.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_mf1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_mf2.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_mp1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_mp2.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_pp1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_pp2.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_short1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%201/cymbal_crash1_short2.wav" - ], - "clash2": [ - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%202/cymbal_crash2_f1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%202/cymbal_crash2_fff1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%202/cymbal_crash2_fff2.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%202/cymbal_crash2_mp1.wav", - "Idiophones/Struck%20Idiophones/Clash%20Cymbals%202/cymbal_crash2_mp2.wav" - ], - "clave": [ - "Idiophones/Struck%20Idiophones/Claves/Claves1_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Claves/Claves1_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Claves/Claves1_Hit_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Claves/Claves2_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Claves/Claves2_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Claves/Claves2_Hit_v3_rr1_Mid.wav" - ], - "cowbell": [ - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Hit_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Hit_v4_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Muted_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Muted_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Normal_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell1_Normal_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell2_Double_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell2_Double_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell2_Muted_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell2_Muted_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell2_Normal_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Cowbells/Cowbell2_Normal_v3_rr1_Mid.wav" - ], - "fingercymbal": ["Idiophones/Struck%20Idiophones/Finger%20Cymbals/Fing_Cymb.wav"], - "flexatone": [ - "Idiophones/Struck%20Idiophones/Flexatone/flexatone1.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone2.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone_extralong.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone_fast.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone_long.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone_long2.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone_slap1.wav", - "Idiophones/Struck%20Idiophones/Flexatone/flexatone_slap2.wav" - ], - "gong": [ - "Idiophones/Struck%20Idiophones/Gong%201/gong_2_f.wav", - "Idiophones/Struck%20Idiophones/Gong%201/gong_2_mp.wav", - "Idiophones/Struck%20Idiophones/Gong%201/gong_f.wav", - "Idiophones/Struck%20Idiophones/Gong%201/gong_fff.wav", - "Idiophones/Struck%20Idiophones/Gong%201/gong_mf.wav", - "Idiophones/Struck%20Idiophones/Gong%201/gong_p.wav", - "Idiophones/Struck%20Idiophones/Gong%201/gong_scrape_mf.wav" - ], - "gong2": [ - "Idiophones/Struck%20Idiophones/Gong%202/hit_full1.mp3", - "Idiophones/Struck%20Idiophones/Gong%202/hit_full2_loudest_ST.mp3", - "Idiophones/Struck%20Idiophones/Gong%202/hit_light1.mp3", - "Idiophones/Struck%20Idiophones/Gong%202/hit_light2.mp3", - "Idiophones/Struck%20Idiophones/Gong%202/hit_light3.mp3", - "Idiophones/Struck%20Idiophones/Gong%202/scrape1.mp3" - ], - "guiro": [ - "Idiophones/Struck%20Idiophones/Guiro/Guiro_Fast_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Guiro/Guiro_Hit_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Guiro/Guiro_Hit_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Guiro/Guiro_Med_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Guiro/Guiro_Slow_rr2_Mid.wav" - ], - "glockenspiel": { - "C5": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_soft_C5_02.wav", - "C6": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_soft_C6_01.wav", - "C7": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_soft_C7_03.wav", - "G#6": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_loud_G%236_01.wav", - "G4": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_soft_G4_01.wav", - "G5": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_soft_G5_01.wav", - "G6": "Idiophones/Struck%20Idiophones/Glockenspiel/glock_soft_G6_01.wav" - }, - "handbells": [ - "Idiophones/Struck%20Idiophones/Hand%20Bells%2C%20Nepalese/HB_1.wav", - "Idiophones/Struck%20Idiophones/Hand%20Bells%2C%20Nepalese/HB_2.wav", - "Idiophones/Struck%20Idiophones/Hand%20Bells%2C%20Nepalese/HB_3.wav" - ], - "handchimes": { - "A#3": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_A%233_r01_main.wav", - "A#5": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_A%235_r01_main.wav", - "A4": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_A4_r01_main.wav", - "C3": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_C3_r01_main.wav", - "C4": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_C4_r01_main.wav", - "C5": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_C5_r01_main.wav", - "C6": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_C6_r01_main.wav", - "D3": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_D3_r01_main.wav", - "D4": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_D4_r01_main.wav", - "D5": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_D5_r01_main.wav", - "E3": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_E3_r01_main.wav", - "E4": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_E4_r01_main.wav", - "E5": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_E5_r01_main.wav", - "F#3": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_F%233_r01_main.wav", - "F#4": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_F%234_r01_main.wav", - "F#5": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_F%235_r01_main.wav", - "G#3": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_G%233_r01_main.wav", - "G#4": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_G%234_r01_main.wav", - "G#5": "Idiophones/Struck%20Idiophones/Hand%20Chimes/sus_G%235_r01_main.wav" - }, - "hihat": [ - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_Close_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_Close_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v3_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v4_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitC_v4_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitLoose_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitLoose_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitOC_rr5_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitO_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Hi-Hat%20Cymbal/HiHat_HitO_rr2_Mid.wav" - ], - "kalimba": { - "A4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_A4_k1_vl3_rr2.wav", - "B2": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_B2_k8_vl3_rr2.wav", - "B3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_B3_k3_vl3_rr2.wav", - "B4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_B4_k15_vl3_rr2.wav", - "C#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_C%233_k7_vl3_rr2.wav", - "C#4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_C%234_k2_vl3_rr2.wav", - "D#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_D%233_k9_vl3_rr2.wav", - "D#4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_D%234_k13_vl3_rr2.wav", - "F#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_F%233_k5_vl3_rr2.wav", - "F#4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_F%234_k14_vl3_rr2.wav", - "G#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Kenya/Mbira6_Normal_MainSpirit_G%233_k4_vl3_rr2.wav" - }, - "kalimba2": { - "A#2": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_A%232_k8_50_100_rr2.wav", - "A#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_A%233_k18_50_100_rr2.wav", - "A#4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_A%234_k2_50_100_rr2.wav", - "B1": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_B1_k13_50_100_rr2.wav", - "B4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_B4_k23_50_100_rr2.wav", - "C#2": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_C%232_k10_50_100_rr2.wav", - "C#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_C%233_k16_50_100_rr2.wav", - "C#4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_C%234_k5_50_100_rr2.wav", - "C#5": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_C%235_k24_50_100_rr2.wav", - "C#6": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_C%236_k27_50_100_rr2.wav", - "D#2": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_D%232_k14_50_100_rr2.wav", - "D#3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_D%233_k7_50_100_rr2.wav", - "D#4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_D%234_k4_50_100_rr2.wav", - "D4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_D4_k19_50_100_rr2.wav", - "E5": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_E5_k25_50_100_rr2.wav", - "F#5": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_F%235_k1_50_100_rr2.wav", - "F2": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_F2_k9alt_50_100_rr2.wav", - "F3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_F3_k17_50_100_rr2.wav", - "F4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_F4_k3_50_100_rr2.wav", - "G#1": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_G%231_k11_50_100_rr2.wav", - "G#5": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_G%235_k26_50_100_rr2.wav", - "G1": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_G1_k12_50_100_rr2.wav", - "G2": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_G2_k15_50_100_rr2.wav", - "G3": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_G3_k6_50_100_rr2.wav", - "G4": "Idiophones/Plucked%20Idiophones/Kalimba%2C%20Tanzania/MBira3_pluck_Main_G4_k22_50_100_rr2.wav" - }, - "kalimba3": { - "A#1": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_A%231_k12_vl2_rr1.wav", - "A#2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_A%232_k15_vl2_rr1.wav", - "A#3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_A%233_k18_vl2_rr1.wav", - "A4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_A4_k24_vl2_rr1.wav", - "C#4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_C%234_k14_vl2_rr1.wav", - "C2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_C2_k10_vl2_rr1.wav", - "C3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_C3_k9_vl2_rr1.wav", - "C4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_C4_k19_vl2_rr1.wav", - "D#2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_D%232_k6_vl2_rr1.wav", - "D#3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_D%233_k7_vl2_rr1.wav", - "D#4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_D%234_k21_vl2_rr1.wav", - "D2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_D2_k8_vl2_rr1.wav", - "D3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_D3_k11_vl2_rr1.wav", - "D4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_D4_k20_vl2_rr1.wav", - "F2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_F2_k4_vl2_rr1.wav", - "F3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_F3_k5_vl2_rr1.wav", - "F4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_F4_k22_vl2_rr1.wav", - "G#2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_G%232_k2_vl2_rr1.wav", - "G#3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_G%233_k1_vl2_rr1.wav", - "G2": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_G2_k13_vl2_rr1.wav", - "G3": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_G3_k3_vl2_rr1.wav", - "G4": "Idiophones/Plucked%20Idiophones/Mbira%20Mavembe%20(Gandanga)%2C%20Zimbabwe%2C%20Low%20G/Mbira5_Normal_MainSpirit_G4_k23_vl2_rr1.wav" - }, - "kalimba4": { - "A#1": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_A%231_14_50_100_rr1.wav", - "A2": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_A2_4_50_100_rr2.wav", - "A3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_A3_5_50_100_rr1.wav", - "A4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_A4_22_50_100_rr3.wav", - "B2": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_B2_13_50_100_rr3.wav", - "B3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_B3_3_50_100_rr2.wav", - "B4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_B4_23_50_100_rr3.wav", - "C#3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_C%233_2_50_100_rr5.wav", - "C#4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_C%234_1_50_100_rr1.wav", - "C#5": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_C%235_24_50_100_rr5.wav", - "D#2": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_D%232_12_50_100_rr2.wav", - "D#3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_D%233_15_50_100_rr1.wav", - "D#4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_D%234_18_50_100_rr5.wav", - "E2": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_E2_10_50_100_rr3.wav", - "E3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_E3_9_50_100_rr4.wav", - "E4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_E4_19_50_100_rr2.wav", - "F#2": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_F%232_8_50_100_rr2.wav", - "F#3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_F%233_11_50_100_rr2.wav", - "F#4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_F%234_20_50_100_rr3.wav", - "G#2": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_G%232_6_50_100_rr1.wav", - "G#3": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_G%233_7_50_100_rr2.wav", - "G#4": "Idiophones/Plucked%20Idiophones/Mbira%20dzaVadzimu%20Nyamaropa%2C%20Zimbabwe%2C%20Low%20B/MBira4_pluck_Main_G%234_21_50_100_rr3.wav" - }, - "kalimba5": { - "A#2": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_A%232_k13_vl3_rr2.wav", - "A#3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_A%233_k8_vl3_rr2.wav", - "A2": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_A2_k9_vl3_rr2.wav", - "A3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_A3_k1_vl3_rr2.wav", - "C3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_C3_k15_vl3_rr3.wav", - "C4": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_C4_k6_vl3_rr2.wav", - "D3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_D3_k17_vl3_rr2.wav", - "D4": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_D4_k4_vl3_rr2.wav", - "E3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_E3_k7_vl3_rr2.wav", - "E4": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_E4_k2_vl3_rr2.wav", - "F2": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_F2_k11_vl3_rr2.wav", - "F3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_F3_k5_vl3_rr2.wav", - "F4": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_F4_k10_vl3_rr2.wav", - "G3": "Idiophones/Plucked%20Idiophones/Nyunga%20Nyunga%2C%20Mozambique%2C%20Low%20F/Mbira2_Normal_MainSpirit_G3_k3_vl3_rr2.wav" - }, - "marimba": { - "B2": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_B2_soft_01.wav", - "B4": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_B4_soft_01.wav", - "C2": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_C2_soft_01.wav", - "C4": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_C4_soft_01.wav", - "C6": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_C6_soft_01.wav", - "F1": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_F1_soft_01.wav", - "F3": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_F3_soft_01.wav", - "F5": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_F5_soft_01.wav", - "G2": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_G2_soft_01.wav", - "G4": "Idiophones/Struck%20Idiophones/Marimba/Marimba_hit_Outrigger_G4_soft_01.wav" - }, - "marktrees": [ - "Idiophones/Struck%20Idiophones/Mark%20Trees/Legacy/windchimes_asc1.wav", - "Idiophones/Struck%20Idiophones/Mark%20Trees/Legacy/windchimes_desc1.wav", - "Idiophones/Struck%20Idiophones/Mark%20Trees/Legacy/windchimes_fastAsc1.wav", - "Idiophones/Struck%20Idiophones/Mark%20Trees/Legacy/windchimes_random.wav", - "Idiophones/Struck%20Idiophones/Mark%20Trees/Legacy/windchimes_slowAsc1.wav", - "Idiophones/Struck%20Idiophones/Mark%20Trees/Legacy/windchimes_slowDesc1.wav" - ], - "oceandrum": [ - "Membranophones/Other%20Membranophones/Ocean%20Drum/OceanDrum_Sus_1_Mid.wav", - "Membranophones/Other%20Membranophones/Ocean%20Drum/OceanDrum_Sus_2_Mid.wav", - "Membranophones/Other%20Membranophones/Ocean%20Drum/OceanDrum_Sus_3_Mid.wav" - ], - "ratchet": [ - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet1_Crank_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet1_Crank_rr3_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet1_Fast_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet1_Slow_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet2_Crank_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet2_Crank_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet2_Fast_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Ratchet/Ratchet2_Slow_rr1_Mid.wav" - ], - "shaker_large": [ - "Idiophones/Struck%20Idiophones/Shaker%2C%20Large/LShaker_Hit_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Large/LShaker_Hit_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Large/LShaker_Shake1D_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Large/LShaker_Shake1D_rr3_Mid.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Large/LShaker_Shake1U_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Large/LShaker_Shake1U_rr4_Mid.wav" - ], - "shaker_small": [ - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerDouble_Down_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerDouble_Down_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerDouble_Up_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerDouble_Up_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerHighFaster_Down_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerHighFaster_Down_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerHighFaster_Up_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerHighFaster_Up_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerLowFaster_Down_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerLowFaster_Down_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerLowFaster_Up_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_ShakerLowFaster_Up_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_Shaker_Roll_Fast_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_Shaker_Roll_Fast_rr2.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_Shaker_Slap_rr1.wav", - "Idiophones/Struck%20Idiophones/Shaker%2C%20Small/Mid_Shaker_Slap_rr2.wav" - ], - "slapstick": [ - "Idiophones/Struck%20Idiophones/Slapstick/slapstick_quiet_rr1.wav", - "Idiophones/Struck%20Idiophones/Slapstick/slapstick_quiet_rr2.wav", - "Idiophones/Struck%20Idiophones/Slapstick/slapstick_rr1.wav", - "Idiophones/Struck%20Idiophones/Slapstick/slapstick_rr2.wav", - "Idiophones/Struck%20Idiophones/Slapstick/slapstick_rr3.wav" - ], - "sleighbells": [ - "Idiophones/Struck%20Idiophones/Sleigh%20Bells/Sleighbells_Hit_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Sleigh%20Bells/Sleighbells_Hit_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Sleigh%20Bells/sleighbell1_shake1.wav", - "Idiophones/Struck%20Idiophones/Sleigh%20Bells/sleighbell2_hit_2.wav", - "Idiophones/Struck%20Idiophones/Sleigh%20Bells/sleighbell2_hit_loud.wav", - "Idiophones/Struck%20Idiophones/Sleigh%20Bells/sleighbell2_shake1.wav" - ], - "slitdrum": [ - "Idiophones/Struck%20Idiophones/Slit%20Drum/LogDrumHi_MedM_v1_rr1_Sum.wav", - "Idiophones/Struck%20Idiophones/Slit%20Drum/LogDrumHi_MedM_v2_rr1_Sum.wav", - "Idiophones/Struck%20Idiophones/Slit%20Drum/LogDrumHi_MedM_v3_rr1_Sum.wav", - "Idiophones/Struck%20Idiophones/Slit%20Drum/LogDrumLo_MedM_v1_rr1_Sum.wav", - "Idiophones/Struck%20Idiophones/Slit%20Drum/LogDrumLo_MedM_v2_rr1_Sum.wav", - "Idiophones/Struck%20Idiophones/Slit%20Drum/LogDrumLo_MedM_v3_rr1_Sum.wav" - ], - "sus_cymbal": [ - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_bow_13.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_bow_17.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_bow_20.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_bow_7.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_cresc_1.5s.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_cresc_2s.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_cresc_4s.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_cresc_7.5s.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_bell_fff1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_bell_mf1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_bell_pp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_f1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_fff1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_mp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_pp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_stick_f1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_stick_mp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_hit_stick_pp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_roll_f1_nloop.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_roll_f1_rel.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_roll_ff2_nloop.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_roll_ff2_rel.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_roll_mp1_nloop.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_roll_mp1_rel.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%201/susCymb1_scrape_1.wav" - ], - "sus_cymbal2": [ - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_bowed_2.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_bowed_4.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_bowed_6.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_cresc_2.5s2.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_cresc_4s.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_cresc_7s.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_bell_f1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_bell_p1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_f1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_fff1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_mf1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_mp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_pp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_stick_mf1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_stick_mp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_hit_stick_pp1.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_roll_f1_nloop.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_roll_f1_rel.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_roll_fff1_nloop.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_roll_fff1_rel.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_roll_pp1_nloop.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_roll_pp1_rel.wav", - "Idiophones/Struck%20Idiophones/Suspended%20Cymbal%202/susCymb2_scrape_2.wav" - ], - "tambourine": [ - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Roll_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Roll_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Roll_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Shake_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%201/Tamb1_Shake_rr2_Mid.wav" - ], - "tambourine2": [ - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Hit_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Roll_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Roll_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Roll_v3_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Shake_rr3_Mid.wav", - "Idiophones/Struck%20Idiophones/Tambourine%202/Tamb2_Shake_rr4_Mid.wav" - ], - "triangle": [ - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_HitFM_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_HitFM_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_HitM_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_HitM_v1_rr4_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_Hit_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_Hit_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_Roll_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_hitFM_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle1_hitFM_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitFM_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitFM_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitFM_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitFM_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitM_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitM_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitM_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_HitM_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_Hit_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_Hit_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle3_Roll_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitFM_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitFM_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitFM_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitFM_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitM_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitM_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitM_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_HitM_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_Hit_v1_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_Hit_v1_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_Hit_v2_rr1_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_Hit_v2_rr2_Mid.wav", - "Idiophones/Struck%20Idiophones/Triangles/Triangle6_Roll_v2_rr1_Mid.wav" - ], - "tubularbells": { - "A#3": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_A%233_pp_rr1.wav", - "C3": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_C3_pp_rr2.wav", - "C4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_C4_p_rr1.wav", - "D3": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_D3_pp_rr3.wav", - "D4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_D4_p_rr1.wav", - "E3": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_E3_pp_rr1.wav", - "E4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_E4_pp_rr3.wav", - "F#3": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_F%233_p_rr1.wav", - "G#3": "Idiophones/Struck%20Idiophones/Tubular%20Bells%201/chimes_G%233_p_rr2.wav" - }, - "tubularbells2": { - "A4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_A4_v4_1.wav", - "B4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_B4_v4_1.wav", - "C4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_C4_v4_1.wav", - "C5": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_C5_v4_1.wav", - "D4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_D4_v4_2.wav", - "D5": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_D5_v4_1.wav", - "E4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_E4_v4_1.wav", - "E5": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_E5_v4_2.wav", - "F4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_F4_v4_1.wav", - "F5": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_F5_v4_1.wav", - "G4": "Idiophones/Struck%20Idiophones/Tubular%20Bells%202/TB_hit_G4_v4_1.wav" - }, - "vibraphone": { - "A2": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_A2_v3_rr1_Main.wav", - "A4": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_A4_v3_rr1_Main.wav", - "B3": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_B3_v3_rr1_Main.wav", - "C3": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_C3_v3_rr1_Main.wav", - "C5": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_C5_v3_rr1_Main.wav", - "D4": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_D4_v3_rr1_Main.wav", - "E3": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_E3_v3_rr1_Main.wav", - "E5": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_E5_v3_rr1_Main.wav", - "F2": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_F2_v3_rr1_Main.wav", - "F4": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_F4_v3_rr1_Main.wav", - "G3": "Idiophones/Struck%20Idiophones/Vibraphone/Hard%20Mallets/Vibes_hard_G3_v3_rr1_Main.wav" - }, - "vibraphone_soft": { - "A2": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_A2_v2_rr1_Main.wav", - "A4": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_A4_v2_rr1_Main.wav", - "B3": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_B3_v2_rr1_Main.wav", - "C3": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_C3_v2_rr1_Main.wav", - "C5": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_C5_v2_rr1_Main.wav", - "D4": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_D4_v2_rr1_Main.wav", - "E3": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_E3_v2_rr1_Main.wav", - "E5": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_E5_v2_rr1_Main.wav", - "F2": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_F2_v2_rr1_Main.wav", - "F4": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_F4_v2_rr1_Main.wav", - "G3": "Idiophones/Struck%20Idiophones/Vibraphone/Soft%20Mallets/Vibes_soft_G3_v2_rr1_Main.wav" - }, - "vibraphone_bowed": { - "A2": "Idiophones/Struck%20Idiophones/Vibraphone/Bowed/Vibes_bowed_A2_rr1_Main.wav", - "A4": "Idiophones/Struck%20Idiophones/Vibraphone/Bowed/Vibes_bowed_A4_rr1_Main.wav", - "D4": "Idiophones/Struck%20Idiophones/Vibraphone/Bowed/Vibes_bowed_D4_rr1_Main.wav", - "E3": "Idiophones/Struck%20Idiophones/Vibraphone/Bowed/Vibes_bowed_E3_rr1_Main.wav", - "E5": "Idiophones/Struck%20Idiophones/Vibraphone/Bowed/Vibes_bowed_E5_rr1_Main.wav", - "G3": "Idiophones/Struck%20Idiophones/Vibraphone/Bowed/Vibes_bowed_G3_rr1_Main.wav" - }, - "vibraslap": [ - "Idiophones/Struck%20Idiophones/Vibraslap/Legacy/vibraslap_rr1.wav", - "Idiophones/Struck%20Idiophones/Vibraslap/Legacy/vibraslap_rr2.wav", - "Idiophones/Struck%20Idiophones/Vibraslap/Legacy/vibraslap_rr3.wav", - "Idiophones/Struck%20Idiophones/Vibraslap/Legacy/vibraslap_rr4.wav" - ], - "woodblock": [ - "Idiophones/Struck%20Idiophones/Woodblock/wood_click2_mp.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click3_vl1.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click3_vl2.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_f_rr1.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_f_rr2.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_ff.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_mp.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_pp_rr1.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_pp_rr2.wav", - "Idiophones/Struck%20Idiophones/Woodblock/wood_click_pp_rr3.wav" - ], - "xylophone_hard_pp": { - "C4": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C4_pp_01_far.wav", - "C5": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C5_pp_01_far.wav", - "C6": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C6_pp_01_far.wav", - "C7": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C7_pp_01_far.wav", - "G3": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G3_pp_01_far.wav", - "G4": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G4_pp_01_far.wav", - "G5": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G5_pp_01_far.wav", - "G6": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G6_pp_01_far.wav" - }, - "xylophone_hard_ff": { - "C4": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C4_ff_01_far.wav", - "C5": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C5_ff_01_far.wav", - "C6": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C6_ff_01_far.wav", - "C7": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_C7_ff_01_far.wav", - "G3": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G3_ff_01_far.wav", - "G4": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G4_ff_01_far.wav", - "G5": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G5_ff_01_far.wav", - "G6": "Idiophones/Struck%20Idiophones/Xylophone/Hard%20Mallets/Xylo_Hard_G6_ff_01_far.wav" - }, - "xylophone_medium_ff": { - "C4": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C4_ff_01_far.wav", - "C5": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C5_ff_01_far.wav", - "C6": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C6_ff_01_far.wav", - "C7": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C7_ff_01_far.wav", - "G3": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G3_ff_01_far.wav", - "G4": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G4_ff_01_far.wav", - "G5": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G5_ff_01_far.wav", - "G6": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G6_ff_01_far.wav" - }, - "xylophone_medium_pp": { - "C4": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C4_pp_01_far.wav", - "C5": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C5_pp_01_far.wav", - "C6": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C6_pp_01_far.wav", - "C7": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_C7_pp_01_far.wav", - "G3": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G3_pp_01_far.wav", - "G4": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G4_pp_01_far.wav", - "G5": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G5_pp_01_far.wav", - "G6": "Idiophones/Struck%20Idiophones/Xylophone/Medium%20Mallets/Xylo_Medium_G6_pp_01_far.wav" - }, - "xylophone_soft_pp": { - "C4": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C4_pp_01_far.wav", - "C5": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C5_pp_01_far.wav", - "C6": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C6_pp_01_far.wav", - "C7": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C7_pp_01_far.wav", - "G3": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G3_pp_01_far.wav", - "G4": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G4_pp_01_far.wav", - "G5": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G5_pp_01_far.wav", - "G6": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G6_pp_01_far.wav" - }, - "xylophone_soft_ff": { - "C4": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C4_ff_01_far.wav", - "C5": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C5_ff_01_far.wav", - "C6": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C6_ff_01_far.wav", - "C7": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_C7_ff_01_far.wav", - "G3": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G3_ff_01_far.wav", - "G4": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G4_ff_01_far.wav", - "G5": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G5_ff_01_far.wav", - "G6": "Idiophones/Struck%20Idiophones/Xylophone/Soft%20Mallets/Xylo_Soft_G6_ff_01_far.wav" - } -} diff --git a/repl/src/App.css b/repl/src/App.css deleted file mode 100644 index 357f3743..00000000 --- a/repl/src/App.css +++ /dev/null @@ -1,35 +0,0 @@ -@import '@strudel.cycles/react/dist/style.css'; -@tailwind base; -@tailwind components; -@tailwind utilities; - -body { - background-color: #222; -} - -.darken::before { - content: ' '; - position: fixed; - top: 0; - left: 0; - width: 100vw; - height: 100vh; - display: block; - background: black; - opacity: 0.5; -} - -.cm-gutters { - display: none !important; -} - -.cm-content { - padding-top: 12px !important; - padding-left: 8px !important; -} - -@layer base { - * { - /* font-family: 'monospace'; */ - } -} diff --git a/repl/src/App.jsx b/repl/src/App.jsx deleted file mode 100644 index 32c088ec..00000000 --- a/repl/src/App.jsx +++ /dev/null @@ -1,292 +0,0 @@ -/* -App.js - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -import { cleanupDraw, cleanupUi, controls, evalScope, logger } from '@strudel.cycles/core'; -import { CodeMirror, cx, flash, useHighlighting, useStrudel } from '@strudel.cycles/react'; -import { - getAudioContext, - getLoadedSamples, - initAudioOnFirstClick, - resetLoadedSamples, - webaudioOutput, -} from '@strudel.cycles/webaudio'; -import { createClient } from '@supabase/supabase-js'; -import { nanoid } from 'nanoid'; -import React, { createContext, useCallback, useEffect, useState } from 'react'; -import * as WebDirt from 'WebDirt'; -import './App.css'; -import { Footer } from './Footer'; -import { Header } from './Header'; -import { prebake } from './prebake.mjs'; -import * as tunes from './tunes.mjs'; - -initAudioOnFirstClick(); - -// Create a single supabase client for interacting with your database -const supabase = createClient( - 'https://pidxdsxphlhzjnzmifth.supabase.co', - 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InBpZHhkc3hwaGxoempuem1pZnRoIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTYyMzA1NTYsImV4cCI6MTk3MTgwNjU1Nn0.bqlw7802fsWRnqU5BLYtmXk_k-D1VFmbkHMywWc15NM', -); - -const modules = [ - import('@strudel.cycles/core'), - import('@strudel.cycles/tonal'), - import('@strudel.cycles/mini'), - import('@strudel.cycles/midi'), - import('@strudel.cycles/xen'), - import('@strudel.cycles/webaudio'), - import('@strudel.cycles/osc'), - import('@strudel.cycles/serial'), - import('@strudel.cycles/soundfonts'), - import('@strudel.cycles/csound'), -]; - -evalScope( - controls, // sadly, this cannot be exported from core direclty - { WebDirt }, - ...modules, -); - -export let loadedSamples = []; -const presets = prebake(); - -Promise.all([...modules, presets]).then((data) => { - // console.log('modules and sample registry loade', data); - loadedSamples = Object.entries(getLoadedSamples() || {}); -}); - -const getTime = () => getAudioContext().currentTime; - -async function initCode() { - // load code from url hash (either short hash from database or decode long hash) - try { - const initialUrl = window.location.href; - const hash = initialUrl.split('?')[1]?.split('#')?.[0]; - const codeParam = window.location.href.split('#')[1]; - // looking like https://strudel.tidalcycles.org/?J01s5i1J0200 (fixed hash length) - if (codeParam) { - // looking like https://strudel.tidalcycles.org/#ImMzIGUzIg%3D%3D (hash length depends on code length) - return atob(decodeURIComponent(codeParam || '')); - } else if (hash) { - return supabase - .from('code') - .select('code') - .eq('hash', hash) - .then(({ data, error }) => { - if (error) { - console.warn('failed to load hash', err); - } - if (data.length) { - console.log('load hash from database', hash); - return data[0].code; - } - }); - } - } catch (err) { - console.warn('failed to decode', err); - } -} - -function getRandomTune() { - const allTunes = Object.entries(tunes); - const randomItem = (arr) => arr[Math.floor(Math.random() * arr.length)]; - const [name, code] = randomItem(allTunes); - return { name, code }; -} - -const { code: randomTune, name } = getRandomTune(); - -export const AppContext = createContext(); - -function App() { - const [view, setView] = useState(); // codemirror view - const [lastShared, setLastShared] = useState(); - const [activeFooter, setActiveFooter] = useState(''); - const [isZen, setIsZen] = useState(false); - const [pending, setPending] = useState(false); - - const { code, setCode, scheduler, evaluate, activateCode, isDirty, activeCode, pattern, started, stop, error } = - useStrudel({ - initialCode: '// LOADING', - defaultOutput: webaudioOutput, - getTime, - autolink: true, - beforeEval: () => { - cleanupUi(); - cleanupDraw(); - setPending(true); - }, - afterEval: () => { - setPending(false); - }, - onToggle: (play) => !play && cleanupDraw(false), - }); - - // init code - useEffect(() => { - initCode().then((decoded) => { - if (!decoded) { - setActiveFooter('intro'); // TODO: get rid - } - logger( - `Welcome to Strudel! ${ - decoded ? `I have loaded the code from the URL.` : `A random code snippet named "${name}" has been loaded!` - } Press play or hit ctrl+enter to run it!`, - 'highlight', - ); - setCode(decoded || randomTune); - }); - }, []); - - // keyboard shortcuts - useKeydown( - useCallback( - async (e) => { - if (e.ctrlKey || e.altKey) { - if (e.code === 'Enter') { - e.preventDefault(); - flash(view); - await activateCode(); - } else if (e.code === 'Period') { - stop(); - e.preventDefault(); - } - } - }, - [activateCode, stop, view], - ), - ); - - // highlighting - useHighlighting({ - view, - pattern, - active: started && !activeCode?.includes('strudel disable-highlighting'), - getTime: () => scheduler.getPhase(), - }); - - // - // UI Actions - // - - const handleChangeCode = useCallback( - (c) => { - setCode(c); - started && logger('[edit] code changed. hit ctrl+enter to update'); - }, - [started], - ); - const handleSelectionChange = useCallback((selection) => { - // TODO: scroll to selected function in reference - // console.log('selectino change', selection.ranges[0].from); - }, []); - const handleTogglePlay = async () => { - await getAudioContext().resume(); // fixes no sound in ios webkit - if (!started) { - logger('[repl] started. tip: you can also start by pressing ctrl+enter', 'highlight'); - activateCode(); - } else { - logger('[repl] stopped. tip: you can also stop by pressing ctrl+dot', 'highlight'); - stop(); - } - }; - const handleUpdate = () => { - isDirty && activateCode(); - logger('[repl] code updated! tip: you can also update the code by pressing ctrl+enter', 'highlight'); - }; - - const handleShuffle = async () => { - const { code, name } = getRandomTune(); - logger(`[repl] ✨ loading random tune "${name}"`); - resetLoadedSamples(); - await prebake(); // declare default samples - await evaluate(code, false); - }; - - const handleShare = async () => { - const codeToShare = activeCode || code; - if (lastShared === codeToShare) { - logger(`Link already generated!`, 'error'); - return; - } - // generate uuid in the browser - const hash = nanoid(12); - const { data, error } = await supabase.from('code').insert([{ code: codeToShare, hash }]); - if (!error) { - setLastShared(activeCode || code); - const shareUrl = window.location.origin + '?' + hash; - // copy shareUrl to clipboard - await navigator.clipboard.writeText(shareUrl); - const message = `Link copied to clipboard: ${shareUrl}`; - alert(message); - // alert(message); - logger(message, 'highlight'); - } else { - console.log('error', error); - const message = `Error: ${error.message}`; - // alert(message); - logger(message); - } - }; - - return ( - // bg-gradient-to-t from-blue-900 to-slate-900 - // bg-gradient-to-t from-green-900 to-slate-900 - -
-
-
- -
- {error && ( -
{error.message || 'Unknown Error :-/'}
- )} -
-
-
- ); -} - -export default App; - -export function useEvent(name, onTrigger, useCapture = false) { - useEffect(() => { - document.addEventListener(name, onTrigger, useCapture); - return () => { - document.removeEventListener(name, onTrigger, useCapture); - }; - }, [onTrigger]); -} -function useKeydown(onTrigger) { - useEvent('keydown', onTrigger, true); -} diff --git a/repl/src/Footer.jsx b/repl/src/Footer.jsx deleted file mode 100644 index b3f0ddb0..00000000 --- a/repl/src/Footer.jsx +++ /dev/null @@ -1,196 +0,0 @@ -import XMarkIcon from '@heroicons/react/20/solid/XMarkIcon'; -import { logger } from '@strudel.cycles/core'; -import { cx } from '@strudel.cycles/react'; -import { nanoid } from 'nanoid'; -import React, { useContext, useCallback, useLayoutEffect, useRef, useState } from 'react'; -import { useEvent, loadedSamples, AppContext } from './App'; -import { Reference } from './Reference'; - -export function Footer() { - // const [activeFooter, setActiveFooter] = useState('console'); - const { activeFooter, setActiveFooter, isZen } = useContext(AppContext); - const footerContent = useRef(); - const [log, setLog] = useState([]); - - useLayoutEffect(() => { - if (footerContent.current && activeFooter === 'console') { - // scroll log box to bottom when log changes - footerContent.current.scrollTop = footerContent.current?.scrollHeight; - } - }, [log, activeFooter]); - useLayoutEffect(() => { - if (!footerContent.current) { - } else if (activeFooter === 'console') { - footerContent.current.scrollTop = footerContent.current?.scrollHeight; - } else { - footerContent.current.scrollTop = 0; - } - }, [activeFooter]); - - useLogger( - useCallback((e) => { - const { message, type, data } = e.detail; - setLog((l) => { - const lastLog = l.length ? l[l.length - 1] : undefined; - const id = nanoid(12); - // if (type === 'loaded-sample' && lastLog.type === 'load-sample' && lastLog.url === data.url) { - if (type === 'loaded-sample') { - // const loadIndex = l.length - 1; - const loadIndex = l.findIndex(({ data: { url }, type }) => type === 'load-sample' && url === data.url); - l[loadIndex] = { message, type, id, data }; - } else if (lastLog && lastLog.message === message) { - l = l.slice(0, -1).concat([{ message, type, count: (lastLog.count ?? 1) + 1, id, data }]); - } else { - l = l.concat([{ message, type, id, data }]); - } - return l.slice(-20); - }); - }, []), - ); - - const FooterTab = ({ children, name, label }) => ( - <> -
setActiveFooter(name)} - className={cx( - 'h-8 px-2 text-white cursor-pointer hover:text-tertiary flex items-center space-x-1 border-b', - activeFooter === name ? 'border-white hover:border-tertiary' : 'border-transparent', - )} - > - {label || name} -
- {activeFooter === name && <>{children}} - - ); - if (isZen) { - return null; - } - return ( -
-
-
- - - - -
- {activeFooter !== '' && ( - - )} -
- {activeFooter !== '' && ( -
- {activeFooter === 'intro' && ( -
-

- 🌀 welcome -

-

- You have found strudel, a new live coding platform to write dynamic - music pieces in the browser! It is free and open-source and made for beginners and experts alike. To get - started: -
-
- 1. hit play - 2. change something{' '} - - 3. hit update -
- If you don't like what you hear, try shuffle! -

-

- To learn more about what this all means, check out the{' '} - - interactive tutorial - - . Also feel free to join the{' '} - - tidalcycles discord channel - {' '} - to ask any questions, give feedback or just say hello. -

-

about

-

- strudel is a JavaScript version of{' '} - - tidalcycles - - , which is a popular live coding language for music, written in Haskell. You can find the source code at{' '} - - github - - . Please consider to{' '} - - support this project - {' '} - to ensure ongoing development 💖 -

-
- )} - {activeFooter === 'console' && ( -
- {log.map((l, i) => { - const message = linkify(l.message); - return ( -
- - {l.count ? ` (${l.count})` : ''} -
- ); - })} -
- )} - {activeFooter === 'samples' && ( -
- {loadedSamples.length} banks loaded: - {loadedSamples.map(([name, samples]) => ( - {}}> - {' '} - {name}( - {Array.isArray(samples) - ? samples.length - : typeof samples === 'object' - ? Object.values(samples).length - : 1} - ){' '} - - ))} -
- )} - {activeFooter === 'reference' && } -
- )} -
- ); -} - -function useLogger(onTrigger) { - useEvent(logger.key, onTrigger); -} - -function linkify(inputText) { - var replacedText, replacePattern1, replacePattern2, replacePattern3; - - //URLs starting with http://, https://, or ftp:// - replacePattern1 = /(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim; - replacedText = inputText.replace(replacePattern1, '$1'); - - //URLs starting with "www." (without // before it, or it'd re-link the ones done above). - replacePattern2 = /(^|[^\/])(www\.[\S]+(\b|$))/gim; - replacedText = replacedText.replace( - replacePattern2, - '$1$2', - ); - - //Change email addresses to mailto:: links. - replacePattern3 = /(([a-zA-Z0-9\-\_\.])+@[a-zA-Z\_]+?(\.[a-zA-Z]{2,6})+)/gim; - replacedText = replacedText.replace(replacePattern3, '$1'); - - return replacedText; -} diff --git a/repl/src/Header.jsx b/repl/src/Header.jsx deleted file mode 100644 index 0182fee5..00000000 --- a/repl/src/Header.jsx +++ /dev/null @@ -1,140 +0,0 @@ -import AcademicCapIcon from '@heroicons/react/20/solid/AcademicCapIcon'; -import CommandLineIcon from '@heroicons/react/20/solid/CommandLineIcon'; -import LinkIcon from '@heroicons/react/20/solid/LinkIcon'; -import PlayCircleIcon from '@heroicons/react/20/solid/PlayCircleIcon'; -import SparklesIcon from '@heroicons/react/20/solid/SparklesIcon'; -import StopCircleIcon from '@heroicons/react/20/solid/StopCircleIcon'; -import { cx } from '@strudel.cycles/react'; -import React, { useContext } from 'react'; -import { AppContext } from './App'; -import './App.css'; - -const isEmbedded = window.location !== window.parent.location; - -export function Header() { - const { - started, - pending, - isDirty, - lastShared, - activeCode, - handleTogglePlay, - handleUpdate, - handleShuffle, - handleShare, - isZen, - setIsZen, - } = useContext(AppContext); - return ( - - ); -} diff --git a/repl/src/Reference.jsx b/repl/src/Reference.jsx deleted file mode 100644 index 680801cc..00000000 --- a/repl/src/Reference.jsx +++ /dev/null @@ -1,38 +0,0 @@ -import jsdocJson from '../../doc.json'; -const visibleFunctions = jsdocJson.docs - .filter(({ name, description }) => name && !name.startsWith('_') && !!description) - .sort((a, b) => a.meta.filename.localeCompare(b.meta.filename) + a.name.localeCompare(b.name)); - -export function Reference() { - return ( -
-
- {visibleFunctions.map((entry, i) => ( - - {entry.name} {/* {entry.meta.filename} */} - - ))} -
-
-
-

API Reference

-

- This is the long list functions you can use! Remember that you don't need to remember all of those and that - you can already make music with a small set of functions! -

- {visibleFunctions.map((entry, i) => ( -
-

{entry.name}

- {/* {entry.meta.filename} */} - -

- {entry.examples?.map((example, j) => ( -
{example}
- ))} -
- ))} -
-
-
- ); -} diff --git a/repl/src/favicon.ico b/repl/src/favicon.ico deleted file mode 100644 index 7a9d261f..00000000 Binary files a/repl/src/favicon.ico and /dev/null differ diff --git a/repl/src/index.css b/repl/src/index.css deleted file mode 100644 index 7323ae85..00000000 --- a/repl/src/index.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', - 'Droid Sans', 'Helvetica Neue', sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; -} diff --git a/repl/src/logo.svg b/repl/src/logo.svg deleted file mode 100644 index 209658c6..00000000 --- a/repl/src/logo.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - Layer 1 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/repl/src/main.jsx b/repl/src/main.jsx deleted file mode 100644 index 8f1377d3..00000000 --- a/repl/src/main.jsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import App from './App'; -import './index.css'; - -ReactDOM.render( - - - , - document.getElementById('root'), -); diff --git a/repl/src/prebake.mjs b/repl/src/prebake.mjs deleted file mode 100644 index a2e97062..00000000 --- a/repl/src/prebake.mjs +++ /dev/null @@ -1,33 +0,0 @@ -import { Pattern, toMidi, valueToMidi } from '@strudel.cycles/core'; -import { samples } from '@strudel.cycles/webaudio'; - -export async function prebake({ isMock = false, baseDir = '.' } = {}) { - if (!isMock) { - // https://archive.org/details/SalamanderGrandPianoV3 - // License: CC-by http://creativecommons.org/licenses/by/3.0/ Author: Alexander Holm - return await Promise.all([ - samples('piano.json', `${baseDir}/piano/`), - // https://github.com/sgossner/VCSL/ - // https://api.github.com/repositories/126427031/contents/ - // LICENSE: CC0 general-purpose - samples('vcsl.json', 'github:sgossner/VCSL/master/'), - samples('tidal-drum-machines.json', 'github:ritchse/tidal-drum-machines/main/machines/'), - samples('EmuSP12.json', `${baseDir}/EmuSP12/`), - ]); - } -} - -const maxPan = toMidi('C8'); -const panwidth = (pan, width) => pan * width + (1 - width) / 2; - -Pattern.prototype.piano = function () { - return this.clip(1) - .s('piano') - .release(0.1) - .fmap((value) => { - const midi = valueToMidi(value); - // pan by pitch - const pan = panwidth(Math.min(Math.round(midi) / maxPan, 1), 0.5); - return { ...value, pan: (value.pan || 1) * pan }; - }); -}; diff --git a/repl/src/runtime.mjs b/repl/src/runtime.mjs deleted file mode 100644 index d728f805..00000000 --- a/repl/src/runtime.mjs +++ /dev/null @@ -1,241 +0,0 @@ -// this file contains a runtime scope for testing all the tunes -// it mocks all the functions that won't work in node (who are not important for testing values / structure) -// it might require mocking more stuff when tunes added that use other functions - -// import * as tunes from './tunes.mjs'; -// import { evaluate } from '@strudel.cycles/eval'; -import { evaluate } from '@strudel.cycles/transpiler'; -import { evalScope } from '@strudel.cycles/core'; -import * as strudel from '@strudel.cycles/core'; -import * as webaudio from '@strudel.cycles/webaudio'; -import controls from '@strudel.cycles/core/controls.mjs'; -// import gist from '@strudel.cycles/core/gist.js'; -import { mini } from '@strudel.cycles/mini/mini.mjs'; -// import { Tone } from '@strudel.cycles/tone'; -// import * as toneHelpers from '@strudel.cycles/tone/tone.mjs'; -// import * as voicingHelpers from '@strudel.cycles/tonal/voicings.mjs'; -// import * as uiHelpers from '@strudel.cycles/tone/ui.mjs'; -// import * as drawHelpers from '@strudel.cycles/tone/draw.mjs'; -// import euclid from '@strudel.cycles/core/euclid.mjs'; -// import '@strudel.cycles/tone/tone.mjs'; -// import '@strudel.cycles/midi/midi.mjs'; -import * as tonalHelpers from '@strudel.cycles/tonal'; -import '@strudel.cycles/xen/xen.mjs'; -// import '@strudel.cycles/xen/tune.mjs'; -// import '@strudel.cycles/core/euclid.mjs'; -// import '@strudel.cycles/core/speak.mjs'; // window is not defined -// import '@strudel.cycles/tone/pianoroll.mjs'; -// import '@strudel.cycles/tone/draw.mjs'; -// import '@strudel.cycles/osc/osc.mjs'; -// import '@strudel.cycles/webaudio/webaudio.mjs'; -// import '@strudel.cycles/serial/serial.mjs'; -// import controls from '@strudel.cycles/core/controls.mjs'; - -import { prebake } from './prebake.mjs'; - -class MockedNode { - chain() { - return this; - } - connect() { - return this; - } - toDestination() { - return this; - } - set() { - return this; - } - start() { - return this; - } -} - -const mockNode = () => new MockedNode(); - -const id = (x) => x; - -const toneHelpersMocked = { - FeedbackDelay: MockedNode, - MembraneSynth: MockedNode, - NoiseSynth: MockedNode, - MetalSynth: MockedNode, - Synth: MockedNode, - PolySynth: MockedNode, - Chorus: MockedNode, - Freeverb: MockedNode, - Gain: MockedNode, - Reverb: MockedNode, - vol: mockNode, - out: id, - osc: id, - adsr: id, - getDestination: id, - players: mockNode, - sampler: mockNode, - synth: mockNode, - piano: mockNode, - polysynth: mockNode, - fmsynth: mockNode, - membrane: mockNode, - noise: mockNode, - metal: mockNode, - lowpass: mockNode, - highpass: mockNode, -}; - -strudel.Pattern.prototype.osc = function () { - return this; -}; -strudel.Pattern.prototype.csound = function () { - return this; -}; -strudel.Pattern.prototype.tone = function () { - return this; -}; -strudel.Pattern.prototype.webdirt = function () { - return this; -}; - -// draw mock -strudel.Pattern.prototype.pianoroll = function () { - return this; -}; - -// speak mock -strudel.Pattern.prototype.speak = function () { - return this; -}; - -// webaudio mock -strudel.Pattern.prototype.wave = function () { - return this; -}; -strudel.Pattern.prototype.filter = function () { - return this; -}; -strudel.Pattern.prototype.adsr = function () { - return this; -}; -strudel.Pattern.prototype.out = function () { - return this; -}; -strudel.Pattern.prototype.soundfont = function () { - return this; -}; -// tune mock -strudel.Pattern.prototype.tune = function () { - return this; -}; - -strudel.Pattern.prototype.midi = function () { - return this; -}; - -const uiHelpersMocked = { - backgroundImage: id, -}; - -prebake({ isMock: true }); - -const canvasCtx = { - clearRect: () => {}, - fillText: () => {}, - fillRect: () => {}, - canvas: { - width: 100, - height: 100, - }, -}; -const audioCtx = { - currentTime: 1, -}; -const getDrawContext = () => canvasCtx; -const getAudioContext = () => audioCtx; -const loadSoundfont = () => {}; -const loadCsound = () => {}; -const loadCSound = () => {}; -const loadcsound = () => {}; - -// TODO: refactor to evalScope -evalScope( - // Tone, - strudel, - toneHelpersMocked, - uiHelpersMocked, - controls, - webaudio, - tonalHelpers, - /* controls, - toneHelpers, - voicingHelpers, - drawHelpers, - uiHelpers, - */ - { - // gist, - // euclid, - csound: id, - loadOrc: id, - mini, - getDrawContext, - getAudioContext, - loadSoundfont, - loadCSound, - loadCsound, - loadcsound, - Clock: {}, // whatever - // Tone, - }, -); - -export const queryCode = async (code, cycles = 1) => { - const { pattern } = await evaluate(code); - const haps = pattern.queryArc(0, cycles); - return haps.map((h) => h.show(true)); -}; - -export const testCycles = { - timeCatMini: 16, - timeCat: 8, - shapeShifted: 16, - tetrisMini: 16, - whirlyStrudel: 16, - swimming: 51, - giantSteps: 20, - giantStepsReggae: 25, - transposedChordsHacked: 8, - scaleTranspose: 16, - struct: 4, - magicSofa: 8, - confusedPhone: 8, - zeldasRescue: 48, - technoDrums: 4, - caverave: 60, - callcenterhero: 22, - primalEnemy: 4, - synthDrums: 4, - sampleDrums: 4, - xylophoneCalling: 60, - sowhatelse: 60, - barryHarris: 64, - wavyKalimba: 64, - jemblung: 12, - risingEnemy: 12, - festivalOfFingers: 16, - festivalOfFingers2: 22, - undergroundPlumber: 20, - bridgeIsOver: 16, - goodTimes: 16, - echoPiano: 8, - sml1: 48, - speakerman: 48, - randomBells: 24, - waa: 16, - waar: 16, - hyperpop: 10, - festivalOfFingers3: 16, -}; - -// fixed: https://strudel.tidalcycles.org/?DBp75NUfSxIn (missing .note()) -// bug: https://strudel.tidalcycles.org/?xHaKTd1kTpCn + https://strudel.tidalcycles.org/?o5LLePbx8kiQ diff --git a/repl/src/shoot.mjs b/repl/src/shoot.mjs deleted file mode 100644 index d05f4850..00000000 --- a/repl/src/shoot.mjs +++ /dev/null @@ -1,11 +0,0 @@ -// this script will render all example tunes and log them to the console. -// it is intended to be written to tunes.snapshot.mjs using `npm run snapshot` - -import * as tunes from './tunes.mjs'; -import { queryCode, testCycles } from './runtime.mjs'; - -Object.entries(tunes).forEach(([key, code]) => { - queryCode(code, testCycles[key] || 1).then((haps) => { - console.log(`export const ${key} = ${JSON.stringify(haps)}`); - }); -}); diff --git a/repl/src/static.mjs b/repl/src/static.mjs deleted file mode 100644 index f0746477..00000000 --- a/repl/src/static.mjs +++ /dev/null @@ -1,63 +0,0 @@ -/* -static.mjs - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -import { Tone } from '@strudel.cycles/tone'; -import { State, TimeSpan } from '@strudel.cycles/core'; -import { evaluate } from '@strudel.cycles/eval'; -import { webaudioOutputTrigger } from '@strudel.cycles/webaudio'; - -// this is a test to play back events with as less runtime code as possible.. -// the code asks for the number of seconds to prequery -// after the querying is done, the events are scheduled -// after the scheduling is done, the transport is started -// nothing happens while tone.js runs except the schedule callback, which is a thin wrapper around triggerAttackRelease calls -// so all glitches that appear here should have nothing to do with strudel and or the repl - -async function playStatic(code) { - Tone.getTransport().cancel(); - Tone.getTransport().stop(); - let start, took; - const seconds = Number(prompt('How many seconds to run?')) || 60; - start = performance.now(); - console.log('evaluating..'); - const { pattern: pat } = await evaluate(code); - took = performance.now() - start; - console.log('evaluate took', took, 'ms'); - console.log('querying..'); - start = performance.now(); - const events = pat - ?.query(new State(new TimeSpan(0, seconds))) - ?.filter((event) => event.part.begin.equals(event.whole.begin)) - ?.map((event) => ({ - time: event.whole.begin.valueOf(), - duration: event.whole.end.sub(event.whole.begin).valueOf(), - value: event.value, - context: event.context, - })); - took = performance.now() - start; - console.log('query took', took, 'ms'); - console.log('scheduling..'); - start = performance.now(); - events.forEach((event) => { - Tone.getTransport().schedule((time) => { - try { - const { onTrigger = webaudioOutputTrigger } = event.context; - onTrigger(time, event); - } catch (err) { - console.warn(err); - err.message = 'unplayable event: ' + err?.message; - console.error(err); - } - }, event.time); - }); - took = performance.now() - start; - console.log('scheduling took', took, 'ms'); - console.log('now starting!'); - - Tone.getTransport().start('+0.5'); -} - -export default playStatic; diff --git a/repl/src/test/__snapshots__/shared.test.mjs.snap b/repl/src/test/__snapshots__/shared.test.mjs.snap deleted file mode 100644 index 8740aea6..00000000 --- a/repl/src/test/__snapshots__/shared.test.mjs.snap +++ /dev/null @@ -1,6928 +0,0 @@ -// Vitest Snapshot v1 - -exports[`renders shared tunes > shared tune 10 https://strudel.tidalcycles.org/?nLsPXvEPTcQF 1`] = ` -[ - "0/1 -> 3/2: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "3/4 -> 9/8: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "0/1 -> 3/2: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "3/16 -> 3/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/16 -> 3/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 3/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 3/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/16 -> 3/8: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/16 -> 3/8: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 3/16: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 11 https://strudel.tidalcycles.org/?ac7iGrXwBA_D 1`] = ` -[ - "0/1 -> 3/2: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "3/4 -> 9/8: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "0/1 -> 3/2: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "3/16 -> 3/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/16 -> 3/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 3/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 3/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/16 -> 3/8: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/16 -> 3/8: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 3/16: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 12 https://strudel.tidalcycles.org/?0l5OmIwd4Xhc 1`] = ` -[ - "0/1 -> 3/1: {\\"n\\":\\"B3\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"D4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"E4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"G4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 9/2: {\\"n\\":\\"C5\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/4: {\\"n\\":\\"C2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":864.536878321087,\\"gain\\":0.3}", - "0/1 -> 3/4: {\\"s\\":\\"bd\\",\\"speed\\":0.9107561463868479,\\"n\\":3}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.9931522866332672,\\"n\\":3}", - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"speed\\":0.9036881079621337,\\"n\\":3}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"speed\\":0.9519542165100575,\\"n\\":3}", -] -`; - -exports[`renders shared tunes > shared tune 13 https://strudel.tidalcycles.org/?a5zB31-92Q7M 1`] = ` -[ - "0/1 -> 1/1: {\\"s\\":\\"bd\\"}", -] -`; - -exports[`renders shared tunes > shared tune 14 https://strudel.tidalcycles.org/?ZNO6a_vBjz65 1`] = ` -[ - "0/1 -> 2/3: F3", - "2/3 -> 1/1: Ab3", - "0/1 -> 2/3: Ab3", - "2/3 -> 1/1: C4", - "1/3 -> 5/12: Eb4", - "1/2 -> 7/12: Eb4", - "1/3 -> 5/12: G4", - "1/2 -> 7/12: G4", - "241/675 -> 49/75: F1", - "0/1 -> 2/3: c2", - "2/3 -> 4/3: c2", - "2/3 -> 4/3: c2", - "0/1 -> 1/3: c4", - "1/3 -> 2/3: c4", - "2/3 -> 1/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 15 https://strudel.tidalcycles.org/?8sxdCCcYKcvp 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2206.5338497506646,\\"resonance\\":10,\\"clip\\":1}", - "3/8 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2827.098521493671,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 7/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3366.0584981088073,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 16 https://strudel.tidalcycles.org/?PIG8q54uhQ5h 1`] = ` -[ - "0/1 -> 3/1: {\\"n\\":\\"B3\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"D4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"E4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"G4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 9/2: {\\"n\\":\\"C5\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/4: {\\"n\\":\\"C2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":864.536878321087,\\"gain\\":0.3}", - "0/1 -> 3/4: {\\"s\\":\\"bd\\",\\"speed\\":0.9107561463868479,\\"n\\":3}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.9931522866332672,\\"n\\":3}", - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"speed\\":0.9036881079621337,\\"n\\":3}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"speed\\":0.9519542165100575,\\"n\\":3}", -] -`; - -exports[`renders shared tunes > shared tune 18 https://strudel.tidalcycles.org/?RyZi9bqqcQku 1`] = ` -[ - "0/1 -> 4/3: B4", - "0/1 -> 1/3: C3", - "1/3 -> 2/3: G3", - "2/3 -> 2/1: E4", -] -`; - -exports[`renders shared tunes > shared tune 19 https://strudel.tidalcycles.org/?83h9X6BCipLc 1`] = ` -[ - "0/1 -> 3/4: F4", - "0/1 -> 3/4: Bb4", - "0/1 -> 3/4: D5", - "3/4 -> 5/4: D4", - "3/4 -> 5/4: G4", - "3/4 -> 5/4: Bb4", - "0/1 -> 3/4: G3", - "3/4 -> 3/2: G3", -] -`; - -exports[`renders shared tunes > shared tune 20 https://strudel.tidalcycles.org/?Ii6-cLJkxdw9 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 21 https://strudel.tidalcycles.org/?-QCLFGNo4Q3J 1`] = ` -[ - "0/1 -> 1/4: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 5/8: {\\"n\\":50,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "3/4 -> 7/8: {\\"n\\":41,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "1/4 -> 1/2: {\\"n\\":74,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/4 -> 7/8: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "0/1 -> 1/4: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 3/4: {\\"n\\":69,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "1/4 -> 1/2: {\\"n\\":55,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/4 -> 1/1: {\\"n\\":81,\\"s\\":\\"square\\",\\"cutoff\\":2000}", -] -`; - -exports[`renders shared tunes > shared tune 22 https://strudel.tidalcycles.org/?vwau_1P_anLs 1`] = ` -[ - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "-3/8 -> 1/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-3/8 -> 1/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-1/4 -> 1/4: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/4 -> 1/4: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/8 -> 3/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "-1/8 -> 3/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "0/1 -> 3/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "0/1 -> 1/4: bd", - "1/2 -> 3/4: bd", - "1/2 -> 1/1: sn", - "1/4 -> 1/2: hh3", - "3/4 -> 1/1: hh3", -] -`; - -exports[`renders shared tunes > shared tune 23 https://strudel.tidalcycles.org/?wVExAEFBUPQB 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "0/1 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "0/1 -> 1/4: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "3/4 -> 1/1: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "3/4 -> 1/1: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 1/1: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "0/1 -> 19/20: {\\"note\\":\\"D2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.42592592592592593}", -] -`; - -exports[`renders shared tunes > shared tune 24 https://strudel.tidalcycles.org/?C8mMgTmvsnue 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 25 https://strudel.tidalcycles.org/?EeNsQ8hdNZwN 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 26 https://strudel.tidalcycles.org/?AoWRw1oZkytb 1`] = ` -[ - "0/1 -> 1/2: e5", - "1/2 -> 3/4: b4", - "3/4 -> 1/1: c5", - "0/1 -> 1/4: e2", - "1/4 -> 1/2: e3", - "1/2 -> 3/4: e2", - "3/4 -> 1/1: e3", -] -`; - -exports[`renders shared tunes > shared tune 27 https://strudel.tidalcycles.org/?UaTcY5YrOahl 1`] = ` -[ - "-1666666666666667/7500000000000000 -> 2/9: G3", - "0/1 -> 4/3: E3", - "0/1 -> 4/3: A3", - "0/1 -> 4/3: D4", - "0/1 -> 4/3: G4", - "0/1 -> 4/3: B4", - "0/1 -> 2/3: D2", - "2/3 -> 7/9: D2", - "8/9 -> 1/1: D2", - "0/1 -> 2/9: c1", - "2/9 -> 4/9: c1", - "4/9 -> 2/3: c1", - "2/3 -> 8/9: c1", - "8/9 -> 10/9: c1", - "2/3 -> 4/3: c3", - "0/1 -> 10/9: c1", - "0/1 -> 16/3: F3", - "0/1 -> 16/3: A3", -] -`; - -exports[`renders shared tunes > shared tune 28 https://strudel.tidalcycles.org/?YPLI4xhBDMpV 1`] = ` -[ - "0/1 -> 1/1: bd", - "0/1 -> 1/4: hh", - "1/4 -> 1/2: hh", - "1/2 -> 3/4: hh", - "3/4 -> 1/1: hh", - "1/2 -> 1/1: sn", -] -`; - -exports[`renders shared tunes > shared tune 29 https://strudel.tidalcycles.org/?amB31Tm55hnv 1`] = ` -[ - "0/1 -> 1/4: B3", - "0/1 -> 1/4: D4", - "0/1 -> 1/4: E4", - "0/1 -> 1/4: G4", - "1/4 -> 1/2: C4", - "1/4 -> 1/2: E4", - "1/4 -> 1/2: F4", - "1/4 -> 1/2: A4", - "1/2 -> 3/4: A3", - "1/2 -> 3/4: C4", - "1/2 -> 3/4: E4", - "1/2 -> 3/4: G4", - "3/4 -> 1/1: B3", - "3/4 -> 1/1: E4", - "3/4 -> 1/1: F4", - "3/4 -> 1/1: A4", - "0/1 -> 1/2: C2", - "1/2 -> 1/1: D2", -] -`; - -exports[`renders shared tunes > shared tune 30 https://strudel.tidalcycles.org/?8OyCVeBYuqru 1`] = ` -[ - "0/1 -> 4/3: B4", - "0/1 -> 1/3: C3", - "1/3 -> 2/3: G3", - "2/3 -> 2/1: E4", -] -`; - -exports[`renders shared tunes > shared tune 31 https://strudel.tidalcycles.org/?lzjNrzv5qXL2 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 32 https://strudel.tidalcycles.org/?b5ZZnwaI-UuT 1`] = ` -[ - "0/1 -> 7/5: {\\"s\\":\\"bd\\",\\"speed\\":0.7779313247650861}", - "7/10 -> 7/5: {\\"s\\":\\"sd\\",\\"speed\\":0.8397284299499006}", - "0/1 -> 7/20: {\\"s\\":\\"hh\\",\\"speed\\":0.7025019456070822}", - "7/20 -> 7/10: {\\"s\\":\\"hh\\",\\"speed\\":0.7428945731647673}", - "7/10 -> 21/20: {\\"s\\":\\"hh\\",\\"speed\\":0.812968076365405}", - "0/1 -> 7/5: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 7/5: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 7/5: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 7/5: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "7/40 -> 7/20: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/20 -> 21/40: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/20 -> 21/40: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/10 -> 7/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/8 -> 21/20: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/8 -> 21/20: {\\"n\\":88.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/40 -> 7/20: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/20 -> 21/40: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/20 -> 21/40: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/10 -> 7/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/8 -> 21/20: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/8 -> 21/20: {\\"n\\":88.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 7/40: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 7/40: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "7/20 -> 21/40: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "21/40 -> 7/10: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "21/40 -> 7/10: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "7/8 -> 21/20: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "7/20 -> 21/40: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "21/40 -> 7/10: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "21/40 -> 7/10: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "7/8 -> 21/20: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "7/40 -> 7/20: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/40 -> 7/20: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "21/40 -> 7/10: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/10 -> 7/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/10 -> 7/8: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "21/40 -> 7/10: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/10 -> 7/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/10 -> 7/8: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 7/40: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 7/40: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/20 -> 21/40: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 7/40: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 7/40: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/20 -> 21/40: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/10 -> 7/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/8 -> 21/20: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/8 -> 21/20: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/10 -> 7/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/8 -> 21/20: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/8 -> 21/20: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 33 https://strudel.tidalcycles.org/?YZksJ_k4TsrS 1`] = ` -[ - "0/1 -> 5/8: F#5", - "5/8 -> 5/4: D5", - "0/1 -> 5/8: A#3", - "0/1 -> 5/8: C#4", - "0/1 -> 5/8: D#4", - "0/1 -> 5/8: F#4", - "5/8 -> 5/4: F#3", - "5/8 -> 5/4: B3", - "5/8 -> 5/4: C4", - "5/8 -> 5/4: E4", - "0/1 -> 5/8: B2", - "5/8 -> 5/4: D2", -] -`; - -exports[`renders shared tunes > shared tune 34 https://strudel.tidalcycles.org/?e9-pyQN6vY8E 1`] = ` -[ - "0/1 -> 2/1: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "0/1 -> 2/1: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "0/1 -> 1/3: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "1/6 -> 1/2: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/3 -> 2/3: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "1/2 -> 5/6: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 1/1: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "5/6 -> 7/6: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "5/6 -> 7/6: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 2/1: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "0/1 -> 2/1: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "0/1 -> 2/1: {\\"note\\":\\"G3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5046296296296297}", - "0/1 -> 2/1: {\\"note\\":\\"G3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5046296296296297}", -] -`; - -exports[`renders shared tunes > shared tune 35 https://strudel.tidalcycles.org/?ar2sdYnjIBLm 1`] = ` -[ - "0/1 -> 5/8: F#5", - "5/8 -> 5/4: D5", - "0/1 -> 5/8: A#3", - "0/1 -> 5/8: C#4", - "0/1 -> 5/8: D#4", - "0/1 -> 5/8: F#4", - "5/8 -> 5/4: F#3", - "5/8 -> 5/4: B3", - "5/8 -> 5/4: C4", - "5/8 -> 5/4: E4", - "0/1 -> 5/8: B2", - "5/8 -> 5/4: D2", -] -`; - -exports[`renders shared tunes > shared tune 38 https://strudel.tidalcycles.org/?RDyvc3SOo6kX 1`] = `[]`; - -exports[`renders shared tunes > shared tune 39 https://strudel.tidalcycles.org/?E9HzjWmePz3x 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: B1", - "3/4 -> 1/1: B1", - "1/4 -> 13/44: A3", - "1/4 -> 13/44: C#4", - "1/4 -> 13/44: D4", - "1/4 -> 13/44: F#4", -] -`; - -exports[`renders shared tunes > shared tune 40 https://strudel.tidalcycles.org/?qk6JW1Bmi26s 1`] = ` -[ - "0/1 -> 1/1: {\\"n\\":\\"C2\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":500}", - "1/2 -> 3/5: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "1/2 -> 3/5: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "1/2 -> 3/5: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "1/2 -> 3/5: {\\"note\\":\\"G4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-3/8 -> -11/40: {\\"note\\":\\"B3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-3/8 -> -11/40: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-3/8 -> -11/40: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-3/8 -> -11/40: {\\"note\\":\\"Ab4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "5/8 -> 29/40: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "5/8 -> 29/40: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "5/8 -> 29/40: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "5/8 -> 29/40: {\\"note\\":\\"G4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/4 -> -3/20: {\\"note\\":\\"B3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/4 -> -3/20: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/4 -> -3/20: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/4 -> -3/20: {\\"note\\":\\"Ab4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "3/4 -> 17/20: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "3/4 -> 17/20: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "3/4 -> 17/20: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "3/4 -> 17/20: {\\"note\\":\\"G4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/8 -> -1/40: {\\"note\\":\\"B3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/8 -> -1/40: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/8 -> -1/40: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "-1/8 -> -1/40: {\\"note\\":\\"Ab4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "7/8 -> 39/40: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "7/8 -> 39/40: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "7/8 -> 39/40: {\\"note\\":\\"Eb4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", - "7/8 -> 39/40: {\\"note\\":\\"G4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000,\\"gain\\":0.6}", -] -`; - -exports[`renders shared tunes > shared tune 41 https://strudel.tidalcycles.org/?c59geCmbANy8 1`] = ` -[ - "0/1 -> 1/3: C3", - "1/3 -> 2/3: E3", - "2/3 -> 1/1: G3", -] -`; - -exports[`renders shared tunes > shared tune 42 https://strudel.tidalcycles.org/?WD53HbM4B3Xf 1`] = ` -[ - "0/1 -> 1/3: C3", - "1/3 -> 2/3: E3", - "2/3 -> 1/1: G3", - "-1/12 -> 1/4: F6", - "1/4 -> 7/12: C3", - "7/12 -> 11/12: E3", - "11/12 -> 5/4: G3", - "-1/6 -> 1/6: C6", - "1/6 -> 1/2: F6", - "1/2 -> 5/6: C3", - "5/6 -> 7/6: E3", - "-1/4 -> 1/12: A5", - "1/12 -> 5/12: C6", - "5/12 -> 3/4: F6", - "3/4 -> 13/12: C3", -] -`; - -exports[`renders shared tunes > shared tune 43 https://strudel.tidalcycles.org/?g7c_nZZ1fVJS 1`] = ` -[ - "0/1 -> 1/3: C3", - "1/3 -> 2/3: E3", - "2/3 -> 1/1: G3", - "-1/12 -> 1/4: F6", - "1/4 -> 7/12: C3", - "7/12 -> 11/12: E3", - "11/12 -> 5/4: G3", - "-1/6 -> 1/6: C6", - "1/6 -> 1/2: F6", - "1/2 -> 5/6: C3", - "5/6 -> 7/6: E3", - "-1/4 -> 1/12: A5", - "1/12 -> 5/12: C6", - "5/12 -> 3/4: F6", - "3/4 -> 13/12: C3", -] -`; - -exports[`renders shared tunes > shared tune 44 https://strudel.tidalcycles.org/?Don6HOPD2Wwc 1`] = ` -[ - "0/1 -> 1/3: C3", - "1/3 -> 2/3: E3", - "2/3 -> 1/1: G3", - "1/20 -> 3/20: C5", - "3/20 -> 1/4: C5", - "1/20 -> 3/20: F5", - "3/20 -> 1/4: F5", - "1/20 -> 3/20: A5", - "3/20 -> 1/4: A5", - "1/20 -> 3/20: C6", - "3/20 -> 1/4: C6", - "1/20 -> 3/20: F6", - "3/20 -> 1/4: F6", - "1/4 -> 7/12: C3", - "7/12 -> 11/12: E3", - "11/12 -> 5/4: G3", - "3/10 -> 2/5: C5", - "2/5 -> 1/2: C5", - "3/10 -> 2/5: F5", - "2/5 -> 1/2: F5", - "3/10 -> 2/5: A5", - "2/5 -> 1/2: A5", - "3/10 -> 2/5: C6", - "2/5 -> 1/2: C6", - "3/10 -> 2/5: F6", - "2/5 -> 1/2: F6", - "1/2 -> 5/6: C3", - "5/6 -> 7/6: E3", - "11/20 -> 13/20: C5", - "13/20 -> 3/4: C5", - "11/20 -> 13/20: F5", - "13/20 -> 3/4: F5", - "11/20 -> 13/20: A5", - "13/20 -> 3/4: A5", - "11/20 -> 13/20: C6", - "13/20 -> 3/4: C6", - "11/20 -> 13/20: F6", - "13/20 -> 3/4: F6", - "3/4 -> 13/12: C3", - "4/5 -> 9/10: C5", - "9/10 -> 1/1: C5", - "4/5 -> 9/10: F5", - "9/10 -> 1/1: F5", - "4/5 -> 9/10: A5", - "9/10 -> 1/1: A5", - "4/5 -> 9/10: C6", - "9/10 -> 1/1: C6", - "4/5 -> 9/10: F6", - "9/10 -> 1/1: F6", - "-1/12 -> 1/4: F6", -] -`; - -exports[`renders shared tunes > shared tune 45 https://strudel.tidalcycles.org/?T8n8F1Fvew9g 1`] = ` -[ - "0/1 -> 1/3: C3", - "1/3 -> 2/3: E3", - "2/3 -> 1/1: G3", - "0/1 -> 1/8: C5", - "1/8 -> 1/4: C5", - "0/1 -> 1/8: F5", - "1/8 -> 1/4: F5", - "0/1 -> 1/8: A5", - "1/8 -> 1/4: A5", - "0/1 -> 1/8: C6", - "1/8 -> 1/4: C6", - "0/1 -> 1/8: F6", - "1/8 -> 1/4: F6", - "1/4 -> 7/12: C3", - "7/12 -> 11/12: E3", - "11/12 -> 5/4: G3", - "1/4 -> 3/8: C5", - "3/8 -> 1/2: C5", - "1/4 -> 3/8: F5", - "3/8 -> 1/2: F5", - "1/4 -> 3/8: A5", - "3/8 -> 1/2: A5", - "1/4 -> 3/8: C6", - "3/8 -> 1/2: C6", - "1/4 -> 3/8: F6", - "3/8 -> 1/2: F6", - "1/2 -> 5/6: C3", - "5/6 -> 7/6: E3", - "1/2 -> 5/8: C5", - "5/8 -> 3/4: C5", - "1/2 -> 5/8: F5", - "5/8 -> 3/4: F5", - "1/2 -> 5/8: A5", - "5/8 -> 3/4: A5", - "1/2 -> 5/8: C6", - "5/8 -> 3/4: C6", - "1/2 -> 5/8: F6", - "5/8 -> 3/4: F6", - "3/4 -> 13/12: C3", - "3/4 -> 7/8: C5", - "7/8 -> 1/1: C5", - "3/4 -> 7/8: F5", - "7/8 -> 1/1: F5", - "3/4 -> 7/8: A5", - "7/8 -> 1/1: A5", - "3/4 -> 7/8: C6", - "7/8 -> 1/1: C6", - "3/4 -> 7/8: F6", - "7/8 -> 1/1: F6", - "-1/12 -> 1/4: F6", -] -`; - -exports[`renders shared tunes > shared tune 46 https://strudel.tidalcycles.org/?wj1_oPJEGjUu 1`] = ` -[ - "1/2 -> 1/1: a4", - "3/4 -> 1/1: a1", - "1/2 -> 3/4: a2", - "1/4 -> 1/2: a1", - "0/1 -> 1/4: a2", -] -`; - -exports[`renders shared tunes > shared tune 47 https://strudel.tidalcycles.org/?0KNPD8AmV-ms 1`] = ` -[ - "0/1 -> 1/3: {\\"note\\":\\"c2\\"}", - "0/1 -> 1/3: {\\"note\\":\\"d2\\"}", - "1/3 -> 2/3: {\\"note\\":\\"d2\\"}", - "1/3 -> 2/3: {\\"note\\":\\"e2\\"}", - "2/3 -> 7/9: {\\"note\\":\\"e2\\"}", - "7/9 -> 8/9: {\\"note\\":\\"e2\\"}", - "8/9 -> 1/1: {\\"note\\":\\"e2\\"}", -] -`; - -exports[`renders shared tunes > shared tune 48 https://strudel.tidalcycles.org/?Y5DZt5A66Jj- 1`] = ` -[ - "0/1 -> 1/1: F2", - "0/1 -> 1/1: F3", - "0/1 -> 1/1: C4", - "0/1 -> 1/1: Ab4", -] -`; - -exports[`renders shared tunes > shared tune 49 https://strudel.tidalcycles.org/?RnD3yO0e31p- 1`] = ` -[ - "0/1 -> 1/1: F2", - "0/1 -> 1/1: F3", - "0/1 -> 1/1: C4", - "0/1 -> 1/1: Ab4", -] -`; - -exports[`renders shared tunes > shared tune 50 https://strudel.tidalcycles.org/?PQfKr5ac-4x0 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: B1", - "3/4 -> 1/1: B1", - "1/4 -> 13/44: A3", - "1/4 -> 13/44: C#4", - "1/4 -> 13/44: D4", - "1/4 -> 13/44: F#4", -] -`; - -exports[`renders shared tunes > shared tune 51 https://strudel.tidalcycles.org/?qbyqK2VN_6if 1`] = ` -[ - "0/1 -> 2/1: {\\"note\\":\\"C3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4722222222222222}", - "0/1 -> 2/1: {\\"note\\":\\"E3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4907407407407407}", - "0/1 -> 1/1: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", -] -`; - -exports[`renders shared tunes > shared tune 52 https://strudel.tidalcycles.org/?0H0ym5HypMyj 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "1/4 -> 3/4: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "0/1 -> 1/4: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "1/2 -> 1/1: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/4 -> 1/2: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "3/4 -> 5/4: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "-1/8 -> 1/8: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "-1/8 -> 1/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "1/8 -> 5/8: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "3/8 -> 7/8: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/8 -> 3/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "5/8 -> 9/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/8 -> 5/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "7/8 -> 11/8: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "0/1 -> 1/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "0/1 -> 1/4: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "1/4 -> 3/4: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "1/2 -> 1/1: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/4 -> 1/2: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "3/4 -> 5/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "-1/8 -> 1/8: {\\"note\\":\\"G3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5046296296296297}", - "1/8 -> 3/8: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "-1/8 -> 1/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "1/8 -> 3/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "3/8 -> 7/8: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "5/8 -> 9/8: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "3/8 -> 5/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "7/8 -> 11/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "5/8 -> 7/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", -] -`; - -exports[`renders shared tunes > shared tune 53 https://strudel.tidalcycles.org/?YAB9YoUpJwaj 1`] = ` -[ - "0/1 -> 1/2: c2", - "1/2 -> 1/1: g2", - "0/1 -> 1/3: B3", - "0/1 -> 1/3: D4", - "0/1 -> 1/3: E4", - "0/1 -> 1/3: G4", - "1/3 -> 1/2: B3", - "1/3 -> 1/2: D4", - "1/3 -> 1/2: E4", - "1/3 -> 1/2: G4", - "5/6 -> 1/1: B3", - "5/6 -> 1/1: D4", - "5/6 -> 1/1: E4", - "5/6 -> 1/1: G4", -] -`; - -exports[`renders shared tunes > shared tune 54 https://strudel.tidalcycles.org/?-fdVyijf3Fk0 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"c2\\"}", - "1/2 -> 1/1: {\\"note\\":\\"g2\\"}", - "0/1 -> 1/3: {\\"note\\":\\"B3\\"}", - "0/1 -> 1/3: {\\"note\\":\\"D4\\"}", - "0/1 -> 1/3: {\\"note\\":\\"E4\\"}", - "0/1 -> 1/3: {\\"note\\":\\"G4\\"}", - "1/3 -> 1/2: {\\"note\\":\\"B3\\"}", - "1/3 -> 1/2: {\\"note\\":\\"D4\\"}", - "1/3 -> 1/2: {\\"note\\":\\"E4\\"}", - "1/3 -> 1/2: {\\"note\\":\\"G4\\"}", - "5/6 -> 1/1: {\\"note\\":\\"B3\\"}", - "5/6 -> 1/1: {\\"note\\":\\"D4\\"}", - "5/6 -> 1/1: {\\"note\\":\\"E4\\"}", - "5/6 -> 1/1: {\\"note\\":\\"G4\\"}", -] -`; - -exports[`renders shared tunes > shared tune 55 https://strudel.tidalcycles.org/?ODAzfGV0ZcbI 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 56 https://strudel.tidalcycles.org/?86BPLjJUsUlY 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 57 https://strudel.tidalcycles.org/?a6p9WTalyHea 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 58 https://strudel.tidalcycles.org/?ciNbEjRKpC5T 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 59 https://strudel.tidalcycles.org/?pLhCIXogckDD 1`] = ` -[ - "0/1 -> 1/4: B3", - "0/1 -> 1/4: D4", - "0/1 -> 1/4: E4", - "0/1 -> 1/4: G4", - "1/4 -> 1/2: C4", - "1/4 -> 1/2: E4", - "1/4 -> 1/2: F4", - "1/4 -> 1/2: A4", - "1/2 -> 3/4: A3", - "1/2 -> 3/4: C4", - "1/2 -> 3/4: E4", - "1/2 -> 3/4: G4", - "3/4 -> 1/1: B3", - "3/4 -> 1/1: E4", - "3/4 -> 1/1: F4", - "3/4 -> 1/1: A4", - "0/1 -> 1/2: C2", - "1/2 -> 1/1: D2", -] -`; - -exports[`renders shared tunes > shared tune 60 https://strudel.tidalcycles.org/?hJFGyCmtF36W 1`] = ` -[ - "0/1 -> 1/4: B3", - "0/1 -> 1/4: D4", - "0/1 -> 1/4: E4", - "0/1 -> 1/4: G4", - "1/4 -> 1/2: C4", - "1/4 -> 1/2: E4", - "1/4 -> 1/2: F4", - "1/4 -> 1/2: A4", - "1/2 -> 3/4: A3", - "1/2 -> 3/4: C4", - "1/2 -> 3/4: E4", - "1/2 -> 3/4: G4", - "3/4 -> 1/1: B3", - "3/4 -> 1/1: E4", - "3/4 -> 1/1: F4", - "3/4 -> 1/1: A4", - "0/1 -> 1/2: C2", - "1/2 -> 1/1: D2", -] -`; - -exports[`renders shared tunes > shared tune 61 https://strudel.tidalcycles.org/?4HtBUNn4xAAA 1`] = ` -[ - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "1/2 -> 7957231/9808092: {\\"n\\":50,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3942.3145276351606}", - "1/2 -> 7957231/9808092: {\\"n\\":50,\\"s\\":\\"square\\",\\"cutoff\\":3942.3145276351606}", - "3/4 -> 5204627/4904046: {\\"n\\":41,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 5204627/4904046: {\\"n\\":41,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3858.612673535166}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"square\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3924.645587531366}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"square\\",\\"cutoff\\":3924.645587531366}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3850.2031844444546}", - "-1/4 -> 3654347/9808092: {\\"n\\":48,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3995.31915093835}", - "-1/4 -> 3654347/9808092: {\\"n\\":48,\\"s\\":\\"square\\",\\"cutoff\\":3995.31915093835}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "3/4 -> 5204627/4904046: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 5204627/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3858.612673535166}", - "-1/4 -> 3654347/9808092: {\\"n\\":64,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3995.31915093835}", - "-1/4 -> 3654347/9808092: {\\"n\\":64,\\"s\\":\\"square\\",\\"cutoff\\":3995.31915093835}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "3/4 -> 13462439/9808092: {\\"n\\":81,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 13462439/9808092: {\\"n\\":81,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3813.515463898106}", -] -`; - -exports[`renders shared tunes > shared tune 62 https://strudel.tidalcycles.org/?o6VENTMBn_Fo 1`] = ` -[ - "0/1 -> 1/5: F#1", - "1/5 -> 2/5: F#1", - "2/5 -> 1/2: G#1", - "1/2 -> 3/5: C#2", - "3/5 -> 4/5: B1", - "4/5 -> 1/1: E2", -] -`; - -exports[`renders shared tunes > shared tune 63 https://strudel.tidalcycles.org/?2MtjoYELsyy6 1`] = ` -[ - "0/1 -> 2867650/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "0/1 -> 2681020/6741463: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 1821896/6162503: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 5069600/22684527: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 5069600/22684527: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 1821896/6162503: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 2681020/6741463: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 2867650/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 2867650/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "1/6 -> 4902091/12206646: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 4902091/12206646: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 2681020/6741463: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "1/6 -> 14784523/40448778: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 14784523/40448778: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 1821896/6162503: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "1/6 -> 11628191/36975018: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 11628191/36975018: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "1/6 -> 12631109/45369054: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 12631109/45369054: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 8824552566910673/32550699877411690: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "1/6 -> 12631109/45369054: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 12631109/45369054: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 4553064403854419/13264137201096312: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 1821896/6162503: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "1/6 -> 11628191/36975018: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 11628191/36975018: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 2681020/6741463: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "1/6 -> 14784523/40448778: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 14784523/40448778: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "0/1 -> 2867650/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "1/6 -> 4902091/12206646: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "1/6 -> 4902091/12206646: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3625532718823936/7006271198968491: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/9375000000000000 -> 3230789307776333/7255143743387577: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 5502707/6103323: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 5502707/6103323: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 17504456/20224389: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17504456/20224389: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 15057850/18487509: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 15057850/18487509: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 17657818/22684527: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17657818/22684527: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 20192618/22684527: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 17657818/22684527: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17657818/22684527: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 15057850/18487509: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 15057850/18487509: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 17504456/20224389: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17504456/20224389: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 5502707/6103323: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 5502707/6103323: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 17790694/18487509: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 21525986/20224389: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"A3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5138888888888888}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"F#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5555555555555556}", - "2/3 -> 6936532/6103323: {\\"note\\":\\"B1\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41203703703703703}", -] -`; - -exports[`renders shared tunes > shared tune 64 https://strudel.tidalcycles.org/?vJ2KTtZo20cu 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 65 https://strudel.tidalcycles.org/?DhWsebFhaaI9 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 66 https://strudel.tidalcycles.org/?TpZLuyJCkYlW 1`] = ` -[ - "0/1 -> 1/4: c4", - "1/4 -> 1/2: e3", - "1/2 -> 3/4: c4", - "3/4 -> 1/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 67 https://strudel.tidalcycles.org/?pQKoHsxS2h84 1`] = ` -[ - "0/1 -> 1/4: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 5/8: {\\"n\\":50,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "3/4 -> 7/8: {\\"n\\":41,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "1/4 -> 1/2: {\\"n\\":74,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/4 -> 7/8: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "0/1 -> 1/4: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 3/4: {\\"n\\":69,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "1/4 -> 1/2: {\\"n\\":55,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/4 -> 1/1: {\\"n\\":81,\\"s\\":\\"square\\",\\"cutoff\\":2000}", -] -`; - -exports[`renders shared tunes > shared tune 68 https://strudel.tidalcycles.org/?gL4HMl9q43o6 1`] = ` -[ - "0/1 -> 1/4: c4", - "1/4 -> 1/2: e3", - "1/2 -> 3/4: e3", - "3/4 -> 1/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 69 https://strudel.tidalcycles.org/?QoKBBsdDBQro 1`] = ` -[ - "0/1 -> 1/4: c4", - "1/4 -> 1/2: e3", - "1/2 -> 3/4: e3", - "3/4 -> 1/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 70 https://strudel.tidalcycles.org/?TGp3R_6-qmvY 1`] = ` -[ - "0/1 -> 1/8: c3", - "1/8 -> 1/4: e3", - "1/4 -> 1/2: c4", - "1/2 -> 3/4: c4", - "3/4 -> 1/1: e3", -] -`; - -exports[`renders shared tunes > shared tune 71 https://strudel.tidalcycles.org/?Oais65XPBeAV 1`] = ` -[ - "0/1 -> 1/3: {\\"note\\":\\"c9\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "1/3 -> 2/3: {\\"note\\":\\"c9\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "2/3 -> 1/1: {\\"note\\":\\"c9\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "0/1 -> 1/2: {\\"note\\":\\"c8\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "1/2 -> 1/1: {\\"note\\":\\"c8\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", -] -`; - -exports[`renders shared tunes > shared tune 72 https://strudel.tidalcycles.org/?ldZPCC8_189H 1`] = ` -[ - "0/1 -> 1/3: {\\"note\\":\\"c9\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "1/3 -> 2/3: {\\"note\\":\\"c9\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "2/3 -> 1/1: {\\"note\\":\\"c9\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "0/1 -> 1/2: {\\"note\\":\\"c8\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", - "1/2 -> 1/1: {\\"note\\":\\"c8\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.75}", -] -`; - -exports[`renders shared tunes > shared tune 73 https://strudel.tidalcycles.org/?D--IwyHBNn0a 1`] = `[]`; - -exports[`renders shared tunes > shared tune 74 https://strudel.tidalcycles.org/?gRGnC9U7CLgh 1`] = `[]`; - -exports[`renders shared tunes > shared tune 75 https://strudel.tidalcycles.org/?rr1DhAIFVsNf 1`] = `[]`; - -exports[`renders shared tunes > shared tune 76 https://strudel.tidalcycles.org/?AnRyPR-aJRnM 1`] = `[]`; - -exports[`renders shared tunes > shared tune 77 https://strudel.tidalcycles.org/?CpHjU1-jPeGv 1`] = `[]`; - -exports[`renders shared tunes > shared tune 78 https://strudel.tidalcycles.org/?LgsIpYacgnRK 1`] = `[]`; - -exports[`renders shared tunes > shared tune 79 https://strudel.tidalcycles.org/?faC6ykfIhu1j 1`] = ` -[ - "0/1 -> 1/1: F2", - "0/1 -> 1/1: F3", - "0/1 -> 1/1: C4", - "0/1 -> 1/1: Ab4", -] -`; - -exports[`renders shared tunes > shared tune 80 https://strudel.tidalcycles.org/?5_NKdDWsFCk1 1`] = `[]`; - -exports[`renders shared tunes > shared tune 81 https://strudel.tidalcycles.org/?kH7LV63mXASH 1`] = `[]`; - -exports[`renders shared tunes > shared tune 82 https://strudel.tidalcycles.org/?l7FO1TzD3yBA 1`] = `[]`; - -exports[`renders shared tunes > shared tune 83 https://strudel.tidalcycles.org/?3hSnOnJz8aPZ 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 84 https://strudel.tidalcycles.org/?J3ClL0wQCBr_ 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2206.5338497506646,\\"resonance\\":10,\\"clip\\":1}", - "3/8 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2827.098521493671,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 7/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3366.0584981088073,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd:0\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh:0\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh:0\\"}", -] -`; - -exports[`renders shared tunes > shared tune 85 https://strudel.tidalcycles.org/?YC1KlrX1fOyP 1`] = ` -[ - "0/1 -> 1/3: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "1/3 -> 1/2: {\\"note\\":\\"Eb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4861111111111111}", - "1/2 -> 2/3: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "2/3 -> 1/1: {\\"note\\":\\"G3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5046296296296297}", -] -`; - -exports[`renders shared tunes > shared tune 86 https://strudel.tidalcycles.org/?YD2MRLffOCRV 1`] = ` -[ - "1/2 -> 1/1: e4", - "1/4 -> 1/2: c3", - "1/2 -> 3/4: c3", -] -`; - -exports[`renders shared tunes > shared tune 87 https://strudel.tidalcycles.org/?XxvYG4XK-I5G 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "0/1 -> 1/4: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "0/1 -> 1/4: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "0/1 -> 1/4: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "3/4 -> 1/1: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "3/4 -> 1/1: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "3/4 -> 1/1: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "0/1 -> 1/2: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/2 -> 1/1: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", -] -`; - -exports[`renders shared tunes > shared tune 88 https://strudel.tidalcycles.org/?FHXCltSQwouU 1`] = ` -[ - "0/1 -> 3/4: c3", - "3/4 -> 1/1: eb3", - "3/4 -> 1/1: g3", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: c2", - "1/2 -> 1/1: g2", - "0/1 -> 5/2: eb4", -] -`; - -exports[`renders shared tunes > shared tune 89 https://strudel.tidalcycles.org/?Hg6JP2F6ufl1 1`] = ` -[ - "0/1 -> 1/3: c3", - "1/3 -> 2/3: e3", - "2/3 -> 1/1: g3", - "0/1 -> 1/2: c2", - "1/2 -> 1/1: g2", -] -`; - -exports[`renders shared tunes > shared tune 90 https://strudel.tidalcycles.org/?lNxLnMcpieR3 1`] = ` -[ - "0/1 -> 1/3: c3", - "1/3 -> 2/3: e3", - "2/3 -> 1/1: g3", - "0/1 -> 1/2: c2", - "1/2 -> 1/1: g2", -] -`; - -exports[`renders shared tunes > shared tune 91 https://strudel.tidalcycles.org/?78PHBhVZovgo 1`] = ` -[ - "0/1 -> 1/4: c3", - "1/5 -> 9/20: c3", - "9/20 -> 7/10: c3", - "17/40 -> 27/40: c3", - "27/40 -> 37/40: c3", - "13/20 -> 9/10: c3", - "9/10 -> 23/20: c3", -] -`; - -exports[`renders shared tunes > shared tune 92 https://strudel.tidalcycles.org/?rXBp8MOz1iNw 1`] = ` -[ - "0/1 -> 19/80: e5", - "1/2 -> 79/120: d5", - "2/3 -> 179/240: c5", - "11/12 -> 239/240: e5", - "1/4 -> 1/2: g4", - "3/4 -> 1/1: g4", - "0/1 -> 1/4: c3", - "1/2 -> 3/4: c3", -] -`; - -exports[`renders shared tunes > shared tune 93 https://strudel.tidalcycles.org/?bbPVlOzXxAxn 1`] = ` -[ - "-3761101961531/150000000000000 -> 2912966012823/50000000000000: F4", - "2912966012823/50000000000000 -> 141592653589793/1000000000000000: G4", - "141592653589793/1000000000000000 -> 33738898038469/150000000000000: C3", - "33738898038469/150000000000000 -> 15412966012823/50000000000000: D3", - "15412966012823/50000000000000 -> 391592653589793/1000000000000000: E3", - "391592653589793/1000000000000000 -> 71238898038469/150000000000000: F3", - "71238898038469/150000000000000 -> 27912966012823/50000000000000: G3", - "27912966012823/50000000000000 -> 641592653589793/1000000000000000: A3", - "641592653589793/1000000000000000 -> 108738898038469/150000000000000: B3", - "108738898038469/150000000000000 -> 40412966012823/50000000000000: C4", - "40412966012823/50000000000000 -> 891592653589793/1000000000000000: D4", - "891592653589793/1000000000000000 -> 146238898038469/150000000000000: E4", - "146238898038469/150000000000000 -> 52912966012823/50000000000000: F4", -] -`; - -exports[`renders shared tunes > shared tune 94 https://strudel.tidalcycles.org/?dZSKPnJiPMAz 1`] = ` -[ - "-3761101961531/150000000000000 -> 2912966012823/50000000000000: E3", - "2912966012823/50000000000000 -> 141592653589793/1000000000000000: A3", - "141592653589793/1000000000000000 -> 33738898038469/150000000000000: D4", - "33738898038469/150000000000000 -> 15412966012823/50000000000000: G4", - "15412966012823/50000000000000 -> 391592653589793/1000000000000000: A4", - "391592653589793/1000000000000000 -> 71238898038469/150000000000000: A4", - "71238898038469/150000000000000 -> 27912966012823/50000000000000: G4", - "27912966012823/50000000000000 -> 641592653589793/1000000000000000: D4", - "641592653589793/1000000000000000 -> 108738898038469/150000000000000: A3", - "108738898038469/150000000000000 -> 40412966012823/50000000000000: E3", - "40412966012823/50000000000000 -> 891592653589793/1000000000000000: D3", - "891592653589793/1000000000000000 -> 146238898038469/150000000000000: D3", - "146238898038469/150000000000000 -> 52912966012823/50000000000000: E3", -] -`; - -exports[`renders shared tunes > shared tune 95 https://strudel.tidalcycles.org/?l-zyGmnM6g_q 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2206.5338497506646,\\"resonance\\":10,\\"clip\\":1}", - "3/8 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2827.098521493671,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 7/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3366.0584981088073,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd:0\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh:0\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh:0\\"}", -] -`; - -exports[`renders shared tunes > shared tune 96 https://strudel.tidalcycles.org/?vEpJhDLHycD8 1`] = ` -[ - "0/1 -> 3/20: 0", - "0/1 -> 3/20: 3", - "3/4 -> 9/10: 1", - "3/4 -> 9/10: 4", - "0/1 -> 3/10: -8", - "3/8 -> 27/40: -8", - "3/4 -> 21/20: -7", - "0/1 -> 3/200: 12", - "3/4 -> 153/200: 11", - "0/1 -> 3/20: c2", - "747/1000 -> 1497/1000: c1", - "0/1 -> 3/8: c2", - "3/8 -> 3/4: c2", - "3/4 -> 9/8: c2", -] -`; - -exports[`renders shared tunes > shared tune 97 https://strudel.tidalcycles.org/?DHUbrEloJxMd 1`] = ` -[ - "0/1 -> 19/80: {\\"note\\":\\"E4\\"}", - "1/2 -> 79/120: {\\"note\\":\\"D4\\"}", - "2/3 -> 179/240: {\\"note\\":\\"C4\\"}", - "11/12 -> 239/240: {\\"note\\":\\"E4\\"}", - "1/4 -> 1/2: {\\"note\\":\\"G3\\"}", - "3/4 -> 1/1: {\\"note\\":\\"G3\\"}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\"}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\"}", -] -`; - -exports[`renders shared tunes > shared tune 98 https://strudel.tidalcycles.org/?-YW3kIKIGR8j 1`] = ` -[ - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "-3/8 -> 1/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-3/8 -> 1/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-1/4 -> 1/4: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/4 -> 1/4: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/8 -> 3/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "-1/8 -> 3/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "0/1 -> 3/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "0/1 -> 1/4: bd", - "1/2 -> 3/4: bd", - "1/2 -> 1/1: sn", - "1/4 -> 1/2: hh3", - "3/4 -> 1/1: hh3", -] -`; - -exports[`renders shared tunes > shared tune 99 https://strudel.tidalcycles.org/?iw5ossp4Sti1 1`] = ` -[ - "0/1 -> 3/20: 0", - "0/1 -> 3/20: 3", - "3/4 -> 9/10: 1", - "3/4 -> 9/10: 4", - "0/1 -> 3/10: -8", - "3/8 -> 27/40: -8", - "3/4 -> 21/20: -7", - "0/1 -> 3/200: 12", - "3/4 -> 153/200: 11", - "0/1 -> 3/20: c2", - "747/1000 -> 1497/1000: c1", - "0/1 -> 3/8: c2", - "3/8 -> 3/4: c2", - "3/4 -> 9/8: c2", -] -`; - -exports[`renders shared tunes > shared tune 101 https://strudel.tidalcycles.org/?ISMZvMGByNst 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 102 https://strudel.tidalcycles.org/?PDjOPOnV3JR6 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1500}", - "1/2 -> 1/1: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1500}", - "1/2 -> 3/5: {\\"note\\":\\"G3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "1/2 -> 3/5: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "1/2 -> 3/5: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "5/8 -> 29/40: {\\"note\\":\\"G3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "5/8 -> 29/40: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "5/8 -> 29/40: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "0/1 -> 1/20: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1132.6741512198269}", - "3/4 -> 17/20: {\\"note\\":\\"G3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "3/4 -> 17/20: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "3/4 -> 17/20: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "1/8 -> 7/40: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1132.6741512198269}", - "7/8 -> 39/40: {\\"note\\":\\"G3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "7/8 -> 39/40: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "7/8 -> 39/40: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1530.954945061934}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd\\"}", - "1/4 -> 3/8: {\\"s\\":\\"hh\\"}", - "3/8 -> 1/2: {\\"s\\":\\"hh\\"}", - "3/4 -> 7/8: {\\"s\\":\\"hh\\"}", - "7/8 -> 1/1: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 103 https://strudel.tidalcycles.org/?u7qAdlwp3Qig 1`] = ` -[ - "1/2 -> 1/1: {\\"note\\":\\"F3\\"}", - "1/2 -> 1/1: {\\"note\\":\\"C4\\"}", - "0/1 -> 1/1: {\\"note\\":\\"D4\\"}", - "0/1 -> 2/1: {\\"note\\":\\"D3\\"}", - "-3/4 -> 1/4: {\\"note\\":\\"A4\\"}", - "1/4 -> 9/4: {\\"note\\":\\"D4\\"}", - "0/1 -> 1/8: {\\"note\\":\\"c3\\"}", - "3/8 -> 1/2: {\\"note\\":\\"c3\\"}", - "3/4 -> 7/8: {\\"note\\":\\"c3\\"}", - "0/1 -> 1/4: {\\"note\\":\\"e4\\"}", - "1/4 -> 1/2: {\\"note\\":\\"f3\\"}", - "1/2 -> 3/4: {\\"note\\":\\"d4\\"}", - "3/4 -> 7/8: {\\"note\\":\\"f3\\"}", - "7/8 -> 1/1: {\\"note\\":\\"f3\\"}", -] -`; - -exports[`renders shared tunes > shared tune 104 https://strudel.tidalcycles.org/?OhjceF8ZvYk8 1`] = ` -[ - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "-3/8 -> 1/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-3/8 -> 1/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-1/4 -> 1/4: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/4 -> 1/4: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/8 -> 3/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "-1/8 -> 3/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "0/1 -> 3/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "0/1 -> 1/4: bd", - "1/2 -> 3/4: bd", - "1/2 -> 1/1: sn", - "1/4 -> 1/2: hh3", - "3/4 -> 1/1: hh3", -] -`; - -exports[`renders shared tunes > shared tune 105 https://strudel.tidalcycles.org/?4yn-ch_d1hnA 1`] = ` -[ - "0/1 -> 1/4: C3", - "0/1 -> 1/4: G3", - "0/1 -> 1/4: C4", - "1/2 -> 3/4: C3", - "1/2 -> 3/4: G3", - "1/2 -> 3/4: C4", - "0/1 -> 1/2: c2", - "1/2 -> 5/8: c2", - "3/4 -> 7/8: c2", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", -] -`; - -exports[`renders shared tunes > shared tune 106 https://strudel.tidalcycles.org/?2M1kLwRf6d-Q 1`] = ` -[ - "0/1 -> 1/4: C3", - "0/1 -> 1/4: G3", - "0/1 -> 1/4: C4", - "1/2 -> 3/4: C3", - "1/2 -> 3/4: G3", - "1/2 -> 3/4: C4", - "0/1 -> 1/2: c2", - "1/2 -> 5/8: c2", - "3/4 -> 7/8: c2", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", -] -`; - -exports[`renders shared tunes > shared tune 107 https://strudel.tidalcycles.org/?XggCKeAH5uLK 1`] = ` -[ - "0/1 -> 1/4: C3", - "0/1 -> 1/4: G3", - "0/1 -> 1/4: C4", - "1/2 -> 3/4: C3", - "1/2 -> 3/4: G3", - "1/2 -> 3/4: C4", - "0/1 -> 1/2: c2", - "1/2 -> 5/8: c2", - "3/4 -> 7/8: c2", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", -] -`; - -exports[`renders shared tunes > shared tune 108 https://strudel.tidalcycles.org/?BH_o1f7vPxd3 1`] = ` -[ - "0/1 -> 3/4: c3", - "3/4 -> 1/1: eb3", - "3/4 -> 1/1: g3", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: c2", - "1/2 -> 1/1: g2", - "0/1 -> 5/2: eb4", -] -`; - -exports[`renders shared tunes > shared tune 109 https://strudel.tidalcycles.org/?OdgRkOYpGrgF 1`] = ` -[ - "0/1 -> 3/20: 0", - "0/1 -> 3/20: 3", - "3/4 -> 9/10: 1", - "3/4 -> 9/10: 4", - "0/1 -> 3/10: -8", - "3/8 -> 27/40: -8", - "3/4 -> 21/20: -7", - "0/1 -> 3/200: 12", - "3/4 -> 153/200: 11", - "0/1 -> 3/20: c2", - "747/1000 -> 1497/1000: c1", - "0/1 -> 3/8: c2", - "3/8 -> 3/4: c2", - "3/4 -> 9/8: c2", -] -`; - -exports[`renders shared tunes > shared tune 110 https://strudel.tidalcycles.org/?Yizg74mNj_6L 1`] = `[]`; - -exports[`renders shared tunes > shared tune 113 https://strudel.tidalcycles.org/?X7Vln6QqABL2 1`] = ` -[ - "0/1 -> 1/3: {\\"value\\":0,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":null}", - "1/3 -> 2/3: {\\"value\\":5,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":null}", - "2/3 -> 1/1: {\\"value\\":7,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":null}", -] -`; - -exports[`renders shared tunes > shared tune 114 https://strudel.tidalcycles.org/?ILwq_zKFMNN5 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 115 https://strudel.tidalcycles.org/?CSzelQFTGerr 1`] = ` -[ - "0/1 -> 63/220: f#6", - "7/22 -> 133/220: f#6", - "7/11 -> 203/220: f#6", - "21/22 -> 609/440: f#6", - "0/1 -> 21/88: 71", - "0/1 -> 21/88: 75", - "0/1 -> 21/88: 78", - "21/44 -> 63/88: 71", - "21/44 -> 63/88: 75", - "21/44 -> 63/88: 78", - "21/22 -> 105/88: 71", - "21/22 -> 105/88: 75", - "21/22 -> 105/88: 78", -] -`; - -exports[`renders shared tunes > shared tune 116 https://strudel.tidalcycles.org/?j5oC-CSjk7Kq 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "0/1 -> 1/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 1/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 5/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 5/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 5/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "0/1 -> 1/2: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "3/4 -> 7/8: {\\"note\\":\\"G2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.44907407407407407}", -] -`; - -exports[`renders shared tunes > shared tune 117 https://strudel.tidalcycles.org/?waoDkqtNx0Xe 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: B1", - "3/4 -> 1/1: B1", - "1/4 -> 13/44: A3", - "1/4 -> 13/44: C#4", - "1/4 -> 13/44: D4", - "1/4 -> 13/44: F#4", -] -`; - -exports[`renders shared tunes > shared tune 118 https://strudel.tidalcycles.org/?hHssvZuQ9eU- 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", -] -`; - -exports[`renders shared tunes > shared tune 119 https://strudel.tidalcycles.org/?YjCJ3DhT9u4M 1`] = `[]`; - -exports[`renders shared tunes > shared tune 121 https://strudel.tidalcycles.org/?wrcmJLYiesgF 1`] = ` -[ - "0/1 -> 19/80: e5", - "1/2 -> 79/120: d5", - "2/3 -> 179/240: c5", - "11/12 -> 239/240: e5", - "1/4 -> 1/2: g4", - "3/4 -> 1/1: g4", - "0/1 -> 1/4: c3", - "1/2 -> 3/4: c3", -] -`; - -exports[`renders shared tunes > shared tune 122 https://strudel.tidalcycles.org/?tiYDzBGIFjYV 1`] = ` -[ - "0/1 -> 2/1: {\\"note\\":\\"C3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4722222222222222}", - "0/1 -> 2/1: {\\"note\\":\\"E3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4907407407407407}", - "0/1 -> 1/1: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", -] -`; - -exports[`renders shared tunes > shared tune 123 https://strudel.tidalcycles.org/?Y1nz8H0a10CF 1`] = ` -[ - "-1666666666666667/7500000000000000 -> 2/9: G3", - "0/1 -> 4/3: E3", - "0/1 -> 4/3: A3", - "0/1 -> 4/3: D4", - "0/1 -> 4/3: G4", - "0/1 -> 4/3: B4", - "0/1 -> 2/3: D2", - "2/3 -> 7/9: D2", - "8/9 -> 1/1: D2", - "0/1 -> 2/9: c1", - "2/9 -> 4/9: c1", - "4/9 -> 2/3: c1", - "2/3 -> 8/9: c1", - "8/9 -> 10/9: c1", - "2/3 -> 4/3: c3", - "0/1 -> 10/9: c1", - "0/1 -> 16/3: F3", - "0/1 -> 16/3: A3", -] -`; - -exports[`renders shared tunes > shared tune 124 https://strudel.tidalcycles.org/?SZDwdxhme28o 1`] = ` -[ - "11/32 -> 1/2: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "11/32 -> 1/2: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "11/32 -> 1/2: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "11/32 -> 1/2: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "27/32 -> 1/1: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "27/32 -> 1/1: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "27/32 -> 1/1: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "27/32 -> 1/1: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "7/160 -> 1/5: {\\"n\\":\\"A3\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "7/160 -> 1/5: {\\"n\\":\\"C#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "7/160 -> 1/5: {\\"n\\":\\"D4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "7/160 -> 1/5: {\\"n\\":\\"F#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "87/160 -> 7/10: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "87/160 -> 7/10: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "87/160 -> 7/10: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "87/160 -> 7/10: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "39/160 -> 2/5: {\\"n\\":\\"A3\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "39/160 -> 2/5: {\\"n\\":\\"C#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "39/160 -> 2/5: {\\"n\\":\\"D4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "39/160 -> 2/5: {\\"n\\":\\"F#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "119/160 -> 9/10: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "119/160 -> 9/10: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "119/160 -> 9/10: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "119/160 -> 9/10: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "0/1 -> 1/16: {\\"n\\":\\"c2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1416.8907004672358,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "3/16 -> 1/4: {\\"n\\":\\"c2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1416.8907004672358,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "3/8 -> 7/16: {\\"n\\":\\"c2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1416.8907004672358,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "1/2 -> 9/16: {\\"n\\":\\"eb2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1717.61735139405,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "11/16 -> 3/4: {\\"n\\":\\"eb2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1717.61735139405,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "7/8 -> 15/16: {\\"n\\":\\"eb2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1717.61735139405,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "0/1 -> 1/6: {\\"s\\":\\"bd\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\"}", - "0/1 -> 11/32: {\\"s\\":\\"hh\\"}", - "1/2 -> 27/32: {\\"s\\":\\"hh\\"}", - "11/32 -> 1/2: {\\"s\\":\\"hh\\"}", - "27/32 -> 1/1: {\\"s\\":\\"hh\\"}", - "0/1 -> 1/4: {\\"n\\":\\"C5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5782172325201155}", - "-3/16 -> 1/16: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5196299078795343}", - "13/16 -> 17/16: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.9540715869125407}", - "-1/20 -> 1/5: {\\"n\\":\\"Bb5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5626666167821521}", - "-19/80 -> 1/80: {\\"n\\":\\"A5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5039269504443556}", - "1/80 -> 21/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5859645501397047}", - "1/5 -> 9/20: {\\"n\\":\\"C5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.6985739453173903}", - "1/80 -> 21/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5859645501397047}", - "3/20 -> 2/5: {\\"n\\":\\"Bb5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.6693689601226457}", - "-3/80 -> 17/80: {\\"n\\":\\"A5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5665606692632762}", - "17/80 -> 37/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.7057571793025544}", - "2/5 -> 13/20: {\\"n\\":\\"C5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.8064535268264882}", - "17/80 -> 37/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.7057571793025544}", -] -`; - -exports[`renders shared tunes > shared tune 125 https://strudel.tidalcycles.org/?m7Uyh34tQwqi 1`] = ` -[ - "11/32 -> 1/2: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "11/32 -> 1/2: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "11/32 -> 1/2: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "11/32 -> 1/2: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.931367192988896}", - "27/32 -> 1/1: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "27/32 -> 1/1: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "27/32 -> 1/1: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "27/32 -> 1/1: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7003744165515706}", - "7/160 -> 1/5: {\\"n\\":\\"A3\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "7/160 -> 1/5: {\\"n\\":\\"C#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "7/160 -> 1/5: {\\"n\\":\\"D4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "7/160 -> 1/5: {\\"n\\":\\"F#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.9941475200179347}", - "87/160 -> 7/10: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "87/160 -> 7/10: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "87/160 -> 7/10: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "87/160 -> 7/10: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.8549390618276451}", - "39/160 -> 2/5: {\\"n\\":\\"A3\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "39/160 -> 2/5: {\\"n\\":\\"C#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "39/160 -> 2/5: {\\"n\\":\\"D4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "39/160 -> 2/5: {\\"n\\":\\"F#4\\",\\"cutoff\\":875,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.959653570669591}", - "119/160 -> 9/10: {\\"n\\":\\"Bb3\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "119/160 -> 9/10: {\\"n\\":\\"D4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "119/160 -> 9/10: {\\"n\\":\\"Eb4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "119/160 -> 9/10: {\\"n\\":\\"G4\\",\\"cutoff\\":1625,\\"s\\":\\"square\\",\\"decay\\":0.1,\\"sustain\\":0,\\"resonance\\":16,\\"gain\\":0.2,\\"pan\\":0.7562088040372065}", - "0/1 -> 1/16: {\\"n\\":\\"c2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1416.8907004672358,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "3/16 -> 1/4: {\\"n\\":\\"c2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1416.8907004672358,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "3/8 -> 7/16: {\\"n\\":\\"c2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1416.8907004672358,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "1/2 -> 9/16: {\\"n\\":\\"eb2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1717.61735139405,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "11/16 -> 3/4: {\\"n\\":\\"eb2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1717.61735139405,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "7/8 -> 15/16: {\\"n\\":\\"eb2\\",\\"decay\\":0.1,\\"gain\\":0.5,\\"sustain\\":0.8,\\"cutoff\\":1717.61735139405,\\"value\\":\\"x\\",\\"s\\":\\"sawtooth\\"}", - "0/1 -> 1/6: {\\"s\\":\\"bd\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\"}", - "0/1 -> 11/32: {\\"s\\":\\"hh\\"}", - "1/2 -> 27/32: {\\"s\\":\\"hh\\"}", - "11/32 -> 1/2: {\\"s\\":\\"hh\\"}", - "27/32 -> 1/1: {\\"s\\":\\"hh\\"}", - "0/1 -> 1/4: {\\"n\\":\\"C5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5782172325201155}", - "-3/16 -> 1/16: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5196299078795343}", - "13/16 -> 17/16: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.9540715869125407}", - "-1/20 -> 1/5: {\\"n\\":\\"Bb5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5626666167821521}", - "-19/80 -> 1/80: {\\"n\\":\\"A5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5039269504443556}", - "1/80 -> 21/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5859645501397047}", - "1/5 -> 9/20: {\\"n\\":\\"C5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.6985739453173903}", - "1/80 -> 21/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5859645501397047}", - "3/20 -> 2/5: {\\"n\\":\\"Bb5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.6693689601226457}", - "-3/80 -> 17/80: {\\"n\\":\\"A5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.5665606692632762}", - "17/80 -> 37/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.7057571793025544}", - "2/5 -> 13/20: {\\"n\\":\\"C5\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.8064535268264882}", - "17/80 -> 37/80: {\\"n\\":\\"D6\\",\\"decay\\":0.05,\\"sustain\\":0,\\"gain\\":0.5,\\"pan\\":0.7057571793025544}", -] -`; - -exports[`renders shared tunes > shared tune 126 https://strudel.tidalcycles.org/?P9d8_AXWM7ef 1`] = ` -[ - "0/1 -> 3/4: c3", - "3/4 -> 1/1: eb3", - "3/4 -> 1/1: g3", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: c2", - "1/2 -> 1/1: g2", - "0/1 -> 5/4: eb4", -] -`; - -exports[`renders shared tunes > shared tune 127 https://strudel.tidalcycles.org/?FM1koCTLh1IM 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 128 https://strudel.tidalcycles.org/?1SAqiKiVI8r- 1`] = ` -[ - "0/1 -> 3/20: 0", - "0/1 -> 3/20: 3", - "3/4 -> 9/10: 1", - "3/4 -> 9/10: 4", - "0/1 -> 3/10: -8", - "3/8 -> 27/40: -8", - "3/4 -> 21/20: -7", - "0/1 -> 3/200: 12", - "3/4 -> 153/200: 11", - "0/1 -> 3/20: c2", - "747/1000 -> 1497/1000: c1", - "0/1 -> 3/8: c2", - "3/8 -> 3/4: c2", - "3/4 -> 9/8: c2", -] -`; - -exports[`renders shared tunes > shared tune 129 https://strudel.tidalcycles.org/?Pds79yD4qQKJ 1`] = ` -[ - "0/1 -> 1/5: e4", - "2/5 -> 3/5: e3", - "3/5 -> 4/5: d4", -] -`; - -exports[`renders shared tunes > shared tune 130 https://strudel.tidalcycles.org/?DYJx5C-3NrV7 1`] = ` -[ - "0/1 -> 5/26: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "5/13 -> 15/26: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "10/13 -> 155/156: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "155/156 -> 15/13: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "0/1 -> 15/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "5/52 -> 35/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "5/26 -> 10/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "15/52 -> 45/52: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "5/13 -> 25/26: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "25/52 -> 55/52: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "15/26 -> 15/13: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "35/52 -> 5/4: {\\"note\\":\\"C#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.587962962962963}", - "5/13 -> 25/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "25/52 -> 55/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "15/26 -> 15/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "35/52 -> 5/4: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "10/13 -> 35/26: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "45/52 -> 75/52: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "25/26 -> 20/13: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "10/13 -> 35/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "45/52 -> 75/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "25/26 -> 20/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 80/13: {\\"s\\":\\"mad\\"}", -] -`; - -exports[`renders shared tunes > shared tune 131 https://strudel.tidalcycles.org/?9_BPqHIO4rPv 1`] = ` -[ - "0/1 -> 27/40: {\\"note\\":\\"Db4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "0/1 -> 27/40: {\\"note\\":\\"Ab4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5648148148148149}", - "0/1 -> 27/40: {\\"note\\":\\"Db4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "0/1 -> 27/40: {\\"note\\":\\"Ab4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5648148148148149}", - "0/1 -> 27/40: {\\"note\\":\\"Db4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "0/1 -> 27/40: {\\"note\\":\\"Ab4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5648148148148149}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 171/160: {\\"note\\":\\"Bb2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46296296296296297}", - "3/4 -> 33/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 33/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "3/4 -> 33/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 33/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 171/160: {\\"note\\":\\"Bb2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46296296296296297}", -] -`; - -exports[`renders shared tunes > shared tune 132 https://strudel.tidalcycles.org/?FwkQ0EG3Kkwm 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 133 https://strudel.tidalcycles.org/?Cb_YrHpHKkJN 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2206.5338497506646,\\"resonance\\":10,\\"clip\\":1}", - "3/8 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2827.098521493671,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 7/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3366.0584981088073,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd:0\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh:0\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh:0\\"}", -] -`; - -exports[`renders shared tunes > shared tune 134 https://strudel.tidalcycles.org/?SkqbkK705Olu 1`] = ` -[ - "7/8 -> 1/1: {\\"s\\":\\"hi\\"}", - "5/8 -> 3/4: {\\"s\\":\\"lo\\"}", - "3/8 -> 1/2: {\\"s\\":\\"hi\\"}", - "3/16 -> 1/4: {\\"s\\":\\"hi\\"}", - "0/1 -> 1/8: {\\"s\\":\\"hi\\"}", -] -`; - -exports[`renders shared tunes > shared tune 135 https://strudel.tidalcycles.org/?-hyad472v8by 1`] = ` -[ - "0/1 -> 3/8: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":2}", - "3/8 -> 3/4: {\\"gain\\":0.5,\\"s\\":\\"lo\\",\\"speed\\":2}", - "3/4 -> 15/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":2}", - "15/16 -> 9/8: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":2}", -] -`; - -exports[`renders shared tunes > shared tune 136 https://strudel.tidalcycles.org/?BApYR1gphKJ7 1`] = ` -[ - "0/1 -> 3/8: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":2,\\"release\\":0.2,\\"clip\\":1}", - "3/8 -> 3/4: {\\"gain\\":0.5,\\"s\\":\\"lo\\",\\"speed\\":2,\\"release\\":0.2,\\"clip\\":1}", - "3/4 -> 15/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":2,\\"release\\":0.2,\\"clip\\":1}", - "15/16 -> 9/8: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":2,\\"release\\":0.2,\\"clip\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 137 https://strudel.tidalcycles.org/?wK1UQcYoYpoD 1`] = ` -[ - "0/1 -> 3/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "3/16 -> 3/8: {\\"gain\\":0.5,\\"s\\":\\"lo\\",\\"speed\\":1,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "3/8 -> 15/32: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "15/32 -> 9/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "15/32 -> 9/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1.2,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "9/16 -> 3/4: {\\"gain\\":0.2,\\"s\\":\\"lo\\",\\"speed\\":1.2,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "0/1 -> 3/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1,\\"n\\":2,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "3/16 -> 3/8: {\\"gain\\":0.2,\\"s\\":\\"lo\\",\\"speed\\":1,\\"n\\":2,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "3/8 -> 9/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1,\\"n\\":2,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "9/16 -> 3/4: {\\"gain\\":0.5,\\"s\\":\\"lo\\",\\"speed\\":1,\\"n\\":2,\\"hcutoff\\":1000,\\"resonance\\":0.2}", - "3/4 -> 15/16: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1}", - "15/16 -> 9/8: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1}", - "3/4 -> 9/8: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"speed\\":1,\\"n\\":2}", -] -`; - -exports[`renders shared tunes > shared tune 138 https://strudel.tidalcycles.org/?lB2HuXEXyTex 1`] = ` -[ - "0/1 -> 6275565/1452119: A3", - "-9/8 -> 20400609/11616952: G4", - "3/8 -> 54560877/11616952: D4", - "-3/4 -> 12378483/5808476: F5", - "3/4 -> 29458617/5808476: G4", - "0/1 -> 3/2: D2", -] -`; - -exports[`renders shared tunes > shared tune 139 https://strudel.tidalcycles.org/?WUxQVJIu27Nz 1`] = ` -[ - "0/1 -> 1/1: {\\"gain\\":1,\\"s\\":\\"lo\\",\\"cps\\":1.1}", -] -`; - -exports[`renders shared tunes > shared tune 140 https://strudel.tidalcycles.org/?ZQ-ce-Qj-nuP 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/4 -> 3/4: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", - "1/2 -> 1/1: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/2 -> 1/1: {\\"note\\":\\"Ab3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5092592592592593}", - "1/2 -> 1/1: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/2 -> 1/1: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", -] -`; - -exports[`renders shared tunes > shared tune 141 https://strudel.tidalcycles.org/?tBPkuxuje0iY 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 142 https://strudel.tidalcycles.org/?ak6ZpErh0hl1 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2206.5338497506646,\\"resonance\\":10,\\"clip\\":1}", - "3/8 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2827.098521493671,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 7/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3366.0584981088073,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd:0\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh:0\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh:0\\"}", -] -`; - -exports[`renders shared tunes > shared tune 143 https://strudel.tidalcycles.org/?U9J_c-Insgbc 1`] = ` -[ - "0/1 -> 63/220: f#6", - "7/22 -> 133/220: f#6", - "7/11 -> 203/220: f#6", - "21/22 -> 609/440: f#6", - "0/1 -> 21/88: 71", - "0/1 -> 21/88: 75", - "0/1 -> 21/88: 78", - "21/44 -> 63/88: 71", - "21/44 -> 63/88: 75", - "21/44 -> 63/88: 78", - "21/22 -> 105/88: 71", - "21/22 -> 105/88: 75", - "21/22 -> 105/88: 78", -] -`; - -exports[`renders shared tunes > shared tune 144 https://strudel.tidalcycles.org/?y2FS3Xvqv68d 1`] = ` -[ - "0/1 -> 63/220: {\\"note\\":\\"f#6\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6666666666666667}", - "7/22 -> 133/220: {\\"note\\":\\"f#6\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6666666666666667}", - "7/11 -> 203/220: {\\"note\\":\\"f#6\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6666666666666667}", - "21/22 -> 609/440: {\\"note\\":\\"f#6\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6666666666666667}", - "0/1 -> 21/88: {\\"note\\":71,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "0/1 -> 21/88: {\\"note\\":75,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "0/1 -> 21/88: {\\"note\\":78,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6111111111111112}", - "21/44 -> 63/88: {\\"note\\":71,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "21/44 -> 63/88: {\\"note\\":75,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "21/44 -> 63/88: {\\"note\\":78,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6111111111111112}", - "21/22 -> 105/88: {\\"note\\":71,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "21/22 -> 105/88: {\\"note\\":75,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "21/22 -> 105/88: {\\"note\\":78,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6111111111111112}", -] -`; - -exports[`renders shared tunes > shared tune 145 https://strudel.tidalcycles.org/?d7-gUjyRbKP9 1`] = ` -[ - "0/1 -> 6/25: {\\"note\\":60,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "0/1 -> 6/25: {\\"note\\":63,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 6/25: {\\"note\\":67,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "12/25 -> 18/25: {\\"note\\":60,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "12/25 -> 18/25: {\\"note\\":63,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "12/25 -> 18/25: {\\"note\\":67,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "24/25 -> 6/5: {\\"note\\":60,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "24/25 -> 6/5: {\\"note\\":63,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "24/25 -> 6/5: {\\"note\\":67,\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", -] -`; - -exports[`renders shared tunes > shared tune 146 https://strudel.tidalcycles.org/?lqXKPxgm_j0a 1`] = ` -[ - "-38/5 -> 2/5: db3", - "-38/5 -> 2/5: eb3", - "-38/5 -> 2/5: e3", - "-38/5 -> 2/5: eb3", - "-38/5 -> 2/5: g3", - "-38/5 -> 2/5: a3", - "-38/5 -> 2/5: bb3", - "-38/5 -> 2/5: c3", - "-38/5 -> 2/5: db3", - "2/5 -> 22/5: db3", - "2/5 -> 22/5: f3", - "2/5 -> 22/5: eb3", - "2/5 -> 22/5: fb3", - "2/5 -> 22/5: a3", - "2/5 -> 22/5: b3", - "2/5 -> 22/5: c3", - "2/5 -> 22/5: d3", - "2/5 -> 22/5: db3", - "0/1 -> 4/1: Dracula?", -] -`; - -exports[`renders shared tunes > shared tune 147 https://strudel.tidalcycles.org/?5obY2LrCcbZI 1`] = ` -[ - "1/3 -> 59/120: {\\"n\\":\\"c5\\",\\"s\\":\\"Oboe: Reed\\"}", - "1/2 -> 49/60: {\\"n\\":\\"d5\\",\\"s\\":\\"Oboe: Reed\\"}", - "5/6 -> 119/120: {\\"n\\":\\"eb5\\",\\"s\\":\\"Oboe: Reed\\"}", - "0/1 -> 1/2: {\\"n\\":60,\\"s\\":\\"Acoustic Grand Piano: Piano\\"}", - "0/1 -> 1/2: {\\"n\\":63,\\"s\\":\\"Acoustic Grand Piano: Piano\\"}", - "0/1 -> 1/2: {\\"n\\":67,\\"s\\":\\"Acoustic Grand Piano: Piano\\"}", - "1/2 -> 1/1: {\\"n\\":60,\\"s\\":\\"Acoustic Grand Piano: Piano\\"}", - "1/2 -> 1/1: {\\"n\\":63,\\"s\\":\\"Acoustic Grand Piano: Piano\\"}", - "1/2 -> 1/1: {\\"n\\":67,\\"s\\":\\"Acoustic Grand Piano: Piano\\"}", -] -`; - -exports[`renders shared tunes > shared tune 148 https://strudel.tidalcycles.org/?8262D2qsUNtO 1`] = ` -[ - "0/1 -> 1/4: {\\"n\\":\\"c3\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1275.5812898145155}", - "1/4 -> 1/2: {\\"n\\":\\"eb3\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1600.013209717642}", - "1/2 -> 3/4: {\\"n\\":\\"g3\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1848.322651072291}", - "3/4 -> 1/1: {\\"n\\":\\"c4\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1982.7067523629073}", - "-1/8 -> 1/8: {\\"n\\":67,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1188.2154262966046}", - "1/8 -> 3/8: {\\"n\\":55,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1444.4150891285808}", - "3/8 -> 5/8: {\\"n\\":58,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1736.3961030678927}", - "5/8 -> 7/8: {\\"n\\":62,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1931.491579260158}", - "7/8 -> 9/8: {\\"n\\":67,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1995.666254004977}", - "0/1 -> 1/4: {\\"n\\":72,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1275.5812898145155}", - "1/4 -> 1/2: {\\"n\\":60,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1600.013209717642}", - "1/2 -> 3/4: {\\"n\\":63,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1848.322651072291}", - "3/4 -> 1/1: {\\"n\\":67,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1982.7067523629073}", - "-1/8 -> 1/8: {\\"n\\":74,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1188.2154262966046}", - "1/8 -> 3/8: {\\"n\\":79,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1444.4150891285808}", - "1/8 -> 3/8: {\\"n\\":79,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1444.4150891285808}", - "3/8 -> 5/8: {\\"n\\":67,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1736.3961030678927}", - "5/8 -> 7/8: {\\"n\\":70,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1931.491579260158}", - "7/8 -> 9/8: {\\"n\\":74,\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.5,\\"cutoff\\":1995.666254004977}", -] -`; - -exports[`renders shared tunes > shared tune 149 https://strudel.tidalcycles.org/?9PUNz9fqWo2F 1`] = ` -[ - "15/41 -> 177/328: {\\"n\\":\\"c5\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.4}", - "45/82 -> 147/164: {\\"n\\":\\"d5\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.4}", - "75/82 -> 357/328: {\\"n\\":\\"eb5\\",\\"s\\":\\"Oboe: Reed\\",\\"gain\\":0.4}", - "0/1 -> 45/82: {\\"n\\":60,\\"s\\":\\"Acoustic Grand Piano: Piano\\",\\"gain\\":0.25}", - "0/1 -> 45/82: {\\"n\\":63,\\"s\\":\\"Acoustic Grand Piano: Piano\\",\\"gain\\":0.25}", - "0/1 -> 45/82: {\\"n\\":55,\\"s\\":\\"Acoustic Grand Piano: Piano\\",\\"gain\\":0.25}", - "45/82 -> 45/41: {\\"n\\":60,\\"s\\":\\"Acoustic Grand Piano: Piano\\",\\"gain\\":0.25}", - "45/82 -> 45/41: {\\"n\\":63,\\"s\\":\\"Acoustic Grand Piano: Piano\\",\\"gain\\":0.25}", - "45/82 -> 45/41: {\\"n\\":55,\\"s\\":\\"Acoustic Grand Piano: Piano\\",\\"gain\\":0.25}", - "0/1 -> 45/82: {\\"n\\":60,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 45/82: {\\"n\\":63,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 45/82: {\\"n\\":55,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "45/82 -> 45/41: {\\"n\\":60,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "45/82 -> 45/41: {\\"n\\":63,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "45/82 -> 45/41: {\\"n\\":55,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 150 https://strudel.tidalcycles.org/?wkDHhKIUtwY_ 1`] = ` -[ - "0/1 -> 65/12: {\\"n\\":\\"d#5\\",\\"s\\":\\"Piccolo: Pipe\\",\\"gain\\":0.35}", - "0/1 -> 65/12: {\\"n\\":56,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":60,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":56,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.1}", - "0/1 -> 65/12: {\\"n\\":60,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.1}", - "0/1 -> 65/12: {\\"n\\":51,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.1}", - "0/1 -> 39/128: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "65/192 -> 247/384: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "65/96 -> 377/384: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "0/1 -> 65/192: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "65/192 -> 65/96: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "65/96 -> 65/48: {\\"s\\":\\"sn\\",\\"gain\\":0.2}", - "0/1 -> 65/96: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "65/96 -> 65/48: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 151 https://strudel.tidalcycles.org/?Zj9qfA1PhcDS 1`] = ` -[ - "0/1 -> 65/12: {\\"n\\":\\"d#5\\",\\"s\\":\\"Piccolo: Pipe\\",\\"gain\\":0.35}", - "0/1 -> 65/12: {\\"n\\":56,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":60,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":68,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":72,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 39/128: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "65/192 -> 247/384: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "65/96 -> 377/384: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "0/1 -> 65/192: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "65/192 -> 65/96: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "65/96 -> 65/48: {\\"s\\":\\"sn\\",\\"gain\\":0.2}", - "0/1 -> 65/96: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "65/96 -> 65/48: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 152 https://strudel.tidalcycles.org/?p_G-4ZB295BP 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2206.5338497506646,\\"resonance\\":10,\\"clip\\":1}", - "3/8 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2827.098521493671,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 7/8: {\\"note\\":\\"A2\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3366.0584981088073,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/4: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A3\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "-7/4 -> 1/4: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2312.732504596285,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"C4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "1/4 -> 1/2: {\\"note\\":\\"E4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "-3/2 -> 1/2: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2522.789774516997,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "1/2 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3110.8609453791396,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "-5/4 -> 3/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2727.5302177148174,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":3443.5028842544402,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-1/1 -> 1/1: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "-3/4 -> 5/4: {\\"note\\":\\"C5\\",\\"s\\":\\"flbass\\",\\"n\\":0,\\"gain\\":0.3,\\"cutoff\\":2924.3791043233605,\\"resonance\\":10,\\"clip\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd:1\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd:0\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh:0\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh:0\\"}", -] -`; - -exports[`renders shared tunes > shared tune 153 https://strudel.tidalcycles.org/?NWLKF4C7o4EX 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "0/1 -> 1/2: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "0/1 -> 1/2: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "0/1 -> 1/2: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "3/4 -> 1/1: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "3/4 -> 1/1: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "3/4 -> 1/1: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "3/4 -> 1/1: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "0/1 -> 1/2: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/2 -> 1/1: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", -] -`; - -exports[`renders shared tunes > shared tune 154 https://strudel.tidalcycles.org/?XhNBCyuzIVOD 1`] = ` -[ - "0/1 -> 1457/3000: {\\"n\\":\\"c#6\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "47/90 -> 13771/18000: {\\"n\\":\\"f5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "47/60 -> 9071/6000: {\\"n\\":\\"c6\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "0/1 -> 47/60: {\\"n\\":61,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "0/1 -> 47/60: {\\"n\\":65,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "0/1 -> 47/60: {\\"n\\":56,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "47/60 -> 47/30: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "47/60 -> 47/30: {\\"n\\":67,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "47/60 -> 47/30: {\\"n\\":58,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "0/1 -> 141/200: {\\"n\\":\\"C#2\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "47/60 -> 893/600: {\\"n\\":\\"D#2\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "0/1 -> 47/180: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "47/90 -> 47/60: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "47/60 -> 47/45: {\\"s\\":\\"sn\\",\\"gain\\":0.2}", - "0/1 -> 47/180: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "47/180 -> 47/90: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "47/90 -> 47/60: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "47/60 -> 47/45: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 155 https://strudel.tidalcycles.org/?AL73np8C7Fe7 1`] = ` -[ - "0/1 -> 589/1200: {\\"n\\":\\"C#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "19/36 -> 5567/7200: {\\"n\\":\\"F4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "19/24 -> 3667/2400: {\\"n\\":\\"C5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "0/1 -> 589/1200: {\\"n\\":\\"c#6\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "19/36 -> 5567/7200: {\\"n\\":\\"f5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "19/24 -> 3667/2400: {\\"n\\":\\"c6\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "0/1 -> 19/24: {\\"n\\":61,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":65,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":56,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":67,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":58,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 57/80: {\\"n\\":\\"C#2\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "19/24 -> 361/240: {\\"n\\":\\"D#2\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "0/1 -> 125832027859158/476837158203125: {\\"s\\":\\"bd\\",\\"gain\\":0.25}", - "251664055718316/476837158203125 -> 19/24: {\\"s\\":\\"bd\\",\\"gain\\":0.25}", - "19/24 -> 2922870840145583/2769035532769500: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "0/1 -> 125832027859158/476837158203125: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "125832027859158/476837158203125 -> 251664055718316/476837158203125: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "251664055718316/476837158203125 -> 19/24: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "19/24 -> 2922870840145583/2769035532769500: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", -] -`; - -exports[`renders shared tunes > shared tune 156 https://strudel.tidalcycles.org/?89gJxIK34OPK 1`] = ` -[ - "0/1 -> 3/2: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "3/4 -> 9/8: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "0/1 -> 3/2: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "3/16 -> 3/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/16 -> 3/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 3/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 3/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/16 -> 3/8: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/16 -> 3/8: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 3/16: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 157 https://strudel.tidalcycles.org/?8g4oMFkLYMXZ 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 158 https://strudel.tidalcycles.org/?NIQF-VGYdB83 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: B1", - "3/4 -> 1/1: B1", - "1/4 -> 13/44: A3", - "1/4 -> 13/44: C#4", - "1/4 -> 13/44: D4", - "1/4 -> 13/44: F#4", -] -`; - -exports[`renders shared tunes > shared tune 159 https://strudel.tidalcycles.org/?KOAtvzaJcmmY 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", -] -`; - -exports[`renders shared tunes > shared tune 160 https://strudel.tidalcycles.org/?pK517-FAktOc 1`] = ` -[ - "0/1 -> 4/3: B4", - "0/1 -> 1/3: C3", - "1/3 -> 2/3: G3", - "2/3 -> 2/1: E4", -] -`; - -exports[`renders shared tunes > shared tune 161 https://strudel.tidalcycles.org/?H3BbA0AovtKs 1`] = ` -[ - "0/1 -> 5/26: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "5/13 -> 15/26: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "10/13 -> 155/156: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "155/156 -> 15/13: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "0/1 -> 15/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "5/52 -> 35/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "5/26 -> 10/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "15/52 -> 45/52: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "5/13 -> 25/26: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "25/52 -> 55/52: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "15/26 -> 15/13: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "35/52 -> 5/4: {\\"note\\":\\"C#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.587962962962963}", - "5/13 -> 25/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "25/52 -> 55/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "15/26 -> 15/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "35/52 -> 5/4: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "10/13 -> 35/26: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "45/52 -> 75/52: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "25/26 -> 20/13: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "10/13 -> 35/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "45/52 -> 75/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "25/26 -> 20/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 80/13: {\\"s\\":\\"mad\\"}", -] -`; - -exports[`renders shared tunes > shared tune 162 https://strudel.tidalcycles.org/?Y9RZADkxt8UL 1`] = ` -[ - "0/1 -> 65/12: {\\"n\\":\\"d#5\\",\\"s\\":\\"Piccolo: Pipe\\",\\"gain\\":0.35}", - "0/1 -> 65/12: {\\"n\\":56,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":60,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":68,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":72,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 65/12: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.15}", - "0/1 -> 39/128: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "65/192 -> 247/384: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "65/96 -> 377/384: {\\"n\\":\\"G#1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "0/1 -> 65/192: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "65/192 -> 65/96: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "65/96 -> 65/48: {\\"s\\":\\"sn\\",\\"gain\\":0.2}", - "0/1 -> 65/96: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "65/96 -> 65/48: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 163 https://strudel.tidalcycles.org/?bxwipc2kqreB 1`] = ` -[ - "1/2 -> 1/1: a4", - "3/4 -> 1/1: a1", - "1/2 -> 3/4: a2", - "1/4 -> 1/2: a1", - "0/1 -> 1/4: a2", -] -`; - -exports[`renders shared tunes > shared tune 164 https://strudel.tidalcycles.org/?qGimkQi_nszY 1`] = ` -[ - "47/60 -> 6157/6000: {\\"n\\":\\"c#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "47/90 -> 13771/18000: {\\"n\\":\\"d#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "47/180 -> 9071/18000: {\\"n\\":\\"f5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "0/1 -> 1457/6000: {\\"n\\":\\"g5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.18}", - "47/60 -> 47/30: {\\"n\\":57,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "47/60 -> 47/30: {\\"n\\":61,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "47/60 -> 47/30: {\\"n\\":52,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "0/1 -> 47/60: {\\"n\\":59,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "0/1 -> 47/60: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "0/1 -> 47/60: {\\"n\\":54,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.24}", - "47/60 -> 893/600: {\\"n\\":\\"A1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "0/1 -> 141/200: {\\"n\\":\\"B1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "47/60 -> 47/45: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "47/90 -> 47/60: {\\"s\\":\\"sn\\",\\"gain\\":0.2}", - "0/1 -> 47/180: {\\"s\\":\\"bd\\",\\"gain\\":0.2}", - "47/60 -> 47/45: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "47/90 -> 47/60: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "47/180 -> 47/90: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", - "0/1 -> 47/180: {\\"s\\":\\"hh\\",\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 165 https://strudel.tidalcycles.org/?DVESSaRggtn_ 1`] = ` -[ - "0/1 -> 6275565/1452119: A3", - "-9/8 -> 20400609/11616952: G4", - "3/8 -> 54560877/11616952: D4", - "-3/4 -> 12378483/5808476: F5", - "3/4 -> 29458617/5808476: G4", - "0/1 -> 3/2: D2", -] -`; - -exports[`renders shared tunes > shared tune 166 https://strudel.tidalcycles.org/?CHh9ZGJxiWnm 1`] = ` -[ - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "1/8 -> 1/4: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1699.6897509708342}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "3/8 -> 1/2: {\\"n\\":\\"D2\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1765.826371664994}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "1/2 -> 5/8: {\\"n\\":\\"D1\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1798.799979846742}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "3/4 -> 7/8: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1864.4584935007128}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "7/8 -> 1/1: {\\"n\\":\\"D3\\",\\"s\\":\\"square\\",\\"gain\\":0.3,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.5,\\"cutoff\\":1897.1038487394403}", - "-3/8 -> 1/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-3/8 -> 1/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1666.5665766857219}", - "-1/4 -> 1/4: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/4 -> 1/4: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1683.1306585059317}", - "-1/8 -> 3/8: {\\"n\\":\\"G3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "-1/8 -> 3/8: {\\"n\\":\\"B3\\",\\"s\\":\\"square\\",\\"gain\\":0.7,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0,\\"cutoff\\":1699.6897509708342}", - "0/1 -> 3/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "0/1 -> 3/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26103468453995016,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5998.072590601808,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/8 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2828651860235305,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5982.671142387316,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "3/4 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.300533478008833,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5958.137268909887,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "1/4 -> 5/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2756442833140452,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5989.512318936654,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "5/8 -> 1/1: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29705226105983373,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5963.890147645195,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "1/2 -> 7/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.29000691362123476,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5974.128467049176,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "7/8 -> 5/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.3107861971007485,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5938.355801271282,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "3/4 -> 9/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.30398425548024827,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5951.963201008076,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "0/1 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "-1/8 -> 1/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2573601511491127,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.143312438893,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "1/4 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.27200957116830426,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5992.29333433282,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#6\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"E5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "-1/4 -> 1/8: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.2536811842784369,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5999.785818935017,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"C#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/8 -> 1/2: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.26836160127988246,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5994.647308096509,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"F#5\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "1/2 -> 3/4: {\\"n\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.28644702698548963,\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":0,\\"hcutoff\\":5978.612153434527,\\"cutoff\\":4000}", - "0/1 -> 1/4: bd", - "1/2 -> 3/4: bd", - "1/2 -> 1/1: sn", - "1/4 -> 1/2: hh3", - "3/4 -> 1/1: hh3", -] -`; - -exports[`renders shared tunes > shared tune 167 https://strudel.tidalcycles.org/?7C7fQJ7ENNd3 1`] = ` -[ - "0/1 -> 1/4: {\\"s\\":\\"hh\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 168 https://strudel.tidalcycles.org/?VGsjmHzmkMz0 1`] = ` -[ - "1/4 -> 1/2: {\\"s\\":\\"bd\\"}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 169 https://strudel.tidalcycles.org/?4QSBDxgdgAIr 1`] = ` -[ - "1/4 -> 1/2: {\\"s\\":\\"bd\\"}", - "0/1 -> 1/12: {\\"s\\":\\"hh\\"}", - "1/12 -> 1/6: {\\"s\\":\\"hh\\"}", - "1/6 -> 1/4: {\\"s\\":\\"hh\\"}", - "1/2 -> 7/12: {\\"s\\":\\"hh\\"}", - "7/12 -> 2/3: {\\"s\\":\\"hh\\"}", - "2/3 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 5/6: {\\"s\\":\\"hh\\"}", - "5/6 -> 11/12: {\\"s\\":\\"hh\\"}", - "11/12 -> 1/1: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 170 https://strudel.tidalcycles.org/?_1ClWbH9kSKC 1`] = ` -[ - "0/1 -> 2/9: {\\"s\\":\\"hh\\"}", - "2/9 -> 4/9: {\\"s\\":\\"hh\\"}", - "4/9 -> 2/3: {\\"s\\":\\"hh\\"}", - "2/3 -> 7/9: {\\"s\\":\\"hh\\"}", - "7/9 -> 8/9: {\\"s\\":\\"hh\\"}", - "8/9 -> 1/1: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 171 https://strudel.tidalcycles.org/?nmwsMPG16O1L 1`] = ` -[ - "0/1 -> 1/4: 83.8125", - "3/4 -> 1/1: 82.6875", - "0/1 -> 5/2: f3", - "3/8 -> 23/8: f3", - "3/4 -> 13/4: f3", - "0/1 -> 40/1: a1", - "1/2 -> 1/1: 2", -] -`; - -exports[`renders shared tunes > shared tune 172 https://strudel.tidalcycles.org/?DBp75NUfSxIn 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":57}", - "0/1 -> 1/4: {\\"note\\":61}", - "0/1 -> 1/4: {\\"note\\":64}", - "3/4 -> 1/1: {\\"note\\":57}", - "3/4 -> 1/1: {\\"note\\":61}", - "3/4 -> 1/1: {\\"note\\":64}", - "0/1 -> 1/1: {\\"note\\":45}", - "1/4 -> 1/2: 2", - "3/4 -> 7/8: 2", - "0/1 -> 1/4: c1", - "1/2 -> 3/4: c1", - "1/2 -> 1/1: x", -] -`; - -exports[`renders shared tunes > shared tune 173 https://strudel.tidalcycles.org/?bdsxEcjr7fkg 1`] = ` -[ - "0/1 -> 1/1: {\\"n\\":\\"a1\\",\\"decay\\":0.25,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"vowel\\":\\"a\\"}", - "-3/8 -> 1/8: {\\"n\\":52,\\"decay\\":0.25,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"vowel\\":\\"a\\"}", - "0/1 -> 1/1: {\\"n\\":33.05,\\"decay\\":0.25,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"vowel\\":\\"a\\"}", - "-3/8 -> 1/8: {\\"n\\":52.05,\\"decay\\":0.25,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"vowel\\":\\"a\\"}", -] -`; - -exports[`renders shared tunes > shared tune 174 https://strudel.tidalcycles.org/?IuUGlGkdiPX- 1`] = ` -[ - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"coarse\\":16,\\"speed\\":0.7285963821098448}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"coarse\\":16,\\"shape\\":0.8,\\"speed\\":0.80224046928206}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"coarse\\":16,\\"shape\\":0.8,\\"crush\\":8,\\"gain\\":0.2,\\"speed\\":0.7519542165100574}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"coarse\\":16,\\"shape\\":0.8,\\"crush\\":8,\\"gain\\":0.2,\\"speed\\":0.7931522866332671}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"coarse\\":16,\\"shape\\":0.8,\\"crush\\":8,\\"gain\\":0.2,\\"speed\\":0.77531205091027}", - "0/1 -> 1/8: {\\"note\\":\\"g1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":622.4281788948767,\\"coarse\\":2,\\"speed\\":0.7002304945137069}", - "3/8 -> 1/2: {\\"note\\":\\"g1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":753.073372946036,\\"coarse\\":4,\\"speed\\":0.7399036937955912}", - "3/4 -> 7/8: {\\"note\\":\\"g1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":866.5386311808015,\\"coarse\\":7,\\"speed\\":0.798840922941892}", -] -`; - -exports[`renders shared tunes > shared tune 175 https://strudel.tidalcycles.org/?1QH3HPhZ1uad 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: x", - "1/4 -> 1/2: c4", - "3/4 -> 1/1: c4", - "0/1 -> 1/2: B1", - "3/4 -> 1/1: B1", - "1/4 -> 13/44: A3", - "1/4 -> 13/44: C#4", - "1/4 -> 13/44: D4", - "1/4 -> 13/44: F#4", -] -`; - -exports[`renders shared tunes > shared tune 176 https://strudel.tidalcycles.org/?hxJZG7SS71HP 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/4 -> 3/4: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", - "1/2 -> 1/1: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/2 -> 1/1: {\\"note\\":\\"Ab3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5092592592592593}", - "1/2 -> 1/1: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/2 -> 1/1: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", -] -`; - -exports[`renders shared tunes > shared tune 177 https://strudel.tidalcycles.org/?EoVX7HjwHB8r 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 178 https://strudel.tidalcycles.org/?tVIePZOlbUFE 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/8 -> 1/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/8 -> 1/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"A#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"D#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "446428571428571/12500000000000000 -> 3571428571428571/12500000000000000: {\\"note\\":\\"G#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6203703703703703}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 5/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 5/8: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "1/2 -> 3/4: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "1/2 -> 3/4: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "1/2 -> 3/4: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/2 -> 3/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "3/4 -> 7/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/4 -> 7/8: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"D5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5925925925925926}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"Eb5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5972222222222222}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", - "2455357142857143/3125000000000000 -> 3236607142857143/3125000000000000: {\\"note\\":\\"G5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6157407407407407}", -] -`; - -exports[`renders shared tunes > shared tune 179 https://strudel.tidalcycles.org/?P_Fi2yRHrXHj 1`] = ` -[ - "0/1 -> 1/8: {\\"freq\\":55.33,\\"s\\":\\"sawtooth\\"}", - "0/1 -> 1/8: {\\"freq\\":54.725,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":110.66,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":109.45,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":165.99,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":164.175,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":221.32,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":218.9,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":276.65,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":273.625,\\"s\\":\\"sawtooth\\"}", - "1/8 -> 59/400: {\\"freq\\":440,\\"gain\\":0.206361035083454,\\"s\\":\\"sawtooth\\"}", - "1/4 -> 109/400: {\\"freq\\":440,\\"gain\\":0.2360775017902398,\\"s\\":\\"sawtooth\\"}", - "1/2 -> 209/400: {\\"freq\\":440,\\"gain\\":0.3624358861780295,\\"s\\":\\"sawtooth\\"}", - "5/8 -> 259/400: {\\"freq\\":440,\\"gain\\":0.4316442271311083,\\"s\\":\\"sawtooth\\"}", - "7/8 -> 359/400: {\\"freq\\":440,\\"gain\\":0.5078844826422588,\\"s\\":\\"sawtooth\\"}", - "0/1 -> 1/8: {\\"s\\":\\"bd\\"}", - "3/8 -> 1/2: {\\"s\\":\\"bd\\"}", - "3/4 -> 7/8: {\\"s\\":\\"bd\\"}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\"}", -] -`; - -exports[`renders shared tunes > shared tune 180 https://strudel.tidalcycles.org/?brh8FpBbbH-- 1`] = ` -[ - "0/1 -> 1/1: {\\"s\\":\\"bd\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", - "0/1 -> 1/2: {\\"note\\":\\"A2\\",\\"s\\":\\"sawtooth\\"}", - "1/2 -> 3/4: {\\"note\\":\\"G2\\",\\"s\\":\\"sawtooth\\"}", - "3/4 -> 1/1: {\\"note\\":\\"F2\\",\\"s\\":\\"sawtooth\\"}", -] -`; - -exports[`renders shared tunes > shared tune 181 https://strudel.tidalcycles.org/?Uw7K4l1pIVUt 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 182 https://strudel.tidalcycles.org/?dhBbMccpPgg8 1`] = ` -[ - "0/1 -> 1/2: A3", - "1/2 -> 3/4: D4", - "3/4 -> 1/1: E4", - "0/1 -> 1/2: D4", - "1/2 -> 3/4: G4", - "3/4 -> 1/1: A4", -] -`; - -exports[`renders shared tunes > shared tune 183 https://strudel.tidalcycles.org/?U5sIL_DhqTip 1`] = ` -[ - "-1666666666666667/7500000000000000 -> 2/9: G3", - "0/1 -> 4/3: E3", - "0/1 -> 4/3: A3", - "0/1 -> 4/3: D4", - "0/1 -> 4/3: G4", - "0/1 -> 4/3: B4", - "0/1 -> 2/3: D2", - "2/3 -> 7/9: D2", - "8/9 -> 1/1: D2", - "0/1 -> 2/9: c1", - "2/9 -> 4/9: c1", - "4/9 -> 2/3: c1", - "2/3 -> 8/9: c1", - "8/9 -> 10/9: c1", - "2/3 -> 4/3: c3", - "0/1 -> 10/9: c1", - "0/1 -> 16/3: F3", - "0/1 -> 16/3: A3", -] -`; - -exports[`renders shared tunes > shared tune 184 https://strudel.tidalcycles.org/?irMD_KH0ICbf 1`] = ` -[ - "0/1 -> 27/40: {\\"note\\":\\"Db4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "0/1 -> 27/40: {\\"note\\":\\"Ab4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5648148148148149}", - "0/1 -> 27/40: {\\"note\\":\\"Db4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "0/1 -> 27/40: {\\"note\\":\\"Ab4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5648148148148149}", - "0/1 -> 27/40: {\\"note\\":\\"Db4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "0/1 -> 27/40: {\\"note\\":\\"Ab4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5648148148148149}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 27/40: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 27/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 27/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 171/160: {\\"note\\":\\"Bb2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46296296296296297}", - "3/4 -> 33/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 33/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "3/4 -> 33/40: {\\"note\\":\\"Eb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "3/4 -> 33/40: {\\"note\\":\\"Bb4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5740740740740741}", - "0/1 -> 171/160: {\\"note\\":\\"Bb2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46296296296296297}", -] -`; - -exports[`renders shared tunes > shared tune 185 https://strudel.tidalcycles.org/?A6Mqjuhn1Wpr 1`] = `[]`; - -exports[`renders shared tunes > shared tune 186 https://strudel.tidalcycles.org/?2-JbRPIoRj7X 1`] = `[]`; - -exports[`renders shared tunes > shared tune 187 https://strudel.tidalcycles.org/?wVDgPVVgbrSK 1`] = `[]`; - -exports[`renders shared tunes > shared tune 188 https://strudel.tidalcycles.org/?z0OoCML7DPQb 1`] = ` -[ - "0/1 -> 1/1: bd", - "0/1 -> 1/4: hh", - "1/4 -> 1/2: hh", - "1/2 -> 3/4: hh", - "3/4 -> 1/1: hh", - "1/2 -> 1/1: sn", -] -`; - -exports[`renders shared tunes > shared tune 189 https://strudel.tidalcycles.org/?SWekIFXDlrLE 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"e4\\"}", - "1/4 -> 1/2: {\\"note\\":\\"c4\\"}", - "1/2 -> 3/4: {\\"note\\":\\"a4\\"}", - "3/4 -> 1/1: {\\"note\\":\\"c4\\"}", - "0/1 -> 1/2: {\\"note\\":\\"c1\\"}", - "1/2 -> 1/1: {\\"note\\":\\"c1\\"}", - "1/2 -> 1/1: {\\"note\\":\\"x\\"}", - "1/4 -> 1/2: {\\"note\\":\\"c4\\"}", - "3/4 -> 1/1: {\\"note\\":\\"c4\\"}", - "0/1 -> 2/1: {\\"note\\":\\"B1\\"}", - "0/1 -> 4/1: {\\"note\\":\\"A3\\"}", - "0/1 -> 4/1: {\\"note\\":\\"C4\\"}", - "0/1 -> 4/1: {\\"note\\":\\"E4\\"}", - "0/1 -> 4/1: {\\"note\\":\\"A5\\"}", -] -`; - -exports[`renders shared tunes > shared tune 190 https://strudel.tidalcycles.org/?70M98P_ZVSJe 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"begin\\":0,\\"end\\":0.25}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"begin\\":0.25,\\"end\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 191 https://strudel.tidalcycles.org/?SB-hFm0uROHV 1`] = ` -[ - "0/1 -> 1/1: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 192 https://strudel.tidalcycles.org/?t2KXoS_qssjD 1`] = ` -[ - "0/1 -> 1/4: {\\"s\\":\\"p\\",\\"begin\\":0,\\"end\\":0.0078125,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":0,\\"shape\\":0.5}", - "1/4 -> 1/2: {\\"s\\":\\"p\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":0,\\"shape\\":0.5}", - "1/2 -> 3/4: {\\"s\\":\\"p\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":0,\\"shape\\":0.5}", - "3/4 -> 1/1: {\\"s\\":\\"p\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":0,\\"shape\\":0.5}", - "3/4 -> 1/1: {\\"s\\":\\"p\\",\\"begin\\":0,\\"end\\":0.0078125,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":1,\\"shape\\":0.5}", - "1/2 -> 3/4: {\\"s\\":\\"p\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":1,\\"shape\\":0.5}", - "1/4 -> 1/2: {\\"s\\":\\"p\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":1,\\"shape\\":0.5}", - "0/1 -> 1/4: {\\"s\\":\\"p\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"pan\\":1,\\"shape\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 193 https://strudel.tidalcycles.org/?k0435I3IQEH4 1`] = ` -[ - "0/1 -> 3/4: F3", - "3/4 -> 9/8: Ab3", - "0/1 -> 3/4: Ab3", - "3/4 -> 9/8: C4", - "3/8 -> 15/32: Eb4", - "9/16 -> 21/32: Eb4", - "3/8 -> 15/32: G4", - "9/16 -> 21/32: G4", - "241/600 -> 147/200: F1", - "0/1 -> 3/4: c2", - "3/4 -> 3/2: c2", - "3/4 -> 3/2: c2", - "0/1 -> 3/8: c4", - "3/8 -> 3/4: c4", - "3/4 -> 9/8: c4", -] -`; - -exports[`renders shared tunes > shared tune 194 https://strudel.tidalcycles.org/?vDsUyH8IUJn6 1`] = ` -[ - "0/1 -> 6/1: F3", - "0/1 -> 6/1: Ab3", - "0/1 -> 6/1: c2", - "0/1 -> 3/1: c4", -] -`; - -exports[`renders shared tunes > shared tune 195 https://strudel.tidalcycles.org/?YJ2iESN49BD6 1`] = ` -[ - "0/1 -> 3/16: {\\"s\\":\\"bd\\",\\"gain\\":0.7}", - "3/16 -> 3/8: {\\"s\\":\\"bd\\",\\"gain\\":0.7}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"gain\\":0.7}", - "3/4 -> 9/8: {\\"s\\":\\"sn\\",\\"gain\\":0.7}", - "0/1 -> 3/20: {\\"note\\":\\"C2\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/8 -> 21/40: {\\"note\\":\\"A1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/4 -> 9/10: {\\"note\\":\\"Bb1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/16 -> 27/80: {\\"note\\":\\"C2\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "9/16 -> 57/80: {\\"note\\":\\"A1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "15/16 -> 87/80: {\\"note\\":\\"Bb1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "0/1 -> 3/20: {\\"note\\":\\"G2\\"}", - "0/1 -> 3/40: {\\"note\\":\\"C3\\"}", - "3/4 -> 33/40: {\\"note\\":\\"Eb3\\"}", - "-15/16 -> -63/80: {\\"note\\":\\"G3\\"}", - "-3/16 -> -9/80: {\\"note\\":\\"Eb4\\"}", - "3/16 -> 27/80: {\\"note\\":\\"G3\\"}", - "3/16 -> 21/80: {\\"note\\":\\"C4\\"}", - "15/16 -> 81/80: {\\"note\\":\\"Eb4\\"}", - "-3/4 -> -3/5: {\\"note\\":\\"G4\\"}", - "0/1 -> 3/40: {\\"note\\":\\"Eb5\\"}", - "3/8 -> 21/40: {\\"note\\":\\"G4\\"}", - "3/8 -> 9/20: {\\"note\\":\\"C5\\"}", - "-9/16 -> -33/80: {\\"note\\":\\"G5\\"}", - "-9/16 -> -39/80: {\\"note\\":\\"C6\\"}", - "3/16 -> 21/80: {\\"note\\":\\"Eb6\\"}", - "9/16 -> 57/80: {\\"note\\":\\"G5\\"}", - "9/16 -> 51/80: {\\"note\\":\\"C6\\"}", -] -`; - -exports[`renders shared tunes > shared tune 196 https://strudel.tidalcycles.org/?Z6fHLg-51AUc 1`] = ` -[ - "0/1 -> 1/4: C3", - "0/1 -> 1/4: G3", - "0/1 -> 1/4: C4", - "1/2 -> 3/4: C3", - "1/2 -> 3/4: G3", - "1/2 -> 3/4: C4", - "0/1 -> 1/2: c2", - "1/2 -> 5/8: c2", - "3/4 -> 7/8: c2", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", -] -`; - -exports[`renders shared tunes > shared tune 197 https://strudel.tidalcycles.org/?GW0d4wRtDmED 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 198 https://strudel.tidalcycles.org/?iliL_rgeboIg 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 199 https://strudel.tidalcycles.org/?IVv5q7W4BDiN 1`] = ` -[ - "0/1 -> 1/32: {\\"note\\":48.07362922971432,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/32 -> 1/16: {\\"note\\":48.220843337648155,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/16 -> 3/32: {\\"note\\":48.36792441781325,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/32 -> 1/8: {\\"note\\":48.51478387406664,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/8 -> 5/32: {\\"note\\":48.661333243763295,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/32 -> 3/16: {\\"note\\":48.80748425104276,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/16 -> 7/32: {\\"note\\":48.95314886000317,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/32 -> 1/4: {\\"note\\":49.098239327730845,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/4 -> 9/32: {\\"note\\":49.24266825715331,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "9/32 -> 5/16: {\\"note\\":49.386348649684024,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/16 -> 11/32: {\\"note\\":49.529193957627086,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "11/32 -> 3/8: {\\"note\\":49.67111813631032,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/8 -> 13/32: {\\"note\\":49.81203569591537,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "13/32 -> 7/16: {\\"note\\":49.95186175297358,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/16 -> 15/32: {\\"note\\":50.09051208149661,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "15/32 -> 1/2: {\\"note\\":50.22790316371103,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/2 -> 17/32: {\\"note\\":50.36395224036629,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "17/32 -> 9/16: {\\"note\\":50.49857736058583,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "9/16 -> 19/32: {\\"note\\":50.63169743123117,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "19/32 -> 5/8: {\\"note\\":50.76323226574944,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/8 -> 21/32: {\\"note\\":50.893102632474736,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "21/32 -> 11/16: {\\"note\\":51.021230302354304,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "11/16 -> 23/32: {\\"note\\":51.14753809607082,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "23/32 -> 3/4: {\\"note\\":51.27194993053228,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/4 -> 25/32: {\\"note\\":51.39439086470168,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "25/32 -> 13/16: {\\"note\\":51.514787144738634,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "13/16 -> 27/32: {\\"note\\":51.633066248425955,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "27/32 -> 7/8: {\\"note\\":51.74915692885432,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/8 -> 29/32: {\\"note\\":51.86298925733875,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "29/32 -> 15/16: {\\"note\\":51.97449466554103,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "15/16 -> 31/32: {\\"note\\":52.08360598677272,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "31/32 -> 1/1: {\\"note\\":52.19025749645384,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", -] -`; - -exports[`renders shared tunes > shared tune 200 https://strudel.tidalcycles.org/?N6kOKngern0Y 1`] = ` -[ - "0/1 -> 1/32: {\\"note\\":56.147247371137475,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/32 -> 1/16: {\\"note\\":56.441387381598005,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/16 -> 3/32: {\\"note\\":56.734464051195296,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/32 -> 1/8: {\\"note\\":57.02577133256181,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/8 -> 5/32: {\\"note\\":57.31460744094122,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/32 -> 3/16: {\\"note\\":57.60027654484939,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/16 -> 7/32: {\\"note\\":57.88209044239335,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/32 -> 1/4: {\\"note\\":58.15937021920993,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/4 -> 9/32: {\\"note\\":58.431447884029936,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "9/32 -> 5/16: {\\"note\\":58.69766797792764,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/16 -> 11/32: {\\"note\\":58.9573891533787,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "11/32 -> 3/8: {\\"note\\":59.20998571932258,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/8 -> 13/32: {\\"note\\":59.45484914850707,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "13/32 -> 7/16: {\\"note\\":59.69138954348376,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/16 -> 15/32: {\\"note\\":59.91903705772266,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "15/32 -> 1/2: {\\"note\\":60.1372432684224,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/2 -> 17/32: {\\"note\\":60.3454824977088,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "17/32 -> 9/16: {\\"note\\":60.543253079038905,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "9/16 -> 19/32: {\\"note\\":60.73007856575964,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "19/32 -> 5/8: {\\"note\\":60.9055088789095,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/8 -> 21/32: {\\"note\\":61.06912139149824,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "21/32 -> 11/16: {\\"note\\":61.22052194665227,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "11/16 -> 23/32: {\\"note\\":61.35934580717309,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "23/32 -> 3/4: {\\"note\\":61.48525853422119,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/4 -> 25/32: {\\"note\\":61.597956793008436,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "25/32 -> 13/16: {\\"note\\":61.69716908355822,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "13/16 -> 27/32: {\\"note\\":61.782656394772644,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "27/32 -> 7/8: {\\"note\\":61.85421278023117,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/8 -> 29/32: {\\"note\\":61.91166585433365,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "29/32 -> 15/16: {\\"note\\":61.95487720759226,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "15/16 -> 31/32: {\\"note\\":61.983742740072145,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "31/32 -> 1/1: {\\"note\\":61.998192912177224,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", -] -`; - -exports[`renders shared tunes > shared tune 201 https://strudel.tidalcycles.org/?wIjKrvTVPfgZ 1`] = ` -[ - "0/1 -> 1/16: {\\"note\\":47.370882377028465,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/16 -> 1/8: {\\"note\\":47.10302542895079,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/8 -> 3/16: {\\"note\\":49.174072265625,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/16 -> 1/4: {\\"note\\":49.72477217763662,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/4 -> 5/16: {\\"note\\":50.367317005991936,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/16 -> 3/8: {\\"note\\":46.19376839697361,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/8 -> 7/16: {\\"note\\":51.18686657398939,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/16 -> 1/2: {\\"note\\":50.02532958984375,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "1/2 -> 9/16: {\\"note\\":52.08789586275816,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "9/16 -> 5/8: {\\"note\\":52.430519320070744,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "5/8 -> 11/16: {\\"note\\":47.17999421060085,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "11/16 -> 3/4: {\\"note\\":42.378508776426315,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "3/4 -> 13/16: {\\"note\\":42.11755297333002,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "13/16 -> 7/8: {\\"note\\":44.461274698376656,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "7/8 -> 15/16: {\\"note\\":52.89178837090731,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", - "15/16 -> 1/1: {\\"note\\":49.39466518163681,\\"attack\\":0,\\"release\\":0,\\"s\\":\\"triangle\\"}", -] -`; - -exports[`renders shared tunes > shared tune 202 https://strudel.tidalcycles.org/?iqZ-ex573FFd 1`] = ` -[ - "0/1 -> 4/25: 52", - "4/25 -> 8/25: 57", - "8/25 -> 12/25: 61", - "12/25 -> 16/25: 52", - "16/25 -> 4/5: 57", - "4/5 -> 24/25: 61", - "24/25 -> 28/25: 52", -] -`; - -exports[`renders shared tunes > shared tune 203 https://strudel.tidalcycles.org/?0nlMXAIzgsdw 1`] = ` -[ - "4/5 -> 16/15: {\\"note\\":\\"a6\\",\\"s\\":\\"piano\\"}", - "0/1 -> 4/5: {\\"note\\":\\"ab5\\",\\"s\\":\\"piano\\"}", - "0/1 -> 4/5: {\\"note\\":\\"e5\\",\\"s\\":\\"piano\\"}", - "0/1 -> 4/5: {\\"note\\":\\"c5\\",\\"s\\":\\"piano\\"}", - "0/1 -> 4/5: {\\"note\\":\\"Ab5\\",\\"s\\":\\"piano\\"}", - "4/5 -> 8/5: {\\"note\\":\\"Db5\\",\\"s\\":\\"piano\\"}", -] -`; - -exports[`renders shared tunes > shared tune 204 https://strudel.tidalcycles.org/?-4PvWekokc4W 1`] = ` -[ - "0/1 -> 1/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0,\\"end\\":0.0078125,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "1/8 -> 1/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0,\\"end\\":0.0078125,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "1/4 -> 3/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "3/8 -> 1/2: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "1/2 -> 5/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "5/8 -> 3/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "3/4 -> 7/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "7/8 -> 1/1: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "7/8 -> 1/1: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0,\\"end\\":0.0078125,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "3/4 -> 7/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0,\\"end\\":0.0078125,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "5/8 -> 3/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "1/2 -> 5/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "3/8 -> 1/2: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "1/4 -> 3/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "1/8 -> 1/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", - "0/1 -> 1/8: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.4}", -] -`; - -exports[`renders shared tunes > shared tune 205 https://strudel.tidalcycles.org/?norqcTA-uOs0 1`] = ` -[ - "0/1 -> 44/75: {\\"note\\":78,\\"s\\":\\"piano\\"}", - "44/75 -> 88/75: {\\"note\\":71,\\"s\\":\\"piano\\"}", -] -`; - -exports[`renders shared tunes > shared tune 206 https://strudel.tidalcycles.org/?WrN_Cv-hQMo0 1`] = ` -[ - "0/1 -> 1/4: {\\"n\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.9}", - "1/4 -> 1/2: {\\"n\\":\\"eb3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.9}", - "1/2 -> 3/4: {\\"n\\":\\"g3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.9}", - "3/4 -> 1/1: {\\"n\\":\\"g2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.9}", -] -`; - -exports[`renders shared tunes > shared tune 207 https://strudel.tidalcycles.org/?YFbUtVxvA82E 1`] = ` -[ - "0/1 -> 1/1: {\\"n\\":\\"[object Object][object Object]\\",\\"s\\":\\"sawtooth\\"}", -] -`; - -exports[`renders shared tunes > shared tune 208 https://strudel.tidalcycles.org/?SHdla152eDum 1`] = ` -[ - "0/1 -> 3/13: {\\"n\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.4,\\"release\\":1}", - "3/13 -> 6/13: {\\"n\\":\\"eb3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.4,\\"release\\":1}", - "6/13 -> 9/13: {\\"n\\":\\"g3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.4,\\"release\\":1}", - "9/13 -> 12/13: {\\"n\\":\\"f3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.4,\\"release\\":1}", - "12/13 -> 15/13: {\\"n\\":\\"ab3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.4,\\"release\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 209 https://strudel.tidalcycles.org/?Jk_4KtRME5zL 1`] = ` -[ - "0/1 -> 1/10: {\\"n\\":\\"c3\\",\\"s\\":\\"sawtooth\\"}", - "1/10 -> 1/5: {\\"n\\":\\"eb3\\",\\"s\\":\\"sawtooth\\"}", - "1/5 -> 3/10: {\\"n\\":\\"g3\\",\\"s\\":\\"sawtooth\\"}", - "3/10 -> 2/5: {\\"n\\":\\"g2\\",\\"s\\":\\"sawtooth\\"}", - "2/5 -> 1/2: {\\"n\\":\\"g3\\",\\"s\\":\\"sawtooth\\"}", - "1/2 -> 3/5: {\\"n\\":\\"f3\\",\\"s\\":\\"sawtooth\\"}", - "3/5 -> 7/10: {\\"n\\":\\"ab3\\",\\"s\\":\\"sawtooth\\"}", - "7/10 -> 4/5: {\\"n\\":\\"b2\\",\\"s\\":\\"sawtooth\\"}", - "4/5 -> 9/10: {\\"n\\":\\"ab3\\",\\"s\\":\\"sawtooth\\"}", - "9/10 -> 1/1: {\\"n\\":\\"f3\\",\\"s\\":\\"sawtooth\\"}", -] -`; - -exports[`renders shared tunes > shared tune 210 https://strudel.tidalcycles.org/?xHaKTd1kTpCn 1`] = ` -[ - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":0,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "7/8 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "7/8 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "9/16 -> 9/8: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/16: {\\"s\\":\\"misc\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "0/1 -> 9/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"lt\\",\\"note\\":30,\\"n\\":1,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"lt\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "-1/8 -> 1/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "-1/8 -> 1/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "-1/8 -> 1/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "-1/1 -> 1/8: {\\"s\\":\\"birds\\",\\"note\\":30,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/1 -> 1/8: {\\"s\\":\\"birds\\",\\"note\\":30,\\"n\\":3,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":3,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", -] -`; - -exports[`renders shared tunes > shared tune 211 https://strudel.tidalcycles.org/?o5LLePbx8kiQ 1`] = ` -[ - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "-1/8 -> 1/1: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/2 -> 3/4: {\\"s\\":\\"lt\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":0,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":0,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":4}", - "5/8 -> 7/4: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/4: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "7/8 -> 9/8: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "7/8 -> 9/8: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "1/2 -> 17/16: {\\"s\\":\\"ht\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "1/2 -> 13/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":1,\\"cut\\":0,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "5/8 -> 7/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":1,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":5}", - "3/8 -> 5/8: {\\"s\\":\\"bd\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-5/8 -> 1/2: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "1/8 -> 3/8: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":5}", - "-1/8 -> 1/8: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-1/8 -> 1/8: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "-1/8 -> 1/8: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":5}", - "11/16 -> 5/4: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "11/16 -> 5/4: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "11/16 -> 5/4: {\\"s\\":\\"misc\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "1/8 -> 5/4: {\\"s\\":\\"bd\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"note\\":44,\\"n\\":1,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "-1/4 -> 7/8: {\\"s\\":\\"breaks125\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":0,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":30,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.01,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":2,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "1/4 -> 1/2: {\\"s\\":\\"lt\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.2,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0.05,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":1,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":1,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.01,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"note\\":51,\\"n\\":3,\\"cut\\":2,\\"attack\\":0,\\"decay\\":0.9,\\"sustain\\":0.6,\\"release\\":2,\\"pan\\":0.5,\\"value\\":6}", -] -`; - -exports[`renders shared tunes > shared tune 212 https://strudel.tidalcycles.org/?QJdSFHrNzFlO 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"delay\\":0.5,\\"delaytime\\":0.33,\\"delayfeedback\\":0.6}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"delay\\":0.5,\\"delaytime\\":0.33,\\"delayfeedback\\":0.6}", - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"delay\\":0.8,\\"delaytime\\":0.08,\\"delayfeedback\\":0.7,\\"orbit\\":2}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"delay\\":0.8,\\"delaytime\\":0.08,\\"delayfeedback\\":0.7,\\"orbit\\":2}", -] -`; - -exports[`renders shared tunes > shared tune 213 https://strudel.tidalcycles.org/?Nkv2L01eF62W 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"delay\\":0.5,\\"delaytime\\":0.33,\\"delayfeedback\\":0.6,\\"speed\\":-1}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"delay\\":0.5,\\"delaytime\\":0.33,\\"delayfeedback\\":0.6,\\"speed\\":-1}", - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"delay\\":0.8,\\"delaytime\\":0.08,\\"delayfeedback\\":0.7,\\"orbit\\":2,\\"speed\\":-1}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"delay\\":0.8,\\"delaytime\\":0.08,\\"delayfeedback\\":0.7,\\"orbit\\":2,\\"speed\\":-1}", -] -`; - -exports[`renders shared tunes > shared tune 214 https://strudel.tidalcycles.org/?fWCYi76JTGuA 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"delay\\":0,\\"delaytime\\":0.16,\\"delayfeedback\\":0.6,\\"speed\\":-1}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"delay\\":0,\\"delaytime\\":0.16,\\"delayfeedback\\":0.6,\\"speed\\":-1}", -] -`; - -exports[`renders shared tunes > shared tune 215 https://strudel.tidalcycles.org/?yJ-qOjgrjkMk 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 216 https://strudel.tidalcycles.org/?UPVdAQhVNgbc 1`] = ` -[ - "0/1 -> 1/6: {\\"note\\":\\"g3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/6 -> 1/3: {\\"note\\":\\"g3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/3 -> 1/2: {\\"note\\":\\"g3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/2 -> 2/3: {\\"note\\":\\"g3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "2/3 -> 5/6: {\\"note\\":\\"g3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "5/6 -> 1/1: {\\"note\\":\\"g3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "0/1 -> 1/6: {\\"note\\":\\"b3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/6 -> 1/3: {\\"note\\":\\"b3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/3 -> 1/2: {\\"note\\":\\"b3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/2 -> 2/3: {\\"note\\":\\"b3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "2/3 -> 5/6: {\\"note\\":\\"b3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "5/6 -> 1/1: {\\"note\\":\\"b3\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "0/1 -> 1/6: {\\"note\\":\\"e4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/6 -> 1/3: {\\"note\\":\\"e4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/3 -> 1/2: {\\"note\\":\\"e4\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "1/2 -> 2/3: {\\"note\\":\\"e4\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "2/3 -> 5/6: {\\"note\\":\\"e4\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", - "5/6 -> 1/1: {\\"note\\":\\"e4\\",\\"s\\":\\"triangle\\",\\"cutoff\\":4000,\\"crush\\":16}", -] -`; - -exports[`renders shared tunes > shared tune 217 https://strudel.tidalcycles.org/?WDuiXaMhRRx5 1`] = ` -[ - "0/1 -> 8/5: {\\"note\\":85,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", - "0/1 -> 8/5: {\\"note\\":81,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", - "0/1 -> 8/5: {\\"note\\":77,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", - "4/5 -> 16/15: {\\"note\\":98,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", - "0/1 -> 4/5: {\\"note\\":85,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", - "0/1 -> 4/5: {\\"note\\":81,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", - "0/1 -> 4/5: {\\"note\\":77,\\"s\\":\\"piano\\",\\"cutoff\\":\\"500\\"}", -] -`; - -exports[`renders shared tunes > shared tune 218 https://strudel.tidalcycles.org/?sOP6EO9TO4HO 1`] = ` -[ - "0/1 -> 1/1: B3", - "0/1 -> 1/1: D4", - "0/1 -> 1/1: E4", - "0/1 -> 1/1: G4", - "0/1 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 219 https://strudel.tidalcycles.org/?ddiSv-lz2_cp 1`] = ` -[ - "0/1 -> 1/6: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "1/6 -> 1/3: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/3 -> 1/2: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/2 -> 2/3: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "2/3 -> 5/6: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "5/6 -> 1/1: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", -] -`; - -exports[`renders shared tunes > shared tune 220 https://strudel.tidalcycles.org/?cpVS2-bO1LzP 1`] = ` -[ - "0/1 -> 1/6: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "0/1 -> 1/6: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":507.8125,\\"gain\\":0.9166666666666666}", - "1/6 -> 1/3: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/6 -> 1/3: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":523.4375,\\"gain\\":0.75}", - "1/3 -> 1/2: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/3 -> 1/2: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":539.0625,\\"gain\\":0.5833333333333333}", - "1/2 -> 2/3: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "1/2 -> 2/3: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":554.6875,\\"gain\\":0.41666666666666663}", - "2/3 -> 5/6: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "2/3 -> 5/6: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":570.3125,\\"gain\\":0.25}", - "5/6 -> 1/1: {\\"note\\":53,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":57,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":60,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":64,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":53.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":57.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":60.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", - "5/6 -> 1/1: {\\"note\\":64.07793132476509,\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.05,\\"sustain\\":0.2,\\"cutoff\\":585.9375,\\"gain\\":0.08333333333333337}", -] -`; - -exports[`renders shared tunes > shared tune 221 https://strudel.tidalcycles.org/?IPOyuRRkZaNr 1`] = ` -[ - "0/1 -> 3/20: 0", - "0/1 -> 3/20: 3", - "3/4 -> 9/10: 1", - "3/4 -> 9/10: 4", - "0/1 -> 3/10: -8", - "3/8 -> 27/40: -8", - "3/4 -> 21/20: -7", - "0/1 -> 3/200: 12", - "3/4 -> 153/200: 11", - "0/1 -> 3/20: c2", - "747/1000 -> 1497/1000: c1", - "0/1 -> 3/8: c2", - "3/8 -> 3/4: c2", - "3/4 -> 9/8: c2", -] -`; - -exports[`renders shared tunes > shared tune 222 https://strudel.tidalcycles.org/?fGbP7VOtCWWU 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "0/1 -> 1/8: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "0/1 -> 1/8: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "0/1 -> 1/8: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "1/4 -> 3/8: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "1/4 -> 3/8: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "1/4 -> 3/8: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "1/4 -> 3/8: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "3/8 -> 1/2: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "3/8 -> 1/2: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "3/8 -> 1/2: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "3/8 -> 1/2: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "1/2 -> 5/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "1/2 -> 5/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "1/2 -> 5/8: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "1/2 -> 5/8: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "3/4 -> 7/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "3/4 -> 7/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "3/4 -> 7/8: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "3/4 -> 7/8: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "7/8 -> 1/1: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "7/8 -> 1/1: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "7/8 -> 1/1: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "7/8 -> 1/1: {\\"note\\":\\"E5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6018518518518519}", - "0/1 -> 1/24: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/6 -> 5/24: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/3 -> 3/8: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/2 -> 13/24: {\\"note\\":\\"D2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.42592592592592593}", - "2/3 -> 17/24: {\\"note\\":\\"D2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.42592592592592593}", - "5/6 -> 7/8: {\\"note\\":\\"D2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.42592592592592593}", -] -`; - -exports[`renders shared tunes > shared tune 223 https://strudel.tidalcycles.org/?4YKibw76FrRb 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"G3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5046296296296297}", - "0/1 -> 1/2: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "0/1 -> 1/2: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "0/1 -> 1/2: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "0/1 -> 1/16: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/4 -> 5/16: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "1/2 -> 9/16: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", - "3/4 -> 13/16: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", -] -`; - -exports[`renders shared tunes > shared tune 224 https://strudel.tidalcycles.org/?7UmR7rJMSvWq 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "0/1 -> 1/2: {\\"note\\":\\"D4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.537037037037037}", - "0/1 -> 1/2: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "0/1 -> 1/2: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "0/1 -> 1/4: {\\"note\\":\\"C2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.41666666666666663}", -] -`; - -exports[`renders shared tunes > shared tune 225 https://strudel.tidalcycles.org/?N0a4wkk96WWE 1`] = ` -[ - "0/1 -> 8/19: {\\"note\\":\\"C5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5833333333333333}", - "8/19 -> 16/19: {\\"note\\":\\"f5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6064814814814814}", - "16/19 -> 24/19: {\\"note\\":\\"f5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.6064814814814814}", - "0/1 -> 4/1: {\\"note\\":\\"c3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4722222222222222}", -] -`; - -exports[`renders shared tunes > shared tune 226 https://strudel.tidalcycles.org/?s8HiRvW_Rngj 1`] = ` -[ - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "1/2 -> 7957231/9808092: {\\"n\\":50,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3942.3145276351606}", - "1/2 -> 7957231/9808092: {\\"n\\":50,\\"s\\":\\"square\\",\\"cutoff\\":3942.3145276351606}", - "3/4 -> 5204627/4904046: {\\"n\\":41,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 5204627/4904046: {\\"n\\":41,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3858.612673535166}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"square\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3924.645587531366}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"square\\",\\"cutoff\\":3924.645587531366}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3850.2031844444546}", - "-1/4 -> 3654347/9808092: {\\"n\\":48,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3995.31915093835}", - "-1/4 -> 3654347/9808092: {\\"n\\":48,\\"s\\":\\"square\\",\\"cutoff\\":3995.31915093835}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "3/4 -> 5204627/4904046: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 5204627/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3858.612673535166}", - "-1/4 -> 3654347/9808092: {\\"n\\":64,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3995.31915093835}", - "-1/4 -> 3654347/9808092: {\\"n\\":64,\\"s\\":\\"square\\",\\"cutoff\\":3995.31915093835}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "3/4 -> 13462439/9808092: {\\"n\\":81,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 13462439/9808092: {\\"n\\":81,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3813.515463898106}", -] -`; - -exports[`renders shared tunes > shared tune 227 https://strudel.tidalcycles.org/?Z1ywkDoR6Tca 1`] = ` -[ - "5833/7200 -> 19/18: {\\"n\\":\\"C#4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "437/800 -> 19/24: {\\"n\\":\\"D#4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "2033/7200 -> 19/36: {\\"n\\":\\"F4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "133/7200 -> 19/72: {\\"n\\":\\"G4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.2}", - "5833/7200 -> 19/18: {\\"n\\":\\"c#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "437/800 -> 19/24: {\\"n\\":\\"d#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "2033/7200 -> 19/36: {\\"n\\":\\"f5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "133/7200 -> 19/72: {\\"n\\":\\"g5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.1}", - "19/24 -> 19/12: {\\"n\\":57,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":61,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":52,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":59,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":54,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "209/240 -> 19/12: {\\"n\\":\\"A1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "19/240 -> 19/24: {\\"n\\":\\"B1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "19/24 -> 19/18: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "19/36 -> 19/24: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "19/72 -> 19/36: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "0/1 -> 19/72: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "19/24 -> 19/18: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "19/36 -> 19/24: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "19/72 -> 19/36: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "0/1 -> 19/72: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", -] -`; - -exports[`renders shared tunes > shared tune 228 https://strudel.tidalcycles.org/?eXyJ5cvdMxIl 1`] = ` -[ - "0/1 -> 1/1: {\\"n\\":69,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 1/1: {\\"n\\":72,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 1/1: {\\"n\\":76,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"gain\\":0.25}", - "1/4 -> 1/2: {\\"s\\":\\"bd\\",\\"gain\\":0.25}", - "1/2 -> 5/8: {\\"s\\":\\"cp\\",\\"gain\\":0.25}", - "7/8 -> 1/1: {\\"s\\":\\"cp\\",\\"gain\\":0.25}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", -] -`; - -exports[`renders shared tunes > shared tune 229 https://strudel.tidalcycles.org/?YSgSSFCioxs0 1`] = ` -[ - "0/1 -> 1/1: {\\"n\\":69,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 1/1: {\\"n\\":72,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 1/1: {\\"n\\":76,\\"s\\":\\"Church Organ: Organ\\",\\"gain\\":0.2}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"gain\\":0.25}", - "1/4 -> 1/2: {\\"s\\":\\"bd\\",\\"gain\\":0.25}", - "1/2 -> 5/8: {\\"s\\":\\"cp\\",\\"gain\\":0.25}", - "7/8 -> 1/1: {\\"s\\":\\"cp\\",\\"gain\\":0.25}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", -] -`; - -exports[`renders shared tunes > shared tune 230 https://strudel.tidalcycles.org/?lAIAC1TOD3zB 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 231 https://strudel.tidalcycles.org/?LZ-aTB2xiaZ8 1`] = ` -[ - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "1/2 -> 7957231/9808092: {\\"n\\":50,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3942.3145276351606}", - "1/2 -> 7957231/9808092: {\\"n\\":50,\\"s\\":\\"square\\",\\"cutoff\\":3942.3145276351606}", - "3/4 -> 5204627/4904046: {\\"n\\":41,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 5204627/4904046: {\\"n\\":41,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3858.612673535166}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"square\\",\\"cutoff\\":3986.9405734726183}", - "0/1 -> 3053185/4904046: {\\"n\\":43,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3986.9405734726183}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3924.645587531366}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"square\\",\\"cutoff\\":3924.645587531366}", - "1/2 -> 2752604/2452023: {\\"n\\":69,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3850.2031844444546}", - "-1/4 -> 3654347/9808092: {\\"n\\":48,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3995.31915093835}", - "-1/4 -> 3654347/9808092: {\\"n\\":48,\\"s\\":\\"square\\",\\"cutoff\\":3995.31915093835}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "3/4 -> 5204627/4904046: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 5204627/4904046: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3858.612673535166}", - "-1/4 -> 3654347/9808092: {\\"n\\":64,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3995.31915093835}", - "-1/4 -> 3654347/9808092: {\\"n\\":64,\\"s\\":\\"square\\",\\"cutoff\\":3995.31915093835}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3957.6603580168244}", - "1/4 -> 8558393/9808092: {\\"n\\":55,\\"s\\":\\"square\\",\\"cutoff\\":3957.6603580168244}", - "3/4 -> 13462439/9808092: {\\"n\\":81,\\"s\\":\\"square\\",\\"cutoff\\":3897.7021140702864}", - "3/4 -> 13462439/9808092: {\\"n\\":81,\\"s\\":\\"sawtooth\\",\\"cutoff\\":3813.515463898106}", -] -`; - -exports[`renders shared tunes > shared tune 232 https://strudel.tidalcycles.org/?_zhepg-kT6fD 1`] = ` -[ - "0/1 -> 3/8: {\\"s\\":\\"bd\\",\\"gain\\":0.14}", - "3/8 -> 3/4: {\\"s\\":\\"bd\\",\\"gain\\":0.14}", - "3/4 -> 3/2: {\\"s\\":\\"hh\\",\\"gain\\":0.14}", - "0/1 -> 3/20: {\\"note\\":\\"C2\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/8 -> 21/40: {\\"note\\":\\"A1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/4 -> 9/10: {\\"note\\":\\"Bb1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/16 -> 27/80: {\\"note\\":\\"C2\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "9/16 -> 57/80: {\\"note\\":\\"A1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "15/16 -> 87/80: {\\"note\\":\\"Bb1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "0/1 -> 3/20: {\\"note\\":\\"G2\\"}", - "0/1 -> 3/40: {\\"note\\":\\"C3\\"}", - "3/4 -> 33/40: {\\"note\\":\\"Eb3\\"}", - "-15/16 -> -63/80: {\\"note\\":\\"Db\\"}", - "-3/16 -> -9/80: {\\"note\\":\\"A\\"}", - "3/16 -> 27/80: {\\"note\\":\\"Db\\"}", - "3/16 -> 21/80: {\\"note\\":\\"Gb\\"}", - "15/16 -> 81/80: {\\"note\\":\\"A\\"}", - "-3/4 -> -3/5: {\\"note\\":\\"G\\"}", - "0/1 -> 3/40: {\\"note\\":\\"Eb\\"}", - "3/8 -> 21/40: {\\"note\\":\\"G\\"}", - "3/8 -> 9/20: {\\"note\\":\\"C\\"}", - "-9/16 -> -33/80: {\\"note\\":\\"Db\\"}", - "-9/16 -> -39/80: {\\"note\\":\\"Gb\\"}", - "3/16 -> 21/80: {\\"note\\":\\"A\\"}", - "9/16 -> 57/80: {\\"note\\":\\"Db\\"}", - "9/16 -> 51/80: {\\"note\\":\\"Gb\\"}", -] -`; - -exports[`renders shared tunes > shared tune 234 https://strudel.tidalcycles.org/?1moEu58ZjMF4 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"c2\\",\\"s\\":\\"square\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.1}", - "1/2 -> 1/1: {\\"note\\":\\"eb2\\",\\"s\\":\\"square\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.1}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"crush\\":16}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"crush\\":8}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"crush\\":16}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"crush\\":8}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"crush\\":7}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"crush\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"crush\\":7}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"crush\\":6}", -] -`; - -exports[`renders shared tunes > shared tune 235 https://strudel.tidalcycles.org/?1W8nlZAFzi5T 1`] = ` -[ - "0/1 -> 1/1: {\\"note\\":\\"c2\\",\\"s\\":\\"square\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.1}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"crush\\":16}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"crush\\":8}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"crush\\":16}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"crush\\":8}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"crush\\":7}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"crush\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"crush\\":7}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"crush\\":6}", -] -`; - -exports[`renders shared tunes > shared tune 236 https://strudel.tidalcycles.org/?exwhYw9VYVQz 1`] = ` -[ - "0/1 -> 1/1: {\\"note\\":\\"c2\\",\\"s\\":\\"square\\",\\"attack\\":0.1,\\"decay\\":0.1,\\"sustain\\":0.2,\\"release\\":0.1}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"crush\\":16}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"crush\\":8}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"crush\\":16}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"crush\\":8}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"crush\\":7}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"crush\\":6}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"crush\\":7}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"crush\\":6}", -] -`; - -exports[`renders shared tunes > shared tune 237 https://strudel.tidalcycles.org/?z4zPoaRLF6Vs 1`] = ` -[ - "0/1 -> 2/5: {\\"note\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":500,\\"bandq\\":1}", - "2/5 -> 4/5: {\\"note\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":500,\\"bandq\\":1}", - "4/5 -> 8/5: {\\"note\\":\\"g3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":500,\\"bandq\\":1}", - "0/1 -> 4/1: {\\"note\\":\\"c2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":500,\\"bandq\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 238 https://strudel.tidalcycles.org/?VzJokumWaip_ 1`] = ` -[ - "3/4 -> 1/1: {\\"s\\":\\"bd\\"}", - "1/2 -> 3/4: {\\"s\\":\\"bd\\"}", - "1/4 -> 1/2: {\\"s\\":\\"bd\\"}", - "1/8 -> 1/4: {\\"s\\":\\"bd\\"}", - "0/1 -> 1/8: {\\"s\\":\\"bd\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/8 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/4 -> 3/8: {\\"s\\":\\"hh\\"}", - "1/8 -> 1/4: {\\"s\\":\\"hh\\"}", - "0/1 -> 1/8: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 239 https://strudel.tidalcycles.org/?gb4pffOZyATk 1`] = ` -[ - "4/5 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":200,\\"resonance\\":30}", - "4/5 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":100,\\"resonance\\":30}", - "2/5 -> 4/5: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"resonance\\":10}", - "2/5 -> 4/5: {\\"s\\":\\"bd\\",\\"cutoff\\":500,\\"resonance\\":20}", - "2/5 -> 4/5: {\\"s\\":\\"bd\\",\\"cutoff\\":200,\\"resonance\\":20}", - "2/5 -> 4/5: {\\"s\\":\\"bd\\",\\"cutoff\\":200,\\"resonance\\":30}", - "1/5 -> 2/5: {\\"s\\":\\"bd\\",\\"cutoff\\":2000,\\"resonance\\":0}", - "1/5 -> 2/5: {\\"s\\":\\"bd\\",\\"cutoff\\":2000,\\"resonance\\":10}", - "1/5 -> 2/5: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"resonance\\":10}", - "1/10 -> 1/5: {\\"s\\":\\"bd\\",\\"cutoff\\":4000,\\"resonance\\":0}", - "1/10 -> 1/5: {\\"s\\":\\"bd\\",\\"cutoff\\":2000,\\"resonance\\":0}", - "0/1 -> 1/10: {\\"s\\":\\"bd\\",\\"cutoff\\":4000,\\"resonance\\":0}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"cutoff\\":200,\\"resonance\\":30}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"cutoff\\":100,\\"resonance\\":30}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"cutoff\\":500,\\"resonance\\":20}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"cutoff\\":200,\\"resonance\\":20}", - "3/8 -> 1/2: {\\"s\\":\\"hh\\",\\"cutoff\\":1000,\\"resonance\\":10}", - "1/4 -> 3/8: {\\"s\\":\\"hh\\",\\"cutoff\\":2000,\\"resonance\\":10}", - "1/4 -> 3/8: {\\"s\\":\\"hh\\",\\"cutoff\\":1000,\\"resonance\\":10}", - "1/8 -> 1/4: {\\"s\\":\\"hh\\",\\"cutoff\\":4000,\\"resonance\\":0}", - "1/8 -> 1/4: {\\"s\\":\\"hh\\",\\"cutoff\\":2000,\\"resonance\\":0}", - "0/1 -> 1/8: {\\"s\\":\\"hh\\",\\"cutoff\\":4000,\\"resonance\\":0}", -] -`; - -exports[`renders shared tunes > shared tune 240 https://strudel.tidalcycles.org/?C6vcsMx8UtjJ 1`] = ` -[ - "0/1 -> 1/8: C2", - "1/8 -> 1/4: D2", - "1/4 -> 3/8: D2", - "3/8 -> 1/2: E2", - "1/2 -> 5/8: F2", - "5/8 -> 3/4: A2", - "3/4 -> 7/8: D3", - "7/8 -> 1/1: B3", -] -`; - -exports[`renders shared tunes > shared tune 241 https://strudel.tidalcycles.org/?jyNjgy-bZ0X7 1`] = ` -[ - "0/1 -> 3/16: {\\"s\\":\\"bd\\",\\"gain\\":0.7}", - "3/16 -> 3/8: {\\"s\\":\\"bd\\",\\"gain\\":0.7}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"gain\\":0.7}", - "3/4 -> 9/8: {\\"s\\":\\"sn\\",\\"gain\\":0.7}", - "0/1 -> 3/20: {\\"note\\":\\"C2\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/8 -> 21/40: {\\"note\\":\\"A1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/4 -> 9/10: {\\"note\\":\\"Bb1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "3/16 -> 27/80: {\\"note\\":\\"C2\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "9/16 -> 57/80: {\\"note\\":\\"A1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "15/16 -> 87/80: {\\"note\\":\\"Bb1\\",\\"s\\":\\"square\\",\\"cutoff\\":400,\\"decay\\":0.12,\\"sustain\\":0}", - "0/1 -> 3/20: {\\"note\\":\\"G2\\"}", - "0/1 -> 3/40: {\\"note\\":\\"C3\\"}", - "3/4 -> 33/40: {\\"note\\":\\"Eb3\\"}", - "-15/16 -> -63/80: {\\"note\\":\\"G3\\"}", - "-3/16 -> -9/80: {\\"note\\":\\"Eb4\\"}", - "3/16 -> 27/80: {\\"note\\":\\"G3\\"}", - "3/16 -> 21/80: {\\"note\\":\\"C4\\"}", - "15/16 -> 81/80: {\\"note\\":\\"Eb4\\"}", - "-3/4 -> -3/5: {\\"note\\":\\"G4\\"}", - "0/1 -> 3/40: {\\"note\\":\\"Eb5\\"}", - "3/8 -> 21/40: {\\"note\\":\\"G4\\"}", - "3/8 -> 9/20: {\\"note\\":\\"C5\\"}", - "-9/16 -> -33/80: {\\"note\\":\\"G5\\"}", - "-9/16 -> -39/80: {\\"note\\":\\"C6\\"}", - "3/16 -> 21/80: {\\"note\\":\\"Eb6\\"}", - "9/16 -> 57/80: {\\"note\\":\\"G5\\"}", - "9/16 -> 51/80: {\\"note\\":\\"C6\\"}", -] -`; - -exports[`renders shared tunes > shared tune 242 https://strudel.tidalcycles.org/?MPVT_kG6Yni7 1`] = ` -[ - "0/1 -> 2/1: {\\"note\\":\\"c1\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":500,\\"bandq\\":1,\\"gain\\":3}", - "1/3 -> 1/1: {\\"s\\":\\"bd\\"}", - "0/1 -> 1/3: {\\"s\\":\\"bd\\"}", -] -`; - -exports[`renders shared tunes > shared tune 243 https://strudel.tidalcycles.org/?Ul_u7MyAGKXb 1`] = ` -[ - "0/1 -> 1/40: {\\"n\\":62,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/4 -> 21/80: {\\"n\\":51,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/8 -> 31/80: {\\"n\\":41,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 21/40: {\\"n\\":50,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "3/4 -> 31/40: {\\"n\\":40,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "1/8 -> 3/20: {\\"n\\":83,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/8 -> 31/80: {\\"n\\":72,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 41/80: {\\"n\\":62,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "5/8 -> 13/20: {\\"n\\":71,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "7/8 -> 9/10: {\\"n\\":61,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "0/1 -> 1/40: {\\"n\\":47,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/4 -> 11/40: {\\"n\\":65,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "1/2 -> 41/80: {\\"n\\":54,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "5/8 -> 51/80: {\\"n\\":44,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "3/4 -> 31/40: {\\"n\\":53,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "1/8 -> 3/20: {\\"n\\":68,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "3/8 -> 2/5: {\\"n\\":86,\\"s\\":\\"sawtooth\\",\\"cutoff\\":2000}", - "5/8 -> 51/80: {\\"n\\":75,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "3/4 -> 61/80: {\\"n\\":65,\\"s\\":\\"square\\",\\"cutoff\\":2000}", - "7/8 -> 9/10: {\\"n\\":74,\\"s\\":\\"square\\",\\"cutoff\\":2000}", -] -`; - -exports[`renders shared tunes > shared tune 244 https://strudel.tidalcycles.org/?6geTqvPlUvv4 1`] = ` -[ - "0/1 -> 3/80: {\\"n\\":62,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/4 -> 43/160: {\\"n\\":51,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "3/8 -> 63/160: {\\"n\\":41,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/2 -> 43/80: {\\"n\\":50,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "3/4 -> 63/80: {\\"n\\":40,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/8 -> 13/80: {\\"n\\":83,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "3/8 -> 63/160: {\\"n\\":72,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/2 -> 83/160: {\\"n\\":62,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "5/8 -> 53/80: {\\"n\\":71,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "7/8 -> 73/80: {\\"n\\":61,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "0/1 -> 3/80: {\\"n\\":47,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/4 -> 23/80: {\\"n\\":65,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/2 -> 83/160: {\\"n\\":54,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "5/8 -> 103/160: {\\"n\\":44,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "3/4 -> 63/80: {\\"n\\":53,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "1/8 -> 13/80: {\\"n\\":68,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "3/8 -> 33/80: {\\"n\\":86,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "5/8 -> 103/160: {\\"n\\":75,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "3/4 -> 123/160: {\\"n\\":65,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", - "7/8 -> 73/80: {\\"n\\":74,\\"s\\":\\"sine\\",\\"cutoff\\":1500}", -] -`; - -exports[`renders shared tunes > shared tune 245 https://strudel.tidalcycles.org/?5-NpsIAJqGJX 1`] = ` -[ - "0/1 -> 3/20: 0", - "0/1 -> 3/20: 3", - "3/4 -> 9/10: 1", - "3/4 -> 9/10: 4", - "0/1 -> 3/10: -8", - "3/8 -> 27/40: -8", - "3/4 -> 21/20: -7", - "0/1 -> 3/200: 12", - "3/4 -> 153/200: 11", - "0/1 -> 3/20: c2", - "747/1000 -> 1497/1000: c1", - "0/1 -> 3/8: c2", - "3/8 -> 3/4: c2", - "3/4 -> 9/8: c2", -] -`; - -exports[`renders shared tunes > shared tune 248 https://strudel.tidalcycles.org/?FavmsfMCEJh9 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"C3\\"}", - "1/4 -> 1/2: {\\"note\\":\\"Eb3\\"}", - "1/2 -> 3/4: {\\"note\\":\\"G3\\"}", - "3/4 -> 1/1: {\\"note\\":\\"D4\\"}", - "0/1 -> 1/4: {\\"note\\":\\"Eb3\\"}", - "1/4 -> 1/2: {\\"note\\":\\"G3\\"}", - "1/2 -> 3/4: {\\"note\\":\\"Bb3\\"}", - "3/4 -> 1/1: {\\"note\\":\\"F4\\"}", -] -`; - -exports[`renders shared tunes > shared tune 249 https://strudel.tidalcycles.org/?KEJD5r4Q7zZo 1`] = ` -[ - "0/1 -> 3/4: F4", - "0/1 -> 3/4: Bb4", - "0/1 -> 3/4: D5", - "3/4 -> 5/4: D4", - "3/4 -> 5/4: G4", - "3/4 -> 5/4: Bb4", - "0/1 -> 3/4: G3", - "3/4 -> 3/2: G3", -] -`; - -exports[`renders shared tunes > shared tune 250 https://strudel.tidalcycles.org/?JzQ_9QyLrKhy 1`] = ` -[ - "0/1 -> 1/3: bd", - "1/3 -> 2/3: hh", - "2/3 -> 1/1: sn", - "0/1 -> 1/20: G4", - "1/6 -> 13/60: G4", - "1/3 -> 23/60: B3", - "1/2 -> 11/20: B3", - "1/3 -> 23/60: E4", - "1/2 -> 11/20: E4", - "2/3 -> 43/60: G3", - "5/6 -> 53/60: G3", - "0/1 -> 4/3: c2", - "0/1 -> 4/3: c2", -] -`; - -exports[`renders shared tunes > shared tune 251 https://strudel.tidalcycles.org/?H9-8RjyncjzI 1`] = ` -[ - "0/1 -> 1/1: B3", - "0/1 -> 1/1: D4", - "0/1 -> 1/1: E4", - "0/1 -> 1/1: G4", - "0/1 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 252 https://strudel.tidalcycles.org/?CG9iByv5zHY- 1`] = ` -[ - "0/1 -> 1/3: 48", - "1/3 -> 2/3: 51", - "2/3 -> 1/1: 55", -] -`; - -exports[`renders shared tunes > shared tune 253 https://strudel.tidalcycles.org/?FgUTcaG_XKGK 1`] = ` -[ - "0/1 -> 1/4: 48", - "1/4 -> 1/2: 51", - "1/2 -> 3/4: 55", - "3/4 -> 1/1: 36", -] -`; - -exports[`renders shared tunes > shared tune 254 https://strudel.tidalcycles.org/?CmY3ebvIfYEG 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 255 https://strudel.tidalcycles.org/?yNx4koGpPrSH 1`] = ` -[ - "0/1 -> 6275565/1452119: A3", - "-9/8 -> 20400609/11616952: G4", - "3/8 -> 54560877/11616952: D4", - "-3/4 -> 12378483/5808476: F5", - "3/4 -> 29458617/5808476: G4", - "0/1 -> 3/2: D2", -] -`; - -exports[`renders shared tunes > shared tune 256 https://strudel.tidalcycles.org/?oBtcxYrbZlNG 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "1/4 -> 3/4: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "0/1 -> 1/4: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "1/2 -> 1/1: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/4 -> 1/2: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "3/4 -> 5/4: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "-1/8 -> 1/8: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "-1/8 -> 1/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "1/8 -> 5/8: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "3/8 -> 7/8: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/8 -> 3/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "5/8 -> 9/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "3/8 -> 5/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "7/8 -> 11/8: {\\"note\\":\\"E4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5462962962962963}", - "0/1 -> 1/4: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "0/1 -> 1/4: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "1/4 -> 3/4: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "1/2 -> 1/1: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/4 -> 1/2: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "3/4 -> 5/4: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/2 -> 3/4: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "-1/8 -> 1/8: {\\"note\\":\\"G3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5046296296296297}", - "1/8 -> 3/8: {\\"note\\":\\"Bb3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5185185185185186}", - "-1/8 -> 1/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "1/8 -> 3/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "3/8 -> 7/8: {\\"note\\":\\"D3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4814814814814815}", - "5/8 -> 9/8: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "3/8 -> 5/8: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "7/8 -> 11/8: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "5/8 -> 7/8: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", -] -`; - -exports[`renders shared tunes > shared tune 257 https://strudel.tidalcycles.org/?eCz4nyUk3TnN 1`] = ` -[ - "0/1 -> 3/1: {\\"n\\":\\"B3\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"D4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"E4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/1: {\\"n\\":\\"G4\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 9/2: {\\"n\\":\\"C5\\",\\"s\\":\\"0040_FluidR3_GM_sf2_file\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":1111.7252990603447,\\"gain\\":0.3}", - "0/1 -> 3/4: {\\"n\\":\\"C2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.05,\\"decay\\":0.1,\\"sustain\\":0.7,\\"cutoff\\":864.536878321087,\\"gain\\":0.3}", - "0/1 -> 3/4: {\\"s\\":\\"bd\\",\\"speed\\":0.9107561463868479,\\"n\\":3}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.9931522866332672,\\"n\\":3}", - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"speed\\":0.9036881079621337,\\"n\\":3}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"speed\\":0.9519542165100575,\\"n\\":3}", -] -`; - -exports[`renders shared tunes > shared tune 259 https://strudel.tidalcycles.org/?J3FcQgOeZ3cV 1`] = ` -[ - "0/1 -> 5/26: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "5/13 -> 15/26: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "10/13 -> 155/156: {\\"note\\":\\"B2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.46759259259259256}", - "155/156 -> 15/13: {\\"note\\":\\"A2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.45833333333333337}", - "0/1 -> 15/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "5/52 -> 35/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "5/26 -> 10/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "15/52 -> 45/52: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "5/13 -> 25/26: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "25/52 -> 55/52: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "15/26 -> 15/13: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "35/52 -> 5/4: {\\"note\\":\\"C#5\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.587962962962963}", - "5/13 -> 25/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "25/52 -> 55/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "15/26 -> 15/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "35/52 -> 5/4: {\\"note\\":\\"F4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5509259259259259}", - "10/13 -> 35/26: {\\"note\\":\\"G4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5601851851851851}", - "45/52 -> 75/52: {\\"note\\":\\"A4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5694444444444444}", - "25/26 -> 20/13: {\\"note\\":\\"B4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5787037037037037}", - "10/13 -> 35/26: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", - "45/52 -> 75/52: {\\"note\\":\\"C#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5324074074074074}", - "25/26 -> 20/13: {\\"note\\":\\"D#4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5416666666666667}", - "0/1 -> 80/13: {\\"s\\":\\"mad\\"}", -] -`; - -exports[`renders shared tunes > shared tune 260 https://strudel.tidalcycles.org/?tTlyA1JzHklU 1`] = ` -[ - "0/1 -> 4/3: B4", - "0/1 -> 1/3: C3", - "1/3 -> 2/3: G3", - "2/3 -> 2/1: E4", -] -`; - -exports[`renders shared tunes > shared tune 261 https://strudel.tidalcycles.org/?hIhmX2R9gtwL 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"c2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"release\\":0.3,\\"vowel\\":\\"a\\"}", - "1/2 -> 5/8: {\\"note\\":\\"c2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"release\\":0.3,\\"vowel\\":\\"o\\"}", - "0/1 -> 1/8: {\\"note\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"release\\":0.3,\\"vowel\\":\\"a\\"}", - "3/8 -> 1/2: {\\"note\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"release\\":0.3,\\"vowel\\":\\"a\\"}", - "3/4 -> 7/8: {\\"note\\":\\"c3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"release\\":0.3,\\"vowel\\":\\"o\\"}", - "0/1 -> 3/8: {\\"note\\":\\"C1\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"release\\":0.3,\\"cutoff\\":200}", - "0/1 -> 3/8: {\\"note\\":\\"C1\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"release\\":0.3,\\"cutoff\\":300}", - "3/8 -> 3/4: {\\"note\\":\\"G2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"release\\":0.3,\\"cutoff\\":300}", - "3/8 -> 3/4: {\\"note\\":\\"G2\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0,\\"release\\":0.3,\\"cutoff\\":100}", - "1/6 -> 1/3: {\\"note\\":\\"c2\\",\\"s\\":\\"sd\\"}", - "1/6 -> 1/3: {\\"note\\":\\"c2\\",\\"s\\":\\"bd\\"}", - "1/3 -> 1/2: {\\"note\\":\\"c2\\",\\"s\\":\\"bd\\"}", - "1/3 -> 1/2: {\\"note\\":\\"c2\\",\\"s\\":\\"sd\\"}", - "5/6 -> 1/1: {\\"note\\":\\"c#2\\",\\"s\\":\\"bd\\"}", - "1/12 -> 1/6: {\\"note\\":\\"c2\\",\\"s\\":\\"hh\\"}", - "1/6 -> 1/4: {\\"note\\":\\"c2\\",\\"s\\":\\"hh\\"}", - "2/3 -> 3/4: {\\"note\\":\\"c2\\",\\"s\\":\\"oh\\"}", - "3/4 -> 5/6: {\\"note\\":\\"c2\\",\\"s\\":\\"oh\\"}", - "1/4 -> 1/3: {\\"note\\":\\"c2\\",\\"s\\":\\"hh\\",\\"speed\\":0.5}", - "7/12 -> 2/3: {\\"note\\":\\"c2\\",\\"s\\":\\"oh\\",\\"speed\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 262 https://strudel.tidalcycles.org/?NIL21RJTmuAa 1`] = ` -[ - "0/1 -> 1/2: Bb2", - "0/1 -> 1/2: F3", - "0/1 -> 1/2: Bb3", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: Bb2", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: F3", - "1/2 -> 1/1: Bb3", - "1/2 -> 1/1: Bb3", - "0/1 -> 1/2: Bb1", - "1/2 -> 5/8: Bb1", - "3/4 -> 7/8: Bb1", - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 263 https://strudel.tidalcycles.org/?CGh4oLKu9tOp 1`] = ` -[ - "0/1 -> 4/3: B4", - "0/1 -> 1/3: C3", - "1/3 -> 2/3: G3", - "2/3 -> 2/1: E4", -] -`; - -exports[`renders shared tunes > shared tune 264 https://strudel.tidalcycles.org/?N486QfFJ2NvV 1`] = ` -[ - "0/1 -> 1/8: {\\"freq\\":55.33,\\"s\\":\\"sawtooth\\"}", - "0/1 -> 1/8: {\\"freq\\":54.725,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":110.66,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":109.45,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":165.99,\\"s\\":\\"sawtooth\\"}", - "3/8 -> 1/2: {\\"freq\\":164.175,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":221.32,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":218.9,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":276.65,\\"s\\":\\"sawtooth\\"}", - "3/4 -> 7/8: {\\"freq\\":273.625,\\"s\\":\\"sawtooth\\"}", - "1/8 -> 59/400: {\\"freq\\":440,\\"gain\\":0.206361035083454,\\"s\\":\\"sawtooth\\"}", - "1/4 -> 109/400: {\\"freq\\":440,\\"gain\\":0.2360775017902398,\\"s\\":\\"sawtooth\\"}", - "1/2 -> 209/400: {\\"freq\\":440,\\"gain\\":0.3624358861780295,\\"s\\":\\"sawtooth\\"}", - "5/8 -> 259/400: {\\"freq\\":440,\\"gain\\":0.4316442271311083,\\"s\\":\\"sawtooth\\"}", - "7/8 -> 359/400: {\\"freq\\":440,\\"gain\\":0.5078844826422588,\\"s\\":\\"sawtooth\\"}", - "0/1 -> 1/8: {\\"s\\":\\"bd\\"}", - "3/8 -> 1/2: {\\"s\\":\\"bd\\"}", - "3/4 -> 7/8: {\\"s\\":\\"bd\\"}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\"}", -] -`; - -exports[`renders shared tunes > shared tune 265 https://strudel.tidalcycles.org/?Njas64Vf03LO 1`] = ` -[ - "0/1 -> 5/11: {\\"note\\":\\"c2\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":1.1882154262966047,\\"delay\\":0.1}", - "5/11 -> 15/11: {\\"note\\":\\"eb2\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":1.361256209529016,\\"delay\\":0.1}", - "10/11 -> 15/11: {\\"note\\":\\"c2\\",\\"s\\":\\"square\\",\\"vowel\\":\\"e\\",\\"gain\\":1.5242570631433978,\\"delay\\":0.1}", - "0/1 -> 5/11: {\\"note\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":1.590884651807325,\\"delay\\":0.1}", - "5/11 -> 10/11: {\\"note\\":\\"eb1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":1.5196152422706635,\\"delay\\":0.1}", - "10/11 -> 15/11: {\\"note\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":1.385672565811924,\\"delay\\":0.1}", - "0/1 -> 5/44: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"gain\\":0.2,\\"delay\\":0.1}", - "5/44 -> 5/22: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"speed\\":0.9,\\"gain\\":0.2,\\"delay\\":0.1}", - "5/22 -> 15/44: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"speed\\":0.9,\\"gain\\":0.5,\\"delay\\":0.1}", - "15/44 -> 5/11: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"speed\\":0.9,\\"gain\\":0.5,\\"delay\\":0.1}", - "5/11 -> 15/22: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"speed\\":1.1,\\"gain\\":0.6,\\"delay\\":0.1}", - "15/22 -> 10/11: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"speed\\":1.1,\\"gain\\":0.4,\\"delay\\":0.1}", - "10/11 -> 45/44: {\\"s\\":\\"hh\\",\\"pan\\":0.5,\\"speed\\":0.9,\\"gain\\":0.2,\\"delay\\":0.1}", - "0/1 -> 8/11: {\\"s\\":\\"bd\\",\\"delay\\":0.1}", - "8/11 -> 16/11: {\\"s\\":\\"bd\\",\\"delay\\":0.1}", - "8/11 -> 16/11: {\\"s\\":\\"bd\\",\\"delay\\":0.1}", - "0/1 -> 20/11: {\\"s\\":\\"misc\\",\\"n\\":13,\\"delay\\":0.1}", - "0/1 -> 20/11: {\\"s\\":\\"misc\\",\\"n\\":13,\\"delay\\":0.1}", -] -`; - -exports[`renders shared tunes > shared tune 266 https://strudel.tidalcycles.org/?-qcqwVsJXv8J 1`] = ` -[ - "0/1 -> 1/1: bd", - "0/1 -> 1/4: hh", - "1/4 -> 1/2: hh", - "1/2 -> 3/4: hh", - "3/4 -> 1/1: hh", - "1/2 -> 1/1: sn", -] -`; - -exports[`renders shared tunes > shared tune 267 https://strudel.tidalcycles.org/?Q2WQMrJVFb46 1`] = ` -[ - "0/1 -> 5/11: {\\"note\\":\\"c2\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":0.2000348432426738,\\"delay\\":0.1}", - "5/11 -> 15/11: {\\"note\\":\\"eb2\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":0.20089674623394735,\\"delay\\":0.1}", - "10/11 -> 15/11: {\\"note\\":\\"c2\\",\\"s\\":\\"square\\",\\"vowel\\":\\"e\\",\\"gain\\":0.20395302623820533,\\"delay\\":0.1}", - "0/1 -> 5/11: {\\"note\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":0.40012812116863894,\\"delay\\":0.1}", - "5/11 -> 10/11: {\\"note\\":\\"eb1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":0.40317197328808513,\\"delay\\":0.1}", - "10/11 -> 15/11: {\\"note\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":0.4134168413561418,\\"delay\\":0.1}", - "0/1 -> 5/44: {\\"s\\":\\"hh\\",\\"pan\\":0.0011524725685347903,\\"gain\\":0.2,\\"delay\\":0.1}", - "5/44 -> 5/22: {\\"s\\":\\"hh\\",\\"pan\\":0.025337550391114405,\\"speed\\":0.9,\\"gain\\":0.2,\\"delay\\":0.1}", - "5/22 -> 15/44: {\\"s\\":\\"hh\\",\\"pan\\":0.09352072111390441,\\"speed\\":0.9,\\"gain\\":0.5,\\"delay\\":0.1}", - "15/44 -> 5/11: {\\"s\\":\\"hh\\",\\"pan\\":0.19951846897795633,\\"speed\\":0.9,\\"gain\\":0.5,\\"delay\\":0.1}", - "5/11 -> 15/22: {\\"s\\":\\"hh\\",\\"pan\\":0.3765602545513502,\\"speed\\":1.1,\\"gain\\":0.6,\\"delay\\":0.1}", - "15/22 -> 10/11: {\\"s\\":\\"hh\\",\\"pan\\":0.5112023464103004,\\"speed\\":1.1,\\"gain\\":0.4,\\"delay\\":0.1}", - "10/11 -> 45/44: {\\"s\\":\\"hh\\",\\"pan\\":0.5205181601692033,\\"speed\\":0.9,\\"gain\\":0.2,\\"delay\\":0.1}", - "0/1 -> 8/11: {\\"s\\":\\"bd:4\\",\\"delay\\":0.1}", - "8/11 -> 16/11: {\\"s\\":\\"bd:4\\",\\"delay\\":0.1}", - "8/11 -> 16/11: {\\"s\\":\\"bd:4\\",\\"delay\\":0.1}", - "0/1 -> 8/11: {\\"s\\":\\"bd:7\\",\\"delay\\":0.1}", - "0/1 -> 40/11: {\\"s\\":\\"misc\\",\\"n\\":13,\\"delay\\":0.1}", - "0/1 -> 40/11: {\\"s\\":\\"misc\\",\\"n\\":13,\\"delay\\":0.1}", -] -`; - -exports[`renders shared tunes > shared tune 268 https://strudel.tidalcycles.org/?IV4pDyaLUMB0 1`] = ` -[ - "0/1 -> 1/2: c1", - "1/2 -> 1/1: c1", - "1/2 -> 1/1: c3", - "0/1 -> 1/4: C1", - "1/4 -> 1/2: C3", - "1/2 -> 3/4: C1", - "3/4 -> 1/1: C3", -] -`; - -exports[`renders shared tunes > shared tune 269 https://strudel.tidalcycles.org/?XQ_uhshhjEYw 1`] = ` -[ - "-18/5 -> 2/5: c3", - "-18/5 -> 2/5: e3", - "-18/5 -> 2/5: g3", - "2/5 -> 12/5: g3", - "2/5 -> 12/5: bb3", - "2/5 -> 12/5: d4", - "0/1 -> 4/1: Baker man", -] -`; - -exports[`renders shared tunes > shared tune 270 https://strudel.tidalcycles.org/?XDCsI7uPtnav 1`] = ` -[ - "0/1 -> 2/1: {\\"note\\":\\"C3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4722222222222222}", - "0/1 -> 2/1: {\\"note\\":\\"E3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4907407407407407}", - "0/1 -> 1/1: {\\"note\\":\\"B3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5231481481481481}", -] -`; - -exports[`renders shared tunes > shared tune 271 https://strudel.tidalcycles.org/?2t_PSStoDUhV 1`] = ` -[ - "0/1 -> 5/11: {\\"note\\":\\"c2\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":0.2000348432426738,\\"delay\\":0.1}", - "5/11 -> 15/11: {\\"note\\":\\"eb2\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":0.20089674623394735,\\"delay\\":0.1}", - "10/11 -> 15/11: {\\"note\\":\\"c2\\",\\"s\\":\\"square\\",\\"vowel\\":\\"e\\",\\"gain\\":0.20395302623820533,\\"delay\\":0.1}", - "0/1 -> 5/11: {\\"note\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":0.40012812116863894,\\"delay\\":0.1}", - "5/11 -> 10/11: {\\"note\\":\\"eb1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":0.40317197328808513,\\"delay\\":0.1}", - "10/11 -> 15/11: {\\"note\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.7,\\"gain\\":0.4134168413561418,\\"delay\\":0.1}", - "0/1 -> 5/44: {\\"s\\":\\"hh\\",\\"pan\\":0.0011524725685347903,\\"gain\\":0.2,\\"delay\\":0.1}", - "5/44 -> 5/22: {\\"s\\":\\"hh\\",\\"pan\\":0.025337550391114405,\\"speed\\":0.9,\\"gain\\":0.2,\\"delay\\":0.1}", - "5/22 -> 15/44: {\\"s\\":\\"hh\\",\\"pan\\":0.09352072111390441,\\"speed\\":0.9,\\"gain\\":0.5,\\"delay\\":0.1}", - "15/44 -> 5/11: {\\"s\\":\\"hh\\",\\"pan\\":0.19951846897795633,\\"speed\\":0.9,\\"gain\\":0.5,\\"delay\\":0.1}", - "5/11 -> 15/22: {\\"s\\":\\"hh\\",\\"pan\\":0.3765602545513502,\\"speed\\":1.1,\\"gain\\":0.6,\\"delay\\":0.1}", - "15/22 -> 10/11: {\\"s\\":\\"hh\\",\\"pan\\":0.5112023464103004,\\"speed\\":1.1,\\"gain\\":0.4,\\"delay\\":0.1}", - "10/11 -> 45/44: {\\"s\\":\\"hh\\",\\"pan\\":0.5205181601692033,\\"speed\\":0.9,\\"gain\\":0.2,\\"delay\\":0.1}", - "0/1 -> 20/33: {\\"s\\":\\"bd:4\\",\\"delay\\":0.1}", - "20/33 -> 50/33: {\\"s\\":\\"bd:4\\",\\"delay\\":0.1}", - "20/33 -> 50/33: {\\"s\\":\\"bd:4\\",\\"delay\\":0.1}", - "0/1 -> 8/11: {\\"s\\":\\"bd:7\\",\\"delay\\":0.1}", -] -`; - -exports[`renders shared tunes > shared tune 272 https://strudel.tidalcycles.org/?J4419vLymh08 1`] = ` -[ - "5/6 -> 5/3: {\\"note\\":\\"eb4\\",\\"s\\":\\"piano\\",\\"cutoff\\":1275.348281040755,\\"resonance\\":0,\\"delay\\":0.1}", - "0/1 -> 5/6: {\\"value\\":\\"\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":1.8000302424954437,\\"hcutoff\\":800,\\"cutoff\\":770.1250948828399,\\"resonance\\":0,\\"delay\\":0.1}", - "5/6 -> 5/3: {\\"value\\":\\"\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"e\\",\\"gain\\":1.800740293925432,\\"hcutoff\\":800,\\"cutoff\\":1275.348281040755,\\"resonance\\":0,\\"delay\\":0.1}", - "0/1 -> 5/12: {\\"value\\":\\"\\",\\"s\\":\\"sine\\",\\"shape\\":0.31075614638684784,\\"gain\\":0.32689036596711957,\\"cutoff\\":550.2814374985721,\\"resonance\\":0,\\"delay\\":0.1}", - "5/6 -> 5/4: {\\"value\\":\\"\\",\\"s\\":\\"sine\\",\\"shape\\":0.41301749653939623,\\"gain\\":0.5825437413484906,\\"cutoff\\":1275.348281040755,\\"resonance\\":0,\\"delay\\":0.1}", - "0/1 -> 5/48: {\\"s\\":\\"hh:4\\",\\"pan\\":0.0011524725685347903,\\"gain\\":0.20023049451370697,\\"cutoff\\":501.01682565995276,\\"delay\\":0.1}", - "5/8 -> 35/48: {\\"s\\":\\"hh:4\\",\\"pan\\":0.4942046147094601,\\"gain\\":0.298840922941892,\\"cutoff\\":1127.589313362064,\\"delay\\":0.1}", - "5/48 -> 5/24: {\\"s\\":\\"hh:4\\",\\"pan\\":0.025337550391114405,\\"speed\\":0.8,\\"gain\\":0.20506751007822288,\\"cutoff\\":523.1963129666834,\\"delay\\":0.1}", - "5/24 -> 5/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.09352072111390441,\\"speed\\":0.8,\\"gain\\":0.2187041442227809,\\"cutoff\\":589.4695471856543,\\"delay\\":0.1}", - "5/16 -> 5/12: {\\"s\\":\\"hh:4\\",\\"pan\\":0.19951846897795633,\\"speed\\":0.8,\\"gain\\":0.2399036937955913,\\"cutoff\\":701.2472529547128,\\"delay\\":0.1}", - "5/12 -> 25/48: {\\"s\\":\\"hh:4\\",\\"pan\\":0.32002369612261816,\\"speed\\":0.8,\\"gain\\":0.26400473922452367,\\"cutoff\\":844.1125126334155,\\"delay\\":0.1}", - "25/48 -> 5/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.4260214439866701,\\"speed\\":0.8,\\"gain\\":0.28520428879733406,\\"cutoff\\":994.7023499022843,\\"delay\\":0.1}", - "35/48 -> 5/6: {\\"s\\":\\"hh:4\\",\\"pan\\":0.5183896925320397,\\"speed\\":0.8,\\"gain\\":0.30367793850640795,\\"cutoff\\":1222.1630601329798,\\"delay\\":0.1}", - "5/6 -> 15/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.5205181601692033,\\"speed\\":0.9,\\"gain\\":0.30410363203384067,\\"cutoff\\":1269.511939453993,\\"delay\\":0.1}", - "0/1 -> 2/3: {\\"s\\":\\"bd:7\\",\\"cutoff\\":663.5595704946253,\\"delay\\":0.1}", - "0/1 -> 2/3: {\\"s\\":\\"bd:7\\",\\"cutoff\\":663.5595704946253,\\"delay\\":0.1}", -] -`; - -exports[`renders shared tunes > shared tune 273 https://strudel.tidalcycles.org/?hGG0rEr1zC3A 1`] = ` -[ - "0/1 -> 5/4: {\\"value\\":\\"\\",\\"s\\":\\"sawtooth\\",\\"vowel\\":\\"a\\",\\"gain\\":1.8000302424954437,\\"hcutoff\\":800,\\"cutoff\\":889.6566238254309,\\"resonance\\":0,\\"delay\\":0.1}", - "0/1 -> 5/8: {\\"value\\":\\"\\",\\"s\\":\\"sine\\",\\"shape\\":0.31075614638684784,\\"gain\\":0.32689036596711957,\\"cutoff\\":640.2810816708566,\\"resonance\\":0,\\"delay\\":0.1}", - "0/1 -> 5/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.0011524725685347903,\\"gain\\":0.20023049451370697,\\"cutoff\\":503.29418853183773,\\"delay\\":0.1}", - "15/16 -> 35/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.4942046147094601,\\"gain\\":0.298840922941892,\\"cutoff\\":1279.0864289350343,\\"delay\\":0.1}", - "5/32 -> 5/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.025337550391114405,\\"speed\\":0.8,\\"gain\\":0.20506751007822288,\\"cutoff\\":568.3668865859811,\\"delay\\":0.1}", - "5/16 -> 15/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.09352072111390441,\\"speed\\":0.8,\\"gain\\":0.2187041442227809,\\"cutoff\\":734.8617615476446,\\"delay\\":0.1}", - "15/32 -> 5/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.19951846897795633,\\"speed\\":0.8,\\"gain\\":0.2399036937955913,\\"cutoff\\":957.7506764815016,\\"delay\\":0.1}", - "5/8 -> 25/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.32002369612261816,\\"speed\\":0.8,\\"gain\\":0.26400473922452367,\\"cutoff\\":1155.4255766324245,\\"delay\\":0.1}", - "25/32 -> 15/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.4260214439866701,\\"speed\\":0.8,\\"gain\\":0.28520428879733406,\\"cutoff\\":1261.9555148823424,\\"delay\\":0.1}", - "0/1 -> 1/1: {\\"s\\":\\"bd:7\\",\\"cutoff\\":889.6566238254309,\\"delay\\":0.1}", - "0/1 -> 1/1: {\\"s\\":\\"bd:7\\",\\"cutoff\\":889.6566238254309,\\"delay\\":0.1}", -] -`; - -exports[`renders shared tunes > shared tune 274 https://strudel.tidalcycles.org/?ahkvgPdMeapI 1`] = ` -[ - "0/1 -> 1/2: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/4 -> 3/4: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", - "1/2 -> 1/1: {\\"note\\":\\"F3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.49537037037037035}", - "1/2 -> 1/1: {\\"note\\":\\"Ab3\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5092592592592593}", - "1/2 -> 1/1: {\\"note\\":\\"C4\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.5277777777777778}", - "1/2 -> 1/1: {\\"note\\":\\"F2\\",\\"clip\\":1,\\"s\\":\\"piano\\",\\"release\\":0.1,\\"pan\\":0.4398148148148148}", -] -`; - -exports[`renders shared tunes > shared tune 275 https://strudel.tidalcycles.org/?um_AAxJMJr5U 1`] = ` -[ - "0/1 -> 1/1: {\\"note\\":\\"c4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 1/1: {\\"note\\":\\"e4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 1/1: {\\"note\\":\\"g4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 1/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.0011524725685347903,\\"gain\\":0.5,\\"cutoff\\":1010.3722531168131}", - "3/4 -> 7/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.4942046147094601,\\"gain\\":0.5,\\"cutoff\\":5447.84153238514}", - "1/8 -> 1/4: {\\"s\\":\\"hh:4\\",\\"pan\\":0.025337550391114405,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1228.0379535200295}", - "1/4 -> 3/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.09352072111390441,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1841.6864900251398}", - "3/8 -> 1/2: {\\"s\\":\\"hh:4\\",\\"pan\\":0.19951846897795633,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":2795.666220801607}", - "1/2 -> 5/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.32002369612261816,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":3880.2132651035636}", - "5/8 -> 3/4: {\\"s\\":\\"hh:4\\",\\"pan\\":0.4260214439866701,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":4834.19299588003}", - "7/8 -> 1/1: {\\"s\\":\\"hh:4\\",\\"pan\\":0.5183896925320397,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":5665.507232788357}", - "0/1 -> 4/5: {\\"s\\":\\"bd:7\\",\\"cutoff\\":300,\\"gain\\":0.5}", - "0/1 -> 4/5: {\\"s\\":\\"bd:7\\",\\"cutoff\\":1000,\\"gain\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 276 https://strudel.tidalcycles.org/?UxSJbzL1d05O 1`] = ` -[ - "0/1 -> 5/4: {\\"note\\":\\"c4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"eb4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"g4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"c4\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"eb4\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"g4\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/8: {\\"s\\":\\"hh:1\\",\\"pan\\":0.05378073193423916,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":1484.0265874081524}", - "5/8 -> 5/4: {\\"s\\":\\"hh:1\\",\\"pan\\":0.46576143316633534,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":5191.852898497018}", - "0/1 -> 5/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.8426077850162983,\\"gain\\":0.5,\\"cutoff\\":1010.3722531168131}", - "15/16 -> 35/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.7516226731240749,\\"gain\\":0.5,\\"cutoff\\":5447.84153238514}", - "5/32 -> 5/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.20066574029624462,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1228.0379535200295}", - "5/8 -> 25/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.16399178467690945,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":3880.2132651035636}", - "25/32 -> 15/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.408811716362834,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":4834.19299588003}", - "0/1 -> 1/1: {\\"s\\":\\"bd:7\\",\\"cutoff\\":300,\\"gain\\":0.5}", - "0/1 -> 1/1: {\\"s\\":\\"bd:7\\",\\"cutoff\\":1000,\\"gain\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 277 https://strudel.tidalcycles.org/?90drkbxdBr2- 1`] = ` -[ - "0/1 -> 5/4: {\\"note\\":\\"c4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"eb4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"g4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"c4\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"eb4\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/4: {\\"note\\":\\"g4\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/8: {\\"s\\":\\"hh:1\\",\\"pan\\":0.05378073193423916,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":1484.0265874081524}", - "5/8 -> 5/4: {\\"s\\":\\"hh:1\\",\\"pan\\":0.46576143316633534,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":5191.852898497018}", - "0/1 -> 5/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.8426077850162983,\\"gain\\":0.5,\\"cutoff\\":1010.3722531168131}", - "15/16 -> 35/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.7516226731240749,\\"gain\\":0.5,\\"cutoff\\":5447.84153238514}", - "5/32 -> 5/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.20066574029624462,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1228.0379535200295}", - "5/16 -> 15/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.5675661638379097,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1841.6864900251398}", - "15/32 -> 5/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.3015887886285782,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":2795.666220801607}", - "5/8 -> 25/32: {\\"s\\":\\"hh:4\\",\\"pan\\":0.16399178467690945,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":3880.2132651035636}", - "25/32 -> 15/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.408811716362834,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":4834.19299588003}", - "0/1 -> 1/1: {\\"s\\":\\"bd:7\\",\\"cutoff\\":300,\\"gain\\":0.5}", - "0/1 -> 1/1: {\\"s\\":\\"bd:7\\",\\"cutoff\\":1000,\\"gain\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 278 https://strudel.tidalcycles.org/?aGtqNXDNRxdA 1`] = ` -[ - "0/1 -> 3/2: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "3/4 -> 9/8: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "0/1 -> 3/2: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "3/16 -> 3/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/16 -> 3/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 3/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 3/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/16 -> 3/8: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/16 -> 3/8: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 3/16: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 279 https://strudel.tidalcycles.org/?N3UBBhj_uwxd 1`] = ` -[ - "0/1 -> 1/10: C3", - "0/1 -> 1/10: E3", - "0/1 -> 1/10: G3", - "1/4 -> 7/20: B3", - "1/4 -> 7/20: E4", - "1/4 -> 7/20: E3", - "1/2 -> 3/5: C3", - "1/2 -> 3/5: A2", - "1/2 -> 3/5: C3", - "3/4 -> 17/20: E3", - "3/4 -> 17/20: G3", - "3/4 -> 17/20: B3", - "0/1 -> 1/5: C2", - "1/2 -> 7/10: E2", -] -`; - -exports[`renders shared tunes > shared tune 280 https://strudel.tidalcycles.org/?wF7a24BViyqU 1`] = ` -[ - "0/1 -> 3/4: F3", - "3/4 -> 9/8: Ab3", - "0/1 -> 3/4: Ab3", - "3/4 -> 9/8: C4", - "3/8 -> 15/32: Eb4", - "9/16 -> 21/32: Eb4", - "3/8 -> 15/32: G4", - "9/16 -> 21/32: G4", - "241/600 -> 147/200: F1", - "0/1 -> 3/4: c2", - "3/4 -> 3/2: c2", - "3/4 -> 3/2: c2", - "0/1 -> 3/8: c4", - "3/8 -> 3/4: c4", - "3/4 -> 9/8: c4", -] -`; - -exports[`renders shared tunes > shared tune 281 https://strudel.tidalcycles.org/?h87w26zgMJ0L 1`] = ` -[ - "0/1 -> 5/6: {\\"note\\":\\"c4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/6: {\\"note\\":\\"eb4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/6: {\\"note\\":\\"g4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "5/6 -> 5/3: {\\"note\\":\\"f4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "5/6 -> 5/3: {\\"note\\":\\"ab4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "5/6 -> 5/3: {\\"note\\":\\"d4\\",\\"s\\":\\"piano\\",\\"gain\\":0.5}", - "0/1 -> 5/6: {\\"value\\":\\"C5\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/6: {\\"value\\":\\"Eb5\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "0/1 -> 5/6: {\\"value\\":\\"G5\\",\\"s\\":\\"square\\",\\"vowel\\":\\"a\\",\\"gain\\":0.5}", - "5/6 -> 5/3: {\\"value\\":\\"F5\\",\\"s\\":\\"square\\",\\"vowel\\":\\"e\\",\\"gain\\":0.5}", - "5/6 -> 5/3: {\\"value\\":\\"Ab5\\",\\"s\\":\\"square\\",\\"vowel\\":\\"e\\",\\"gain\\":0.5}", - "5/6 -> 5/3: {\\"value\\":\\"D5\\",\\"s\\":\\"square\\",\\"vowel\\":\\"e\\",\\"gain\\":0.5}", - "0/1 -> 5/12: {\\"s\\":\\"hh:1\\",\\"pan\\":0.05378073193423916,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":1484.0265874081524}", - "5/12 -> 5/6: {\\"s\\":\\"hh:1\\",\\"pan\\":0.46576143316633534,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":5191.852898497018}", - "5/6 -> 5/4: {\\"s\\":\\"hh:1\\",\\"pan\\":0.5650874826969812,\\"speed\\":1.1,\\"gain\\":0.5,\\"cutoff\\":6085.7873442728305}", - "0/1 -> 5/48: {\\"s\\":\\"hh:4\\",\\"pan\\":0.8426077850162983,\\"gain\\":0.5,\\"cutoff\\":1010.3722531168131}", - "5/8 -> 35/48: {\\"s\\":\\"hh:4\\",\\"pan\\":0.7516226731240749,\\"gain\\":0.5,\\"cutoff\\":5447.84153238514}", - "5/48 -> 5/24: {\\"s\\":\\"hh:4\\",\\"pan\\":0.20066574029624462,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1228.0379535200295}", - "5/24 -> 5/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.5675661638379097,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":1841.6864900251398}", - "5/16 -> 5/12: {\\"s\\":\\"hh:4\\",\\"pan\\":0.3015887886285782,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":2795.666220801607}", - "5/12 -> 25/48: {\\"s\\":\\"hh:4\\",\\"pan\\":0.16399178467690945,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":3880.2132651035636}", - "25/48 -> 5/8: {\\"s\\":\\"hh:4\\",\\"pan\\":0.408811716362834,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":4834.19299588003}", - "35/48 -> 5/6: {\\"s\\":\\"hh:4\\",\\"pan\\":0.7029578909277916,\\"speed\\":0.8,\\"gain\\":0.5,\\"cutoff\\":5665.507232788357}", - "5/6 -> 15/16: {\\"s\\":\\"hh:4\\",\\"pan\\":0.5486328881233931,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":5684.663441522829}", - "15/16 -> 25/24: {\\"s\\":\\"hh:4\\",\\"pan\\":0.08174665085971355,\\"speed\\":0.9,\\"gain\\":0.5,\\"cutoff\\":5868.998111174235}", - "0/1 -> 2/3: {\\"s\\":\\"bd:7\\",\\"cutoff\\":300,\\"gain\\":0.5}", - "0/1 -> 2/3: {\\"s\\":\\"bd:7\\",\\"cutoff\\":1000,\\"gain\\":0.5}", - "0/1 -> 5/12: {\\"value\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.31075614638684784,\\"gain\\":0.5}", - "5/6 -> 5/4: {\\"value\\":\\"c1\\",\\"s\\":\\"sine\\",\\"shape\\":0.41301749653939623,\\"gain\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 282 https://strudel.tidalcycles.org/?fwBxQjt9aVhx 1`] = ` -[ - "5833/7200 -> 19/18: {\\"n\\":\\"C#4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.19}", - "437/800 -> 19/24: {\\"n\\":\\"D#4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.19}", - "2033/7200 -> 19/36: {\\"n\\":\\"F4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.19}", - "133/7200 -> 19/72: {\\"n\\":\\"G4\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.19}", - "5833/7200 -> 19/18: {\\"n\\":\\"c#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.09}", - "437/800 -> 19/24: {\\"n\\":\\"d#5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.09}", - "2033/7200 -> 19/36: {\\"n\\":\\"f5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.09}", - "133/7200 -> 19/72: {\\"n\\":\\"g5\\",\\"s\\":\\"Overdriven Guitar: Guitar\\",\\"gain\\":0.09}", - "19/24 -> 19/12: {\\"n\\":57,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":61,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "19/24 -> 19/12: {\\"n\\":52,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":59,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":63,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "0/1 -> 19/24: {\\"n\\":54,\\"s\\":\\"Choir Aahs: Ensemble\\",\\"gain\\":0.25}", - "209/240 -> 19/12: {\\"n\\":\\"A1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "19/240 -> 19/24: {\\"n\\":\\"B1\\",\\"s\\":\\"Electric Bass (finger): Bass\\",\\"gain\\":0.3}", - "19/24 -> 19/18: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "19/36 -> 19/24: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "19/72 -> 19/36: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "0/1 -> 19/72: {\\"s\\":\\"sn\\",\\"gain\\":0.25}", - "19/24 -> 19/18: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "19/36 -> 19/24: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "19/72 -> 19/36: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", - "0/1 -> 19/72: {\\"s\\":\\"hh\\",\\"gain\\":0.25}", -] -`; - -exports[`renders shared tunes > shared tune 283 https://strudel.tidalcycles.org/?3rnmA7q0g2i- 1`] = ` -[ - "0/1 -> 5/8: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":200,\\"resonance\\":20,\\"gain\\":0.15,\\"shape\\":0.6,\\"release\\":0.05}", - "0/1 -> 5/8: {\\"note\\":31.02,\\"s\\":\\"sawtooth\\",\\"cutoff\\":200,\\"resonance\\":20,\\"gain\\":0.15,\\"shape\\":0.6,\\"release\\":0.05}", - "5/8 -> 5/4: {\\"s\\":\\"hh\\",\\"room\\":0,\\"end\\":0.04483079938329212}", - "0/1 -> 5/16: {\\"s\\":\\"mt\\",\\"gain\\":0.5,\\"room\\":0.5}", - "15/16 -> 5/4: {\\"s\\":\\"lt\\",\\"gain\\":0.5,\\"room\\":0.5}", - "0/1 -> 5/1: {\\"s\\":\\"misc:2\\",\\"speed\\":1,\\"delay\\":0.5,\\"delaytime\\":0.3333333333333333,\\"gain\\":0.4}", - "5/8 -> 5/4: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":58.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":62.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":65.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":69.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 284 https://strudel.tidalcycles.org/?w1af5xWyhwNm 1`] = ` -[ - "0/1 -> 8/1: {\\"s\\":\\"bass\\",\\"speed\\":0.125,\\"unit\\":\\"c\\",\\"clip\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"bd\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\"}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\"}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\"}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\"}", - "1/4 -> 1/2: {\\"note\\":\\"Gb3\\"}", - "1/4 -> 1/2: {\\"note\\":\\"Bb3\\"}", - "1/4 -> 1/2: {\\"note\\":\\"Cb4\\"}", - "1/4 -> 1/2: {\\"note\\":\\"Eb4\\"}", - "0/1 -> 1/4: {\\"note\\":\\"Ab4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1239.2541394619345,\\"gain\\":0.8,\\"decay\\":0.05125097280354112,\\"sustain\\":0,\\"delay\\":0.2561353071307281,\\"room\\":1}", - "0/1 -> 1/4: {\\"note\\":68.1,\\"s\\":\\"sawtooth\\",\\"cutoff\\":1239.2541394619345,\\"gain\\":0.8,\\"decay\\":0.05125097280354112,\\"sustain\\":0,\\"delay\\":0.2561353071307281,\\"room\\":1}", - "1/4 -> 1/2: {\\"note\\":83,\\"s\\":\\"sawtooth\\",\\"cutoff\\":1317.3843795642892,\\"gain\\":0.8,\\"decay\\":0.07144728658238364,\\"sustain\\":0,\\"delay\\":0.26839114089991684,\\"room\\":1}", - "1/4 -> 1/2: {\\"note\\":83.1,\\"s\\":\\"sawtooth\\",\\"cutoff\\":1317.3843795642892,\\"gain\\":0.8,\\"decay\\":0.07144728658238364,\\"sustain\\":0,\\"delay\\":0.26839114089991684,\\"room\\":1}", - "0/1 -> 8/1: {\\"note\\":\\"b4\\",\\"s\\":\\"dino\\",\\"delay\\":0.8,\\"room\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 285 https://strudel.tidalcycles.org/?Ne_BJMKKDCO_ 1`] = ` -[ - "0/1 -> 5/8: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":200,\\"resonance\\":20,\\"gain\\":0.15,\\"shape\\":0.6,\\"release\\":0.05}", - "0/1 -> 5/8: {\\"note\\":31.02,\\"s\\":\\"sawtooth\\",\\"cutoff\\":200,\\"resonance\\":20,\\"gain\\":0.15,\\"shape\\":0.6,\\"release\\":0.05}", - "5/8 -> 5/4: {\\"s\\":\\"hh\\",\\"room\\":0,\\"end\\":0.04483079938329212}", - "0/1 -> 5/16: {\\"s\\":\\"mt\\",\\"gain\\":0.5,\\"room\\":1}", - "15/16 -> 5/4: {\\"s\\":\\"lt\\",\\"gain\\":0.5,\\"room\\":1}", - "0/1 -> 5/1: {\\"s\\":\\"misc:2\\",\\"speed\\":1,\\"delay\\":0.5,\\"delaytime\\":0.3333333333333333,\\"gain\\":0.4}", - "5/8 -> 5/4: {\\"note\\":\\"Bb3\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":\\"F4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":\\"A4\\",\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":58.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":62.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":65.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", - "5/8 -> 5/4: {\\"note\\":69.1,\\"s\\":\\"sawtooth\\",\\"gain\\":0.5,\\"cutoff\\":400.16785462816676,\\"decay\\":0.05380063255866716,\\"sustain\\":0,\\"delay\\":0.9,\\"room\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 286 https://strudel.tidalcycles.org/?G2H5FM0Fc94a 1`] = ` -[ - "0/1 -> 1/4: {\\"s\\":\\"woodblock:1\\"}", - "1/4 -> 3/8: {\\"s\\":\\"woodblock:2\\"}", - "0/1 -> 1/8: {\\"s\\":\\"brakedrum:1\\"}", - "3/4 -> 7/8: {\\"s\\":\\"brakedrum:1\\"}", - "3/8 -> 1/2: {\\"s\\":\\"woodblock:2\\",\\"speed\\":2}", - "1/2 -> 1/1: {\\"s\\":\\"snare_rim:0\\",\\"speed\\":2}", - "0/1 -> 8/1: {\\"s\\":\\"gong\\",\\"speed\\":2}", - "3/8 -> 1/2: {\\"s\\":\\"brakedrum:1\\",\\"speed\\":2}", - "3/4 -> 1/1: {\\"s\\":\\"cowbell:3\\",\\"speed\\":2}", - "-3/4 -> 1/4: {\\"note\\":\\"Bb3\\",\\"s\\":\\"clavisynth\\",\\"gain\\":0.2,\\"delay\\":0.25,\\"pan\\":0}", - "3/4 -> 7/4: {\\"note\\":\\"Bb3\\",\\"s\\":\\"clavisynth\\",\\"gain\\":0.2,\\"delay\\":0.25,\\"pan\\":1}", - "-1/4 -> 3/4: {\\"note\\":\\"F3\\",\\"s\\":\\"clavisynth\\",\\"gain\\":0.2,\\"delay\\":0.25,\\"pan\\":1}", - "0/1 -> 3/1: {\\"note\\":\\"D1\\",\\"s\\":\\"psaltery_pluck\\",\\"gain\\":0.6,\\"clip\\":1,\\"release\\":0.1,\\"room\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 287 https://strudel.tidalcycles.org/?EPFzAz99hwZW 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":48,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "1/4 -> 9/32: {\\"note\\":51,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "11/32 -> 3/8: {\\"note\\":51,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "7/16 -> 15/32: {\\"note\\":51,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "1/2 -> 1/1: {\\"note\\":60,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "3/4 -> 7/8: {\\"note\\":55,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "7/8 -> 1/1: {\\"note\\":55,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "0/1 -> 1/2: {\\"note\\":60,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "1/2 -> 9/16: {\\"note\\":63,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "11/16 -> 3/4: {\\"note\\":63,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "7/8 -> 15/16: {\\"note\\":63,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", - "0/1 -> 1/1: {\\"note\\":43,\\"s\\":\\"ocarina_vib\\",\\"clip\\":1,\\"release\\":0.1,\\"room\\":1,\\"gain\\":0.2}", -] -`; - -exports[`renders shared tunes > shared tune 288 https://strudel.tidalcycles.org/?DSvgYUzEgx6n 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"bank\\":\\"RolandTR909\\"}", - "1/2 -> 1/1: {\\"s\\":\\"bd\\",\\"bank\\":\\"RolandTR909\\"}", - "1/2 -> 1/1: {\\"s\\":\\"cp\\",\\"bank\\":\\"RolandTR909\\"}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"bank\\":\\"RolandTR909\\"}", - "0/1 -> 1/4: {\\"s\\":\\"hh:1\\",\\"end\\":0.02000058072071123,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "0/1 -> 1/4: {\\"s\\":\\"hh:1\\",\\"end\\":0.02000058072071123,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "1/4 -> 3/8: {\\"s\\":\\"hh:1\\",\\"end\\":0.02000875429921906,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "1/4 -> 3/8: {\\"s\\":\\"hh:1\\",\\"end\\":0.02000875429921906,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "3/8 -> 1/2: {\\"s\\":\\"hh:1\\",\\"end\\":0.020023446730265706,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "5/8 -> 3/4: {\\"s\\":\\"hh:1\\",\\"end\\":0.020086608138500644,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "5/8 -> 3/4: {\\"s\\":\\"hh:1\\",\\"end\\":0.020086608138500644,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "3/4 -> 7/8: {\\"s\\":\\"hh:1\\",\\"end\\":0.02013941880355398,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "1/8 -> 1/4: {\\"s\\":\\"hh:1\\",\\"speed\\":0.5,\\"delay\\":0.5,\\"end\\":0.020001936784171157,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "1/8 -> 1/4: {\\"s\\":\\"hh:1\\",\\"speed\\":0.5,\\"delay\\":0.5,\\"end\\":0.020001936784171157,\\"bank\\":\\"RolandTR909\\",\\"room\\":0.5,\\"gain\\":0.4}", - "1/8 -> 1/4: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0}", - "1/4 -> 3/8: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0}", - "1/2 -> 5/8: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0}", - "5/8 -> 3/4: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0}", - "7/8 -> 1/1: {\\"note\\":\\"G1\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0}", -] -`; - -exports[`renders shared tunes > shared tune 289 https://strudel.tidalcycles.org/?cRvfurHbl4jo 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"delay\\":0,\\"delaytime\\":0.33,\\"delayfeedback\\":0.8,\\"speed\\":-1}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"delay\\":0,\\"delaytime\\":0.33,\\"delayfeedback\\":0.8,\\"speed\\":-1}", -] -`; - -exports[`renders shared tunes > shared tune 290 https://strudel.tidalcycles.org/?DGHGUqRXr5pe 1`] = ` -[ - "0/1 -> 1/4: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.6740862280130386,\\"room\\":1}", - "1/4 -> 1/2: {\\"s\\":\\"jvbass:2\\",\\"cutoff\\":1000,\\"gain\\":0.5605570062994958,\\"room\\":1}", - "0/1 -> 1/4: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.6740862280130386,\\"room\\":1}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"cutoff\\":1000,\\"gain\\":0.5605570062994958,\\"room\\":1}", - "0/1 -> 1/2: {\\"s\\":\\"psr\\",\\"cutoff\\":1000,\\"gain\\":0.5479038767516613,\\"room\\":1}", - "3/4 -> 1/1: {\\"s\\":\\"jvbass:3\\",\\"cutoff\\":1000,\\"gain\\":0.5590524323284627,\\"room\\":1}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"cutoff\\":1000,\\"gain\\":0.5590524323284627,\\"room\\":1}", - "-1/8 -> 1/8: {\\"s\\":\\"jvbass:3\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.7370431140065193,\\"room\\":1}", - "-1/8 -> 1/8: {\\"s\\":\\"hh\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.7370431140065193,\\"room\\":1}", - "-3/8 -> 1/8: {\\"s\\":\\"psr\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.7370431140065193,\\"room\\":1}", - "1/8 -> 3/8: {\\"s\\":\\"jvbass:7\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.5479038767516613,\\"room\\":1}", - "3/8 -> 5/8: {\\"s\\":\\"jvbass:2\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":1}", - "1/8 -> 3/8: {\\"s\\":\\"bd\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.5479038767516613,\\"room\\":1}", - "3/8 -> 5/8: {\\"s\\":\\"hh\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":1}", - "1/8 -> 5/8: {\\"s\\":\\"psr\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.5605570062994958,\\"room\\":1}", - "7/8 -> 9/8: {\\"s\\":\\"jvbass:3\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.6811831563711166,\\"room\\":1}", - "7/8 -> 9/8: {\\"s\\":\\"hh\\",\\"delay\\":0.5,\\"cutoff\\":1000,\\"gain\\":0.6811831563711166,\\"room\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 291 https://strudel.tidalcycles.org/?RBaWr8-15Guk 1`] = ` -[ - "0/1 -> 1/6: {\\"s\\":\\"hh\\",\\"gain\\":0.6339596770703793,\\"room\\":0.6,\\"pan\\":0}", - "8/9 -> 17/18: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7514234818518162,\\"room\\":0.6,\\"pan\\":0}", - "2/3 -> 13/18: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7182912312448025,\\"room\\":0.6,\\"pan\\":0}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":0}", - "-1/1 -> 1/1: {\\"s\\":\\"psr\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":0}", - "5/6 -> 1/1: {\\"s\\":\\"hh\\",\\"gain\\":0.6339596770703793,\\"room\\":0.6,\\"pan\\":1}", - "1/18 -> 1/9: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7514234818518162,\\"room\\":0.6,\\"pan\\":1}", - "5/18 -> 1/3: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7182912312448025,\\"room\\":0.6,\\"pan\\":1}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":1}", - "0/1 -> 2/1: {\\"s\\":\\"psr\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 292 https://strudel.tidalcycles.org/?c41h3Z1fwqTB 1`] = ` -[ - "0/1 -> 1/6: {\\"s\\":\\"hh\\",\\"gain\\":0.6339596770703793,\\"room\\":0.6,\\"pan\\":0}", - "8/9 -> 17/18: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7514234818518162,\\"room\\":0.6,\\"pan\\":0}", - "2/3 -> 13/18: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7182912312448025,\\"room\\":0.6,\\"pan\\":0}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":0}", - "-1/1 -> 1/1: {\\"s\\":\\"psr\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":0}", - "5/6 -> 1/1: {\\"s\\":\\"hh\\",\\"gain\\":0.6339596770703793,\\"room\\":0.6,\\"pan\\":1}", - "1/18 -> 1/9: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7514234818518162,\\"room\\":0.6,\\"pan\\":1}", - "5/18 -> 1/3: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7182912312448025,\\"room\\":0.6,\\"pan\\":1}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":1}", - "0/1 -> 2/1: {\\"s\\":\\"psr\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 293 https://strudel.tidalcycles.org/?lvF3fzHrDbyx 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bev\\",\\"begin\\":0,\\"end\\":0.015625,\\"pan\\":0,\\"speed\\":0.5,\\"room\\":0.9}", - "0/1 -> 1/2: {\\"s\\":\\"bev\\",\\"begin\\":0.046875,\\"end\\":0.0625,\\"pan\\":1,\\"speed\\":0.5,\\"room\\":0.9}", - "1/4 -> 1/2: {\\"s\\":\\"bev\\",\\"begin\\":0.015625,\\"end\\":0.03125,\\"pan\\":0,\\"room\\":0.9}", - "1/2 -> 3/4: {\\"s\\":\\"bev\\",\\"begin\\":0.03125,\\"end\\":0.046875,\\"pan\\":0,\\"room\\":0.9}", - "3/4 -> 1/1: {\\"s\\":\\"bev\\",\\"begin\\":0.046875,\\"end\\":0.0625,\\"pan\\":0,\\"room\\":0.9}", - "3/4 -> 1/1: {\\"s\\":\\"bev\\",\\"begin\\":0,\\"end\\":0.015625,\\"pan\\":1,\\"room\\":0.9}", - "1/2 -> 3/4: {\\"s\\":\\"bev\\",\\"begin\\":0.015625,\\"end\\":0.03125,\\"pan\\":1,\\"room\\":0.9}", - "1/4 -> 1/2: {\\"s\\":\\"bev\\",\\"begin\\":0.03125,\\"end\\":0.046875,\\"pan\\":1,\\"room\\":0.9}", -] -`; - -exports[`renders shared tunes > shared tune 294 https://strudel.tidalcycles.org/?vqqfVtY-n1Z6 1`] = ` -[ - "0/1 -> 1/6: {\\"s\\":\\"hh\\",\\"gain\\":0.6339596770703793,\\"room\\":0.6,\\"pan\\":0}", - "8/9 -> 17/18: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7514234818518162,\\"room\\":0.6,\\"pan\\":0}", - "2/3 -> 13/18: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7182912312448025,\\"room\\":0.6,\\"pan\\":0}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":0}", - "-1/1 -> 1/1: {\\"s\\":\\"bottle\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":0}", - "5/6 -> 1/1: {\\"s\\":\\"hh\\",\\"gain\\":0.6339596770703793,\\"room\\":0.6,\\"pan\\":1}", - "1/18 -> 1/9: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7514234818518162,\\"room\\":0.6,\\"pan\\":1}", - "5/18 -> 1/3: {\\"s\\":\\"jvbass:7\\",\\"cutoff\\":1000,\\"gain\\":0.7182912312448025,\\"room\\":0.6,\\"pan\\":1}", - "0/1 -> 1/1: {\\"s\\":\\"bd\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":1}", - "0/1 -> 2/1: {\\"s\\":\\"bottle\\",\\"cutoff\\":1000,\\"gain\\":0.5041922464966775,\\"room\\":0.6,\\"pan\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 295 https://strudel.tidalcycles.org/?C7PwKmsYAOJL 1`] = ` -[ - "0/1 -> 1/64: {\\"s\\":\\"future:2\\",\\"begin\\":0,\\"end\\":0.0625,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "1/64 -> 1/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.0625,\\"end\\":0.125,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "1/32 -> 3/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.125,\\"end\\":0.1875,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "3/64 -> 1/16: {\\"s\\":\\"future:2\\",\\"begin\\":0.1875,\\"end\\":0.25,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "1/16 -> 5/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.25,\\"end\\":0.3125,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "5/64 -> 3/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.3125,\\"end\\":0.375,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "3/32 -> 7/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.375,\\"end\\":0.4375,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "7/64 -> 1/8: {\\"s\\":\\"future:2\\",\\"begin\\":0.4375,\\"end\\":0.5,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "1/8 -> 9/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.5,\\"end\\":0.5625,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "9/64 -> 5/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.5625,\\"end\\":0.625,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "5/32 -> 11/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.625,\\"end\\":0.6875,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "11/64 -> 3/16: {\\"s\\":\\"future:2\\",\\"begin\\":0.6875,\\"end\\":0.75,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "3/16 -> 13/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.75,\\"end\\":0.8125,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "13/64 -> 7/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.8125,\\"end\\":0.875,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "7/32 -> 15/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.875,\\"end\\":0.9375,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "15/64 -> 1/4: {\\"s\\":\\"future:2\\",\\"begin\\":0.9375,\\"end\\":1,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "1/4 -> 17/64: {\\"s\\":\\"future:3\\",\\"begin\\":0,\\"end\\":0.0625,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "17/64 -> 9/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.0625,\\"end\\":0.125,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "9/32 -> 19/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.125,\\"end\\":0.1875,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "19/64 -> 5/16: {\\"s\\":\\"future:3\\",\\"begin\\":0.1875,\\"end\\":0.25,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "5/16 -> 21/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.25,\\"end\\":0.3125,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "21/64 -> 11/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.3125,\\"end\\":0.375,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "11/32 -> 23/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.375,\\"end\\":0.4375,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "23/64 -> 3/8: {\\"s\\":\\"future:3\\",\\"begin\\":0.4375,\\"end\\":0.5,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "3/8 -> 25/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.5,\\"end\\":0.5625,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "25/64 -> 13/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.5625,\\"end\\":0.625,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "13/32 -> 27/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.625,\\"end\\":0.6875,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "27/64 -> 7/16: {\\"s\\":\\"future:3\\",\\"begin\\":0.6875,\\"end\\":0.75,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "7/16 -> 29/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.75,\\"end\\":0.8125,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "29/64 -> 15/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.8125,\\"end\\":0.875,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "15/32 -> 31/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.875,\\"end\\":0.9375,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "31/64 -> 1/2: {\\"s\\":\\"future:3\\",\\"begin\\":0.9375,\\"end\\":1,\\"speed\\":2,\\"pan\\":0,\\"room\\":0.6}", - "1/2 -> 17/32: {\\"s\\":\\"sd\\",\\"begin\\":0,\\"end\\":0.0625,\\"pan\\":0,\\"room\\":0.6}", - "17/32 -> 9/16: {\\"s\\":\\"sd\\",\\"begin\\":0.0625,\\"end\\":0.125,\\"pan\\":0,\\"room\\":0.6}", - "9/16 -> 19/32: {\\"s\\":\\"sd\\",\\"begin\\":0.125,\\"end\\":0.1875,\\"pan\\":0,\\"room\\":0.6}", - "19/32 -> 5/8: {\\"s\\":\\"sd\\",\\"begin\\":0.1875,\\"end\\":0.25,\\"pan\\":0,\\"room\\":0.6}", - "5/8 -> 21/32: {\\"s\\":\\"sd\\",\\"begin\\":0.25,\\"end\\":0.3125,\\"pan\\":0,\\"room\\":0.6}", - "21/32 -> 11/16: {\\"s\\":\\"sd\\",\\"begin\\":0.3125,\\"end\\":0.375,\\"pan\\":0,\\"room\\":0.6}", - "11/16 -> 23/32: {\\"s\\":\\"sd\\",\\"begin\\":0.375,\\"end\\":0.4375,\\"pan\\":0,\\"room\\":0.6}", - "23/32 -> 3/4: {\\"s\\":\\"sd\\",\\"begin\\":0.4375,\\"end\\":0.5,\\"pan\\":0,\\"room\\":0.6}", - "3/4 -> 25/32: {\\"s\\":\\"sd\\",\\"begin\\":0.5,\\"end\\":0.5625,\\"pan\\":0,\\"room\\":0.6}", - "25/32 -> 13/16: {\\"s\\":\\"sd\\",\\"begin\\":0.5625,\\"end\\":0.625,\\"pan\\":0,\\"room\\":0.6}", - "13/16 -> 27/32: {\\"s\\":\\"sd\\",\\"begin\\":0.625,\\"end\\":0.6875,\\"pan\\":0,\\"room\\":0.6}", - "27/32 -> 7/8: {\\"s\\":\\"sd\\",\\"begin\\":0.6875,\\"end\\":0.75,\\"pan\\":0,\\"room\\":0.6}", - "7/8 -> 29/32: {\\"s\\":\\"sd\\",\\"begin\\":0.75,\\"end\\":0.8125,\\"pan\\":0,\\"room\\":0.6}", - "29/32 -> 15/16: {\\"s\\":\\"sd\\",\\"begin\\":0.8125,\\"end\\":0.875,\\"pan\\":0,\\"room\\":0.6}", - "15/16 -> 31/32: {\\"s\\":\\"sd\\",\\"begin\\":0.875,\\"end\\":0.9375,\\"pan\\":0,\\"room\\":0.6}", - "31/32 -> 1/1: {\\"s\\":\\"sd\\",\\"begin\\":0.9375,\\"end\\":1,\\"pan\\":0,\\"room\\":0.6}", - "63/64 -> 1/1: {\\"s\\":\\"future:2\\",\\"begin\\":0,\\"end\\":0.0625,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "31/32 -> 63/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.0625,\\"end\\":0.125,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "61/64 -> 31/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.125,\\"end\\":0.1875,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "15/16 -> 61/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.1875,\\"end\\":0.25,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "59/64 -> 15/16: {\\"s\\":\\"future:2\\",\\"begin\\":0.25,\\"end\\":0.3125,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "29/32 -> 59/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.3125,\\"end\\":0.375,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "57/64 -> 29/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.375,\\"end\\":0.4375,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "7/8 -> 57/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.4375,\\"end\\":0.5,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "55/64 -> 7/8: {\\"s\\":\\"future:2\\",\\"begin\\":0.5,\\"end\\":0.5625,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "27/32 -> 55/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.5625,\\"end\\":0.625,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "53/64 -> 27/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.625,\\"end\\":0.6875,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "13/16 -> 53/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.6875,\\"end\\":0.75,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "51/64 -> 13/16: {\\"s\\":\\"future:2\\",\\"begin\\":0.75,\\"end\\":0.8125,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "25/32 -> 51/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.8125,\\"end\\":0.875,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "49/64 -> 25/32: {\\"s\\":\\"future:2\\",\\"begin\\":0.875,\\"end\\":0.9375,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "3/4 -> 49/64: {\\"s\\":\\"future:2\\",\\"begin\\":0.9375,\\"end\\":1,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "47/64 -> 3/4: {\\"s\\":\\"future:3\\",\\"begin\\":0,\\"end\\":0.0625,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "23/32 -> 47/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.0625,\\"end\\":0.125,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "45/64 -> 23/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.125,\\"end\\":0.1875,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "11/16 -> 45/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.1875,\\"end\\":0.25,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "43/64 -> 11/16: {\\"s\\":\\"future:3\\",\\"begin\\":0.25,\\"end\\":0.3125,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "21/32 -> 43/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.3125,\\"end\\":0.375,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "41/64 -> 21/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.375,\\"end\\":0.4375,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "5/8 -> 41/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.4375,\\"end\\":0.5,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "39/64 -> 5/8: {\\"s\\":\\"future:3\\",\\"begin\\":0.5,\\"end\\":0.5625,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "19/32 -> 39/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.5625,\\"end\\":0.625,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "37/64 -> 19/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.625,\\"end\\":0.6875,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "9/16 -> 37/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.6875,\\"end\\":0.75,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "35/64 -> 9/16: {\\"s\\":\\"future:3\\",\\"begin\\":0.75,\\"end\\":0.8125,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "17/32 -> 35/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.8125,\\"end\\":0.875,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "33/64 -> 17/32: {\\"s\\":\\"future:3\\",\\"begin\\":0.875,\\"end\\":0.9375,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "1/2 -> 33/64: {\\"s\\":\\"future:3\\",\\"begin\\":0.9375,\\"end\\":1,\\"speed\\":2,\\"pan\\":1,\\"room\\":0.6}", - "15/32 -> 1/2: {\\"s\\":\\"sd\\",\\"begin\\":0,\\"end\\":0.0625,\\"pan\\":1,\\"room\\":0.6}", - "7/16 -> 15/32: {\\"s\\":\\"sd\\",\\"begin\\":0.0625,\\"end\\":0.125,\\"pan\\":1,\\"room\\":0.6}", - "13/32 -> 7/16: {\\"s\\":\\"sd\\",\\"begin\\":0.125,\\"end\\":0.1875,\\"pan\\":1,\\"room\\":0.6}", - "3/8 -> 13/32: {\\"s\\":\\"sd\\",\\"begin\\":0.1875,\\"end\\":0.25,\\"pan\\":1,\\"room\\":0.6}", - "11/32 -> 3/8: {\\"s\\":\\"sd\\",\\"begin\\":0.25,\\"end\\":0.3125,\\"pan\\":1,\\"room\\":0.6}", - "5/16 -> 11/32: {\\"s\\":\\"sd\\",\\"begin\\":0.3125,\\"end\\":0.375,\\"pan\\":1,\\"room\\":0.6}", - "9/32 -> 5/16: {\\"s\\":\\"sd\\",\\"begin\\":0.375,\\"end\\":0.4375,\\"pan\\":1,\\"room\\":0.6}", - "1/4 -> 9/32: {\\"s\\":\\"sd\\",\\"begin\\":0.4375,\\"end\\":0.5,\\"pan\\":1,\\"room\\":0.6}", - "7/32 -> 1/4: {\\"s\\":\\"sd\\",\\"begin\\":0.5,\\"end\\":0.5625,\\"pan\\":1,\\"room\\":0.6}", - "3/16 -> 7/32: {\\"s\\":\\"sd\\",\\"begin\\":0.5625,\\"end\\":0.625,\\"pan\\":1,\\"room\\":0.6}", - "5/32 -> 3/16: {\\"s\\":\\"sd\\",\\"begin\\":0.625,\\"end\\":0.6875,\\"pan\\":1,\\"room\\":0.6}", - "1/8 -> 5/32: {\\"s\\":\\"sd\\",\\"begin\\":0.6875,\\"end\\":0.75,\\"pan\\":1,\\"room\\":0.6}", - "3/32 -> 1/8: {\\"s\\":\\"sd\\",\\"begin\\":0.75,\\"end\\":0.8125,\\"pan\\":1,\\"room\\":0.6}", - "1/16 -> 3/32: {\\"s\\":\\"sd\\",\\"begin\\":0.8125,\\"end\\":0.875,\\"pan\\":1,\\"room\\":0.6}", - "1/32 -> 1/16: {\\"s\\":\\"sd\\",\\"begin\\":0.875,\\"end\\":0.9375,\\"pan\\":1,\\"room\\":0.6}", - "0/1 -> 1/32: {\\"s\\":\\"sd\\",\\"begin\\":0.9375,\\"end\\":1,\\"pan\\":1,\\"room\\":0.6}", -] -`; - -exports[`renders shared tunes > shared tune 296 https://strudel.tidalcycles.org/?Z1mqx-eU-KcX 1`] = ` -[ - "0/1 -> 831675/814544: {\\"note\\":\\"D0\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "3/4 -> 1442583/814544: {\\"note\\":\\"A-1\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "-3/8 -> 62249/203636: {\\"note\\":\\"C4\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "1/8 -> 933493/814544: {\\"note\\":\\"A1\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "7/8 -> 1544401/814544: {\\"note\\":\\"G-1\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "-1/4 -> 175407/407272: {\\"note\\":\\"G6\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "1/4 -> 1035311/814544: {\\"note\\":\\"C4\\",\\"s\\":\\"bell\\",\\"gain\\":0.6,\\"delay\\":0.2,\\"delaytime\\":0.3333333333333333,\\"delayfeedback\\":0.8}", - "0/1 -> 1/2: {\\"note\\":\\"D2\\",\\"s\\":\\"bass\\",\\"clip\\":1,\\"gain\\":0.8}", - "1/2 -> 3/4: {\\"note\\":\\"D2\\",\\"s\\":\\"bass\\",\\"clip\\":1,\\"gain\\":0.8}", - "3/4 -> 1/1: {\\"note\\":\\"D2\\",\\"s\\":\\"bass\\",\\"clip\\":1,\\"gain\\":0.8}", -] -`; - -exports[`renders shared tunes > shared tune 297 https://strudel.tidalcycles.org/?Ypr_TlVFjVV5 1`] = ` -[ - "0/1 -> 1/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0,\\"end\\":0.0078125,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "1/4 -> 1/2: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "1/2 -> 3/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "3/4 -> 1/1: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"pan\\":0,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "3/4 -> 1/1: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0,\\"end\\":0.0078125,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "1/2 -> 3/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0078125,\\"end\\":0.015625,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "1/4 -> 1/2: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.015625,\\"end\\":0.0234375,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", - "0/1 -> 1/4: {\\"s\\":\\"p\\",\\"speed\\":0.03125,\\"unit\\":\\"c\\",\\"begin\\":0.0234375,\\"end\\":0.03125,\\"pan\\":1,\\"shape\\":0.4,\\"decay\\":0.1,\\"sustain\\":0.6}", -] -`; - -exports[`renders shared tunes > shared tune 298 https://strudel.tidalcycles.org/?5pmvveRR-gKc 1`] = ` -[ - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "0/1 -> 1/2: B3", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "0/1 -> 1/4: E2", - "-1/1 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "0/1 -> 1/2: B3", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "0/1 -> 1/4: E2", - "-1/1 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "0/1 -> 1/2: B3", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "0/1 -> 1/4: E2", - "-1/1 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "0/1 -> 1/2: B3", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "-1/1 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "0/1 -> 1/2: B3", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "-1/1 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "0/1 -> 1/2: B3", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "-1/1 -> 1/1: B2", - "1/2 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "-1/1 -> 1/1: B2", - "1/2 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "3/4 -> 1/1: G2", - "-1/1 -> 1/1: B2", - "1/2 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "3/4 -> 1/1: G2", - "-1/1 -> 1/1: B2", - "1/2 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "3/4 -> 1/1: G2", - "-1/1 -> 1/1: B2", - "1/2 -> 1/1: B2", - "0/1 -> 1/1: D3", - "0/1 -> 2/1: E3", - "0/1 -> 4/1: D2", - "-1/1 -> 1/1: C#3", - "0/1 -> 2/1: C#3", - "3/4 -> 1/1: G2", - "-1/1 -> 1/1: B2", - "1/2 -> 1/1: B2", -] -`; - -exports[`renders shared tunes > shared tune 299 https://strudel.tidalcycles.org/?rGJ0heffHHl4 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"gain\\":0.8}", - "1/2 -> 1/1: {\\"s\\":\\"bd\\",\\"gain\\":0.8}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"gain\\":0.5}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"delay\\":0.3,\\"delayfeedback\\":0.5,\\"delaytime\\":0.125,\\"gain\\":0.4}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"delay\\":0.3,\\"delayfeedback\\":0.5,\\"delaytime\\":0.125,\\"gain\\":0.4}", - "0/1 -> 1/2: {\\"note\\":\\"B1\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":1,\\"cutoff\\":500}", - "3/4 -> 1/1: {\\"note\\":\\"B1\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.001,\\"decay\\":0.2,\\"sustain\\":1,\\"cutoff\\":500}", - "1/4 -> 1/3: {\\"note\\":\\"A3\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1200,\\"gain\\":0.5,\\"attack\\":0,\\"decay\\":0.16,\\"sustain\\":0,\\"release\\":0.1,\\"delay\\":0.4,\\"delaytime\\":0.12}", - "1/4 -> 1/3: {\\"note\\":\\"C#4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1200,\\"gain\\":0.5,\\"attack\\":0,\\"decay\\":0.16,\\"sustain\\":0,\\"release\\":0.1,\\"delay\\":0.4,\\"delaytime\\":0.12}", - "1/4 -> 1/3: {\\"note\\":\\"D4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1200,\\"gain\\":0.5,\\"attack\\":0,\\"decay\\":0.16,\\"sustain\\":0,\\"release\\":0.1,\\"delay\\":0.4,\\"delaytime\\":0.12}", - "1/4 -> 1/3: {\\"note\\":\\"F#4\\",\\"s\\":\\"sawtooth\\",\\"cutoff\\":1200,\\"gain\\":0.5,\\"attack\\":0,\\"decay\\":0.16,\\"sustain\\":0,\\"release\\":0.1,\\"delay\\":0.4,\\"delaytime\\":0.12}", -] -`; - -exports[`renders shared tunes > shared tune 300 https://strudel.tidalcycles.org/?Z7Nxzf3lmgTN 1`] = ` -[ - "0/1 -> 8/1: {\\"note\\":\\"e3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "0/1 -> 8/1: {\\"note\\":\\"b4\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "0/1 -> 8/1: {\\"note\\":\\"d4\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "0/1 -> 8/1: {\\"note\\":\\"a4\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "2/3 -> 1/1: {\\"s\\":\\"hh\\"}", - "1/2 -> 2/3: {\\"s\\":\\"hh\\"}", - "1/3 -> 1/2: {\\"s\\":\\"hh\\"}", - "1/6 -> 1/3: {\\"s\\":\\"hh\\"}", - "1/12 -> 1/6: {\\"s\\":\\"hh\\"}", - "0/1 -> 1/12: {\\"s\\":\\"hh\\"}", -] -`; - -exports[`renders shared tunes > shared tune 301 https://strudel.tidalcycles.org/?e63x61eOPPvl 1`] = ` -[ - "0/1 -> 8/1: {\\"note\\":\\"e3\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "0/1 -> 8/1: {\\"note\\":\\"b4\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "0/1 -> 8/1: {\\"note\\":\\"a4\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", - "0/1 -> 8/1: {\\"note\\":\\"g#4\\",\\"s\\":\\"sawtooth\\",\\"attack\\":0.1,\\"decay\\":0.2,\\"sustain\\":0.3,\\"release\\":0.1,\\"bandf\\":100,\\"bandq\\":1,\\"gain\\":3}", -] -`; - -exports[`renders shared tunes > shared tune 302 https://strudel.tidalcycles.org/?bUd8QxyN4kvJ 1`] = ` -[ - "0/1 -> 1/8: {\\"note\\":\\"g4\\",\\"s\\":\\"xx\\",\\"cutoff\\":2348.1232826650858,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "3/8 -> 1/2: {\\"note\\":\\"g4\\",\\"s\\":\\"xx\\",\\"cutoff\\":2919.6960066389074,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "3/4 -> 7/8: {\\"note\\":\\"g4\\",\\"s\\":\\"xx\\",\\"cutoff\\":3416.106511416007,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "-1/4 -> 1/4: {\\"note\\":\\"c5\\",\\"n\\":7,\\"s\\":\\"xx\\",\\"cutoff\\":2445.9378331807884,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "1/4 -> 3/8: {\\"note\\":\\"g4\\",\\"n\\":7,\\"s\\":\\"xx\\",\\"cutoff\\":2734.462144993486,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "5/8 -> 3/4: {\\"note\\":\\"g4\\",\\"n\\":7,\\"s\\":\\"xx\\",\\"cutoff\\":3262.67476831466,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "-3/8 -> 1/8: {\\"note\\":\\"c5\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":2348.1232826650858,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "1/8 -> 1/4: {\\"note\\":\\"g4\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":2543.1358907832887,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "1/2 -> 5/8: {\\"note\\":\\"g4\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":3096.5080524341697,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "7/8 -> 1/1: {\\"note\\":\\"g4\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":3554.87378854554,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "-1/8 -> 3/8: {\\"note\\":\\"c5\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":2543.1358907832887,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "-1/8 -> 3/8: {\\"note\\":\\"c5\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":2543.1358907832887,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "3/8 -> 1/2: {\\"note\\":\\"g4\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":2919.6960066389074,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "3/4 -> 7/8: {\\"note\\":\\"g4\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":3416.106511416007,\\"room\\":0.8,\\"pan\\":0,\\"gain\\":0.5}", - "7/8 -> 1/1: {\\"note\\":\\"g4\\",\\"s\\":\\"xx\\",\\"cutoff\\":2348.1232826650858,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "1/2 -> 5/8: {\\"note\\":\\"g4\\",\\"s\\":\\"xx\\",\\"cutoff\\":2919.6960066389074,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "1/8 -> 1/4: {\\"note\\":\\"g4\\",\\"s\\":\\"xx\\",\\"cutoff\\":3416.106511416007,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "3/4 -> 5/4: {\\"note\\":\\"c5\\",\\"n\\":7,\\"s\\":\\"xx\\",\\"cutoff\\":2445.9378331807884,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "5/8 -> 3/4: {\\"note\\":\\"g4\\",\\"n\\":7,\\"s\\":\\"xx\\",\\"cutoff\\":2734.462144993486,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "1/4 -> 3/8: {\\"note\\":\\"g4\\",\\"n\\":7,\\"s\\":\\"xx\\",\\"cutoff\\":3262.67476831466,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "7/8 -> 11/8: {\\"note\\":\\"c5\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":2348.1232826650858,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "3/4 -> 7/8: {\\"note\\":\\"g4\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":2543.1358907832887,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "3/8 -> 1/2: {\\"note\\":\\"g4\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":3096.5080524341697,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "0/1 -> 1/8: {\\"note\\":\\"g4\\",\\"n\\":12,\\"s\\":\\"xx\\",\\"cutoff\\":3554.87378854554,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "5/8 -> 9/8: {\\"note\\":\\"c5\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":2543.1358907832887,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "5/8 -> 9/8: {\\"note\\":\\"c5\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":2543.1358907832887,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "1/2 -> 5/8: {\\"note\\":\\"g4\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":2919.6960066389074,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", - "1/8 -> 1/4: {\\"note\\":\\"g4\\",\\"n\\":19,\\"s\\":\\"xx\\",\\"cutoff\\":3416.106511416007,\\"room\\":0.8,\\"pan\\":1,\\"gain\\":0.5}", -] -`; - -exports[`renders shared tunes > shared tune 303 https://strudel.tidalcycles.org/?y5PdLktz5gnb 1`] = ` -[ - "0/1 -> 1/4: {\\"note\\":\\"e3\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "1/4 -> 1/2: {\\"note\\":\\"e3\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "1/2 -> 3/4: {\\"note\\":\\"e3\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "3/4 -> 1/1: {\\"note\\":\\"e3\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "0/1 -> 1/4: {\\"note\\":\\"b4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "1/4 -> 1/2: {\\"note\\":\\"b4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "1/2 -> 3/4: {\\"note\\":\\"b4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "3/4 -> 1/1: {\\"note\\":\\"b4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "0/1 -> 1/4: {\\"note\\":\\"a4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "1/4 -> 1/2: {\\"note\\":\\"a4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "1/2 -> 3/4: {\\"note\\":\\"a4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "3/4 -> 1/1: {\\"note\\":\\"a4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "0/1 -> 1/4: {\\"note\\":\\"g#4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "1/4 -> 1/2: {\\"note\\":\\"g#4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "1/2 -> 3/4: {\\"note\\":\\"g#4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":2.22836140246614}", - "3/4 -> 1/1: {\\"note\\":\\"g#4\\",\\"s\\":\\"sawtooth\\",\\"decay\\":0.1,\\"sustain\\":0.1,\\"bandf\\":50,\\"bandq\\":0.5,\\"gain\\":3.8519497029047303}", - "0/1 -> 2/1: {\\"s\\":\\"bd\\",\\"decay\\":0.1}", - "3/4 -> 1/1: {\\"s\\":\\"hh\\",\\"gain\\":0.4}", - "1/2 -> 3/4: {\\"s\\":\\"hh\\",\\"gain\\":1}", - "1/4 -> 1/2: {\\"s\\":\\"hh\\",\\"gain\\":0.4}", - "0/1 -> 1/4: {\\"s\\":\\"hh\\",\\"gain\\":1}", -] -`; - -exports[`renders shared tunes > shared tune 304 https://strudel.tidalcycles.org/?BpChMc3nxrYv 1`] = ` -[ - "0/1 -> 3/2: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "3/4 -> 9/8: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "0/1 -> 3/2: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "3/16 -> 3/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/16 -> 3/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 3/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 3/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/16 -> 3/8: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/16 -> 3/8: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 3/16: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 305 https://strudel.tidalcycles.org/?Swuvt887AOe1 1`] = ` -[ - "0/1 -> 3/2: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "3/4 -> 3/2: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "3/8 -> 3/4: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "3/4 -> 9/8: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "0/1 -> 3/2: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "0/1 -> 3/2: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 3/2: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "3/16 -> 3/8: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/16 -> 3/8: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/8 -> 9/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "3/4 -> 15/16: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "15/16 -> 9/8: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 3/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 3/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/8 -> 9/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "9/16 -> 3/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "15/16 -> 9/8: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/16 -> 3/8: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/16 -> 3/8: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "9/16 -> 3/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 15/16: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 3/16: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 3/16: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/8 -> 9/16: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "3/4 -> 15/16: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "15/16 -> 9/8: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 306 https://strudel.tidalcycles.org/?UboMuFOnT0hy 1`] = ` -[ - "0/1 -> 1/3: {\\"s\\":\\"bd\\"}", - "1/3 -> 2/3: {\\"s\\":\\"hh\\"}", - "2/3 -> 1/1: {\\"s\\":\\"sn\\"}", - "0/1 -> 1/20: {\\"note\\":\\"G4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/6 -> 13/60: {\\"note\\":\\"G4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/3 -> 23/60: {\\"note\\":\\"B3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/2 -> 11/20: {\\"note\\":\\"B3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/3 -> 23/60: {\\"note\\":\\"E4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/2 -> 11/20: {\\"note\\":\\"E4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "2/3 -> 43/60: {\\"note\\":\\"G3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "5/6 -> 53/60: {\\"note\\":\\"G3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "0/1 -> 4/3: {\\"note\\":\\"c2\\",\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", - "0/1 -> 4/3: {\\"note\\":\\"c2\\",\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", - "0/1 -> 4/3: {\\"note\\":36.02,\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", - "0/1 -> 4/3: {\\"note\\":36.02,\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", -] -`; - -exports[`renders shared tunes > shared tune 307 https://strudel.tidalcycles.org/?vYFGpZ6XObVG 1`] = ` -[ - "0/1 -> 1/3: {\\"s\\":\\"bd\\"}", - "1/3 -> 2/3: {\\"s\\":\\"hh\\"}", - "2/3 -> 1/1: {\\"s\\":\\"sn\\"}", - "0/1 -> 1/20: {\\"note\\":\\"G4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/6 -> 13/60: {\\"note\\":\\"G4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/3 -> 23/60: {\\"note\\":\\"B3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/2 -> 11/20: {\\"note\\":\\"B3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/3 -> 23/60: {\\"note\\":\\"E4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "1/2 -> 11/20: {\\"note\\":\\"E4\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "2/3 -> 43/60: {\\"note\\":\\"G3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "5/6 -> 53/60: {\\"note\\":\\"G3\\",\\"s\\":\\"rhodes\\",\\"clip\\":1,\\"room\\":0.5,\\"delay\\":0.3,\\"delayfeedback\\":0.4,\\"delaytime\\":0.08333333333333333,\\"gain\\":0.5}", - "0/1 -> 4/3: {\\"note\\":\\"c2\\",\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", - "0/1 -> 4/3: {\\"note\\":\\"c2\\",\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", - "0/1 -> 4/3: {\\"note\\":36.02,\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", - "0/1 -> 4/3: {\\"note\\":36.02,\\"gain\\":0.3,\\"s\\":\\"sawtooth\\",\\"cutoff\\":600}", -] -`; - -exports[`renders shared tunes > shared tune 308 https://strudel.tidalcycles.org/?TUw_9DfBSsiW 1`] = ` -[ - "0/1 -> 2/3: {\\"s\\":\\"bd\\",\\"speed\\":0.7519542165100574}", - "1/3 -> 2/3: {\\"s\\":\\"sd\\",\\"speed\\":0.7931522866332671}", - "1/6 -> 1/3: {\\"s\\":\\"hh\\",\\"speed\\":0.7285963821098448}", - "1/3 -> 1/2: {\\"s\\":\\"hh\\",\\"speed\\":0.77531205091027}", - "1/2 -> 2/3: {\\"s\\":\\"hh\\",\\"speed\\":0.80224046928206}", - "2/3 -> 4/3: {\\"s\\":\\"bd\\",\\"speed\\":0.8479069285094738}", - "5/6 -> 1/1: {\\"s\\":\\"hh\\",\\"speed\\":0.8281258666335816}", - "0/1 -> 2/3: {\\"n\\":33.129885541275144,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "2/3 -> 1/1: {\\"n\\":35.28254374134849,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":4767.276839570684}", - "0/1 -> 2/3: {\\"n\\":33.17988554127514,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":3669.6267869262615}", - "2/3 -> 1/1: {\\"n\\":35.33254374134849,\\"decay\\":0.15,\\"sustain\\":0,\\"s\\":\\"sawtooth\\",\\"gain\\":0.4,\\"cutoff\\":4767.276839570684}", - "0/1 -> 2/3: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":55.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":59.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":60.129885541275144,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":64.12988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":55.369767321273685,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":55.369767321273685,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":59.369767321273685,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":59.369767321273685,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":60.369767321273685,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":60.369767321273685,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":64.36976732127368,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":64.36976732127368,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":55.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":59.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":60.16988554127514,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "0/1 -> 2/3: {\\"n\\":64.16988554127515,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":55.409767321273684,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":55.409767321273684,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":59.409767321273684,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":59.409767321273684,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":60.409767321273684,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":60.409767321273684,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":64.40976732127369,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "2/3 -> 4/3: {\\"n\\":64.40976732127369,\\"s\\":\\"sawtooth\\",\\"gain\\":0.16,\\"cutoff\\":500,\\"attack\\":1}", - "1/12 -> 1/6: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/6 -> 1/4: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/6 -> 1/4: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/3 -> 5/12: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "5/12 -> 1/2: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "5/12 -> 1/2: {\\"n\\":88.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/12 -> 2/3: {\\"n\\":88.25919484626601,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/12 -> 1/6: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/6 -> 1/4: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/6 -> 1/4: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "1/3 -> 5/12: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "5/12 -> 1/2: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "5/12 -> 1/2: {\\"n\\":88.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "7/12 -> 2/3: {\\"n\\":88.29919484626603,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.15}", - "0/1 -> 1/12: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "0/1 -> 1/12: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/6 -> 1/4: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/4 -> 1/3: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/4 -> 1/3: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "5/12 -> 1/2: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/2 -> 7/12: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/2 -> 7/12: {\\"n\\":88.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/6 -> 1/4: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/4 -> 1/3: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/4 -> 1/3: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "5/12 -> 1/2: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/2 -> 7/12: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/2 -> 7/12: {\\"n\\":88.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "1/12 -> 1/6: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/12 -> 1/6: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/4 -> 1/3: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/3 -> 5/12: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/3 -> 5/12: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/2 -> 7/12: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/12 -> 2/3: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/12 -> 2/3: {\\"n\\":88.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/4 -> 1/3: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/3 -> 5/12: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/3 -> 5/12: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "1/2 -> 7/12: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/12 -> 2/3: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "7/12 -> 2/3: {\\"n\\":88.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "0/1 -> 1/12: {\\"n\\":72.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 1/12: {\\"n\\":93.0468455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "1/6 -> 1/4: {\\"n\\":93.00057728554401,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 1/12: {\\"n\\":72.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "0/1 -> 1/12: {\\"n\\":93.0868455057745,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "1/6 -> 1/4: {\\"n\\":93.04057728554402,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "1/3 -> 5/12: {\\"n\\":69.01266877519555,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "5/12 -> 1/2: {\\"n\\":69.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "5/12 -> 1/2: {\\"n\\":72.04676036055696,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/12 -> 2/3: {\\"n\\":72.16001184806132,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "1/3 -> 5/12: {\\"n\\":69.05266877519557,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "5/12 -> 1/2: {\\"n\\":69.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "5/12 -> 1/2: {\\"n\\":72.08676036055695,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "7/12 -> 2/3: {\\"n\\":72.20001184806131,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "2/3 -> 3/4: {\\"n\\":88.25919484626601,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "2/3 -> 3/4: {\\"n\\":88.29919484626603,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.075}", - "3/4 -> 5/6: {\\"n\\":88.25919484626601,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "3/4 -> 5/6: {\\"n\\":88.29919484626603,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.049999999999999996}", - "2/3 -> 3/4: {\\"n\\":72.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "2/3 -> 3/4: {\\"n\\":88.21301072199333,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "5/6 -> 11/12: {\\"n\\":88.25919484626601,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "2/3 -> 3/4: {\\"n\\":72.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "2/3 -> 3/4: {\\"n\\":88.25301072199335,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", - "5/6 -> 11/12: {\\"n\\":88.29919484626603,\\"decay\\":0.1,\\"sustain\\":0,\\"s\\":\\"triangle\\",\\"gain\\":0.0375}", -] -`; - -exports[`renders shared tunes > shared tune 309 https://strudel.tidalcycles.org/?ctHqwq-97t6X 1`] = ` -[ - "0/1 -> 1/2: {\\"s\\":\\"bd\\",\\"delay\\":0.5,\\"delaytime\\":0.33,\\"delayfeedback\\":0.6,\\"speed\\":-1}", - "1/2 -> 1/1: {\\"s\\":\\"sd\\",\\"delay\\":0.5,\\"delaytime\\":0.33,\\"delayfeedback\\":0.6,\\"speed\\":-1}", - "0/1 -> 1/2: {\\"s\\":\\"hh\\",\\"delay\\":0.8,\\"delaytime\\":0.08,\\"delayfeedback\\":0.7,\\"orbit\\":2,\\"speed\\":-1}", - "1/2 -> 1/1: {\\"s\\":\\"hh\\",\\"delay\\":0.8,\\"delaytime\\":0.08,\\"delayfeedback\\":0.7,\\"orbit\\":2,\\"speed\\":-1}", -] -`; diff --git a/repl/src/test/__snapshots__/tunes.test.mjs.snap b/repl/src/test/__snapshots__/tunes.test.mjs.snap deleted file mode 100644 index 3717937e..00000000 --- a/repl/src/test/__snapshots__/tunes.test.mjs.snap +++ /dev/null @@ -1,11223 +0,0 @@ -// Vitest Snapshot v1 - -exports[`renders tunes > tune: amensister 1`] = ` -[ - "[ 0/1 → 1/4 | n:0 s:amencutup room:0.5 ]", - "[ 1/2 → 3/4 | n:2 s:amencutup room:0.5 ]", - "[ 3/8 → 1/2 | n:1 s:amencutup room:0.5 ]", - "[ 3/4 → 7/8 | n:3 s:amencutup room:0.5 ]", - "[ 7/8 → 1/1 | n:3 s:amencutup room:0.5 ]", - "[ 1/4 → 3/8 | n:1 speed:2 delay:0.5 s:amencutup room:0.5 ]", - "[ 0/1 → 1/8 | note:Eb1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:300.0066107586751 resonance:10 ]", - "[ 0/1 → 1/8 | note:F1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:300.0066107586751 resonance:10 ]", - "[ 1/4 → 3/8 | note:A1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:300.7878869297153 resonance:10 ]", - "[ 3/8 → 1/2 | note:F1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:302.11020572391345 resonance:10 ]", - "[ 1/4 → 3/8 | note:A1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:300.7878869297153 resonance:10 ]", - "[ 3/8 → 1/2 | note:F1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:302.11020572391345 resonance:10 ]", - "[ 3/4 → 7/8 | note:Bb0 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:312.54769231985796 resonance:10 ]", - "[ 7/8 → 1/1 | note:D1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:318.7927796831686 resonance:10 ]", - "[ 3/4 → 7/8 | note:Bb0 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:312.54769231985796 resonance:10 ]", - "[ 7/8 → 1/1 | note:D1 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:318.7927796831686 resonance:10 ]", - "[ 1/8 → 1/4 | note:45 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:300.174310575404 resonance:10 ]", - "[ 1/8 → 1/4 | note:45 s:sawtooth decay:0.1 sustain:0 gain:0.4 cutoff:300.174310575404 resonance:10 ]", - "[ 15/16 → 1/1 | s:breath room:1 shape:0.6 begin:0 end:0.0625 ]", - "[ 7/8 → 15/16 | s:breath room:1 shape:0.6 begin:0.0625 end:0.125 ]", - "[ 13/16 → 7/8 | s:breath room:1 shape:0.6 begin:0.125 end:0.1875 ]", - "[ 3/4 → 13/16 | s:breath room:1 shape:0.6 begin:0.1875 end:0.25 ]", - "[ 11/16 → 3/4 | s:breath room:1 shape:0.6 begin:0.25 end:0.3125 ]", - "[ 5/8 → 11/16 | s:breath room:1 shape:0.6 begin:0.3125 end:0.375 ]", - "[ 9/16 → 5/8 | s:breath room:1 shape:0.6 begin:0.375 end:0.4375 ]", - "[ 1/2 → 9/16 | s:breath room:1 shape:0.6 begin:0.4375 end:0.5 ]", - "[ 7/16 → 1/2 | s:breath room:1 shape:0.6 begin:0.5 end:0.5625 ]", - "[ 3/8 → 7/16 | s:breath room:1 shape:0.6 begin:0.5625 end:0.625 ]", - "[ 5/16 → 3/8 | s:breath room:1 shape:0.6 begin:0.625 end:0.6875 ]", - "[ 1/4 → 5/16 | s:breath room:1 shape:0.6 begin:0.6875 end:0.75 ]", - "[ 3/16 → 1/4 | s:breath room:1 shape:0.6 begin:0.75 end:0.8125 ]", - "[ 1/8 → 3/16 | s:breath room:1 shape:0.6 begin:0.8125 end:0.875 ]", - "[ 1/16 → 1/8 | s:breath room:1 shape:0.6 begin:0.875 end:0.9375 ]", - "[ 0/1 → 1/16 | s:breath room:1 shape:0.6 begin:0.9375 end:1 ]", -] -`; - -exports[`renders tunes > tune: arpoon 1`] = ` -[ - "[ (0/1 → 1/4) ⇝ 2/3 | note:55.000528662214684 cutoff:509.2515887569149 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5249999999999999 s:piano clip:1 ]", - "[ 0/1 ⇜ (1/4 → 1/2) ⇝ 2/3 | note:55.000528662214684 cutoff:509.2515887569149 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5249999999999999 s:piano clip:1 ]", - "[ 0/1 ⇜ (1/2 → 2/3) | note:55.000528662214684 cutoff:509.2515887569149 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5249999999999999 s:piano clip:1 ]", - "[ (0/1 → 1/4) ⇝ 2/3 | note:64.00052866221468 cutoff:509.2515887569149 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5249999999999999 s:piano clip:1 ]", - "[ 0/1 ⇜ (1/4 → 1/2) ⇝ 2/3 | note:64.00052866221468 cutoff:509.2515887569149 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5249999999999999 s:piano clip:1 ]", - "[ 0/1 ⇜ (1/2 → 2/3) | note:64.00052866221468 cutoff:509.2515887569149 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5249999999999999 s:piano clip:1 ]", - "[ (1/3 → 1/2) ⇝ 1/1 | note:60.003688107962134 cutoff:564.5418893373399 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5799038105676657 s:piano clip:1 ]", - "[ 1/3 ⇜ (1/2 → 3/4) ⇝ 1/1 | note:60.003688107962134 cutoff:564.5418893373399 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5799038105676657 s:piano clip:1 ]", - "[ 1/3 ⇜ (3/4 → 1/1) | note:60.003688107962134 cutoff:564.5418893373399 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.5799038105676657 s:piano clip:1 ]", - "[ (2/3 → 3/4) ⇝ 4/3 | note:59.010756146386846 cutoff:688.232561769837 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 2/3 ⇜ (3/4 → 1/1) ⇝ 4/3 | note:59.010756146386846 cutoff:688.232561769837 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 2/3 ⇜ (1/1 → 5/4) ⇝ 4/3 | note:59.010756146386846 cutoff:688.232561769837 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 2/3 ⇜ (5/4 → 4/3) | note:59.010756146386846 cutoff:688.232561769837 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ (2/3 → 3/4) ⇝ 4/3 | note:64.01075614638685 cutoff:688.232561769837 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 2/3 ⇜ (3/4 → 1/1) ⇝ 4/3 | note:64.01075614638685 cutoff:688.232561769837 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 2/3 ⇜ (1/1 → 5/4) ⇝ 4/3 | note:64.01075614638685 cutoff:688.232561769837 resonance:12 gain:0.5 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 2/3 ⇜ (5/4 → 4/3) | note:64.01075614638685 cutoff:688.232561769837 resonance:12 gain:0.8 decay:0.16 sustain:0.5 delay:0.2 room:0.5 pan:0.6 s:piano clip:1 ]", - "[ 0/1 → 1/1 | note:33 s:sawtooth clip:1 cutoff:300 ]", - "[ 0/1 → 1/1 | note:33.12 s:sawtooth clip:1 cutoff:300 ]", - "[ 0/1 → 1/2 | s:bd bank:RolandTR909 gain:0.5 ]", - "[ 1/2 → 1/1 | s:bd bank:RolandTR909 gain:0.5 ]", - "[ 1/2 → 2/3 | s:hh bank:RolandTR909 gain:0.5 ]", -] -`; - -exports[`renders tunes > tune: barryHarris 1`] = ` -[ - "[ (0/1 → 1/1) ⇝ 2/1 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (0/1 → 1/1) ⇝ 2/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 0/1 → 1/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 0/1 ⇜ (1/1 → 2/1) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 0/1 ⇜ (1/1 → 2/1) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 1/1 → 2/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (2/1 → 3/1) ⇝ 4/1 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (2/1 → 3/1) ⇝ 4/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 2/1 → 3/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 2/1 ⇜ (3/1 → 4/1) | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ 2/1 ⇜ (3/1 → 4/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 3/1 → 4/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (4/1 → 5/1) ⇝ 6/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (4/1 → 5/1) ⇝ 6/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 4/1 → 5/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 4/1 ⇜ (5/1 → 6/1) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 4/1 ⇜ (5/1 → 6/1) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 5/1 → 6/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 6/1 → 7/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 7/1 → 8/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (8/1 → 9/1) ⇝ 10/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (8/1 → 9/1) ⇝ 10/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 8/1 → 9/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 8/1 ⇜ (9/1 → 10/1) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 8/1 ⇜ (9/1 → 10/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/1 → 10/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (10/1 → 11/1) ⇝ 12/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (10/1 → 11/1) ⇝ 12/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 10/1 → 11/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 10/1 ⇜ (11/1 → 12/1) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 10/1 ⇜ (11/1 → 12/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 11/1 → 12/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (12/1 → 13/1) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (12/1 → 13/1) ⇝ 14/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 12/1 → 13/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 12/1 ⇜ (13/1 → 14/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 12/1 ⇜ (13/1 → 14/1) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 13/1 → 14/1 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 14/1 → 15/1 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 15/1 → 16/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (16/1 → 17/1) ⇝ 18/1 | note:Db3 clip:1 s:piano release:0.1 pan:0.47685185185185186 ]", - "[ (16/1 → 17/1) ⇝ 18/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 16/1 → 17/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 16/1 ⇜ (17/1 → 18/1) | note:Db3 clip:1 s:piano release:0.1 pan:0.47685185185185186 ]", - "[ 16/1 ⇜ (17/1 → 18/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 17/1 → 18/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (18/1 → 19/1) ⇝ 20/1 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ (18/1 → 19/1) ⇝ 20/1 | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 18/1 → 19/1 | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 18/1 ⇜ (19/1 → 20/1) | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 18/1 ⇜ (19/1 → 20/1) | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 19/1 → 20/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (20/1 → 21/1) ⇝ 22/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (20/1 → 21/1) ⇝ 22/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 20/1 → 21/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 20/1 ⇜ (21/1 → 22/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 20/1 ⇜ (21/1 → 22/1) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/1 → 22/1 | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (22/1 → 23/1) ⇝ 24/1 | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ (22/1 → 23/1) ⇝ 24/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 22/1 → 23/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 22/1 ⇜ (23/1 → 24/1) | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 22/1 ⇜ (23/1 → 24/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/1 → 24/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (24/1 → 25/1) ⇝ 26/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (24/1 → 25/1) ⇝ 26/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 24/1 → 25/1 | note:Gb4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 24/1 ⇜ (25/1 → 26/1) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 24/1 ⇜ (25/1 → 26/1) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 25/1 → 26/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (26/1 → 27/1) ⇝ 28/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (26/1 → 27/1) ⇝ 28/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 26/1 → 27/1 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 26/1 ⇜ (27/1 → 28/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 26/1 ⇜ (27/1 → 28/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 27/1 → 28/1 | note:Gb4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (28/1 → 29/1) ⇝ 30/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (28/1 → 29/1) ⇝ 30/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 28/1 → 29/1 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 28/1 ⇜ (29/1 → 30/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 28/1 ⇜ (29/1 → 30/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/1 → 30/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (30/1 → 31/1) ⇝ 32/1 | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (30/1 → 31/1) ⇝ 32/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 30/1 → 31/1 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 30/1 ⇜ (31/1 → 32/1) | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 30/1 ⇜ (31/1 → 32/1) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 31/1 → 32/1 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (32/1 → 33/1) ⇝ 34/1 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (32/1 → 33/1) ⇝ 34/1 | note:F#3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 32/1 → 33/1 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 32/1 ⇜ (33/1 → 34/1) | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ 32/1 ⇜ (33/1 → 34/1) | note:F#3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 33/1 → 34/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (34/1 → 35/1) ⇝ 36/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (34/1 → 35/1) ⇝ 36/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 34/1 → 35/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 34/1 ⇜ (35/1 → 36/1) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 34/1 ⇜ (35/1 → 36/1) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 35/1 → 36/1 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (36/1 → 37/1) ⇝ 38/1 | note:F#3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ (36/1 → 37/1) ⇝ 38/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 36/1 → 37/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 36/1 ⇜ (37/1 → 38/1) | note:F#3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 36/1 ⇜ (37/1 → 38/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 37/1 → 38/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (38/1 → 39/1) ⇝ 40/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (38/1 → 39/1) ⇝ 40/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 38/1 → 39/1 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 38/1 ⇜ (39/1 → 40/1) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 38/1 ⇜ (39/1 → 40/1) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/1 → 40/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (40/1 → 41/1) ⇝ 42/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (40/1 → 41/1) ⇝ 42/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 40/1 → 41/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 40/1 ⇜ (41/1 → 42/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 40/1 ⇜ (41/1 → 42/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 41/1 → 42/1 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (42/1 → 43/1) ⇝ 44/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (42/1 → 43/1) ⇝ 44/1 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 42/1 → 43/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 42/1 ⇜ (43/1 → 44/1) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 42/1 ⇜ (43/1 → 44/1) | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 43/1 → 44/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (44/1 → 45/1) ⇝ 46/1 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (44/1 → 45/1) ⇝ 46/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 44/1 → 45/1 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 44/1 ⇜ (45/1 → 46/1) | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 44/1 ⇜ (45/1 → 46/1) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 45/1 → 46/1 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (46/1 → 47/1) ⇝ 48/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (46/1 → 47/1) ⇝ 48/1 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 46/1 → 47/1 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 46/1 ⇜ (47/1 → 48/1) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 46/1 ⇜ (47/1 → 48/1) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 47/1 → 48/1 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (48/1 → 49/1) ⇝ 50/1 | note:Db3 clip:1 s:piano release:0.1 pan:0.47685185185185186 ]", - "[ (48/1 → 49/1) ⇝ 50/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 48/1 → 49/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 48/1 ⇜ (49/1 → 50/1) | note:Db3 clip:1 s:piano release:0.1 pan:0.47685185185185186 ]", - "[ 48/1 ⇜ (49/1 → 50/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 49/1 → 50/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (50/1 → 51/1) ⇝ 52/1 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ (50/1 → 51/1) ⇝ 52/1 | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 50/1 → 51/1 | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 50/1 ⇜ (51/1 → 52/1) | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 50/1 ⇜ (51/1 → 52/1) | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 51/1 → 52/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (52/1 → 53/1) ⇝ 54/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (52/1 → 53/1) ⇝ 54/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 52/1 → 53/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 52/1 ⇜ (53/1 → 54/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 52/1 ⇜ (53/1 → 54/1) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 53/1 → 54/1 | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (54/1 → 55/1) ⇝ 56/1 | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ (54/1 → 55/1) ⇝ 56/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 54/1 → 55/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 54/1 ⇜ (55/1 → 56/1) | note:Gb3 clip:1 s:piano release:0.1 pan:0.5 ]", - "[ 54/1 ⇜ (55/1 → 56/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/1 → 56/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (56/1 → 57/1) ⇝ 58/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (56/1 → 57/1) ⇝ 58/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 56/1 → 57/1 | note:Gb4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 56/1 ⇜ (57/1 → 58/1) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 56/1 ⇜ (57/1 → 58/1) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 57/1 → 58/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (58/1 → 59/1) ⇝ 60/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (58/1 → 59/1) ⇝ 60/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 58/1 → 59/1 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 58/1 ⇜ (59/1 → 60/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 58/1 ⇜ (59/1 → 60/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 59/1 → 60/1 | note:Gb4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (60/1 → 61/1) ⇝ 62/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (60/1 → 61/1) ⇝ 62/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 60/1 → 61/1 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 60/1 ⇜ (61/1 → 62/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 60/1 ⇜ (61/1 → 62/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/1 → 62/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (62/1 → 63/1) ⇝ 64/1 | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (62/1 → 63/1) ⇝ 64/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 62/1 → 63/1 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 62/1 ⇜ (63/1 → 64/1) | note:Db4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 62/1 ⇜ (63/1 → 64/1) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 63/1 → 64/1 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", -] -`; - -exports[`renders tunes > tune: bassFuge 1`] = ` -[ - "[ 0/1 → 1/8 | note:A2 s:flbass n:0 gain:0.3 cutoff:2206.5338497506646 resonance:10 clip:1 ]", - "[ 3/8 → 1/2 | note:A2 s:flbass n:0 gain:0.3 cutoff:2827.098521493671 resonance:10 clip:1 ]", - "[ 3/4 → 7/8 | note:A2 s:flbass n:0 gain:0.3 cutoff:3366.0584981088073 resonance:10 clip:1 ]", - "[ 0/1 → 1/4 | note:A3 s:flbass n:0 gain:0.3 cutoff:2312.732504596285 resonance:10 clip:1 ]", - "[ 3/4 → 1/1 | note:A3 s:flbass n:0 gain:0.3 cutoff:3443.5028842544402 resonance:10 clip:1 ]", - "[ -7/4 ⇜ (0/1 → 1/4) | note:C4 s:flbass n:0 gain:0.3 cutoff:2312.732504596285 resonance:10 clip:1 ]", - "[ -7/4 ⇜ (0/1 → 1/4) | note:E4 s:flbass n:0 gain:0.3 cutoff:2312.732504596285 resonance:10 clip:1 ]", - "[ 1/4 → 1/2 | note:C4 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ 1/4 → 1/2 | note:E4 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ -3/2 ⇜ (0/1 → 1/4) ⇝ 1/2 | note:A4 s:flbass n:0 gain:0.3 cutoff:2522.789774516997 resonance:10 clip:1 ]", - "[ -3/2 ⇜ (0/1 → 1/4) ⇝ 1/2 | note:C5 s:flbass n:0 gain:0.3 cutoff:2522.789774516997 resonance:10 clip:1 ]", - "[ -3/2 ⇜ (1/4 → 1/2) | note:A4 s:flbass n:0 gain:0.3 cutoff:2522.789774516997 resonance:10 clip:1 ]", - "[ -3/2 ⇜ (1/4 → 1/2) | note:C5 s:flbass n:0 gain:0.3 cutoff:2522.789774516997 resonance:10 clip:1 ]", - "[ 1/2 → 3/4 | note:A4 s:flbass n:0 gain:0.3 cutoff:3110.8609453791396 resonance:10 clip:1 ]", - "[ 1/2 → 3/4 | note:C5 s:flbass n:0 gain:0.3 cutoff:3110.8609453791396 resonance:10 clip:1 ]", - "[ -5/4 ⇜ (0/1 → 1/4) ⇝ 3/4 | note:A4 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ -5/4 ⇜ (0/1 → 1/4) ⇝ 3/4 | note:C5 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ -5/4 ⇜ (1/4 → 1/2) ⇝ 3/4 | note:A4 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ -5/4 ⇜ (1/4 → 1/2) ⇝ 3/4 | note:C5 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ -5/4 ⇜ (1/2 → 3/4) | note:A4 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ -5/4 ⇜ (1/2 → 3/4) | note:C5 s:flbass n:0 gain:0.3 cutoff:2727.5302177148174 resonance:10 clip:1 ]", - "[ 3/4 → 1/1 | note:A4 s:flbass n:0 gain:0.3 cutoff:3443.5028842544402 resonance:10 clip:1 ]", - "[ 3/4 → 1/1 | note:C5 s:flbass n:0 gain:0.3 cutoff:3443.5028842544402 resonance:10 clip:1 ]", - "[ -1/1 ⇜ (0/1 → 1/2) ⇝ 1/1 | note:A4 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -1/1 ⇜ (0/1 → 1/2) ⇝ 1/1 | note:C5 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -1/1 ⇜ (1/2 → 3/4) ⇝ 1/1 | note:A4 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -1/1 ⇜ (1/2 → 3/4) ⇝ 1/1 | note:C5 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -1/1 ⇜ (3/4 → 1/1) | note:A4 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -1/1 ⇜ (3/4 → 1/1) | note:C5 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -3/4 ⇜ (0/1 → 3/4) ⇝ 5/4 | note:A4 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -3/4 ⇜ (0/1 → 3/4) ⇝ 5/4 | note:C5 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -3/4 ⇜ (3/4 → 1/1) ⇝ 5/4 | note:A4 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ -3/4 ⇜ (3/4 → 1/1) ⇝ 5/4 | note:C5 s:flbass n:0 gain:0.3 cutoff:2924.3791043233605 resonance:10 clip:1 ]", - "[ 0/1 → 1/2 | s:bd:1 ]", - "[ 1/2 → 1/1 | s:bd:1 ]", - "[ 1/2 → 1/1 | s:sd:0 ]", - "[ 1/4 → 1/2 | s:hh:0 ]", - "[ 3/4 → 1/1 | s:hh:0 ]", -] -`; - -exports[`renders tunes > tune: belldub 1`] = ` -[ - "[ 0/1 → 5/8 | note:G1 s:sawtooth cutoff:200 resonance:20 gain:0.15 shape:0.6 release:0.05 ]", - "[ 0/1 → 5/8 | note:31.02 s:sawtooth cutoff:200 resonance:20 gain:0.15 shape:0.6 release:0.05 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | s:hh room:0 end:0.04483079938329212 ]", - "[ 0/1 → 5/16 | s:mt gain:0.5 room:0.5 ]", - "[ (15/16 → 1/1) ⇝ 5/4 | s:lt gain:0.5 room:0.5 ]", - "[ (0/1 → 1/1) ⇝ 5/1 | s:misc:2 speed:1 delay:0.5 delaytime:0.3333333333333333 gain:0.4 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:F3 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:A3 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:Bb3 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:D4 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:53.1 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:57.1 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:58.1 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:62.1 s:sawtooth gain:0.5 cutoff:400.16785462816676 decay:0.05380063255866716 sustain:0 delay:0.9 room:1 ]", -] -`; - -exports[`renders tunes > tune: blippyRhodes 1`] = ` -[ - "[ 0/1 → 1/3 | s:bd ]", - "[ 1/3 → 2/3 | s:hh ]", - "[ 2/3 → 1/1 | s:sn ]", - "[ 0/1 → 1/20 | note:G4 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 1/6 → 13/60 | note:G4 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 1/3 → 23/60 | note:B3 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 1/2 → 11/20 | note:B3 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 1/3 → 23/60 | note:E4 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 1/2 → 11/20 | note:E4 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 2/3 → 43/60 | note:G3 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ 5/6 → 53/60 | note:G3 s:rhodes clip:1 room:0.5 delay:0.3 delayfeedback:0.4 delaytime:0.08333333333333333 gain:0.5 ]", - "[ (0/1 → 2/3) ⇝ 4/3 | note:c2 gain:0.3 s:sawtooth cutoff:600 ]", - "[ 0/1 ⇜ (2/3 → 1/1) ⇝ 4/3 | note:c2 gain:0.3 s:sawtooth cutoff:600 ]", - "[ (0/1 → 2/3) ⇝ 4/3 | note:36.02 gain:0.3 s:sawtooth cutoff:600 ]", - "[ 0/1 ⇜ (2/3 → 1/1) ⇝ 4/3 | note:36.02 gain:0.3 s:sawtooth cutoff:600 ]", -] -`; - -exports[`renders tunes > tune: bridgeIsOver 1`] = ` -[ - "[ 0/1 → 5/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 5/13 → 15/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 10/13 → 155/156 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (155/156 → 1/1) ⇝ 15/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ (0/1 → 5/13) ⇝ 15/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (5/52 → 25/52) ⇝ 35/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (5/26 → 15/26) ⇝ 10/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (15/52 → 67/104) ⇝ 45/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (5/13 → 9/13) ⇝ 25/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (25/52 → 77/104) ⇝ 55/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (15/26 → 41/52) ⇝ 15/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (35/52 → 87/104) ⇝ 5/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (5/13 → 9/13) ⇝ 25/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (25/52 → 77/104) ⇝ 55/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (15/26 → 41/52) ⇝ 15/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (35/52 → 87/104) ⇝ 5/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (10/13 → 23/26) ⇝ 35/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (45/52 → 97/104) ⇝ 75/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (25/26 → 51/52) ⇝ 20/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (10/13 → 23/26) ⇝ 35/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (45/52 → 97/104) ⇝ 75/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (25/26 → 51/52) ⇝ 20/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (0/1 → 1/1) ⇝ 80/13 | s:mad ]", - "[ 155/156 ⇜ (1/1 → 15/13) | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 15/13 → 20/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 20/13 → 45/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (25/13 → 51/26) ⇝ 55/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/52 ⇜ (1/1 → 55/52) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 15/26 ⇜ (1/1 → 15/13) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 35/52 ⇜ (1/1 → 127/104) ⇝ 5/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 25/52 ⇜ (1/1 → 55/52) | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 15/26 ⇜ (1/1 → 15/13) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 35/52 ⇜ (1/1 → 127/104) ⇝ 5/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 10/13 ⇜ (1/1 → 33/26) ⇝ 35/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/52 ⇜ (1/1 → 137/104) ⇝ 75/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 25/26 ⇜ (1/1 → 71/52) ⇝ 20/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (55/52 → 75/52) ⇝ 85/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 10/13 ⇜ (1/1 → 33/26) ⇝ 35/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 45/52 ⇜ (1/1 → 137/104) ⇝ 75/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 25/26 ⇜ (1/1 → 71/52) ⇝ 20/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (55/52 → 75/52) ⇝ 85/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (15/13 → 20/13) ⇝ 45/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (5/4 → 13/8) ⇝ 95/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (35/26 → 87/52) ⇝ 25/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (75/52 → 179/104) ⇝ 105/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 0/1 ⇜ (1/1 → 2/1) ⇝ 80/13 | s:mad ]", - "[ 25/13 ⇜ (2/1 → 55/26) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 30/13 → 395/156 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 395/156 → 35/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (35/13 → 3/1) ⇝ 40/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 75/52 ⇜ (2/1 → 105/52) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 0/1 ⇜ (2/1 → 3/1) ⇝ 80/13 | s:mad ]", - "[ 35/13 ⇜ (3/1 → 40/13) | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 40/13 → 85/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 45/13 → 95/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (50/13 → 4/1) ⇝ 635/156 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (40/13 → 45/13) ⇝ 95/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (165/52 → 185/52) ⇝ 15/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (85/26 → 189/52) ⇝ 50/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (175/52 → 383/104) ⇝ 205/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (45/13 → 97/26) ⇝ 105/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (185/52 → 393/104) ⇝ 215/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (95/26 → 199/52) ⇝ 55/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (15/4 → 31/8) ⇝ 225/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (45/13 → 97/26) ⇝ 105/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (185/52 → 393/104) ⇝ 215/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (95/26 → 199/52) ⇝ 55/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (15/4 → 31/8) ⇝ 225/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (50/13 → 51/13) ⇝ 115/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (205/52 → 413/104) ⇝ 235/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (50/13 → 51/13) ⇝ 115/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (205/52 → 413/104) ⇝ 235/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 0/1 ⇜ (3/1 → 40/13) ⇝ 80/13 | s:mad ]", - "[ 0/1 ⇜ (40/13 → 4/1) ⇝ 80/13 | s:mad ]", - "[ 50/13 ⇜ (4/1 → 635/156) | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 635/156 → 55/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 55/13 → 60/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 60/13 → 125/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 45/13 ⇜ (4/1 → 105/26) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 185/52 ⇜ (4/1 → 215/52) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 95/26 ⇜ (4/1 → 219/52) ⇝ 55/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (4/1 → 443/104) ⇝ 225/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 45/13 ⇜ (4/1 → 105/26) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 185/52 ⇜ (4/1 → 215/52) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 95/26 ⇜ (4/1 → 219/52) ⇝ 55/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (4/1 → 443/104) ⇝ 225/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 50/13 ⇜ (4/1 → 56/13) ⇝ 115/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 205/52 ⇜ (4/1 → 453/104) ⇝ 235/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (105/26 → 115/26) ⇝ 60/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (215/52 → 235/52) ⇝ 245/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 50/13 ⇜ (4/1 → 56/13) ⇝ 115/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 205/52 ⇜ (4/1 → 453/104) ⇝ 235/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (105/26 → 115/26) ⇝ 60/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (215/52 → 235/52) ⇝ 245/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (55/13 → 60/13) ⇝ 125/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (225/52 → 485/104) ⇝ 255/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (115/26 → 245/52) ⇝ 5/1 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (235/52 → 495/104) ⇝ 265/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 0/1 ⇜ (4/1 → 5/1) ⇝ 80/13 | s:mad ]", - "[ 5/1 → 135/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (70/13 → 6/1) ⇝ 80/13 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 235/52 ⇜ (5/1 → 265/52) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 0/1 ⇜ (5/1 → 6/1) ⇝ 80/13 | s:mad ]", - "[ 70/13 ⇜ (6/1 → 80/13) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 80/13 → 165/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 85/13 → 175/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (90/13 → 7/1) ⇝ 1115/156 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (80/13 → 85/13) ⇝ 175/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (25/4 → 53/8) ⇝ 355/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (165/26 → 347/52) ⇝ 90/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (335/52 → 699/104) ⇝ 365/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (85/13 → 88/13) ⇝ 185/26 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (345/52 → 709/104) ⇝ 375/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (175/26 → 357/52) ⇝ 95/13 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (355/52 → 719/104) ⇝ 385/52 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ (85/13 → 88/13) ⇝ 185/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (345/52 → 709/104) ⇝ 375/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (175/26 → 357/52) ⇝ 95/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (355/52 → 719/104) ⇝ 385/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (90/13 → 181/26) ⇝ 15/2 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (90/13 → 181/26) ⇝ 15/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 0/1 ⇜ (6/1 → 80/13) | s:mad ]", - "[ (80/13 → 7/1) ⇝ 160/13 | s:mad ]", - "[ 90/13 ⇜ (7/1 → 1115/156) | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 1115/156 → 95/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 95/13 → 100/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (100/13 → 102/13) ⇝ 205/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 335/52 ⇜ (7/1 → 365/52) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 85/13 ⇜ (7/1 → 185/26) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 345/52 ⇜ (7/1 → 749/104) ⇝ 375/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 175/26 ⇜ (7/1 → 29/4) ⇝ 95/13 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 355/52 ⇜ (7/1 → 759/104) ⇝ 385/52 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 85/13 ⇜ (7/1 → 185/26) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 345/52 ⇜ (7/1 → 749/104) ⇝ 375/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 175/26 ⇜ (7/1 → 29/4) ⇝ 95/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 355/52 ⇜ (7/1 → 759/104) ⇝ 385/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 90/13 ⇜ (7/1 → 191/26) ⇝ 15/2 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (365/52 → 385/52) ⇝ 395/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (185/26 → 15/2) ⇝ 100/13 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (375/52 → 395/52) ⇝ 405/52 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 90/13 ⇜ (7/1 → 191/26) ⇝ 15/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (365/52 → 385/52) ⇝ 395/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (185/26 → 15/2) ⇝ 100/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (375/52 → 395/52) ⇝ 405/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (95/13 → 199/26) ⇝ 205/26 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (385/52 → 801/104) ⇝ 415/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (15/2 → 31/4) ⇝ 105/13 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (395/52 → 811/104) ⇝ 425/52 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 80/13 ⇜ (7/1 → 8/1) ⇝ 160/13 | s:mad ]", - "[ 105/13 → 215/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 110/13 → 1355/156 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 1355/156 → 115/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (115/13 → 9/1) ⇝ 120/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 15/2 ⇜ (8/1 → 105/13) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 395/52 ⇜ (8/1 → 425/52) | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 80/13 ⇜ (8/1 → 9/1) ⇝ 160/13 | s:mad ]", - "[ 115/13 ⇜ (9/1 → 120/13) | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 120/13 → 245/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 125/13 → 255/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (120/13 → 125/13) ⇝ 255/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (485/52 → 1005/104) ⇝ 515/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (245/26 → 505/52) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (495/52 → 1015/104) ⇝ 525/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (125/13 → 255/26) ⇝ 265/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (505/52 → 1025/104) ⇝ 535/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (255/26 → 515/52) ⇝ 135/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (515/52 → 1035/104) ⇝ 545/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (125/13 → 255/26) ⇝ 265/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (505/52 → 1025/104) ⇝ 535/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (255/26 → 515/52) ⇝ 135/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (515/52 → 1035/104) ⇝ 545/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 80/13 ⇜ (9/1 → 120/13) ⇝ 160/13 | s:mad ]", - "[ 80/13 ⇜ (120/13 → 10/1) ⇝ 160/13 | s:mad ]", - "[ 10/1 → 1595/156 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 1595/156 → 135/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 135/13 → 140/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (140/13 → 283/26) ⇝ 285/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 495/52 ⇜ (10/1 → 525/52) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 125/13 ⇜ (10/1 → 265/26) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 505/52 ⇜ (10/1 → 1065/104) ⇝ 535/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 255/26 ⇜ (10/1 → 535/52) ⇝ 135/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 515/52 ⇜ (10/1 → 1075/104) ⇝ 545/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 125/13 ⇜ (10/1 → 265/26) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 505/52 ⇜ (10/1 → 1065/104) ⇝ 535/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 255/26 ⇜ (10/1 → 535/52) ⇝ 135/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 515/52 ⇜ (10/1 → 1075/104) ⇝ 545/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (10/1 → 135/13) ⇝ 275/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (525/52 → 545/52) ⇝ 555/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (265/26 → 275/26) ⇝ 140/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (535/52 → 1107/104) ⇝ 565/52 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (10/1 → 135/13) ⇝ 275/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (525/52 → 545/52) ⇝ 555/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (265/26 → 275/26) ⇝ 140/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (535/52 → 1107/104) ⇝ 565/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (135/13 → 139/13) ⇝ 285/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (545/52 → 1117/104) ⇝ 575/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (275/26 → 561/52) ⇝ 145/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (555/52 → 1127/104) ⇝ 45/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 80/13 ⇜ (10/1 → 11/1) ⇝ 160/13 | s:mad ]", - "[ 145/13 → 295/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (150/13 → 12/1) ⇝ 160/13 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 545/52 ⇜ (11/1 → 575/52) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 275/26 ⇜ (11/1 → 145/13) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 555/52 ⇜ (11/1 → 1167/104) ⇝ 45/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 80/13 ⇜ (11/1 → 12/1) ⇝ 160/13 | s:mad ]", - "[ 150/13 ⇜ (12/1 → 160/13) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 160/13 → 25/2 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (165/13 → 167/13) ⇝ 335/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (160/13 → 329/26) ⇝ 335/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (645/52 → 1321/104) ⇝ 675/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (25/2 → 51/4) ⇝ 170/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (655/52 → 1331/104) ⇝ 685/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (165/13 → 167/13) ⇝ 345/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (665/52 → 1341/104) ⇝ 695/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (335/26 → 673/52) ⇝ 175/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (675/52 → 1351/104) ⇝ 705/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (165/13 → 167/13) ⇝ 345/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (665/52 → 1341/104) ⇝ 695/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (335/26 → 673/52) ⇝ 175/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (675/52 → 1351/104) ⇝ 705/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 80/13 ⇜ (12/1 → 160/13) | s:mad ]", - "[ (160/13 → 13/1) ⇝ 240/13 | s:mad ]", - "[ 170/13 → 2075/156 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ 2075/156 → 175/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 175/13 → 180/13 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (180/13 → 181/13) ⇝ 365/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/2 ⇜ (13/1 → 170/13) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 655/52 ⇜ (13/1 → 685/52) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 165/13 ⇜ (13/1 → 172/13) ⇝ 345/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 665/52 ⇜ (13/1 → 1381/104) ⇝ 695/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 335/26 ⇜ (13/1 → 693/52) ⇝ 175/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 675/52 ⇜ (13/1 → 107/8) ⇝ 705/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 165/13 ⇜ (13/1 → 172/13) ⇝ 345/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 665/52 ⇜ (13/1 → 1381/104) ⇝ 695/52 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ 335/26 ⇜ (13/1 → 693/52) ⇝ 175/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 675/52 ⇜ (13/1 → 107/8) ⇝ 705/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (170/13 → 175/13) ⇝ 355/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (685/52 → 705/52) ⇝ 55/4 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (345/26 → 709/52) ⇝ 180/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (695/52 → 1423/104) ⇝ 725/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (170/13 → 175/13) ⇝ 355/26 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (685/52 → 705/52) ⇝ 55/4 | note:C#4 clip:1 s:piano release:0.1 pan:0.5324074074074074 ]", - "[ (345/26 → 709/52) ⇝ 180/13 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (695/52 → 1423/104) ⇝ 725/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (175/13 → 357/26) ⇝ 365/26 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (705/52 → 1433/104) ⇝ 735/52 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (355/26 → 719/52) ⇝ 185/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (55/4 → 111/8) ⇝ 745/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 160/13 ⇜ (13/1 → 14/1) ⇝ 240/13 | s:mad ]", - "[ 180/13 ⇜ (14/1 → 365/26) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 185/13 → 375/26 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 190/13 → 2315/156 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 2315/156 → 15/1 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 175/13 ⇜ (14/1 → 365/26) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 705/52 ⇜ (14/1 → 735/52) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 355/26 ⇜ (14/1 → 739/52) ⇝ 185/13 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 55/4 ⇜ (14/1 → 1483/104) ⇝ 745/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 160/13 ⇜ (14/1 → 15/1) ⇝ 240/13 | s:mad ]", - "[ 15/1 → 200/13 | note:A2 clip:1 s:piano release:0.1 pan:0.45833333333333337 ]", - "[ 200/13 → 405/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (205/13 → 413/26) ⇝ 415/26 | note:B2 clip:1 s:piano release:0.1 pan:0.46759259259259256 ]", - "[ (200/13 → 204/13) ⇝ 415/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (805/52 → 1637/104) ⇝ 835/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (405/26 → 821/52) ⇝ 210/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (815/52 → 1647/104) ⇝ 65/4 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (205/13 → 413/26) ⇝ 425/26 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (825/52 → 1657/104) ⇝ 855/52 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (415/26 → 831/52) ⇝ 215/13 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (205/13 → 413/26) ⇝ 425/26 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (825/52 → 1657/104) ⇝ 855/52 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (415/26 → 831/52) ⇝ 215/13 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 160/13 ⇜ (15/1 → 200/13) ⇝ 240/13 | s:mad ]", - "[ 160/13 ⇜ (200/13 → 16/1) ⇝ 240/13 | s:mad ]", -] -`; - -exports[`renders tunes > tune: caverave 1`] = ` -[ - "[ 0/1 → 1/2 | s:bd gain:0.8 ]", - "[ 1/2 → 1/1 | s:bd gain:0.8 ]", - "[ 1/2 → 1/1 | s:sd gain:0.5 ]", - "[ 1/4 → 1/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 3/4 → 1/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 0/1 → 1/2 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 3/4 → 1/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 1/4 → 1/3 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 1/4 → 1/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 1/4 → 1/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 1/4 → 1/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 1/1 → 3/2 | s:bd gain:0.8 ]", - "[ 3/2 → 2/1 | s:bd gain:0.8 ]", - "[ 3/2 → 2/1 | s:sd gain:0.5 ]", - "[ 5/4 → 3/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 7/4 → 2/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 7/4 → 2/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 5/4 → 4/3 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/4 → 4/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/4 → 4/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/4 → 4/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 2/1 → 5/2 | s:bd gain:0.8 ]", - "[ 5/2 → 3/1 | s:bd gain:0.8 ]", - "[ 5/2 → 3/1 | s:sd gain:0.5 ]", - "[ 9/4 → 5/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 11/4 → 3/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 2/1 → 5/2 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 11/4 → 3/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 5/2 → 31/12 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/2 → 31/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/2 → 31/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/2 → 31/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 3/1 → 7/2 | s:bd gain:0.8 ]", - "[ 7/2 → 4/1 | s:bd gain:0.8 ]", - "[ 7/2 → 4/1 | s:sd gain:0.5 ]", - "[ 13/4 → 7/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 15/4 → 4/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 15/4 → 4/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 7/2 → 43/12 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 7/2 → 43/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 7/2 → 43/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 7/2 → 43/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 4/1 → 9/2 | s:bd gain:0.8 ]", - "[ 9/2 → 5/1 | s:bd gain:0.8 ]", - "[ 9/2 → 5/1 | s:sd gain:0.5 ]", - "[ 17/4 → 9/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 19/4 → 5/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 4/1 → 9/2 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 19/4 → 5/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 17/4 → 13/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 17/4 → 13/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 17/4 → 13/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 17/4 → 13/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 5/1 → 11/2 | s:bd gain:0.8 ]", - "[ 11/2 → 6/1 | s:bd gain:0.8 ]", - "[ 11/2 → 6/1 | s:sd gain:0.5 ]", - "[ 21/4 → 11/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 23/4 → 6/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 23/4 → 6/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 21/4 → 16/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/4 → 16/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/4 → 16/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/4 → 16/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 6/1 → 13/2 | s:bd gain:0.8 ]", - "[ 13/2 → 7/1 | s:bd gain:0.8 ]", - "[ 13/2 → 7/1 | s:sd gain:0.5 ]", - "[ 25/4 → 13/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 27/4 → 7/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 6/1 → 13/2 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 27/4 → 7/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 13/2 → 79/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 13/2 → 79/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 13/2 → 79/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 13/2 → 79/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 7/1 → 15/2 | s:bd gain:0.8 ]", - "[ 15/2 → 8/1 | s:bd gain:0.8 ]", - "[ 15/2 → 63/8 | s:sd gain:0.5 ]", - "[ 29/4 → 15/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 31/4 → 8/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 7/1 → 15/2 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 15/2 → 8/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 15/2 → 91/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 15/2 → 91/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 15/2 → 91/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 15/2 → 91/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 8/1 → 17/2 | s:bd gain:0.8 ]", - "[ 17/2 → 9/1 | s:bd gain:0.8 ]", - "[ 17/2 → 9/1 | s:sd gain:0.5 ]", - "[ 33/4 → 17/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 35/4 → 9/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 8/1 → 17/2 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 35/4 → 9/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 33/4 → 25/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 33/4 → 25/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 33/4 → 25/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 33/4 → 25/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 9/1 → 19/2 | s:bd gain:0.8 ]", - "[ 19/2 → 10/1 | s:bd gain:0.8 ]", - "[ 19/2 → 10/1 | s:sd gain:0.5 ]", - "[ 37/4 → 19/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 39/4 → 10/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 39/4 → 10/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 37/4 → 28/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/4 → 28/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/4 → 28/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/4 → 28/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 10/1 → 21/2 | s:bd gain:0.8 ]", - "[ 21/2 → 11/1 | s:bd gain:0.8 ]", - "[ 21/2 → 11/1 | s:sd gain:0.5 ]", - "[ 41/4 → 21/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 43/4 → 11/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 10/1 → 21/2 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 43/4 → 11/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 21/2 → 127/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/2 → 127/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/2 → 127/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/2 → 127/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 11/1 → 23/2 | s:bd gain:0.8 ]", - "[ 23/2 → 12/1 | s:bd gain:0.8 ]", - "[ 23/2 → 12/1 | s:sd gain:0.5 ]", - "[ 45/4 → 23/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 47/4 → 12/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 47/4 → 12/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 23/2 → 139/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 23/2 → 139/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 23/2 → 139/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 23/2 → 139/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 12/1 → 25/2 | s:bd gain:0.8 ]", - "[ 25/2 → 13/1 | s:bd gain:0.8 ]", - "[ 25/2 → 13/1 | s:sd gain:0.5 ]", - "[ 49/4 → 25/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 51/4 → 13/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 12/1 → 25/2 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 51/4 → 13/1 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 49/4 → 37/3 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 49/4 → 37/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 49/4 → 37/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 49/4 → 37/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 13/1 → 27/2 | s:bd gain:0.8 ]", - "[ 27/2 → 14/1 | s:bd gain:0.8 ]", - "[ 27/2 → 14/1 | s:sd gain:0.5 ]", - "[ 53/4 → 27/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 55/4 → 14/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 55/4 → 14/1 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 53/4 → 40/3 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/4 → 40/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/4 → 40/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/4 → 40/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 14/1 → 29/2 | s:bd gain:0.8 ]", - "[ 29/2 → 15/1 | s:bd gain:0.8 ]", - "[ 29/2 → 15/1 | s:sd gain:0.5 ]", - "[ 57/4 → 29/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 59/4 → 15/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 14/1 → 29/2 | note:F#2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 59/4 → 15/1 | note:F#2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 29/2 → 175/12 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 29/2 → 175/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 29/2 → 175/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 29/2 → 175/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 15/1 → 31/2 | s:bd gain:0.8 ]", - "[ 31/2 → 16/1 | s:bd gain:0.8 ]", - "[ 31/2 → 127/8 | s:sd gain:0.5 ]", - "[ 61/4 → 31/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 63/4 → 16/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 15/1 → 31/2 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 31/2 → 16/1 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 31/2 → 187/12 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 31/2 → 187/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 31/2 → 187/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 31/2 → 187/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 16/1 → 33/2 | s:bd gain:0.8 ]", - "[ 33/2 → 17/1 | s:bd gain:0.8 ]", - "[ 33/2 → 17/1 | s:sd gain:0.5 ]", - "[ 65/4 → 33/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 67/4 → 17/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 16/1 → 33/2 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 67/4 → 17/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 65/4 → 49/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 65/4 → 49/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 65/4 → 49/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 65/4 → 49/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 17/1 → 35/2 | s:bd gain:0.8 ]", - "[ 35/2 → 18/1 | s:bd gain:0.8 ]", - "[ 35/2 → 18/1 | s:sd gain:0.5 ]", - "[ 69/4 → 35/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 71/4 → 18/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 71/4 → 18/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 69/4 → 52/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 69/4 → 52/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 69/4 → 52/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 69/4 → 52/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 18/1 → 37/2 | s:bd gain:0.8 ]", - "[ 37/2 → 19/1 | s:bd gain:0.8 ]", - "[ 37/2 → 19/1 | s:sd gain:0.5 ]", - "[ 73/4 → 37/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 75/4 → 19/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 18/1 → 37/2 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 75/4 → 19/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 37/2 → 223/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/2 → 223/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/2 → 223/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/2 → 223/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 19/1 → 39/2 | s:bd gain:0.8 ]", - "[ 39/2 → 20/1 | s:bd gain:0.8 ]", - "[ 39/2 → 20/1 | s:sd gain:0.5 ]", - "[ 77/4 → 39/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 79/4 → 20/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 79/4 → 20/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 39/2 → 235/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 39/2 → 235/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 39/2 → 235/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 39/2 → 235/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 20/1 → 41/2 | s:bd gain:0.8 ]", - "[ 41/2 → 21/1 | s:bd gain:0.8 ]", - "[ 41/2 → 21/1 | s:sd gain:0.5 ]", - "[ 81/4 → 41/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 83/4 → 21/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 20/1 → 41/2 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 83/4 → 21/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 81/4 → 61/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 81/4 → 61/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 81/4 → 61/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 81/4 → 61/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 21/1 → 43/2 | s:bd gain:0.8 ]", - "[ 43/2 → 22/1 | s:bd gain:0.8 ]", - "[ 43/2 → 22/1 | s:sd gain:0.5 ]", - "[ 85/4 → 43/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 87/4 → 22/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 87/4 → 22/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 85/4 → 64/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 85/4 → 64/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 85/4 → 64/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 85/4 → 64/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 22/1 → 45/2 | s:bd gain:0.8 ]", - "[ 45/2 → 23/1 | s:bd gain:0.8 ]", - "[ 45/2 → 23/1 | s:sd gain:0.5 ]", - "[ 89/4 → 45/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 91/4 → 23/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 22/1 → 45/2 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 91/4 → 23/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 45/2 → 271/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 45/2 → 271/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 45/2 → 271/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 45/2 → 271/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 23/1 → 47/2 | s:bd gain:0.8 ]", - "[ 47/2 → 24/1 | s:bd gain:0.8 ]", - "[ 47/2 → 191/8 | s:sd gain:0.5 ]", - "[ 93/4 → 47/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 95/4 → 24/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 23/1 → 47/2 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 47/2 → 24/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 47/2 → 283/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 47/2 → 283/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 47/2 → 283/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 47/2 → 283/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 24/1 → 49/2 | s:bd gain:0.8 ]", - "[ 49/2 → 25/1 | s:bd gain:0.8 ]", - "[ 49/2 → 25/1 | s:sd gain:0.5 ]", - "[ 97/4 → 49/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 99/4 → 25/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 24/1 → 49/2 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 99/4 → 25/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 97/4 → 73/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 97/4 → 73/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 97/4 → 73/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 97/4 → 73/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 25/1 → 51/2 | s:bd gain:0.8 ]", - "[ 51/2 → 26/1 | s:bd gain:0.8 ]", - "[ 51/2 → 26/1 | s:sd gain:0.5 ]", - "[ 101/4 → 51/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 103/4 → 26/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 103/4 → 26/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 101/4 → 76/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 101/4 → 76/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 101/4 → 76/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 101/4 → 76/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 26/1 → 53/2 | s:bd gain:0.8 ]", - "[ 53/2 → 27/1 | s:bd gain:0.8 ]", - "[ 53/2 → 27/1 | s:sd gain:0.5 ]", - "[ 105/4 → 53/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 107/4 → 27/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 26/1 → 53/2 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 107/4 → 27/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 53/2 → 319/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/2 → 319/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/2 → 319/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/2 → 319/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 27/1 → 55/2 | s:bd gain:0.8 ]", - "[ 55/2 → 28/1 | s:bd gain:0.8 ]", - "[ 55/2 → 28/1 | s:sd gain:0.5 ]", - "[ 109/4 → 55/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 111/4 → 28/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 111/4 → 28/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 55/2 → 331/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 55/2 → 331/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 55/2 → 331/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 55/2 → 331/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 28/1 → 57/2 | s:bd gain:0.8 ]", - "[ 57/2 → 29/1 | s:bd gain:0.8 ]", - "[ 113/4 → 57/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 115/4 → 29/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 28/1 → 57/2 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 115/4 → 29/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 113/4 → 85/3 | note:F3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 113/4 → 85/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 113/4 → 85/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 113/4 → 85/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 29/1 → 59/2 | s:bd gain:0.8 ]", - "[ 59/2 → 30/1 | s:bd gain:0.8 ]", - "[ 117/4 → 59/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 119/4 → 30/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 119/4 → 30/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 117/4 → 88/3 | note:F3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/4 → 88/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/4 → 88/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/4 → 88/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 30/1 → 61/2 | s:bd gain:0.8 ]", - "[ 61/2 → 31/1 | s:bd gain:0.8 ]", - "[ 121/4 → 61/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 123/4 → 31/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 30/1 → 61/2 | note:G2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 123/4 → 31/1 | note:G2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 61/2 → 367/12 | note:F3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 61/2 → 367/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 61/2 → 367/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 61/2 → 367/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 31/1 → 63/2 | s:bd gain:0.8 ]", - "[ 63/2 → 32/1 | s:bd gain:0.8 ]", - "[ 125/4 → 63/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 127/4 → 32/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 31/1 → 63/2 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 63/2 → 32/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 63/2 → 379/12 | note:F3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 63/2 → 379/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 63/2 → 379/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 63/2 → 379/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 32/1 → 65/2 | s:bd gain:0.8 ]", - "[ 65/2 → 33/1 | s:bd gain:0.8 ]", - "[ 65/2 → 33/1 | s:sd gain:0.5 ]", - "[ 129/4 → 65/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 131/4 → 33/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 65/2 → 33/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 129/4 → 131/4 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 32/1 → 65/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 127/4 ⇜ (32/1 → 129/4) | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (131/4 → 33/1) ⇝ 133/4 | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 32/1 → 65/2 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 131/4 → 33/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 129/4 → 97/3 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 129/4 → 97/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 129/4 → 97/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 129/4 → 97/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 33/1 → 67/2 | s:bd gain:0.8 ]", - "[ 67/2 → 34/1 | s:bd gain:0.8 ]", - "[ 67/2 → 34/1 | s:sd gain:0.5 ]", - "[ 133/4 → 67/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 135/4 → 34/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 67/2 → 34/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 133/4 → 135/4 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 33/1 → 67/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 131/4 ⇜ (33/1 → 133/4) | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (135/4 → 34/1) ⇝ 137/4 | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 135/4 → 34/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 133/4 → 100/3 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 133/4 → 100/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 133/4 → 100/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 133/4 → 100/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 34/1 → 69/2 | s:bd gain:0.8 ]", - "[ 69/2 → 35/1 | s:bd gain:0.8 ]", - "[ 69/2 → 35/1 | s:sd gain:0.5 ]", - "[ 137/4 → 69/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 139/4 → 35/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 69/2 → 35/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 137/4 → 139/4 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 34/1 → 69/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 135/4 ⇜ (34/1 → 137/4) | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (139/4 → 35/1) ⇝ 141/4 | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 34/1 → 69/2 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 139/4 → 35/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 69/2 → 415/12 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 69/2 → 415/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 69/2 → 415/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 69/2 → 415/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 35/1 → 71/2 | s:bd gain:0.8 ]", - "[ 71/2 → 36/1 | s:bd gain:0.8 ]", - "[ 71/2 → 36/1 | s:sd gain:0.5 ]", - "[ 141/4 → 71/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 143/4 → 36/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 71/2 → 36/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 141/4 → 143/4 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 35/1 → 71/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 139/4 ⇜ (35/1 → 141/4) | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (143/4 → 36/1) ⇝ 145/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 143/4 → 36/1 | note:B1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 71/2 → 427/12 | note:A3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 71/2 → 427/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 71/2 → 427/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 71/2 → 427/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 36/1 → 73/2 | s:bd gain:0.8 ]", - "[ 73/2 → 37/1 | s:bd gain:0.8 ]", - "[ 73/2 → 37/1 | s:sd gain:0.5 ]", - "[ 145/4 → 73/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 147/4 → 37/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 73/2 → 37/1 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 145/4 → 147/4 | note:E4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 36/1 → 73/2 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 143/4 ⇜ (36/1 → 145/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (147/4 → 37/1) ⇝ 149/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 36/1 → 73/2 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 147/4 → 37/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 145/4 → 109/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 145/4 → 109/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 145/4 → 109/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 145/4 → 109/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 37/1 → 75/2 | s:bd gain:0.8 ]", - "[ 75/2 → 38/1 | s:bd gain:0.8 ]", - "[ 75/2 → 38/1 | s:sd gain:0.5 ]", - "[ 149/4 → 75/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 151/4 → 38/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 75/2 → 38/1 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 149/4 → 151/4 | note:E4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 37/1 → 75/2 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 147/4 ⇜ (37/1 → 149/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (151/4 → 38/1) ⇝ 153/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 151/4 → 38/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 149/4 → 112/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 149/4 → 112/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 149/4 → 112/3 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 149/4 → 112/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 38/1 → 77/2 | s:bd gain:0.8 ]", - "[ 77/2 → 39/1 | s:bd gain:0.8 ]", - "[ 77/2 → 39/1 | s:sd gain:0.5 ]", - "[ 153/4 → 77/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 155/4 → 39/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 77/2 → 39/1 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 153/4 → 155/4 | note:E4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 38/1 → 77/2 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 151/4 ⇜ (38/1 → 153/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (155/4 → 39/1) ⇝ 157/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 38/1 → 77/2 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 155/4 → 39/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 77/2 → 463/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 77/2 → 463/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 77/2 → 463/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 77/2 → 463/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 39/1 → 79/2 | s:bd gain:0.8 ]", - "[ 79/2 → 40/1 | s:bd gain:0.8 ]", - "[ 79/2 → 319/8 | s:sd gain:0.5 ]", - "[ 157/4 → 79/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 159/4 → 40/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 79/2 → 40/1 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 157/4 → 159/4 | note:E4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 39/1 → 79/2 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 155/4 ⇜ (39/1 → 157/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (159/4 → 40/1) ⇝ 161/4 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 39/1 → 79/2 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 79/2 → 40/1 | note:A1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 79/2 → 475/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 79/2 → 475/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 79/2 → 475/12 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 79/2 → 475/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 40/1 → 81/2 | s:bd gain:0.8 ]", - "[ 81/2 → 41/1 | s:bd gain:0.8 ]", - "[ 81/2 → 41/1 | s:sd gain:0.5 ]", - "[ 161/4 → 81/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 163/4 → 41/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 81/2 → 41/1 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 161/4 → 163/4 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 40/1 → 81/2 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 159/4 ⇜ (40/1 → 161/4) | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (163/4 → 41/1) ⇝ 165/4 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 40/1 → 81/2 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 163/4 → 41/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 161/4 → 121/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 161/4 → 121/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 161/4 → 121/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 161/4 → 121/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 41/1 → 83/2 | s:bd gain:0.8 ]", - "[ 83/2 → 42/1 | s:bd gain:0.8 ]", - "[ 83/2 → 42/1 | s:sd gain:0.5 ]", - "[ 165/4 → 83/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 167/4 → 42/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 83/2 → 42/1 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 165/4 → 167/4 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 41/1 → 83/2 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 163/4 ⇜ (41/1 → 165/4) | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (167/4 → 42/1) ⇝ 169/4 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 167/4 → 42/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 165/4 → 124/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 165/4 → 124/3 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 165/4 → 124/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 165/4 → 124/3 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 42/1 → 85/2 | s:bd gain:0.8 ]", - "[ 85/2 → 43/1 | s:bd gain:0.8 ]", - "[ 85/2 → 43/1 | s:sd gain:0.5 ]", - "[ 169/4 → 85/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 171/4 → 43/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 85/2 → 43/1 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 169/4 → 171/4 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 42/1 → 85/2 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 167/4 ⇜ (42/1 → 169/4) | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (171/4 → 43/1) ⇝ 173/4 | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 42/1 → 85/2 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 171/4 → 43/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 85/2 → 511/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 85/2 → 511/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 85/2 → 511/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 85/2 → 511/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 43/1 → 87/2 | s:bd gain:0.8 ]", - "[ 87/2 → 44/1 | s:bd gain:0.8 ]", - "[ 87/2 → 44/1 | s:sd gain:0.5 ]", - "[ 173/4 → 87/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 175/4 → 44/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 87/2 → 44/1 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 173/4 → 175/4 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 43/1 → 87/2 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 171/4 ⇜ (43/1 → 173/4) | note:C#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (175/4 → 44/1) ⇝ 177/4 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 175/4 → 44/1 | note:G1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 87/2 → 523/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 87/2 → 523/12 | note:B3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 87/2 → 523/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 87/2 → 523/12 | note:F#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 44/1 → 89/2 | s:bd gain:0.8 ]", - "[ 89/2 → 45/1 | s:bd gain:0.8 ]", - "[ 89/2 → 45/1 | s:sd gain:0.5 ]", - "[ 177/4 → 89/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 179/4 → 45/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 89/2 → 45/1 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 177/4 → 179/4 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 44/1 → 89/2 | note:A#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 175/4 ⇜ (44/1 → 177/4) | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (179/4 → 45/1) ⇝ 181/4 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 44/1 → 89/2 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 179/4 → 45/1 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 177/4 → 133/3 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 177/4 → 133/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 177/4 → 133/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 177/4 → 133/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 45/1 → 91/2 | s:bd gain:0.8 ]", - "[ 91/2 → 46/1 | s:bd gain:0.8 ]", - "[ 91/2 → 46/1 | s:sd gain:0.5 ]", - "[ 181/4 → 91/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 183/4 → 46/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 91/2 → 46/1 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 181/4 → 183/4 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 45/1 → 91/2 | note:A#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 179/4 ⇜ (45/1 → 181/4) | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (183/4 → 46/1) ⇝ 185/4 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 183/4 → 46/1 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 181/4 → 136/3 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 181/4 → 136/3 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 181/4 → 136/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 181/4 → 136/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 46/1 → 93/2 | s:bd gain:0.8 ]", - "[ 93/2 → 47/1 | s:bd gain:0.8 ]", - "[ 93/2 → 47/1 | s:sd gain:0.5 ]", - "[ 185/4 → 93/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 187/4 → 47/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 93/2 → 47/1 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 185/4 → 187/4 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 46/1 → 93/2 | note:A#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 183/4 ⇜ (46/1 → 185/4) | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (187/4 → 47/1) ⇝ 189/4 | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 46/1 → 93/2 | note:F#2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 187/4 → 47/1 | note:F#2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 93/2 → 559/12 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 93/2 → 559/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 93/2 → 559/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 93/2 → 559/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 47/1 → 95/2 | s:bd gain:0.8 ]", - "[ 95/2 → 48/1 | s:bd gain:0.8 ]", - "[ 95/2 → 383/8 | s:sd gain:0.5 ]", - "[ 189/4 → 95/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 191/4 → 48/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 95/2 → 48/1 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 189/4 → 191/4 | note:C#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 47/1 → 95/2 | note:A#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 187/4 ⇜ (47/1 → 189/4) | note:B4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (191/4 → 48/1) ⇝ 193/4 | note:E5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 47/1 → 95/2 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 95/2 → 48/1 | note:F#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 95/2 → 571/12 | note:E3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 95/2 → 571/12 | note:G3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 95/2 → 571/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 95/2 → 571/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 48/1 → 97/2 | s:bd gain:0.8 ]", - "[ 97/2 → 49/1 | s:bd gain:0.8 ]", - "[ 97/2 → 49/1 | s:sd gain:0.5 ]", - "[ 193/4 → 97/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 195/4 → 49/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 97/2 → 49/1 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 193/4 → 195/4 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 48/1 → 97/2 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 191/4 ⇜ (48/1 → 193/4) | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (195/4 → 49/1) ⇝ 197/4 | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 48/1 → 97/2 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 195/4 → 49/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 193/4 → 145/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 193/4 → 145/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 193/4 → 145/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 193/4 → 145/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 49/1 → 99/2 | s:bd gain:0.8 ]", - "[ 99/2 → 50/1 | s:bd gain:0.8 ]", - "[ 99/2 → 50/1 | s:sd gain:0.5 ]", - "[ 197/4 → 99/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 199/4 → 50/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 99/2 → 50/1 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 197/4 → 199/4 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 49/1 → 99/2 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 195/4 ⇜ (49/1 → 197/4) | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (199/4 → 50/1) ⇝ 201/4 | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 199/4 → 50/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 197/4 → 148/3 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 197/4 → 148/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 197/4 → 148/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 197/4 → 148/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 50/1 → 101/2 | s:bd gain:0.8 ]", - "[ 101/2 → 51/1 | s:bd gain:0.8 ]", - "[ 101/2 → 51/1 | s:sd gain:0.5 ]", - "[ 201/4 → 101/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 203/4 → 51/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 101/2 → 51/1 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 201/4 → 203/4 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 50/1 → 101/2 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 199/4 ⇜ (50/1 → 201/4) | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (203/4 → 51/1) ⇝ 205/4 | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 50/1 → 101/2 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 203/4 → 51/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 101/2 → 607/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 101/2 → 607/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 101/2 → 607/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 101/2 → 607/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 51/1 → 103/2 | s:bd gain:0.8 ]", - "[ 103/2 → 52/1 | s:bd gain:0.8 ]", - "[ 103/2 → 52/1 | s:sd gain:0.5 ]", - "[ 205/4 → 103/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 207/4 → 52/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 103/2 → 52/1 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 205/4 → 207/4 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 51/1 → 103/2 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 203/4 ⇜ (51/1 → 205/4) | note:F5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (207/4 → 52/1) ⇝ 209/4 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 207/4 → 52/1 | note:C2 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 103/2 → 619/12 | note:A#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 103/2 → 619/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 103/2 → 619/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 103/2 → 619/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 52/1 → 105/2 | s:bd gain:0.8 ]", - "[ 105/2 → 53/1 | s:bd gain:0.8 ]", - "[ 105/2 → 53/1 | s:sd gain:0.5 ]", - "[ 209/4 → 105/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 211/4 → 53/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 105/2 → 53/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 209/4 → 211/4 | note:F4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 52/1 → 105/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 207/4 ⇜ (52/1 → 209/4) | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (211/4 → 53/1) ⇝ 213/4 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 52/1 → 105/2 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 211/4 → 53/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 209/4 → 157/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 209/4 → 157/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 209/4 → 157/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 209/4 → 157/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 53/1 → 107/2 | s:bd gain:0.8 ]", - "[ 107/2 → 54/1 | s:bd gain:0.8 ]", - "[ 107/2 → 54/1 | s:sd gain:0.5 ]", - "[ 213/4 → 107/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 215/4 → 54/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 107/2 → 54/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 213/4 → 215/4 | note:F4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 53/1 → 107/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 211/4 ⇜ (53/1 → 213/4) | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (215/4 → 54/1) ⇝ 217/4 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 215/4 → 54/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 213/4 → 160/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 213/4 → 160/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 213/4 → 160/3 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 213/4 → 160/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 54/1 → 109/2 | s:bd gain:0.8 ]", - "[ 109/2 → 55/1 | s:bd gain:0.8 ]", - "[ 109/2 → 55/1 | s:sd gain:0.5 ]", - "[ 217/4 → 109/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 219/4 → 55/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 109/2 → 55/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 217/4 → 219/4 | note:F4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 54/1 → 109/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 215/4 ⇜ (54/1 → 217/4) | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (219/4 → 55/1) ⇝ 221/4 | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 54/1 → 109/2 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 219/4 → 55/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 109/2 → 655/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 109/2 → 655/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 109/2 → 655/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 109/2 → 655/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 55/1 → 111/2 | s:bd gain:0.8 ]", - "[ 111/2 → 56/1 | s:bd gain:0.8 ]", - "[ 111/2 → 447/8 | s:sd gain:0.5 ]", - "[ 221/4 → 111/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 223/4 → 56/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 111/2 → 56/1 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 221/4 → 223/4 | note:F4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 55/1 → 111/2 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 219/4 ⇜ (55/1 → 221/4) | note:D#5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (223/4 → 56/1) ⇝ 225/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 55/1 → 111/2 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 111/2 → 56/1 | note:A#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 111/2 → 667/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 111/2 → 667/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 111/2 → 667/12 | note:D4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 111/2 → 667/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 113/2 → 57/1 | s:sd gain:0.5 ]", - "[ 225/4 → 113/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 227/4 → 57/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 113/2 → 57/1 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 225/4 → 227/4 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 56/1 → 113/2 | note:C5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 223/4 ⇜ (56/1 → 225/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (227/4 → 57/1) ⇝ 229/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 56/1 → 113/2 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 227/4 → 57/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 225/4 → 169/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 225/4 → 169/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 225/4 → 169/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 225/4 → 169/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 115/2 → 58/1 | s:sd gain:0.5 ]", - "[ 229/4 → 115/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 231/4 → 58/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 115/2 → 58/1 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 229/4 → 231/4 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 57/1 → 115/2 | note:C5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 227/4 ⇜ (57/1 → 229/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (231/4 → 58/1) ⇝ 233/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 231/4 → 58/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 229/4 → 172/3 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 229/4 → 172/3 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 229/4 → 172/3 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 229/4 → 172/3 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/2 → 59/1 | s:sd gain:0.5 ]", - "[ 233/4 → 117/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 235/4 → 59/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 117/2 → 59/1 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 233/4 → 235/4 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 58/1 → 117/2 | note:C5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 231/4 ⇜ (58/1 → 233/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (235/4 → 59/1) ⇝ 237/4 | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 58/1 → 117/2 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 235/4 → 59/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 117/2 → 703/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/2 → 703/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/2 → 703/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 117/2 → 703/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 119/2 → 60/1 | s:sd gain:0.5 ]", - "[ 237/4 → 119/2 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 239/4 → 60/1 | s:hh delay:0.3 delayfeedback:0.5 delaytime:0.125 gain:0.4 ]", - "[ 119/2 → 60/1 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 237/4 → 239/4 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 59/1 → 119/2 | note:C5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 235/4 ⇜ (59/1 → 237/4) | note:D5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ (239/4 → 60/1) ⇝ 241/4 | note:C5 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0.3 release:0.1 ]", - "[ 239/4 → 60/1 | note:G#1 s:sawtooth attack:0.001 decay:0.2 sustain:1 cutoff:500 ]", - "[ 119/2 → 715/12 | note:G#3 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 119/2 → 715/12 | note:C4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 119/2 → 715/12 | note:D#4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", - "[ 119/2 → 715/12 | note:G4 s:sawtooth cutoff:1200 gain:0.5 attack:0 decay:0.16 sustain:0 release:0.1 delay:0.4 delaytime:0.12 ]", -] -`; - -exports[`renders tunes > tune: chop 1`] = ` -[ - "[ 0/1 → 1/4 | s:p speed:0.03125 unit:c begin:0 end:0.0078125 pan:0 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 1/4 → 1/2 | s:p speed:0.03125 unit:c begin:0.0078125 end:0.015625 pan:0 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 1/2 → 3/4 | s:p speed:0.03125 unit:c begin:0.015625 end:0.0234375 pan:0 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 3/4 → 1/1 | s:p speed:0.03125 unit:c begin:0.0234375 end:0.03125 pan:0 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 3/4 → 1/1 | s:p speed:0.03125 unit:c begin:0 end:0.0078125 pan:1 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 1/2 → 3/4 | s:p speed:0.03125 unit:c begin:0.0078125 end:0.015625 pan:1 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 1/4 → 1/2 | s:p speed:0.03125 unit:c begin:0.015625 end:0.0234375 pan:1 shape:0.4 decay:0.1 sustain:0.6 ]", - "[ 0/1 → 1/4 | s:p speed:0.03125 unit:c begin:0.0234375 end:0.03125 pan:1 shape:0.4 decay:0.1 sustain:0.6 ]", -] -`; - -exports[`renders tunes > tune: csoundDemo 1`] = ` -[ - "[ 0/1 → 1/1 | note:D3 ]", - "[ -1/4 ⇜ (0/1 → 1/4) | note:Bb3 ]", - "[ (1/4 → 1/1) ⇝ 5/4 | note:F3 ]", - "[ 0/1 → 1/2 | note:F4 ]", - "[ -1/4 ⇜ (0/1 → 1/4) | note:A4 ]", - "[ (1/4 → 1/2) ⇝ 3/4 | note:A4 ]", - "[ (1/2 → 1/1) ⇝ 3/2 | note:C4 ]", - "[ 1/4 ⇜ (1/2 → 3/4) | note:A4 ]", - "[ (3/4 → 1/1) ⇝ 7/4 | note:E4 ]", -] -`; - -exports[`renders tunes > tune: delay 1`] = ` -[ - "[ 0/1 → 1/2 | s:bd delay:0 delaytime:0.16 delayfeedback:0.6 speed:-1 ]", - "[ 1/2 → 1/1 | s:sd delay:0 delaytime:0.16 delayfeedback:0.6 speed:-1 ]", -] -`; - -exports[`renders tunes > tune: dinofunk 1`] = ` -[ - "[ (0/1 → 1/1) ⇝ 8/1 | s:bass speed:0.125 unit:c clip:1 ]", - "[ 0/1 → 1/2 | s:bd ]", - "[ 1/2 → 1/1 | s:bd ]", - "[ 1/2 → 1/1 | s:sd ]", - "[ 0/1 → 1/4 | s:hh ]", - "[ 1/4 → 1/2 | s:hh ]", - "[ 1/2 → 3/4 | s:hh ]", - "[ 3/4 → 1/1 | s:hh ]", - "[ 1/4 → 1/2 | note:Gb3 ]", - "[ 1/4 → 1/2 | note:Bb3 ]", - "[ 1/4 → 1/2 | note:Cb4 ]", - "[ 1/4 → 1/2 | note:Eb4 ]", - "[ 0/1 → 1/4 | note:Ab4 s:sawtooth cutoff:1239.2541394619345 gain:0.8 decay:0.05125097280354112 sustain:0 delay:0.2561353071307281 room:1 ]", - "[ 0/1 → 1/4 | note:68.1 s:sawtooth cutoff:1239.2541394619345 gain:0.8 decay:0.05125097280354112 sustain:0 delay:0.2561353071307281 room:1 ]", - "[ 1/4 → 1/2 | note:83 s:sawtooth cutoff:1317.3843795642892 gain:0.8 decay:0.07144728658238364 sustain:0 delay:0.26839114089991684 room:1 ]", - "[ 1/4 → 1/2 | note:83.1 s:sawtooth cutoff:1317.3843795642892 gain:0.8 decay:0.07144728658238364 sustain:0 delay:0.26839114089991684 room:1 ]", - "[ (0/1 → 1/1) ⇝ 8/1 | note:b4 s:dino delay:0.8 room:0.5 ]", -] -`; - -exports[`renders tunes > tune: echoPiano 1`] = ` -[ - "[ 0/1 → 1/2 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (1/4 → 5/8) ⇝ 3/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 0/1 → 1/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (1/4 → 3/8) ⇝ 1/2 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (1/2 → 3/4) ⇝ 1/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (3/4 → 7/8) ⇝ 5/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ -1/8 ⇜ (0/1 → 1/16) ⇝ 1/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ -1/8 ⇜ (0/1 → 1/16) ⇝ 1/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (1/8 → 9/16) ⇝ 5/8 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (3/8 → 11/16) ⇝ 7/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 1/8 → 3/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (3/8 → 1/2) ⇝ 5/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (5/8 → 13/16) ⇝ 9/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (7/8 → 15/16) ⇝ 11/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (0/1 → 1/8) ⇝ 1/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (0/1 → 1/8) ⇝ 1/4 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (1/4 → 5/8) ⇝ 3/4 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (1/2 → 3/4) ⇝ 1/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 1/4 → 1/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (1/2 → 5/8) ⇝ 3/4 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (3/4 → 7/8) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ -1/8 ⇜ (0/1 → 1/8) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (1/8 → 1/4) ⇝ 3/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ -1/8 ⇜ (0/1 → 1/8) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (1/8 → 1/4) ⇝ 3/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (3/8 → 11/16) ⇝ 7/8 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (5/8 → 13/16) ⇝ 9/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 3/8 → 5/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (5/8 → 3/4) ⇝ 7/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (7/8 → 15/16) ⇝ 11/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/1 → 3/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (5/4 → 13/8) ⇝ 7/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 3/4 ⇜ (1/1 → 5/4) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (3/2 → 7/4) ⇝ 2/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (7/4 → 15/8) ⇝ 9/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/8 ⇜ (1/1 → 17/16) ⇝ 9/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 7/8 ⇜ (1/1 → 17/16) ⇝ 11/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (9/8 → 25/16) ⇝ 13/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (11/8 → 27/16) ⇝ 15/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 7/8 ⇜ (9/8 → 11/8) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (13/8 → 29/16) ⇝ 17/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (15/8 → 31/16) ⇝ 19/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/4 ⇜ (1/1 → 9/8) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (1/1 → 9/8) ⇝ 3/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (5/4 → 13/8) ⇝ 7/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (3/2 → 7/4) ⇝ 2/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 1/1 ⇜ (5/4 → 3/2) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (7/4 → 15/8) ⇝ 9/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 5/8 ⇜ (1/1 → 9/8) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 7/8 ⇜ (1/1 → 19/16) ⇝ 11/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (9/8 → 5/4) ⇝ 13/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (11/8 → 27/16) ⇝ 15/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (13/8 → 29/16) ⇝ 17/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/8 ⇜ (11/8 → 13/8) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (15/8 → 31/16) ⇝ 19/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 2/1 → 17/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 5/2 → 21/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 11/4 → 23/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/4 → 19/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 11/4 → 23/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 7/4 ⇜ (2/1 → 9/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 → 21/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 11/4 → 23/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 13/8 ⇜ (2/1 → 33/16) ⇝ 17/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 15/8 ⇜ (2/1 → 33/16) ⇝ 19/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/8 → 9/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/8 → 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (23/8 → 47/16) ⇝ 3/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 19/8 → 5/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (23/8 → 47/16) ⇝ 3/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 15/8 ⇜ (17/8 → 19/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/8 → 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (23/8 → 47/16) ⇝ 3/1 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (2/1 → 17/8) ⇝ 9/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (2/1 → 17/8) ⇝ 5/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 9/4 → 19/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 11/4 → 23/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 → 21/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 2/1 ⇜ (9/4 → 5/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 11/4 → 23/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/8 ⇜ (2/1 → 17/8) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 15/8 ⇜ (2/1 → 35/16) ⇝ 19/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (17/8 → 9/4) ⇝ 21/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/8 → 5/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (23/8 → 47/16) ⇝ 3/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/8 → 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 17/8 ⇜ (19/8 → 21/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (23/8 → 47/16) ⇝ 3/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/1 → 13/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 7/2 → 15/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 3/1 → 25/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 13/4 → 7/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (15/4 → 31/8) ⇝ 4/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 3/1 → 25/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 13/4 → 27/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 13/4 → 27/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 7/2 → 15/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 7/2 → 29/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (15/4 → 31/8) ⇝ 4/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 25/8 → 27/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (29/8 → 61/16) ⇝ 31/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 25/8 → 13/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 27/8 → 29/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (31/8 → 63/16) ⇝ 33/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 25/8 → 13/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 27/8 → 7/2 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 27/8 → 7/2 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (29/8 → 61/16) ⇝ 31/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 29/8 → 15/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (31/8 → 63/16) ⇝ 33/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 3/1 → 25/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/1 → 25/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 3/1 → 25/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 13/4 → 7/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (15/4 → 31/8) ⇝ 4/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 13/4 → 27/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 7/2 → 15/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/4 → 27/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/2 → 29/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/2 → 29/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (15/4 → 31/8) ⇝ 4/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 15/4 → 31/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/8 → 13/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 25/8 → 13/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/8 → 13/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 27/8 → 29/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (31/8 → 63/16) ⇝ 33/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 27/8 → 7/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (29/8 → 61/16) ⇝ 31/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 27/8 → 7/2 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 29/8 → 15/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 29/8 → 15/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (31/8 → 63/16) ⇝ 33/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (31/8 → 63/16) ⇝ 4/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 4/1 → 9/2 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (17/4 → 37/8) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 4/1 → 17/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (17/4 → 35/8) ⇝ 9/2 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (9/2 → 19/4) ⇝ 5/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (19/4 → 39/8) ⇝ 21/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 31/8 ⇜ (4/1 → 65/16) ⇝ 33/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/8 ⇜ (4/1 → 65/16) ⇝ 33/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (33/8 → 73/16) ⇝ 37/8 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (35/8 → 75/16) ⇝ 39/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 33/8 → 35/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (35/8 → 9/2) ⇝ 37/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (37/8 → 77/16) ⇝ 41/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (39/8 → 79/16) ⇝ 43/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (4/1 → 33/8) ⇝ 17/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (4/1 → 33/8) ⇝ 17/4 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (17/4 → 37/8) ⇝ 19/4 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (9/2 → 19/4) ⇝ 5/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 17/4 → 9/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (9/2 → 37/8) ⇝ 19/4 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (19/4 → 39/8) ⇝ 21/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 31/8 ⇜ (4/1 → 33/8) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (33/8 → 17/4) ⇝ 35/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/8 ⇜ (4/1 → 33/8) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (33/8 → 17/4) ⇝ 35/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (35/8 → 75/16) ⇝ 39/8 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (37/8 → 77/16) ⇝ 41/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 35/8 → 37/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (37/8 → 19/4) ⇝ 39/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (39/8 → 79/16) ⇝ 43/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/1 → 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (21/4 → 45/8) ⇝ 23/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 19/4 ⇜ (5/1 → 21/4) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (11/2 → 23/4) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (23/4 → 47/8) ⇝ 25/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/8 ⇜ (5/1 → 81/16) ⇝ 41/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 39/8 ⇜ (5/1 → 81/16) ⇝ 43/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (41/8 → 89/16) ⇝ 45/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (43/8 → 91/16) ⇝ 47/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 39/8 ⇜ (41/8 → 43/8) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (45/8 → 93/16) ⇝ 49/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (47/8 → 95/16) ⇝ 51/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (5/1 → 41/8) ⇝ 21/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (5/1 → 41/8) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (21/4 → 45/8) ⇝ 23/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (11/2 → 23/4) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 5/1 ⇜ (21/4 → 11/2) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (23/4 → 47/8) ⇝ 25/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 37/8 ⇜ (5/1 → 41/8) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 39/8 ⇜ (5/1 → 83/16) ⇝ 43/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (41/8 → 21/4) ⇝ 45/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (43/8 → 91/16) ⇝ 47/8 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (45/8 → 93/16) ⇝ 49/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 41/8 ⇜ (43/8 → 45/8) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (47/8 → 95/16) ⇝ 51/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 6/1 → 49/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 13/2 → 53/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 27/4 → 55/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 25/4 → 51/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 27/4 → 55/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (6/1 → 25/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/2 → 53/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 27/4 → 55/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 45/8 ⇜ (6/1 → 97/16) ⇝ 49/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 47/8 ⇜ (6/1 → 97/16) ⇝ 51/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 49/8 → 25/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/8 → 27/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (55/8 → 111/16) ⇝ 7/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 51/8 → 13/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (55/8 → 111/16) ⇝ 7/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 47/8 ⇜ (49/8 → 51/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 53/8 → 27/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (55/8 → 111/16) ⇝ 7/1 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 23/4 ⇜ (6/1 → 49/8) ⇝ 25/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (6/1 → 49/8) ⇝ 13/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 25/4 → 51/8 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 27/4 → 55/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/2 → 53/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 6/1 ⇜ (25/4 → 13/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 27/4 → 55/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/8 ⇜ (6/1 → 49/8) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 47/8 ⇜ (6/1 → 99/16) ⇝ 51/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (49/8 → 25/4) ⇝ 53/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/8 → 13/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (55/8 → 111/16) ⇝ 7/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 53/8 → 27/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 49/8 ⇜ (51/8 → 53/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (55/8 → 111/16) ⇝ 7/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/1 → 29/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 15/2 → 31/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 7/1 → 57/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 29/4 → 15/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (31/4 → 63/8) ⇝ 8/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/1 → 57/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 29/4 → 59/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 29/4 → 59/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 15/2 → 31/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 15/2 → 61/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (31/4 → 63/8) ⇝ 8/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 57/8 → 59/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (61/8 → 125/16) ⇝ 63/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 57/8 → 29/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 59/8 → 61/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (63/8 → 127/16) ⇝ 65/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 57/8 → 29/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 59/8 → 15/2 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 59/8 → 15/2 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (61/8 → 125/16) ⇝ 63/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 61/8 → 31/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (63/8 → 127/16) ⇝ 65/8 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 7/1 → 57/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 7/1 → 57/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 7/1 → 57/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 29/4 → 15/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (31/4 → 63/8) ⇝ 8/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 29/4 → 59/8 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 15/2 → 31/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 → 59/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 15/2 → 61/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 15/2 → 61/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (31/4 → 63/8) ⇝ 8/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 31/4 → 63/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/8 → 29/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 57/8 → 29/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 57/8 → 29/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 59/8 → 61/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (63/8 → 127/16) ⇝ 65/8 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 59/8 → 15/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (61/8 → 125/16) ⇝ 63/8 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 59/8 → 15/2 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 61/8 → 31/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 61/8 → 31/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (63/8 → 127/16) ⇝ 65/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (63/8 → 127/16) ⇝ 8/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", -] -`; - -exports[`renders tunes > tune: festivalOfFingers 1`] = ` -[ - "[ (0/1 → 1/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 0/1 ⇜ (1/64 → 1/32) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (1/28 → 3/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (1/28 → 3/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (1/28 → 3/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (1/28 → 3/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (1/32 → 3/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/28 ⇜ (3/64 → 1/16) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (3/64 → 1/16) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (3/64 → 1/16) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (3/64 → 1/16) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (3/64 → 1/16) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/28 ⇜ (1/16 → 5/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (1/16 → 5/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (1/16 → 5/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (1/16 → 5/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (1/16 → 5/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/28 ⇜ (5/64 → 3/32) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (5/64 → 3/32) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (5/64 → 3/32) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (5/64 → 3/32) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (5/64 → 3/32) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/28 ⇜ (3/32 → 7/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (3/32 → 7/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (3/32 → 7/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (3/32 → 7/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (3/32 → 7/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/28 ⇜ (7/64 → 1/8) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (7/64 → 1/8) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (7/64 → 1/8) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (7/64 → 1/8) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (7/64 → 1/8) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/28 ⇜ (1/8 → 9/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (1/8 → 9/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (1/8 → 9/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (1/8 → 9/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (1/8 → 9/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (1/8 → 9/64) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (1/8 → 9/64) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (9/64 → 5/32) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (9/64 → 5/32) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (9/64 → 5/32) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (9/64 → 5/32) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (9/64 → 5/32) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (9/64 → 5/32) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (9/64 → 5/32) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (5/32 → 11/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (5/32 → 11/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (5/32 → 11/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (5/32 → 11/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (5/32 → 11/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (5/32 → 11/64) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (5/32 → 11/64) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (11/64 → 3/16) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (11/64 → 3/16) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (11/64 → 3/16) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (11/64 → 3/16) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (11/64 → 3/16) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (11/64 → 3/16) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (11/64 → 3/16) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (3/16 → 13/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (3/16 → 13/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (3/16 → 13/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (3/16 → 13/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (3/16 → 13/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (3/16 → 13/64) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (3/16 → 13/64) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (13/64 → 7/32) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (13/64 → 7/32) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (13/64 → 7/32) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (13/64 → 7/32) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (13/64 → 7/32) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (13/64 → 7/32) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (13/64 → 7/32) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (7/32 → 15/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (7/32 → 15/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (7/32 → 15/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (7/32 → 15/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (7/32 → 15/64) ⇝ 1/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (7/32 → 15/64) ⇝ 1/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (7/32 → 15/64) ⇝ 1/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (15/64 → 1/4) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (15/64 → 1/4) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (15/64 → 1/4) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (15/64 → 1/4) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 0/1 ⇜ (15/64 → 1/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/8 ⇜ (15/64 → 1/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/8 ⇜ (15/64 → 1/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/28 ⇜ (1/4 → 17/64) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (1/4 → 17/64) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (1/4 → 17/64) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (1/4 → 17/64) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 1/28 ⇜ (17/64 → 9/32) ⇝ 2/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (17/64 → 9/32) ⇝ 2/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (17/64 → 9/32) ⇝ 2/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (17/64 → 9/32) ⇝ 2/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 1/28 ⇜ (9/32 → 2/7) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 1/28 ⇜ (9/32 → 2/7) | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 1/28 ⇜ (9/32 → 2/7) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/28 ⇜ (9/32 → 2/7) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (1/2 → 33/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (1/2 → 33/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (1/2 → 33/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (1/2 → 33/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (1/2 → 33/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (1/2 → 33/64) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (1/2 → 33/64) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (33/64 → 17/32) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (17/32 → 35/64) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (35/64 → 9/16) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (9/16 → 37/64) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (37/64 → 19/32) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 5/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (19/32 → 39/64) ⇝ 5/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (39/64 → 5/8) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (39/64 → 5/8) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (39/64 → 5/8) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (39/64 → 5/8) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (39/64 → 5/8) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (39/64 → 5/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (39/64 → 5/8) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 1/2 ⇜ (5/8 → 41/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (5/8 → 41/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (5/8 → 41/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (5/8 → 41/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (5/8 → 41/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (41/64 → 21/32) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (41/64 → 21/32) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (41/64 → 21/32) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (41/64 → 21/32) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (41/64 → 21/32) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (21/32 → 43/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (21/32 → 43/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (21/32 → 43/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (21/32 → 43/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (21/32 → 43/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (43/64 → 11/16) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (43/64 → 11/16) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (43/64 → 11/16) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (43/64 → 11/16) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (43/64 → 11/16) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (11/16 → 45/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (11/16 → 45/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (11/16 → 45/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (11/16 → 45/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (11/16 → 45/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (45/64 → 23/32) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (45/64 → 23/32) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (45/64 → 23/32) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (45/64 → 23/32) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (45/64 → 23/32) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (23/32 → 47/64) ⇝ 3/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (23/32 → 47/64) ⇝ 3/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (23/32 → 47/64) ⇝ 3/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (23/32 → 47/64) ⇝ 3/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (23/32 → 47/64) ⇝ 3/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/2 ⇜ (47/64 → 3/4) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 1/2 ⇜ (47/64 → 3/4) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (47/64 → 3/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/2 ⇜ (47/64 → 3/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 1/2 ⇜ (47/64 → 3/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (3/4 → 49/64) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (3/4 → 49/64) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 3/4 ⇜ (49/64 → 25/32) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (49/64 → 25/32) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (11/14 → 51/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (11/14 → 51/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (11/14 → 51/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (11/14 → 51/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/4 ⇜ (25/32 → 51/64) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (25/32 → 51/64) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 11/14 ⇜ (51/64 → 13/16) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (51/64 → 13/16) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (51/64 → 13/16) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (51/64 → 13/16) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/4 ⇜ (51/64 → 13/16) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (51/64 → 13/16) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 11/14 ⇜ (13/16 → 53/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (13/16 → 53/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (13/16 → 53/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (13/16 → 53/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/4 ⇜ (13/16 → 53/64) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (13/16 → 53/64) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 11/14 ⇜ (53/64 → 27/32) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (53/64 → 27/32) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (53/64 → 27/32) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (53/64 → 27/32) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/4 ⇜ (53/64 → 27/32) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (53/64 → 27/32) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 11/14 ⇜ (27/32 → 55/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (27/32 → 55/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (27/32 → 55/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (27/32 → 55/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/4 ⇜ (27/32 → 55/64) ⇝ 7/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (27/32 → 55/64) ⇝ 7/8 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 11/14 ⇜ (55/64 → 7/8) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (55/64 → 7/8) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (55/64 → 7/8) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (55/64 → 7/8) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/4 ⇜ (55/64 → 7/8) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 3/4 ⇜ (55/64 → 7/8) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 11/14 ⇜ (7/8 → 57/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (7/8 → 57/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (7/8 → 57/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (7/8 → 57/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (57/64 → 29/32) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (57/64 → 29/32) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (57/64 → 29/32) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (57/64 → 29/32) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (29/32 → 59/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (29/32 → 59/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (29/32 → 59/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (29/32 → 59/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (59/64 → 15/16) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (59/64 → 15/16) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (59/64 → 15/16) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (59/64 → 15/16) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (15/16 → 61/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (15/16 → 61/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (15/16 → 61/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (15/16 → 61/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (61/64 → 31/32) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (61/64 → 31/32) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (61/64 → 31/32) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (61/64 → 31/32) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (31/32 → 63/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (31/32 → 63/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (31/32 → 63/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (31/32 → 63/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (63/64 → 1/1) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (63/64 → 1/1) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (63/64 → 1/1) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (63/64 → 1/1) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/14 ⇜ (1/1 → 65/64) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (1/1 → 65/64) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (1/1 → 65/64) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (1/1 → 65/64) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (1/1 → 65/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 11/14 ⇜ (65/64 → 33/32) ⇝ 29/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (65/64 → 33/32) ⇝ 29/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (65/64 → 33/32) ⇝ 29/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (65/64 → 33/32) ⇝ 29/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 1/1 ⇜ (65/64 → 33/32) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 11/14 ⇜ (33/32 → 29/28) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 11/14 ⇜ (33/32 → 29/28) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/14 ⇜ (33/32 → 29/28) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/14 ⇜ (33/32 → 29/28) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 1/1 ⇜ (33/32 → 67/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/1 ⇜ (67/64 → 17/16) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/1 ⇜ (17/16 → 69/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/1 ⇜ (69/64 → 35/32) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/1 ⇜ (35/32 → 71/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/1 ⇜ (71/64 → 9/8) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 1/1 ⇜ (9/8 → 73/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (9/8 → 73/64) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (9/8 → 73/64) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (73/64 → 37/32) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (73/64 → 37/32) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (73/64 → 37/32) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (37/32 → 75/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (37/32 → 75/64) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (37/32 → 75/64) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (75/64 → 19/16) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (75/64 → 19/16) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (75/64 → 19/16) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (19/16 → 77/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (19/16 → 77/64) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (19/16 → 77/64) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (77/64 → 39/32) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (77/64 → 39/32) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (77/64 → 39/32) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (39/32 → 79/64) ⇝ 5/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (39/32 → 79/64) ⇝ 5/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (39/32 → 79/64) ⇝ 5/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 1/1 ⇜ (79/64 → 5/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/8 ⇜ (79/64 → 5/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/8 ⇜ (79/64 → 5/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (5/4 → 81/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (5/4 → 81/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (5/4 → 81/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (5/4 → 81/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (81/64 → 41/32) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (81/64 → 41/32) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (81/64 → 41/32) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (81/64 → 41/32) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (41/32 → 83/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (41/32 → 83/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (41/32 → 83/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (41/32 → 83/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (83/64 → 21/16) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (83/64 → 21/16) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (83/64 → 21/16) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (83/64 → 21/16) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (21/16 → 85/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (21/16 → 85/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (21/16 → 85/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (21/16 → 85/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (85/64 → 43/32) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (85/64 → 43/32) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (85/64 → 43/32) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (85/64 → 43/32) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (43/32 → 87/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (43/32 → 87/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (43/32 → 87/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (43/32 → 87/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (87/64 → 11/8) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (87/64 → 11/8) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (87/64 → 11/8) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (87/64 → 11/8) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (11/8 → 89/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (11/8 → 89/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (11/8 → 89/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (11/8 → 89/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (89/64 → 45/32) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (89/64 → 45/32) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (89/64 → 45/32) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (89/64 → 45/32) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (45/32 → 91/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (45/32 → 91/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (45/32 → 91/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (45/32 → 91/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (91/64 → 23/16) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (91/64 → 23/16) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (91/64 → 23/16) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (91/64 → 23/16) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (23/16 → 93/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (23/16 → 93/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (23/16 → 93/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (23/16 → 93/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (93/64 → 47/32) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (93/64 → 47/32) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (93/64 → 47/32) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (93/64 → 47/32) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (47/32 → 95/64) ⇝ 3/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (47/32 → 95/64) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (47/32 → 95/64) ⇝ 3/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (47/32 → 95/64) ⇝ 3/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/4 ⇜ (95/64 → 3/2) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/4 ⇜ (95/64 → 3/2) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/4 ⇜ (95/64 → 3/2) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/4 ⇜ (95/64 → 3/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (3/2 → 97/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (3/2 → 97/64) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (3/2 → 97/64) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 3/2 ⇜ (97/64 → 49/32) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (97/64 → 49/32) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (97/64 → 49/32) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (43/28 → 99/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (43/28 → 99/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (43/28 → 99/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (43/28 → 99/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (49/32 → 99/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (49/32 → 99/64) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (49/32 → 99/64) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (99/64 → 25/16) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (99/64 → 25/16) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (99/64 → 25/16) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (99/64 → 25/16) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (99/64 → 25/16) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (99/64 → 25/16) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (99/64 → 25/16) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (25/16 → 101/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (25/16 → 101/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (25/16 → 101/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (25/16 → 101/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (25/16 → 101/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (25/16 → 101/64) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (25/16 → 101/64) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (101/64 → 51/32) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (101/64 → 51/32) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (101/64 → 51/32) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (101/64 → 51/32) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (101/64 → 51/32) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (101/64 → 51/32) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (101/64 → 51/32) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (51/32 → 103/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (51/32 → 103/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (51/32 → 103/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (51/32 → 103/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (51/32 → 103/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (51/32 → 103/64) ⇝ 13/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (51/32 → 103/64) ⇝ 13/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (103/64 → 13/8) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (103/64 → 13/8) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (103/64 → 13/8) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (103/64 → 13/8) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (103/64 → 13/8) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 3/2 ⇜ (103/64 → 13/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 3/2 ⇜ (103/64 → 13/8) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (13/8 → 105/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (13/8 → 105/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (13/8 → 105/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (13/8 → 105/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (13/8 → 105/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (105/64 → 53/32) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (105/64 → 53/32) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (105/64 → 53/32) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (105/64 → 53/32) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (105/64 → 53/32) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (53/32 → 107/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (53/32 → 107/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (53/32 → 107/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (53/32 → 107/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (53/32 → 107/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (107/64 → 27/16) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (107/64 → 27/16) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (107/64 → 27/16) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (107/64 → 27/16) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (107/64 → 27/16) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (27/16 → 109/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (27/16 → 109/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (27/16 → 109/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (27/16 → 109/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (27/16 → 109/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (109/64 → 55/32) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (109/64 → 55/32) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (109/64 → 55/32) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (109/64 → 55/32) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (109/64 → 55/32) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (55/32 → 111/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (55/32 → 111/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (55/32 → 111/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (55/32 → 111/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (55/32 → 111/64) ⇝ 7/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 43/28 ⇜ (111/64 → 7/4) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (111/64 → 7/4) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (111/64 → 7/4) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (111/64 → 7/4) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/2 ⇜ (111/64 → 7/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (7/4 → 113/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (7/4 → 113/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (7/4 → 113/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (7/4 → 113/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 43/28 ⇜ (7/4 → 113/64) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (7/4 → 113/64) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (7/4 → 113/64) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (7/4 → 113/64) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (7/4 → 113/64) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (7/4 → 113/64) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (113/64 → 57/32) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (113/64 → 57/32) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (113/64 → 57/32) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (113/64 → 57/32) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 43/28 ⇜ (113/64 → 57/32) ⇝ 25/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (113/64 → 57/32) ⇝ 25/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (113/64 → 57/32) ⇝ 25/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (113/64 → 57/32) ⇝ 25/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/4 ⇜ (113/64 → 57/32) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (113/64 → 57/32) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (57/32 → 115/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (57/32 → 115/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (57/32 → 115/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (57/32 → 115/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 43/28 ⇜ (57/32 → 25/14) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 43/28 ⇜ (57/32 → 25/14) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 43/28 ⇜ (57/32 → 25/14) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/28 ⇜ (57/32 → 25/14) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/4 ⇜ (57/32 → 115/64) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (57/32 → 115/64) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (115/64 → 29/16) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (115/64 → 29/16) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (115/64 → 29/16) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (115/64 → 29/16) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (115/64 → 29/16) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (115/64 → 29/16) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (29/16 → 117/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (29/16 → 117/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (29/16 → 117/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (29/16 → 117/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (29/16 → 117/64) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (29/16 → 117/64) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (117/64 → 59/32) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (117/64 → 59/32) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (117/64 → 59/32) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (117/64 → 59/32) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (117/64 → 59/32) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (117/64 → 59/32) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (59/32 → 119/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (59/32 → 119/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (59/32 → 119/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (59/32 → 119/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (59/32 → 119/64) ⇝ 15/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (59/32 → 119/64) ⇝ 15/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (119/64 → 15/8) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (119/64 → 15/8) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (119/64 → 15/8) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (119/64 → 15/8) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (119/64 → 15/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (119/64 → 15/8) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/4 ⇜ (15/8 → 121/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (15/8 → 121/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (15/8 → 121/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (15/8 → 121/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (121/64 → 61/32) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (121/64 → 61/32) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (121/64 → 61/32) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (121/64 → 61/32) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (61/32 → 123/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (61/32 → 123/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (61/32 → 123/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (61/32 → 123/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (123/64 → 31/16) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (123/64 → 31/16) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (123/64 → 31/16) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (123/64 → 31/16) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (31/16 → 125/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (31/16 → 125/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (31/16 → 125/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (31/16 → 125/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (125/64 → 63/32) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (125/64 → 63/32) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (125/64 → 63/32) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (125/64 → 63/32) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (63/32 → 127/64) ⇝ 2/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (63/32 → 127/64) ⇝ 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (63/32 → 127/64) ⇝ 2/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (63/32 → 127/64) ⇝ 2/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 7/4 ⇜ (127/64 → 2/1) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 7/4 ⇜ (127/64 → 2/1) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/4 ⇜ (127/64 → 2/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/4 ⇜ (127/64 → 2/1) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (2/1 → 129/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 2/1 ⇜ (129/64 → 65/32) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (57/28 → 131/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (57/28 → 131/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (57/28 → 131/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (57/28 → 131/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (65/32 → 131/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 57/28 ⇜ (131/64 → 33/16) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (131/64 → 33/16) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (131/64 → 33/16) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (131/64 → 33/16) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (131/64 → 33/16) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 57/28 ⇜ (33/16 → 133/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (33/16 → 133/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (33/16 → 133/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (33/16 → 133/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (33/16 → 133/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 57/28 ⇜ (133/64 → 67/32) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (133/64 → 67/32) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (133/64 → 67/32) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (133/64 → 67/32) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (133/64 → 67/32) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 57/28 ⇜ (67/32 → 135/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (67/32 → 135/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (67/32 → 135/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (67/32 → 135/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (67/32 → 135/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 57/28 ⇜ (135/64 → 17/8) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (135/64 → 17/8) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (135/64 → 17/8) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (135/64 → 17/8) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (135/64 → 17/8) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 57/28 ⇜ (17/8 → 137/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (17/8 → 137/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (17/8 → 137/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (17/8 → 137/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (17/8 → 137/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (17/8 → 137/64) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (17/8 → 137/64) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (137/64 → 69/32) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (137/64 → 69/32) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (137/64 → 69/32) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (137/64 → 69/32) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (137/64 → 69/32) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (137/64 → 69/32) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (137/64 → 69/32) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (69/32 → 139/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (69/32 → 139/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (69/32 → 139/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (69/32 → 139/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (69/32 → 139/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (69/32 → 139/64) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (69/32 → 139/64) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (139/64 → 35/16) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (139/64 → 35/16) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (139/64 → 35/16) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (139/64 → 35/16) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (139/64 → 35/16) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (139/64 → 35/16) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (139/64 → 35/16) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (35/16 → 141/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (35/16 → 141/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (35/16 → 141/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (35/16 → 141/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (35/16 → 141/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (35/16 → 141/64) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (35/16 → 141/64) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (141/64 → 71/32) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (141/64 → 71/32) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (141/64 → 71/32) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (141/64 → 71/32) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (141/64 → 71/32) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (141/64 → 71/32) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (141/64 → 71/32) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (71/32 → 143/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (71/32 → 143/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (71/32 → 143/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (71/32 → 143/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (71/32 → 143/64) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (71/32 → 143/64) ⇝ 9/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (71/32 → 143/64) ⇝ 9/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (143/64 → 9/4) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (143/64 → 9/4) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (143/64 → 9/4) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (143/64 → 9/4) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 2/1 ⇜ (143/64 → 9/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 17/8 ⇜ (143/64 → 9/4) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/8 ⇜ (143/64 → 9/4) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 57/28 ⇜ (9/4 → 145/64) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (9/4 → 145/64) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (9/4 → 145/64) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (9/4 → 145/64) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 57/28 ⇜ (145/64 → 73/32) ⇝ 16/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (145/64 → 73/32) ⇝ 16/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (145/64 → 73/32) ⇝ 16/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (145/64 → 73/32) ⇝ 16/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 57/28 ⇜ (73/32 → 16/7) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 57/28 ⇜ (73/32 → 16/7) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 57/28 ⇜ (73/32 → 16/7) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 57/28 ⇜ (73/32 → 16/7) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (5/2 → 161/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (5/2 → 161/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (5/2 → 161/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (5/2 → 161/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (5/2 → 161/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (5/2 → 161/64) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (5/2 → 161/64) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (161/64 → 81/32) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (81/32 → 163/64) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (163/64 → 41/16) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (41/16 → 165/64) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (165/64 → 83/32) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 21/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (83/32 → 167/64) ⇝ 21/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (167/64 → 21/8) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (167/64 → 21/8) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (167/64 → 21/8) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (167/64 → 21/8) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (167/64 → 21/8) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (167/64 → 21/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/2 ⇜ (167/64 → 21/8) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 5/2 ⇜ (21/8 → 169/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (21/8 → 169/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (21/8 → 169/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (21/8 → 169/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (21/8 → 169/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (169/64 → 85/32) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (169/64 → 85/32) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (169/64 → 85/32) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (169/64 → 85/32) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (169/64 → 85/32) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (85/32 → 171/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (85/32 → 171/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (85/32 → 171/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (85/32 → 171/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (85/32 → 171/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (171/64 → 43/16) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (171/64 → 43/16) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (171/64 → 43/16) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (171/64 → 43/16) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (171/64 → 43/16) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (43/16 → 173/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (43/16 → 173/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (43/16 → 173/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (43/16 → 173/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (43/16 → 173/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (173/64 → 87/32) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (173/64 → 87/32) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (173/64 → 87/32) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (173/64 → 87/32) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (173/64 → 87/32) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (87/32 → 175/64) ⇝ 11/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (87/32 → 175/64) ⇝ 11/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (87/32 → 175/64) ⇝ 11/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (87/32 → 175/64) ⇝ 11/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (87/32 → 175/64) ⇝ 11/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/2 ⇜ (175/64 → 11/4) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 5/2 ⇜ (175/64 → 11/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/2 ⇜ (175/64 → 11/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/2 ⇜ (175/64 → 11/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (175/64 → 11/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (11/4 → 177/64) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (11/4 → 177/64) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 11/4 ⇜ (177/64 → 89/32) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (177/64 → 89/32) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (39/14 → 179/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (39/14 → 179/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (39/14 → 179/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (39/14 → 179/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/4 ⇜ (89/32 → 179/64) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (89/32 → 179/64) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (179/64 → 45/16) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (179/64 → 45/16) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (179/64 → 45/16) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (179/64 → 45/16) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/4 ⇜ (179/64 → 45/16) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (179/64 → 45/16) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (45/16 → 181/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (45/16 → 181/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (45/16 → 181/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (45/16 → 181/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/4 ⇜ (45/16 → 181/64) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (45/16 → 181/64) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (181/64 → 91/32) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (181/64 → 91/32) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (181/64 → 91/32) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (181/64 → 91/32) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/4 ⇜ (181/64 → 91/32) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (181/64 → 91/32) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (91/32 → 183/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (91/32 → 183/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (91/32 → 183/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (91/32 → 183/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/4 ⇜ (91/32 → 183/64) ⇝ 23/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (91/32 → 183/64) ⇝ 23/8 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (183/64 → 23/8) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (183/64 → 23/8) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (183/64 → 23/8) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (183/64 → 23/8) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/4 ⇜ (183/64 → 23/8) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/4 ⇜ (183/64 → 23/8) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (23/8 → 185/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (23/8 → 185/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (23/8 → 185/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (23/8 → 185/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (185/64 → 93/32) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (185/64 → 93/32) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (185/64 → 93/32) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (185/64 → 93/32) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (93/32 → 187/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (93/32 → 187/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (93/32 → 187/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (93/32 → 187/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (187/64 → 47/16) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (187/64 → 47/16) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (187/64 → 47/16) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (187/64 → 47/16) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (47/16 → 189/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (47/16 → 189/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (47/16 → 189/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (47/16 → 189/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (189/64 → 95/32) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (189/64 → 95/32) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (189/64 → 95/32) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (189/64 → 95/32) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (95/32 → 191/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (95/32 → 191/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (95/32 → 191/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (95/32 → 191/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (191/64 → 3/1) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (191/64 → 3/1) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (191/64 → 3/1) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (191/64 → 3/1) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/14 ⇜ (3/1 → 193/64) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (3/1 → 193/64) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (3/1 → 193/64) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (3/1 → 193/64) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (3/1 → 193/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 39/14 ⇜ (193/64 → 97/32) ⇝ 85/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (193/64 → 97/32) ⇝ 85/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (193/64 → 97/32) ⇝ 85/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (193/64 → 97/32) ⇝ 85/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/1 ⇜ (193/64 → 97/32) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 39/14 ⇜ (97/32 → 85/28) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 39/14 ⇜ (97/32 → 85/28) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 39/14 ⇜ (97/32 → 85/28) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 39/14 ⇜ (97/32 → 85/28) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/1 ⇜ (97/32 → 195/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 3/1 ⇜ (195/64 → 49/16) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 3/1 ⇜ (49/16 → 197/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 3/1 ⇜ (197/64 → 99/32) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 3/1 ⇜ (99/32 → 199/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 3/1 ⇜ (199/64 → 25/8) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 3/1 ⇜ (25/8 → 201/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (25/8 → 201/64) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (25/8 → 201/64) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (201/64 → 101/32) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (201/64 → 101/32) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (201/64 → 101/32) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (101/32 → 203/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (101/32 → 203/64) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (101/32 → 203/64) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (203/64 → 51/16) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (203/64 → 51/16) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (203/64 → 51/16) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (51/16 → 205/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (51/16 → 205/64) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (51/16 → 205/64) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (205/64 → 103/32) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (205/64 → 103/32) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (205/64 → 103/32) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (103/32 → 207/64) ⇝ 13/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (103/32 → 207/64) ⇝ 13/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (103/32 → 207/64) ⇝ 13/4 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 3/1 ⇜ (207/64 → 13/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 25/8 ⇜ (207/64 → 13/4) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 25/8 ⇜ (207/64 → 13/4) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (13/4 → 209/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (13/4 → 209/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (13/4 → 209/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (13/4 → 209/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (209/64 → 105/32) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (209/64 → 105/32) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (209/64 → 105/32) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (209/64 → 105/32) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (105/32 → 211/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (105/32 → 211/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (105/32 → 211/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (105/32 → 211/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (211/64 → 53/16) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (211/64 → 53/16) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (211/64 → 53/16) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (211/64 → 53/16) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (53/16 → 213/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (53/16 → 213/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (53/16 → 213/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (53/16 → 213/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (213/64 → 107/32) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (213/64 → 107/32) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (213/64 → 107/32) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (213/64 → 107/32) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (107/32 → 215/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (107/32 → 215/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (107/32 → 215/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (107/32 → 215/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (215/64 → 27/8) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (215/64 → 27/8) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (215/64 → 27/8) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (215/64 → 27/8) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (27/8 → 217/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (27/8 → 217/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (27/8 → 217/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (27/8 → 217/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (217/64 → 109/32) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (217/64 → 109/32) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (217/64 → 109/32) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (217/64 → 109/32) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (109/32 → 219/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (109/32 → 219/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (109/32 → 219/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (109/32 → 219/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (219/64 → 55/16) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (219/64 → 55/16) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (219/64 → 55/16) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (219/64 → 55/16) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (55/16 → 221/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (55/16 → 221/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (55/16 → 221/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (55/16 → 221/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (221/64 → 111/32) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (221/64 → 111/32) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (221/64 → 111/32) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (221/64 → 111/32) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (111/32 → 223/64) ⇝ 7/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (111/32 → 223/64) ⇝ 7/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (111/32 → 223/64) ⇝ 7/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (111/32 → 223/64) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 13/4 ⇜ (223/64 → 7/2) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/4 ⇜ (223/64 → 7/2) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 13/4 ⇜ (223/64 → 7/2) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/4 ⇜ (223/64 → 7/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (7/2 → 225/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (7/2 → 225/64) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (7/2 → 225/64) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 7/2 ⇜ (225/64 → 113/32) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (225/64 → 113/32) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (225/64 → 113/32) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (99/28 → 227/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (99/28 → 227/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (99/28 → 227/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (99/28 → 227/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (113/32 → 227/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (113/32 → 227/64) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (113/32 → 227/64) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (227/64 → 57/16) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (227/64 → 57/16) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (227/64 → 57/16) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (227/64 → 57/16) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (227/64 → 57/16) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (227/64 → 57/16) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (227/64 → 57/16) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (57/16 → 229/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (57/16 → 229/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (57/16 → 229/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (57/16 → 229/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (57/16 → 229/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (57/16 → 229/64) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (57/16 → 229/64) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (229/64 → 115/32) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (229/64 → 115/32) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (229/64 → 115/32) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (229/64 → 115/32) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (229/64 → 115/32) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (229/64 → 115/32) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (229/64 → 115/32) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (115/32 → 231/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (115/32 → 231/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (115/32 → 231/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (115/32 → 231/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (115/32 → 231/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (115/32 → 231/64) ⇝ 29/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (115/32 → 231/64) ⇝ 29/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (231/64 → 29/8) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (231/64 → 29/8) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (231/64 → 29/8) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (231/64 → 29/8) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (231/64 → 29/8) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/2 ⇜ (231/64 → 29/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 7/2 ⇜ (231/64 → 29/8) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (29/8 → 233/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (29/8 → 233/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (29/8 → 233/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (29/8 → 233/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (29/8 → 233/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (233/64 → 117/32) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (233/64 → 117/32) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (233/64 → 117/32) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (233/64 → 117/32) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (233/64 → 117/32) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (117/32 → 235/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (117/32 → 235/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (117/32 → 235/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (117/32 → 235/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (117/32 → 235/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (235/64 → 59/16) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (235/64 → 59/16) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (235/64 → 59/16) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (235/64 → 59/16) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (235/64 → 59/16) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (59/16 → 237/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (59/16 → 237/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (59/16 → 237/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (59/16 → 237/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (59/16 → 237/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (237/64 → 119/32) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (237/64 → 119/32) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (237/64 → 119/32) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (237/64 → 119/32) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (237/64 → 119/32) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (119/32 → 239/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (119/32 → 239/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (119/32 → 239/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (119/32 → 239/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (119/32 → 239/64) ⇝ 15/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 99/28 ⇜ (239/64 → 15/4) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (239/64 → 15/4) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (239/64 → 15/4) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (239/64 → 15/4) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 7/2 ⇜ (239/64 → 15/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (15/4 → 241/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (15/4 → 241/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (15/4 → 241/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (15/4 → 241/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 99/28 ⇜ (15/4 → 241/64) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (15/4 → 241/64) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (15/4 → 241/64) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (15/4 → 241/64) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (15/4 → 241/64) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (15/4 → 241/64) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (241/64 → 121/32) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (241/64 → 121/32) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (241/64 → 121/32) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (241/64 → 121/32) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 99/28 ⇜ (241/64 → 121/32) ⇝ 53/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (241/64 → 121/32) ⇝ 53/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (241/64 → 121/32) ⇝ 53/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (241/64 → 121/32) ⇝ 53/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 15/4 ⇜ (241/64 → 121/32) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (241/64 → 121/32) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (121/32 → 243/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (121/32 → 243/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (121/32 → 243/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (121/32 → 243/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 99/28 ⇜ (121/32 → 53/14) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 99/28 ⇜ (121/32 → 53/14) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 99/28 ⇜ (121/32 → 53/14) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 99/28 ⇜ (121/32 → 53/14) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 15/4 ⇜ (121/32 → 243/64) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (121/32 → 243/64) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (243/64 → 61/16) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (243/64 → 61/16) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (243/64 → 61/16) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (243/64 → 61/16) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (243/64 → 61/16) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (243/64 → 61/16) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (61/16 → 245/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (61/16 → 245/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (61/16 → 245/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (61/16 → 245/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (61/16 → 245/64) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (61/16 → 245/64) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (245/64 → 123/32) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (245/64 → 123/32) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (245/64 → 123/32) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (245/64 → 123/32) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (245/64 → 123/32) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (245/64 → 123/32) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (123/32 → 247/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (123/32 → 247/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (123/32 → 247/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (123/32 → 247/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (123/32 → 247/64) ⇝ 31/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (123/32 → 247/64) ⇝ 31/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (247/64 → 31/8) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (247/64 → 31/8) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (247/64 → 31/8) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (247/64 → 31/8) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (247/64 → 31/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 15/4 ⇜ (247/64 → 31/8) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/4 ⇜ (31/8 → 249/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (31/8 → 249/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (31/8 → 249/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (31/8 → 249/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (249/64 → 125/32) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (249/64 → 125/32) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (249/64 → 125/32) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (249/64 → 125/32) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (125/32 → 251/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (125/32 → 251/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (125/32 → 251/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (125/32 → 251/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (251/64 → 63/16) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (251/64 → 63/16) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (251/64 → 63/16) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (251/64 → 63/16) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (63/16 → 253/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (63/16 → 253/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (63/16 → 253/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (63/16 → 253/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (253/64 → 127/32) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (253/64 → 127/32) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (253/64 → 127/32) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (253/64 → 127/32) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (127/32 → 255/64) ⇝ 4/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (127/32 → 255/64) ⇝ 4/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (127/32 → 255/64) ⇝ 4/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (127/32 → 255/64) ⇝ 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 15/4 ⇜ (255/64 → 4/1) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 15/4 ⇜ (255/64 → 4/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/4 ⇜ (255/64 → 4/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/4 ⇜ (255/64 → 4/1) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (4/1 → 257/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 4/1 ⇜ (257/64 → 129/32) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (113/28 → 259/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (113/28 → 259/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (113/28 → 259/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (113/28 → 259/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (129/32 → 259/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 113/28 ⇜ (259/64 → 65/16) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (259/64 → 65/16) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (259/64 → 65/16) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (259/64 → 65/16) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (259/64 → 65/16) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 113/28 ⇜ (65/16 → 261/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (65/16 → 261/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (65/16 → 261/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (65/16 → 261/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (65/16 → 261/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 113/28 ⇜ (261/64 → 131/32) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (261/64 → 131/32) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (261/64 → 131/32) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (261/64 → 131/32) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (261/64 → 131/32) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 113/28 ⇜ (131/32 → 263/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (131/32 → 263/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (131/32 → 263/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (131/32 → 263/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (131/32 → 263/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 113/28 ⇜ (263/64 → 33/8) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (263/64 → 33/8) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (263/64 → 33/8) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (263/64 → 33/8) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (263/64 → 33/8) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 113/28 ⇜ (33/8 → 265/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (33/8 → 265/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (33/8 → 265/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (33/8 → 265/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (33/8 → 265/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (33/8 → 265/64) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (33/8 → 265/64) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (265/64 → 133/32) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (265/64 → 133/32) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (265/64 → 133/32) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (265/64 → 133/32) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (265/64 → 133/32) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (265/64 → 133/32) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (265/64 → 133/32) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (133/32 → 267/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (133/32 → 267/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (133/32 → 267/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (133/32 → 267/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (133/32 → 267/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (133/32 → 267/64) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (133/32 → 267/64) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (267/64 → 67/16) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (267/64 → 67/16) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (267/64 → 67/16) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (267/64 → 67/16) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (267/64 → 67/16) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (267/64 → 67/16) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (267/64 → 67/16) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (67/16 → 269/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (67/16 → 269/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (67/16 → 269/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (67/16 → 269/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (67/16 → 269/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (67/16 → 269/64) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (67/16 → 269/64) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (269/64 → 135/32) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (269/64 → 135/32) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (269/64 → 135/32) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (269/64 → 135/32) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (269/64 → 135/32) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (269/64 → 135/32) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (269/64 → 135/32) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (135/32 → 271/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (135/32 → 271/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (135/32 → 271/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (135/32 → 271/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (135/32 → 271/64) ⇝ 17/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (135/32 → 271/64) ⇝ 17/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (135/32 → 271/64) ⇝ 17/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (271/64 → 17/4) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (271/64 → 17/4) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (271/64 → 17/4) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (271/64 → 17/4) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 4/1 ⇜ (271/64 → 17/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 33/8 ⇜ (271/64 → 17/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 33/8 ⇜ (271/64 → 17/4) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 113/28 ⇜ (17/4 → 273/64) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (17/4 → 273/64) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (17/4 → 273/64) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (17/4 → 273/64) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 113/28 ⇜ (273/64 → 137/32) ⇝ 30/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (273/64 → 137/32) ⇝ 30/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (273/64 → 137/32) ⇝ 30/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (273/64 → 137/32) ⇝ 30/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 113/28 ⇜ (137/32 → 30/7) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 113/28 ⇜ (137/32 → 30/7) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 113/28 ⇜ (137/32 → 30/7) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 113/28 ⇜ (137/32 → 30/7) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (9/2 → 289/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (9/2 → 289/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (9/2 → 289/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (9/2 → 289/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (9/2 → 289/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (9/2 → 289/64) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (9/2 → 289/64) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (289/64 → 145/32) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (145/32 → 291/64) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (291/64 → 73/16) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (73/16 → 293/64) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (293/64 → 147/32) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 37/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (147/32 → 295/64) ⇝ 37/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (295/64 → 37/8) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (295/64 → 37/8) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (295/64 → 37/8) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (295/64 → 37/8) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (295/64 → 37/8) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (295/64 → 37/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/2 ⇜ (295/64 → 37/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 9/2 ⇜ (37/8 → 297/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (37/8 → 297/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (37/8 → 297/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (37/8 → 297/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (37/8 → 297/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (297/64 → 149/32) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (297/64 → 149/32) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (297/64 → 149/32) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (297/64 → 149/32) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (297/64 → 149/32) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (149/32 → 299/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (149/32 → 299/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (149/32 → 299/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (149/32 → 299/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (149/32 → 299/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (299/64 → 75/16) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (299/64 → 75/16) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (299/64 → 75/16) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (299/64 → 75/16) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (299/64 → 75/16) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (75/16 → 301/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (75/16 → 301/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (75/16 → 301/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (75/16 → 301/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (75/16 → 301/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (301/64 → 151/32) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (301/64 → 151/32) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (301/64 → 151/32) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (301/64 → 151/32) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (301/64 → 151/32) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (151/32 → 303/64) ⇝ 19/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (151/32 → 303/64) ⇝ 19/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (151/32 → 303/64) ⇝ 19/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (151/32 → 303/64) ⇝ 19/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (151/32 → 303/64) ⇝ 19/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 9/2 ⇜ (303/64 → 19/4) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 9/2 ⇜ (303/64 → 19/4) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 9/2 ⇜ (303/64 → 19/4) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 9/2 ⇜ (303/64 → 19/4) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 9/2 ⇜ (303/64 → 19/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (19/4 → 305/64) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (19/4 → 305/64) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 19/4 ⇜ (305/64 → 153/32) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (305/64 → 153/32) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (67/14 → 307/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (67/14 → 307/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (67/14 → 307/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (67/14 → 307/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 19/4 ⇜ (153/32 → 307/64) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (153/32 → 307/64) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 67/14 ⇜ (307/64 → 77/16) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (307/64 → 77/16) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (307/64 → 77/16) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (307/64 → 77/16) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 19/4 ⇜ (307/64 → 77/16) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (307/64 → 77/16) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 67/14 ⇜ (77/16 → 309/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (77/16 → 309/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (77/16 → 309/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (77/16 → 309/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 19/4 ⇜ (77/16 → 309/64) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (77/16 → 309/64) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 67/14 ⇜ (309/64 → 155/32) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (309/64 → 155/32) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (309/64 → 155/32) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (309/64 → 155/32) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 19/4 ⇜ (309/64 → 155/32) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (309/64 → 155/32) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 67/14 ⇜ (155/32 → 311/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (155/32 → 311/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (155/32 → 311/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (155/32 → 311/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 19/4 ⇜ (155/32 → 311/64) ⇝ 39/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (155/32 → 311/64) ⇝ 39/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 67/14 ⇜ (311/64 → 39/8) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (311/64 → 39/8) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (311/64 → 39/8) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (311/64 → 39/8) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 19/4 ⇜ (311/64 → 39/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/4 ⇜ (311/64 → 39/8) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 67/14 ⇜ (39/8 → 313/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (39/8 → 313/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (39/8 → 313/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (39/8 → 313/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (313/64 → 157/32) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (313/64 → 157/32) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (313/64 → 157/32) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (313/64 → 157/32) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (157/32 → 315/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (157/32 → 315/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (157/32 → 315/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (157/32 → 315/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (315/64 → 79/16) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (315/64 → 79/16) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (315/64 → 79/16) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (315/64 → 79/16) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (79/16 → 317/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (79/16 → 317/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (79/16 → 317/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (79/16 → 317/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (317/64 → 159/32) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (317/64 → 159/32) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (317/64 → 159/32) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (317/64 → 159/32) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (159/32 → 319/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (159/32 → 319/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (159/32 → 319/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (159/32 → 319/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (319/64 → 5/1) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (319/64 → 5/1) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (319/64 → 5/1) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (319/64 → 5/1) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 67/14 ⇜ (5/1 → 321/64) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (5/1 → 321/64) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (5/1 → 321/64) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (5/1 → 321/64) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (5/1 → 321/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 67/14 ⇜ (321/64 → 161/32) ⇝ 141/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (321/64 → 161/32) ⇝ 141/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (321/64 → 161/32) ⇝ 141/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (321/64 → 161/32) ⇝ 141/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 5/1 ⇜ (321/64 → 161/32) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 67/14 ⇜ (161/32 → 141/28) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 67/14 ⇜ (161/32 → 141/28) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 67/14 ⇜ (161/32 → 141/28) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 67/14 ⇜ (161/32 → 141/28) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 5/1 ⇜ (161/32 → 323/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 5/1 ⇜ (323/64 → 81/16) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 5/1 ⇜ (81/16 → 325/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 5/1 ⇜ (325/64 → 163/32) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 5/1 ⇜ (163/32 → 327/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 5/1 ⇜ (327/64 → 41/8) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 5/1 ⇜ (41/8 → 329/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (41/8 → 329/64) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (41/8 → 329/64) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (329/64 → 165/32) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (329/64 → 165/32) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (329/64 → 165/32) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (165/32 → 331/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (165/32 → 331/64) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (165/32 → 331/64) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (331/64 → 83/16) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (331/64 → 83/16) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (331/64 → 83/16) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (83/16 → 333/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (83/16 → 333/64) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (83/16 → 333/64) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (333/64 → 167/32) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (333/64 → 167/32) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (333/64 → 167/32) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (167/32 → 335/64) ⇝ 21/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (167/32 → 335/64) ⇝ 21/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (167/32 → 335/64) ⇝ 21/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 5/1 ⇜ (335/64 → 21/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 41/8 ⇜ (335/64 → 21/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 41/8 ⇜ (335/64 → 21/4) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (21/4 → 337/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (21/4 → 337/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (21/4 → 337/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (21/4 → 337/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (337/64 → 169/32) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (337/64 → 169/32) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (337/64 → 169/32) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (337/64 → 169/32) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (169/32 → 339/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (169/32 → 339/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (169/32 → 339/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (169/32 → 339/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (339/64 → 85/16) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (339/64 → 85/16) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (339/64 → 85/16) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (339/64 → 85/16) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (85/16 → 341/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (85/16 → 341/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (85/16 → 341/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (85/16 → 341/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (341/64 → 171/32) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (341/64 → 171/32) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (341/64 → 171/32) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (341/64 → 171/32) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (171/32 → 343/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (171/32 → 343/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (171/32 → 343/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (171/32 → 343/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (343/64 → 43/8) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (343/64 → 43/8) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (343/64 → 43/8) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (343/64 → 43/8) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (43/8 → 345/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (43/8 → 345/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (43/8 → 345/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (43/8 → 345/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (345/64 → 173/32) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (345/64 → 173/32) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (345/64 → 173/32) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (345/64 → 173/32) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (173/32 → 347/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (173/32 → 347/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (173/32 → 347/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (173/32 → 347/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (347/64 → 87/16) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (347/64 → 87/16) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (347/64 → 87/16) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (347/64 → 87/16) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (87/16 → 349/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (87/16 → 349/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (87/16 → 349/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (87/16 → 349/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (349/64 → 175/32) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (349/64 → 175/32) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (349/64 → 175/32) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (349/64 → 175/32) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (175/32 → 351/64) ⇝ 11/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (175/32 → 351/64) ⇝ 11/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (175/32 → 351/64) ⇝ 11/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (175/32 → 351/64) ⇝ 11/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 21/4 ⇜ (351/64 → 11/2) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/4 ⇜ (351/64 → 11/2) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 21/4 ⇜ (351/64 → 11/2) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 21/4 ⇜ (351/64 → 11/2) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (11/2 → 353/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (11/2 → 353/64) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (11/2 → 353/64) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 11/2 ⇜ (353/64 → 177/32) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (353/64 → 177/32) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (353/64 → 177/32) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (155/28 → 355/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (155/28 → 355/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (155/28 → 355/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (155/28 → 355/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (177/32 → 355/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (177/32 → 355/64) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (177/32 → 355/64) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 155/28 ⇜ (355/64 → 89/16) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (355/64 → 89/16) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (355/64 → 89/16) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (355/64 → 89/16) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (355/64 → 89/16) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (355/64 → 89/16) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (355/64 → 89/16) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 155/28 ⇜ (89/16 → 357/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (89/16 → 357/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (89/16 → 357/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (89/16 → 357/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (89/16 → 357/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (89/16 → 357/64) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (89/16 → 357/64) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 155/28 ⇜ (357/64 → 179/32) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (357/64 → 179/32) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (357/64 → 179/32) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (357/64 → 179/32) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (357/64 → 179/32) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (357/64 → 179/32) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (357/64 → 179/32) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 155/28 ⇜ (179/32 → 359/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (179/32 → 359/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (179/32 → 359/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (179/32 → 359/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (179/32 → 359/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (179/32 → 359/64) ⇝ 45/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (179/32 → 359/64) ⇝ 45/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 155/28 ⇜ (359/64 → 45/8) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (359/64 → 45/8) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (359/64 → 45/8) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (359/64 → 45/8) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (359/64 → 45/8) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 11/2 ⇜ (359/64 → 45/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 11/2 ⇜ (359/64 → 45/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 155/28 ⇜ (45/8 → 361/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (45/8 → 361/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (45/8 → 361/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (45/8 → 361/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (45/8 → 361/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (361/64 → 181/32) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (361/64 → 181/32) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (361/64 → 181/32) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (361/64 → 181/32) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (361/64 → 181/32) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (181/32 → 363/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (181/32 → 363/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (181/32 → 363/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (181/32 → 363/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (181/32 → 363/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (363/64 → 91/16) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (363/64 → 91/16) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (363/64 → 91/16) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (363/64 → 91/16) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (363/64 → 91/16) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (91/16 → 365/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (91/16 → 365/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (91/16 → 365/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (91/16 → 365/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (91/16 → 365/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (365/64 → 183/32) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (365/64 → 183/32) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (365/64 → 183/32) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (365/64 → 183/32) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (365/64 → 183/32) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (183/32 → 367/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (183/32 → 367/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (183/32 → 367/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (183/32 → 367/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (183/32 → 367/64) ⇝ 23/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 155/28 ⇜ (367/64 → 23/4) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (367/64 → 23/4) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (367/64 → 23/4) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (367/64 → 23/4) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 11/2 ⇜ (367/64 → 23/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (23/4 → 369/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (23/4 → 369/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (23/4 → 369/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (23/4 → 369/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 155/28 ⇜ (23/4 → 369/64) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (23/4 → 369/64) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (23/4 → 369/64) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (23/4 → 369/64) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (23/4 → 369/64) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (23/4 → 369/64) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (369/64 → 185/32) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (369/64 → 185/32) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (369/64 → 185/32) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (369/64 → 185/32) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 155/28 ⇜ (369/64 → 185/32) ⇝ 81/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (369/64 → 185/32) ⇝ 81/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (369/64 → 185/32) ⇝ 81/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (369/64 → 185/32) ⇝ 81/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 23/4 ⇜ (369/64 → 185/32) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (369/64 → 185/32) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (185/32 → 371/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (185/32 → 371/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (185/32 → 371/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (185/32 → 371/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 155/28 ⇜ (185/32 → 81/14) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 155/28 ⇜ (185/32 → 81/14) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 155/28 ⇜ (185/32 → 81/14) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 155/28 ⇜ (185/32 → 81/14) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 23/4 ⇜ (185/32 → 371/64) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (185/32 → 371/64) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (371/64 → 93/16) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (371/64 → 93/16) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (371/64 → 93/16) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (371/64 → 93/16) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (371/64 → 93/16) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (371/64 → 93/16) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (93/16 → 373/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (93/16 → 373/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (93/16 → 373/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (93/16 → 373/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (93/16 → 373/64) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (93/16 → 373/64) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (373/64 → 187/32) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (373/64 → 187/32) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (373/64 → 187/32) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (373/64 → 187/32) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (373/64 → 187/32) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (373/64 → 187/32) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (187/32 → 375/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (187/32 → 375/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (187/32 → 375/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (187/32 → 375/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (187/32 → 375/64) ⇝ 47/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (187/32 → 375/64) ⇝ 47/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (375/64 → 47/8) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (375/64 → 47/8) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (375/64 → 47/8) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (375/64 → 47/8) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (375/64 → 47/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 23/4 ⇜ (375/64 → 47/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 23/4 ⇜ (47/8 → 377/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (47/8 → 377/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (47/8 → 377/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (47/8 → 377/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (377/64 → 189/32) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (377/64 → 189/32) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (377/64 → 189/32) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (377/64 → 189/32) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (189/32 → 379/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (189/32 → 379/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (189/32 → 379/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (189/32 → 379/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (379/64 → 95/16) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (379/64 → 95/16) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (379/64 → 95/16) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (379/64 → 95/16) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (95/16 → 381/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (95/16 → 381/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (95/16 → 381/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (95/16 → 381/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (381/64 → 191/32) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (381/64 → 191/32) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (381/64 → 191/32) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (381/64 → 191/32) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (191/32 → 383/64) ⇝ 6/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (191/32 → 383/64) ⇝ 6/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (191/32 → 383/64) ⇝ 6/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (191/32 → 383/64) ⇝ 6/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 23/4 ⇜ (383/64 → 6/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 23/4 ⇜ (383/64 → 6/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 23/4 ⇜ (383/64 → 6/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 23/4 ⇜ (383/64 → 6/1) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (6/1 → 385/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 6/1 ⇜ (385/64 → 193/32) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (169/28 → 387/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (169/28 → 387/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (169/28 → 387/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (169/28 → 387/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (193/32 → 387/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 169/28 ⇜ (387/64 → 97/16) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (387/64 → 97/16) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (387/64 → 97/16) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (387/64 → 97/16) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (387/64 → 97/16) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 169/28 ⇜ (97/16 → 389/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (97/16 → 389/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (97/16 → 389/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (97/16 → 389/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (97/16 → 389/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 169/28 ⇜ (389/64 → 195/32) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (389/64 → 195/32) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (389/64 → 195/32) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (389/64 → 195/32) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (389/64 → 195/32) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 169/28 ⇜ (195/32 → 391/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (195/32 → 391/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (195/32 → 391/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (195/32 → 391/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (195/32 → 391/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 169/28 ⇜ (391/64 → 49/8) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (391/64 → 49/8) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (391/64 → 49/8) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (391/64 → 49/8) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (391/64 → 49/8) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 169/28 ⇜ (49/8 → 393/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (49/8 → 393/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (49/8 → 393/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (49/8 → 393/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (49/8 → 393/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (49/8 → 393/64) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (49/8 → 393/64) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (393/64 → 197/32) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (393/64 → 197/32) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (393/64 → 197/32) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (393/64 → 197/32) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (393/64 → 197/32) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (393/64 → 197/32) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (393/64 → 197/32) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (197/32 → 395/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (197/32 → 395/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (197/32 → 395/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (197/32 → 395/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (197/32 → 395/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (197/32 → 395/64) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (197/32 → 395/64) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (395/64 → 99/16) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (395/64 → 99/16) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (395/64 → 99/16) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (395/64 → 99/16) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (395/64 → 99/16) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (395/64 → 99/16) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (395/64 → 99/16) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (99/16 → 397/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (99/16 → 397/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (99/16 → 397/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (99/16 → 397/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (99/16 → 397/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (99/16 → 397/64) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (99/16 → 397/64) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (397/64 → 199/32) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (397/64 → 199/32) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (397/64 → 199/32) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (397/64 → 199/32) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (397/64 → 199/32) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (397/64 → 199/32) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (397/64 → 199/32) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (199/32 → 399/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (199/32 → 399/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (199/32 → 399/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (199/32 → 399/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (199/32 → 399/64) ⇝ 25/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (199/32 → 399/64) ⇝ 25/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (199/32 → 399/64) ⇝ 25/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (399/64 → 25/4) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (399/64 → 25/4) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (399/64 → 25/4) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (399/64 → 25/4) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 6/1 ⇜ (399/64 → 25/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 49/8 ⇜ (399/64 → 25/4) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 49/8 ⇜ (399/64 → 25/4) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 169/28 ⇜ (25/4 → 401/64) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (25/4 → 401/64) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (25/4 → 401/64) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (25/4 → 401/64) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 169/28 ⇜ (401/64 → 201/32) ⇝ 44/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (401/64 → 201/32) ⇝ 44/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (401/64 → 201/32) ⇝ 44/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (401/64 → 201/32) ⇝ 44/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 169/28 ⇜ (201/32 → 44/7) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 169/28 ⇜ (201/32 → 44/7) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 169/28 ⇜ (201/32 → 44/7) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 169/28 ⇜ (201/32 → 44/7) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (13/2 → 417/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (13/2 → 417/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (13/2 → 417/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (13/2 → 417/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (13/2 → 417/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (13/2 → 417/64) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (13/2 → 417/64) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (417/64 → 209/32) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (209/32 → 419/64) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (419/64 → 105/16) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (105/16 → 421/64) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (421/64 → 211/32) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 53/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (211/32 → 423/64) ⇝ 53/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (423/64 → 53/8) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (423/64 → 53/8) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (423/64 → 53/8) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (423/64 → 53/8) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (423/64 → 53/8) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (423/64 → 53/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 13/2 ⇜ (423/64 → 53/8) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/2 ⇜ (53/8 → 425/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (53/8 → 425/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (53/8 → 425/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (53/8 → 425/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (53/8 → 425/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (425/64 → 213/32) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (425/64 → 213/32) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (425/64 → 213/32) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (425/64 → 213/32) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (425/64 → 213/32) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (213/32 → 427/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (213/32 → 427/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (213/32 → 427/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (213/32 → 427/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (213/32 → 427/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (427/64 → 107/16) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (427/64 → 107/16) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (427/64 → 107/16) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (427/64 → 107/16) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (427/64 → 107/16) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (107/16 → 429/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (107/16 → 429/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (107/16 → 429/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (107/16 → 429/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (107/16 → 429/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (429/64 → 215/32) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (429/64 → 215/32) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (429/64 → 215/32) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (429/64 → 215/32) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (429/64 → 215/32) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (215/32 → 431/64) ⇝ 27/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (215/32 → 431/64) ⇝ 27/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (215/32 → 431/64) ⇝ 27/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (215/32 → 431/64) ⇝ 27/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (215/32 → 431/64) ⇝ 27/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 13/2 ⇜ (431/64 → 27/4) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 13/2 ⇜ (431/64 → 27/4) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 13/2 ⇜ (431/64 → 27/4) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 ⇜ (431/64 → 27/4) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 13/2 ⇜ (431/64 → 27/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (27/4 → 433/64) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (27/4 → 433/64) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 27/4 ⇜ (433/64 → 217/32) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (433/64 → 217/32) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (95/14 → 435/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (95/14 → 435/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (95/14 → 435/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (95/14 → 435/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 27/4 ⇜ (217/32 → 435/64) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (217/32 → 435/64) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (435/64 → 109/16) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (435/64 → 109/16) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (435/64 → 109/16) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (435/64 → 109/16) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 27/4 ⇜ (435/64 → 109/16) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (435/64 → 109/16) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (109/16 → 437/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (109/16 → 437/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (109/16 → 437/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (109/16 → 437/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 27/4 ⇜ (109/16 → 437/64) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (109/16 → 437/64) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (437/64 → 219/32) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (437/64 → 219/32) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (437/64 → 219/32) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (437/64 → 219/32) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 27/4 ⇜ (437/64 → 219/32) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (437/64 → 219/32) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (219/32 → 439/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (219/32 → 439/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (219/32 → 439/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (219/32 → 439/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 27/4 ⇜ (219/32 → 439/64) ⇝ 55/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (219/32 → 439/64) ⇝ 55/8 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (439/64 → 55/8) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (439/64 → 55/8) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (439/64 → 55/8) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (439/64 → 55/8) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 27/4 ⇜ (439/64 → 55/8) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 27/4 ⇜ (439/64 → 55/8) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (55/8 → 441/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (55/8 → 441/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (55/8 → 441/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (55/8 → 441/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (441/64 → 221/32) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (441/64 → 221/32) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (441/64 → 221/32) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (441/64 → 221/32) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (221/32 → 443/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (221/32 → 443/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (221/32 → 443/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (221/32 → 443/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (443/64 → 111/16) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (443/64 → 111/16) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (443/64 → 111/16) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (443/64 → 111/16) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (111/16 → 445/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (111/16 → 445/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (111/16 → 445/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (111/16 → 445/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (445/64 → 223/32) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (445/64 → 223/32) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (445/64 → 223/32) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (445/64 → 223/32) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (223/32 → 447/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (223/32 → 447/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (223/32 → 447/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (223/32 → 447/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (447/64 → 7/1) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (447/64 → 7/1) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (447/64 → 7/1) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (447/64 → 7/1) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 95/14 ⇜ (7/1 → 449/64) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (7/1 → 449/64) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (7/1 → 449/64) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (7/1 → 449/64) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (7/1 → 449/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 95/14 ⇜ (449/64 → 225/32) ⇝ 197/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (449/64 → 225/32) ⇝ 197/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (449/64 → 225/32) ⇝ 197/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (449/64 → 225/32) ⇝ 197/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 7/1 ⇜ (449/64 → 225/32) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 95/14 ⇜ (225/32 → 197/28) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 95/14 ⇜ (225/32 → 197/28) | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 95/14 ⇜ (225/32 → 197/28) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 95/14 ⇜ (225/32 → 197/28) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 7/1 ⇜ (225/32 → 451/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 7/1 ⇜ (451/64 → 113/16) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 7/1 ⇜ (113/16 → 453/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 7/1 ⇜ (453/64 → 227/32) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 7/1 ⇜ (227/32 → 455/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 7/1 ⇜ (455/64 → 57/8) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 7/1 ⇜ (57/8 → 457/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (57/8 → 457/64) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (57/8 → 457/64) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (457/64 → 229/32) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (457/64 → 229/32) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (457/64 → 229/32) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (229/32 → 459/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (229/32 → 459/64) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (229/32 → 459/64) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (459/64 → 115/16) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (459/64 → 115/16) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (459/64 → 115/16) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (115/16 → 461/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (115/16 → 461/64) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (115/16 → 461/64) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (461/64 → 231/32) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (461/64 → 231/32) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (461/64 → 231/32) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (231/32 → 463/64) ⇝ 29/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (231/32 → 463/64) ⇝ 29/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (231/32 → 463/64) ⇝ 29/4 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 7/1 ⇜ (463/64 → 29/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 57/8 ⇜ (463/64 → 29/4) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 57/8 ⇜ (463/64 → 29/4) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (29/4 → 465/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (29/4 → 465/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (29/4 → 465/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (29/4 → 465/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (465/64 → 233/32) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (465/64 → 233/32) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (465/64 → 233/32) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (465/64 → 233/32) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (233/32 → 467/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (233/32 → 467/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (233/32 → 467/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (233/32 → 467/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (467/64 → 117/16) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (467/64 → 117/16) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (467/64 → 117/16) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (467/64 → 117/16) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (117/16 → 469/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (117/16 → 469/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (117/16 → 469/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (117/16 → 469/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (469/64 → 235/32) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (469/64 → 235/32) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (469/64 → 235/32) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (469/64 → 235/32) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (235/32 → 471/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (235/32 → 471/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (235/32 → 471/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (235/32 → 471/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (471/64 → 59/8) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (471/64 → 59/8) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (471/64 → 59/8) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (471/64 → 59/8) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (59/8 → 473/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (59/8 → 473/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (59/8 → 473/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (59/8 → 473/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (473/64 → 237/32) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (473/64 → 237/32) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (473/64 → 237/32) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (473/64 → 237/32) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (237/32 → 475/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (237/32 → 475/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (237/32 → 475/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (237/32 → 475/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (475/64 → 119/16) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (475/64 → 119/16) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (475/64 → 119/16) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (475/64 → 119/16) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (119/16 → 477/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (119/16 → 477/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (119/16 → 477/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (119/16 → 477/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (477/64 → 239/32) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (477/64 → 239/32) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (477/64 → 239/32) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (477/64 → 239/32) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (239/32 → 479/64) ⇝ 15/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (239/32 → 479/64) ⇝ 15/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (239/32 → 479/64) ⇝ 15/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (239/32 → 479/64) ⇝ 15/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/4 ⇜ (479/64 → 15/2) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/4 ⇜ (479/64 → 15/2) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/4 ⇜ (479/64 → 15/2) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 ⇜ (479/64 → 15/2) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (15/2 → 481/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (15/2 → 481/64) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (15/2 → 481/64) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/2 ⇜ (481/64 → 241/32) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (481/64 → 241/32) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (481/64 → 241/32) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (211/28 → 483/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (211/28 → 483/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (211/28 → 483/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (211/28 → 483/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (241/32 → 483/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (241/32 → 483/64) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (241/32 → 483/64) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 211/28 ⇜ (483/64 → 121/16) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (483/64 → 121/16) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (483/64 → 121/16) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (483/64 → 121/16) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (483/64 → 121/16) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (483/64 → 121/16) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (483/64 → 121/16) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 211/28 ⇜ (121/16 → 485/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (121/16 → 485/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (121/16 → 485/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (121/16 → 485/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (121/16 → 485/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (121/16 → 485/64) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (121/16 → 485/64) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 211/28 ⇜ (485/64 → 243/32) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (485/64 → 243/32) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (485/64 → 243/32) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (485/64 → 243/32) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (485/64 → 243/32) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (485/64 → 243/32) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (485/64 → 243/32) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 211/28 ⇜ (243/32 → 487/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (243/32 → 487/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (243/32 → 487/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (243/32 → 487/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (243/32 → 487/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (243/32 → 487/64) ⇝ 61/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (243/32 → 487/64) ⇝ 61/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 211/28 ⇜ (487/64 → 61/8) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (487/64 → 61/8) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (487/64 → 61/8) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (487/64 → 61/8) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (487/64 → 61/8) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/2 ⇜ (487/64 → 61/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 15/2 ⇜ (487/64 → 61/8) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 211/28 ⇜ (61/8 → 489/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (61/8 → 489/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (61/8 → 489/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (61/8 → 489/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (61/8 → 489/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (489/64 → 245/32) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (489/64 → 245/32) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (489/64 → 245/32) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (489/64 → 245/32) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (489/64 → 245/32) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (245/32 → 491/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (245/32 → 491/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (245/32 → 491/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (245/32 → 491/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (245/32 → 491/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (491/64 → 123/16) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (491/64 → 123/16) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (491/64 → 123/16) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (491/64 → 123/16) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (491/64 → 123/16) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (123/16 → 493/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (123/16 → 493/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (123/16 → 493/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (123/16 → 493/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (123/16 → 493/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (493/64 → 247/32) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (493/64 → 247/32) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (493/64 → 247/32) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (493/64 → 247/32) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (493/64 → 247/32) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (247/32 → 495/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (247/32 → 495/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (247/32 → 495/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (247/32 → 495/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (247/32 → 495/64) ⇝ 31/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 211/28 ⇜ (495/64 → 31/4) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (495/64 → 31/4) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (495/64 → 31/4) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (495/64 → 31/4) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/2 ⇜ (495/64 → 31/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (31/4 → 497/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (31/4 → 497/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (31/4 → 497/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (31/4 → 497/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 211/28 ⇜ (31/4 → 497/64) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (31/4 → 497/64) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (31/4 → 497/64) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (31/4 → 497/64) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (31/4 → 497/64) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (31/4 → 497/64) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (497/64 → 249/32) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (497/64 → 249/32) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (497/64 → 249/32) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (497/64 → 249/32) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 211/28 ⇜ (497/64 → 249/32) ⇝ 109/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (497/64 → 249/32) ⇝ 109/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (497/64 → 249/32) ⇝ 109/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (497/64 → 249/32) ⇝ 109/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/4 ⇜ (497/64 → 249/32) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (497/64 → 249/32) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (249/32 → 499/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (249/32 → 499/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (249/32 → 499/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (249/32 → 499/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 211/28 ⇜ (249/32 → 109/14) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 211/28 ⇜ (249/32 → 109/14) | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 211/28 ⇜ (249/32 → 109/14) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 211/28 ⇜ (249/32 → 109/14) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/4 ⇜ (249/32 → 499/64) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (249/32 → 499/64) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (499/64 → 125/16) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (499/64 → 125/16) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (499/64 → 125/16) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (499/64 → 125/16) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (499/64 → 125/16) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (499/64 → 125/16) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (125/16 → 501/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (125/16 → 501/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (125/16 → 501/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (125/16 → 501/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (125/16 → 501/64) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (125/16 → 501/64) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (501/64 → 251/32) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (501/64 → 251/32) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (501/64 → 251/32) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (501/64 → 251/32) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (501/64 → 251/32) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (501/64 → 251/32) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (251/32 → 503/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (251/32 → 503/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (251/32 → 503/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (251/32 → 503/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (251/32 → 503/64) ⇝ 63/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (251/32 → 503/64) ⇝ 63/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (503/64 → 63/8) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (503/64 → 63/8) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (503/64 → 63/8) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (503/64 → 63/8) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (503/64 → 63/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/4 ⇜ (503/64 → 63/8) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 31/4 ⇜ (63/8 → 505/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (63/8 → 505/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (63/8 → 505/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (63/8 → 505/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (505/64 → 253/32) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (505/64 → 253/32) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (505/64 → 253/32) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (505/64 → 253/32) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (253/32 → 507/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (253/32 → 507/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (253/32 → 507/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (253/32 → 507/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (507/64 → 127/16) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (507/64 → 127/16) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (507/64 → 127/16) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (507/64 → 127/16) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (127/16 → 509/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (127/16 → 509/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (127/16 → 509/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (127/16 → 509/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (509/64 → 255/32) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (509/64 → 255/32) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (509/64 → 255/32) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (509/64 → 255/32) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (255/32 → 511/64) ⇝ 8/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (255/32 → 511/64) ⇝ 8/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (255/32 → 511/64) ⇝ 8/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (255/32 → 511/64) ⇝ 8/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 31/4 ⇜ (511/64 → 8/1) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 31/4 ⇜ (511/64 → 8/1) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 31/4 ⇜ (511/64 → 8/1) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 31/4 ⇜ (511/64 → 8/1) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (8/1 → 513/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 8/1 ⇜ (513/64 → 257/32) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (225/28 → 515/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (225/28 → 515/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (225/28 → 515/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (225/28 → 515/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (257/32 → 515/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 225/28 ⇜ (515/64 → 129/16) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (515/64 → 129/16) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (515/64 → 129/16) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (515/64 → 129/16) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (515/64 → 129/16) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 225/28 ⇜ (129/16 → 517/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (129/16 → 517/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (129/16 → 517/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (129/16 → 517/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (129/16 → 517/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 225/28 ⇜ (517/64 → 259/32) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (517/64 → 259/32) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (517/64 → 259/32) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (517/64 → 259/32) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (517/64 → 259/32) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 225/28 ⇜ (259/32 → 519/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (259/32 → 519/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (259/32 → 519/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (259/32 → 519/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (259/32 → 519/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 225/28 ⇜ (519/64 → 65/8) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (519/64 → 65/8) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (519/64 → 65/8) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (519/64 → 65/8) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (519/64 → 65/8) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 225/28 ⇜ (65/8 → 521/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (65/8 → 521/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (65/8 → 521/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (65/8 → 521/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (65/8 → 521/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (65/8 → 521/64) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (65/8 → 521/64) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (65/8 → 521/64) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (521/64 → 261/32) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (521/64 → 261/32) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (521/64 → 261/32) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (521/64 → 261/32) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (521/64 → 261/32) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (521/64 → 261/32) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (521/64 → 261/32) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (521/64 → 261/32) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (261/32 → 523/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (261/32 → 523/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (261/32 → 523/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (261/32 → 523/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (261/32 → 523/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (261/32 → 523/64) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (261/32 → 523/64) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (261/32 → 523/64) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (523/64 → 131/16) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (523/64 → 131/16) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (523/64 → 131/16) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (523/64 → 131/16) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (523/64 → 131/16) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (523/64 → 131/16) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (523/64 → 131/16) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (523/64 → 131/16) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (131/16 → 525/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (131/16 → 525/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (131/16 → 525/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (131/16 → 525/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (131/16 → 525/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (131/16 → 525/64) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (131/16 → 525/64) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (131/16 → 525/64) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (525/64 → 263/32) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (525/64 → 263/32) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (525/64 → 263/32) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (525/64 → 263/32) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (525/64 → 263/32) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (525/64 → 263/32) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (525/64 → 263/32) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (525/64 → 263/32) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (263/32 → 527/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (263/32 → 527/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (263/32 → 527/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (263/32 → 527/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (263/32 → 527/64) ⇝ 33/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (263/32 → 527/64) ⇝ 33/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (263/32 → 527/64) ⇝ 33/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (263/32 → 527/64) ⇝ 33/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (527/64 → 33/4) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (527/64 → 33/4) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (527/64 → 33/4) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (527/64 → 33/4) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 8/1 ⇜ (527/64 → 33/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 65/8 ⇜ (527/64 → 33/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 65/8 ⇜ (527/64 → 33/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 65/8 ⇜ (527/64 → 33/4) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (33/4 → 529/64) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (33/4 → 529/64) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (33/4 → 529/64) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (33/4 → 529/64) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 225/28 ⇜ (529/64 → 265/32) ⇝ 58/7 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (529/64 → 265/32) ⇝ 58/7 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (529/64 → 265/32) ⇝ 58/7 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (529/64 → 265/32) ⇝ 58/7 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 225/28 ⇜ (265/32 → 58/7) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 225/28 ⇜ (265/32 → 58/7) | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 225/28 ⇜ (265/32 → 58/7) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 225/28 ⇜ (265/32 → 58/7) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (17/2 → 545/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (17/2 → 545/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (17/2 → 545/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (17/2 → 545/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (17/2 → 545/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (17/2 → 545/64) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (17/2 → 545/64) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (17/2 → 545/64) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (545/64 → 273/32) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (273/32 → 547/64) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (547/64 → 137/16) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (137/16 → 549/64) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (549/64 → 275/32) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 69/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 69/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (275/32 → 551/64) ⇝ 69/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (551/64 → 69/8) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (551/64 → 69/8) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (551/64 → 69/8) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (551/64 → 69/8) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (551/64 → 69/8) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (551/64 → 69/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (551/64 → 69/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 17/2 ⇜ (551/64 → 69/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 17/2 ⇜ (69/8 → 553/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (69/8 → 553/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (69/8 → 553/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (69/8 → 553/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (69/8 → 553/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (553/64 → 277/32) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (553/64 → 277/32) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (553/64 → 277/32) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (553/64 → 277/32) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (553/64 → 277/32) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (277/32 → 555/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (277/32 → 555/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (277/32 → 555/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (277/32 → 555/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (277/32 → 555/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (555/64 → 139/16) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (555/64 → 139/16) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (555/64 → 139/16) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (555/64 → 139/16) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (555/64 → 139/16) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (139/16 → 557/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (139/16 → 557/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (139/16 → 557/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (139/16 → 557/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (139/16 → 557/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (557/64 → 279/32) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (557/64 → 279/32) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (557/64 → 279/32) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (557/64 → 279/32) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (557/64 → 279/32) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (279/32 → 559/64) ⇝ 35/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (279/32 → 559/64) ⇝ 35/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (279/32 → 559/64) ⇝ 35/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (279/32 → 559/64) ⇝ 35/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (279/32 → 559/64) ⇝ 35/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 17/2 ⇜ (559/64 → 35/4) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 ⇜ (559/64 → 35/4) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (559/64 → 35/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 17/2 ⇜ (559/64 → 35/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 17/2 ⇜ (559/64 → 35/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (35/4 → 561/64) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (35/4 → 561/64) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (35/4 → 561/64) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 35/4 ⇜ (561/64 → 281/32) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (561/64 → 281/32) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (561/64 → 281/32) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (123/14 → 563/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (123/14 → 563/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (123/14 → 563/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (123/14 → 563/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 35/4 ⇜ (281/32 → 563/64) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (281/32 → 563/64) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (281/32 → 563/64) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (563/64 → 141/16) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (563/64 → 141/16) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (563/64 → 141/16) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (563/64 → 141/16) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 35/4 ⇜ (563/64 → 141/16) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (563/64 → 141/16) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (563/64 → 141/16) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (141/16 → 565/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (141/16 → 565/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (141/16 → 565/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (141/16 → 565/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 35/4 ⇜ (141/16 → 565/64) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (141/16 → 565/64) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (141/16 → 565/64) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (565/64 → 283/32) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (565/64 → 283/32) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (565/64 → 283/32) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (565/64 → 283/32) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 35/4 ⇜ (565/64 → 283/32) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (565/64 → 283/32) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (565/64 → 283/32) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (283/32 → 567/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (283/32 → 567/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (283/32 → 567/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (283/32 → 567/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 35/4 ⇜ (283/32 → 567/64) ⇝ 71/8 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (283/32 → 567/64) ⇝ 71/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (283/32 → 567/64) ⇝ 71/8 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (567/64 → 71/8) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (567/64 → 71/8) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (567/64 → 71/8) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (567/64 → 71/8) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 35/4 ⇜ (567/64 → 71/8) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 35/4 ⇜ (567/64 → 71/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/4 ⇜ (567/64 → 71/8) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (71/8 → 569/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (71/8 → 569/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (71/8 → 569/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (71/8 → 569/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (569/64 → 285/32) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (569/64 → 285/32) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (569/64 → 285/32) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (569/64 → 285/32) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (285/32 → 571/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (285/32 → 571/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (285/32 → 571/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (285/32 → 571/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (571/64 → 143/16) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (571/64 → 143/16) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (571/64 → 143/16) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (571/64 → 143/16) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (143/16 → 573/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (143/16 → 573/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (143/16 → 573/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (143/16 → 573/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (573/64 → 287/32) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (573/64 → 287/32) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (573/64 → 287/32) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (573/64 → 287/32) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (287/32 → 575/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (287/32 → 575/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (287/32 → 575/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (287/32 → 575/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (575/64 → 9/1) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (575/64 → 9/1) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (575/64 → 9/1) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (575/64 → 9/1) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 123/14 ⇜ (9/1 → 577/64) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (9/1 → 577/64) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (9/1 → 577/64) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (9/1 → 577/64) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (9/1 → 577/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 123/14 ⇜ (577/64 → 289/32) ⇝ 253/28 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (577/64 → 289/32) ⇝ 253/28 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (577/64 → 289/32) ⇝ 253/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (577/64 → 289/32) ⇝ 253/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 9/1 ⇜ (577/64 → 289/32) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 123/14 ⇜ (289/32 → 253/28) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 123/14 ⇜ (289/32 → 253/28) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 123/14 ⇜ (289/32 → 253/28) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 123/14 ⇜ (289/32 → 253/28) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 9/1 ⇜ (289/32 → 579/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/1 ⇜ (579/64 → 145/16) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/1 ⇜ (145/16 → 581/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/1 ⇜ (581/64 → 291/32) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/1 ⇜ (291/32 → 583/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/1 ⇜ (583/64 → 73/8) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 9/1 ⇜ (73/8 → 585/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (73/8 → 585/64) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (73/8 → 585/64) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (73/8 → 585/64) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (585/64 → 293/32) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (585/64 → 293/32) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (585/64 → 293/32) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (585/64 → 293/32) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (293/32 → 587/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (293/32 → 587/64) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (293/32 → 587/64) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (293/32 → 587/64) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (587/64 → 147/16) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (587/64 → 147/16) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (587/64 → 147/16) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (587/64 → 147/16) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (147/16 → 589/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (147/16 → 589/64) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (147/16 → 589/64) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (147/16 → 589/64) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (589/64 → 295/32) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (589/64 → 295/32) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (589/64 → 295/32) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (589/64 → 295/32) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (295/32 → 591/64) ⇝ 37/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (295/32 → 591/64) ⇝ 37/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (295/32 → 591/64) ⇝ 37/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (295/32 → 591/64) ⇝ 37/4 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 9/1 ⇜ (591/64 → 37/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 73/8 ⇜ (591/64 → 37/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 73/8 ⇜ (591/64 → 37/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 73/8 ⇜ (591/64 → 37/4) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (37/4 → 593/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (37/4 → 593/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (37/4 → 593/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (37/4 → 593/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (593/64 → 297/32) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (593/64 → 297/32) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (593/64 → 297/32) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (593/64 → 297/32) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (297/32 → 595/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (297/32 → 595/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (297/32 → 595/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (297/32 → 595/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (595/64 → 149/16) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (595/64 → 149/16) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (595/64 → 149/16) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (595/64 → 149/16) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (149/16 → 597/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (149/16 → 597/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (149/16 → 597/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (149/16 → 597/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (597/64 → 299/32) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (597/64 → 299/32) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (597/64 → 299/32) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (597/64 → 299/32) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (299/32 → 599/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (299/32 → 599/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (299/32 → 599/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (299/32 → 599/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (599/64 → 75/8) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (599/64 → 75/8) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (599/64 → 75/8) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (599/64 → 75/8) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (75/8 → 601/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (75/8 → 601/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (75/8 → 601/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (75/8 → 601/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (601/64 → 301/32) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (601/64 → 301/32) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (601/64 → 301/32) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (601/64 → 301/32) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (301/32 → 603/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (301/32 → 603/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (301/32 → 603/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (301/32 → 603/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (603/64 → 151/16) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (603/64 → 151/16) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (603/64 → 151/16) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (603/64 → 151/16) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (151/16 → 605/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (151/16 → 605/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (151/16 → 605/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (151/16 → 605/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (605/64 → 303/32) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (605/64 → 303/32) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (605/64 → 303/32) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (605/64 → 303/32) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (303/32 → 607/64) ⇝ 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (303/32 → 607/64) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (303/32 → 607/64) ⇝ 19/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (303/32 → 607/64) ⇝ 19/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 37/4 ⇜ (607/64 → 19/2) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 37/4 ⇜ (607/64 → 19/2) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 37/4 ⇜ (607/64 → 19/2) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 37/4 ⇜ (607/64 → 19/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (19/2 → 609/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (19/2 → 609/64) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (19/2 → 609/64) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (19/2 → 609/64) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 19/2 ⇜ (609/64 → 305/32) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (609/64 → 305/32) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (609/64 → 305/32) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (609/64 → 305/32) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (267/28 → 611/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (267/28 → 611/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (267/28 → 611/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (267/28 → 611/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (305/32 → 611/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (305/32 → 611/64) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (305/32 → 611/64) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (305/32 → 611/64) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 267/28 ⇜ (611/64 → 153/16) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (611/64 → 153/16) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (611/64 → 153/16) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (611/64 → 153/16) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (611/64 → 153/16) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (611/64 → 153/16) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (611/64 → 153/16) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (611/64 → 153/16) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 267/28 ⇜ (153/16 → 613/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (153/16 → 613/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (153/16 → 613/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (153/16 → 613/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (153/16 → 613/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (153/16 → 613/64) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (153/16 → 613/64) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (153/16 → 613/64) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 267/28 ⇜ (613/64 → 307/32) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (613/64 → 307/32) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (613/64 → 307/32) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (613/64 → 307/32) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (613/64 → 307/32) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (613/64 → 307/32) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (613/64 → 307/32) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (613/64 → 307/32) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 267/28 ⇜ (307/32 → 615/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (307/32 → 615/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (307/32 → 615/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (307/32 → 615/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (307/32 → 615/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (307/32 → 615/64) ⇝ 77/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (307/32 → 615/64) ⇝ 77/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (307/32 → 615/64) ⇝ 77/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 267/28 ⇜ (615/64 → 77/8) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (615/64 → 77/8) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (615/64 → 77/8) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (615/64 → 77/8) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (615/64 → 77/8) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 19/2 ⇜ (615/64 → 77/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/2 ⇜ (615/64 → 77/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 19/2 ⇜ (615/64 → 77/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 267/28 ⇜ (77/8 → 617/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (77/8 → 617/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (77/8 → 617/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (77/8 → 617/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (77/8 → 617/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (617/64 → 309/32) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (617/64 → 309/32) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (617/64 → 309/32) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (617/64 → 309/32) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (617/64 → 309/32) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (309/32 → 619/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (309/32 → 619/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (309/32 → 619/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (309/32 → 619/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (309/32 → 619/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (619/64 → 155/16) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (619/64 → 155/16) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (619/64 → 155/16) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (619/64 → 155/16) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (619/64 → 155/16) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (155/16 → 621/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (155/16 → 621/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (155/16 → 621/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (155/16 → 621/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (155/16 → 621/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (621/64 → 311/32) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (621/64 → 311/32) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (621/64 → 311/32) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (621/64 → 311/32) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (621/64 → 311/32) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (311/32 → 623/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (311/32 → 623/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (311/32 → 623/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (311/32 → 623/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (311/32 → 623/64) ⇝ 39/4 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 267/28 ⇜ (623/64 → 39/4) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (623/64 → 39/4) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (623/64 → 39/4) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (623/64 → 39/4) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/2 ⇜ (623/64 → 39/4) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (39/4 → 625/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (39/4 → 625/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (39/4 → 625/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (39/4 → 625/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 267/28 ⇜ (39/4 → 625/64) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (39/4 → 625/64) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (39/4 → 625/64) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (39/4 → 625/64) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (39/4 → 625/64) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (39/4 → 625/64) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (39/4 → 625/64) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 267/28 ⇜ (625/64 → 313/32) ⇝ 137/14 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (625/64 → 313/32) ⇝ 137/14 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (625/64 → 313/32) ⇝ 137/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (625/64 → 313/32) ⇝ 137/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (625/64 → 313/32) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 267/28 ⇜ (313/32 → 137/14) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 267/28 ⇜ (313/32 → 137/14) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 267/28 ⇜ (313/32 → 137/14) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 267/28 ⇜ (313/32 → 137/14) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (313/32 → 627/64) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (627/64 → 157/16) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (157/16 → 629/64) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (629/64 → 315/32) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 79/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 79/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (315/32 → 631/64) ⇝ 79/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (631/64 → 79/8) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (631/64 → 79/8) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (631/64 → 79/8) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (631/64 → 79/8) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (631/64 → 79/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (631/64 → 79/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 39/4 ⇜ (631/64 → 79/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 39/4 ⇜ (79/8 → 633/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (79/8 → 633/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (79/8 → 633/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (79/8 → 633/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (633/64 → 317/32) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (633/64 → 317/32) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (633/64 → 317/32) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (633/64 → 317/32) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (317/32 → 635/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (317/32 → 635/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (317/32 → 635/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (317/32 → 635/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (635/64 → 159/16) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (635/64 → 159/16) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (635/64 → 159/16) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (635/64 → 159/16) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (159/16 → 637/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (159/16 → 637/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (159/16 → 637/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (159/16 → 637/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (637/64 → 319/32) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (637/64 → 319/32) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (637/64 → 319/32) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (637/64 → 319/32) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (319/32 → 639/64) ⇝ 10/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (319/32 → 639/64) ⇝ 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (319/32 → 639/64) ⇝ 10/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (319/32 → 639/64) ⇝ 10/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 39/4 ⇜ (639/64 → 10/1) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (639/64 → 10/1) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 39/4 ⇜ (639/64 → 10/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 39/4 ⇜ (639/64 → 10/1) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (10/1 → 641/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 10/1 ⇜ (641/64 → 321/32) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (281/28 → 643/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (281/28 → 643/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (281/28 → 643/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (281/28 → 643/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (321/32 → 643/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 281/28 ⇜ (643/64 → 161/16) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (643/64 → 161/16) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (643/64 → 161/16) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (643/64 → 161/16) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (643/64 → 161/16) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 281/28 ⇜ (161/16 → 645/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (161/16 → 645/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (161/16 → 645/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (161/16 → 645/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (161/16 → 645/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 281/28 ⇜ (645/64 → 323/32) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (645/64 → 323/32) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (645/64 → 323/32) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (645/64 → 323/32) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (645/64 → 323/32) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 281/28 ⇜ (323/32 → 647/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (323/32 → 647/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (323/32 → 647/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (323/32 → 647/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (323/32 → 647/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 281/28 ⇜ (647/64 → 81/8) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (647/64 → 81/8) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (647/64 → 81/8) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (647/64 → 81/8) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (647/64 → 81/8) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 281/28 ⇜ (81/8 → 649/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (81/8 → 649/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (81/8 → 649/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (81/8 → 649/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (81/8 → 649/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (81/8 → 649/64) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (81/8 → 649/64) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (81/8 → 649/64) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (649/64 → 325/32) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (649/64 → 325/32) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (649/64 → 325/32) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (649/64 → 325/32) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (649/64 → 325/32) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (649/64 → 325/32) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (649/64 → 325/32) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (649/64 → 325/32) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (325/32 → 651/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (325/32 → 651/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (325/32 → 651/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (325/32 → 651/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (325/32 → 651/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (325/32 → 651/64) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (325/32 → 651/64) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (325/32 → 651/64) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (651/64 → 163/16) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (651/64 → 163/16) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (651/64 → 163/16) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (651/64 → 163/16) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (651/64 → 163/16) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (651/64 → 163/16) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (651/64 → 163/16) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (651/64 → 163/16) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (163/16 → 653/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (163/16 → 653/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (163/16 → 653/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (163/16 → 653/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (163/16 → 653/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (163/16 → 653/64) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (163/16 → 653/64) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (163/16 → 653/64) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (653/64 → 327/32) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (653/64 → 327/32) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (653/64 → 327/32) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (653/64 → 327/32) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (653/64 → 327/32) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (653/64 → 327/32) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (653/64 → 327/32) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (653/64 → 327/32) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (327/32 → 655/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (327/32 → 655/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (327/32 → 655/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (327/32 → 655/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (327/32 → 655/64) ⇝ 41/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (327/32 → 655/64) ⇝ 41/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (327/32 → 655/64) ⇝ 41/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (327/32 → 655/64) ⇝ 41/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (655/64 → 41/4) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (655/64 → 41/4) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (655/64 → 41/4) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (655/64 → 41/4) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 10/1 ⇜ (655/64 → 41/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 81/8 ⇜ (655/64 → 41/4) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 81/8 ⇜ (655/64 → 41/4) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 81/8 ⇜ (655/64 → 41/4) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (41/4 → 657/64) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (41/4 → 657/64) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (41/4 → 657/64) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (41/4 → 657/64) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 281/28 ⇜ (657/64 → 329/32) ⇝ 72/7 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (657/64 → 329/32) ⇝ 72/7 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (657/64 → 329/32) ⇝ 72/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (657/64 → 329/32) ⇝ 72/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 281/28 ⇜ (329/32 → 72/7) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 281/28 ⇜ (329/32 → 72/7) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 281/28 ⇜ (329/32 → 72/7) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 281/28 ⇜ (329/32 → 72/7) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (21/2 → 673/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (21/2 → 673/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (21/2 → 673/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (21/2 → 673/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (21/2 → 673/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (21/2 → 673/64) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (21/2 → 673/64) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (21/2 → 673/64) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (673/64 → 337/32) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (337/32 → 675/64) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (675/64 → 169/16) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (169/16 → 677/64) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (677/64 → 339/32) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 85/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 85/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (339/32 → 679/64) ⇝ 85/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (679/64 → 85/8) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (679/64 → 85/8) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (679/64 → 85/8) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (679/64 → 85/8) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (679/64 → 85/8) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (679/64 → 85/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 21/2 ⇜ (679/64 → 85/8) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 21/2 ⇜ (679/64 → 85/8) | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 21/2 ⇜ (85/8 → 681/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (85/8 → 681/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (85/8 → 681/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (85/8 → 681/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (85/8 → 681/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (681/64 → 341/32) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (681/64 → 341/32) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (681/64 → 341/32) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (681/64 → 341/32) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (681/64 → 341/32) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (341/32 → 683/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (341/32 → 683/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (341/32 → 683/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (341/32 → 683/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (341/32 → 683/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (683/64 → 171/16) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (683/64 → 171/16) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (683/64 → 171/16) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (683/64 → 171/16) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (683/64 → 171/16) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (171/16 → 685/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (171/16 → 685/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (171/16 → 685/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (171/16 → 685/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (171/16 → 685/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (685/64 → 343/32) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (685/64 → 343/32) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (685/64 → 343/32) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (685/64 → 343/32) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (685/64 → 343/32) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (343/32 → 687/64) ⇝ 43/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (343/32 → 687/64) ⇝ 43/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (343/32 → 687/64) ⇝ 43/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (343/32 → 687/64) ⇝ 43/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (343/32 → 687/64) ⇝ 43/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/2 ⇜ (687/64 → 43/4) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 ⇜ (687/64 → 43/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 ⇜ (687/64 → 43/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 21/2 ⇜ (687/64 → 43/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (687/64 → 43/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (43/4 → 689/64) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (43/4 → 689/64) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (43/4 → 689/64) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 43/4 ⇜ (689/64 → 345/32) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (689/64 → 345/32) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (689/64 → 345/32) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (151/14 → 691/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (151/14 → 691/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (151/14 → 691/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (151/14 → 691/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/4 ⇜ (345/32 → 691/64) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (345/32 → 691/64) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (345/32 → 691/64) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (691/64 → 173/16) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (691/64 → 173/16) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (691/64 → 173/16) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (691/64 → 173/16) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/4 ⇜ (691/64 → 173/16) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (691/64 → 173/16) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (691/64 → 173/16) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (173/16 → 693/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (173/16 → 693/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (173/16 → 693/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (173/16 → 693/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/4 ⇜ (173/16 → 693/64) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (173/16 → 693/64) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (173/16 → 693/64) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (693/64 → 347/32) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (693/64 → 347/32) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (693/64 → 347/32) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (693/64 → 347/32) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/4 ⇜ (693/64 → 347/32) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (693/64 → 347/32) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (693/64 → 347/32) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (347/32 → 695/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (347/32 → 695/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (347/32 → 695/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (347/32 → 695/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/4 ⇜ (347/32 → 695/64) ⇝ 87/8 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (347/32 → 695/64) ⇝ 87/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (347/32 → 695/64) ⇝ 87/8 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (695/64 → 87/8) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (695/64 → 87/8) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (695/64 → 87/8) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (695/64 → 87/8) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/4 ⇜ (695/64 → 87/8) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/4 ⇜ (695/64 → 87/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 43/4 ⇜ (695/64 → 87/8) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (87/8 → 697/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (87/8 → 697/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (87/8 → 697/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (87/8 → 697/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (697/64 → 349/32) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (697/64 → 349/32) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (697/64 → 349/32) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (697/64 → 349/32) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (349/32 → 699/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (349/32 → 699/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (349/32 → 699/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (349/32 → 699/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (699/64 → 175/16) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (699/64 → 175/16) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (699/64 → 175/16) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (699/64 → 175/16) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (175/16 → 701/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (175/16 → 701/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (175/16 → 701/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (175/16 → 701/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (701/64 → 351/32) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (701/64 → 351/32) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (701/64 → 351/32) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (701/64 → 351/32) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (351/32 → 703/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (351/32 → 703/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (351/32 → 703/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (351/32 → 703/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (703/64 → 11/1) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (703/64 → 11/1) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (703/64 → 11/1) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (703/64 → 11/1) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 151/14 ⇜ (11/1 → 705/64) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (11/1 → 705/64) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (11/1 → 705/64) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (11/1 → 705/64) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (11/1 → 705/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 151/14 ⇜ (705/64 → 353/32) ⇝ 309/28 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (705/64 → 353/32) ⇝ 309/28 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (705/64 → 353/32) ⇝ 309/28 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (705/64 → 353/32) ⇝ 309/28 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/1 ⇜ (705/64 → 353/32) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 151/14 ⇜ (353/32 → 309/28) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 151/14 ⇜ (353/32 → 309/28) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 151/14 ⇜ (353/32 → 309/28) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 151/14 ⇜ (353/32 → 309/28) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/1 ⇜ (353/32 → 707/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 11/1 ⇜ (707/64 → 177/16) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 11/1 ⇜ (177/16 → 709/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 11/1 ⇜ (709/64 → 355/32) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 11/1 ⇜ (355/32 → 711/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 11/1 ⇜ (711/64 → 89/8) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 11/1 ⇜ (89/8 → 713/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (89/8 → 713/64) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (89/8 → 713/64) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (89/8 → 713/64) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (713/64 → 357/32) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (713/64 → 357/32) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (713/64 → 357/32) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (713/64 → 357/32) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (357/32 → 715/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (357/32 → 715/64) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (357/32 → 715/64) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (357/32 → 715/64) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (715/64 → 179/16) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (715/64 → 179/16) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (715/64 → 179/16) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (715/64 → 179/16) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (179/16 → 717/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (179/16 → 717/64) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (179/16 → 717/64) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (179/16 → 717/64) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (717/64 → 359/32) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (717/64 → 359/32) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (717/64 → 359/32) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (717/64 → 359/32) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (359/32 → 719/64) ⇝ 45/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (359/32 → 719/64) ⇝ 45/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (359/32 → 719/64) ⇝ 45/4 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (359/32 → 719/64) ⇝ 45/4 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 11/1 ⇜ (719/64 → 45/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 89/8 ⇜ (719/64 → 45/4) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 89/8 ⇜ (719/64 → 45/4) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 89/8 ⇜ (719/64 → 45/4) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (45/4 → 721/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (45/4 → 721/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (45/4 → 721/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (45/4 → 721/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (721/64 → 361/32) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (721/64 → 361/32) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (721/64 → 361/32) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (721/64 → 361/32) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (361/32 → 723/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (361/32 → 723/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (361/32 → 723/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (361/32 → 723/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (723/64 → 181/16) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (723/64 → 181/16) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (723/64 → 181/16) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (723/64 → 181/16) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (181/16 → 725/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (181/16 → 725/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (181/16 → 725/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (181/16 → 725/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (725/64 → 363/32) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (725/64 → 363/32) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (725/64 → 363/32) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (725/64 → 363/32) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (363/32 → 727/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (363/32 → 727/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (363/32 → 727/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (363/32 → 727/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (727/64 → 91/8) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (727/64 → 91/8) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (727/64 → 91/8) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (727/64 → 91/8) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (91/8 → 729/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (91/8 → 729/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (91/8 → 729/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (91/8 → 729/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (729/64 → 365/32) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (729/64 → 365/32) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (729/64 → 365/32) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (729/64 → 365/32) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (365/32 → 731/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (365/32 → 731/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (365/32 → 731/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (365/32 → 731/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (731/64 → 183/16) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (731/64 → 183/16) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (731/64 → 183/16) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (731/64 → 183/16) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (183/16 → 733/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (183/16 → 733/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (183/16 → 733/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (183/16 → 733/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (733/64 → 367/32) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (733/64 → 367/32) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (733/64 → 367/32) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (733/64 → 367/32) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (367/32 → 735/64) ⇝ 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (367/32 → 735/64) ⇝ 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (367/32 → 735/64) ⇝ 23/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (367/32 → 735/64) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 45/4 ⇜ (735/64 → 23/2) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 45/4 ⇜ (735/64 → 23/2) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 45/4 ⇜ (735/64 → 23/2) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 45/4 ⇜ (735/64 → 23/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (23/2 → 737/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (23/2 → 737/64) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (23/2 → 737/64) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (23/2 → 737/64) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 23/2 ⇜ (737/64 → 369/32) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (737/64 → 369/32) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (737/64 → 369/32) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (737/64 → 369/32) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ (323/28 → 739/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (323/28 → 739/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (323/28 → 739/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (323/28 → 739/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (369/32 → 739/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (369/32 → 739/64) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (369/32 → 739/64) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (369/32 → 739/64) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 323/28 ⇜ (739/64 → 185/16) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (739/64 → 185/16) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (739/64 → 185/16) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (739/64 → 185/16) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (739/64 → 185/16) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (739/64 → 185/16) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (739/64 → 185/16) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (739/64 → 185/16) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 323/28 ⇜ (185/16 → 741/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (185/16 → 741/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (185/16 → 741/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (185/16 → 741/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (185/16 → 741/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (185/16 → 741/64) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (185/16 → 741/64) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (185/16 → 741/64) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 323/28 ⇜ (741/64 → 371/32) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (741/64 → 371/32) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (741/64 → 371/32) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (741/64 → 371/32) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (741/64 → 371/32) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (741/64 → 371/32) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (741/64 → 371/32) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (741/64 → 371/32) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 323/28 ⇜ (371/32 → 743/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (371/32 → 743/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (371/32 → 743/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (371/32 → 743/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (371/32 → 743/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (371/32 → 743/64) ⇝ 93/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (371/32 → 743/64) ⇝ 93/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (371/32 → 743/64) ⇝ 93/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 323/28 ⇜ (743/64 → 93/8) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (743/64 → 93/8) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (743/64 → 93/8) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (743/64 → 93/8) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (743/64 → 93/8) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/2 ⇜ (743/64 → 93/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 23/2 ⇜ (743/64 → 93/8) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (743/64 → 93/8) | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 323/28 ⇜ (93/8 → 745/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (93/8 → 745/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (93/8 → 745/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (93/8 → 745/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (93/8 → 745/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (745/64 → 373/32) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (745/64 → 373/32) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (745/64 → 373/32) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (745/64 → 373/32) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (745/64 → 373/32) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (373/32 → 747/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (373/32 → 747/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (373/32 → 747/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (373/32 → 747/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (373/32 → 747/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (747/64 → 187/16) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (747/64 → 187/16) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (747/64 → 187/16) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (747/64 → 187/16) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (747/64 → 187/16) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (187/16 → 749/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (187/16 → 749/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (187/16 → 749/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (187/16 → 749/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (187/16 → 749/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (749/64 → 375/32) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (749/64 → 375/32) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (749/64 → 375/32) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (749/64 → 375/32) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (749/64 → 375/32) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (375/32 → 751/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (375/32 → 751/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (375/32 → 751/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (375/32 → 751/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (375/32 → 751/64) ⇝ 47/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 323/28 ⇜ (751/64 → 47/4) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (751/64 → 47/4) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (751/64 → 47/4) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (751/64 → 47/4) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 23/2 ⇜ (751/64 → 47/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (47/4 → 753/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (47/4 → 753/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (47/4 → 753/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (47/4 → 753/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 323/28 ⇜ (47/4 → 753/64) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (47/4 → 753/64) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (47/4 → 753/64) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (47/4 → 753/64) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (47/4 → 753/64) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (47/4 → 753/64) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (47/4 → 753/64) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 323/28 ⇜ (753/64 → 377/32) ⇝ 165/14 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (753/64 → 377/32) ⇝ 165/14 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (753/64 → 377/32) ⇝ 165/14 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (753/64 → 377/32) ⇝ 165/14 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (753/64 → 377/32) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 323/28 ⇜ (377/32 → 165/14) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 323/28 ⇜ (377/32 → 165/14) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 323/28 ⇜ (377/32 → 165/14) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 323/28 ⇜ (377/32 → 165/14) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (377/32 → 755/64) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (755/64 → 189/16) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (189/16 → 757/64) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (757/64 → 379/32) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 95/8 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 95/8 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (379/32 → 759/64) ⇝ 95/8 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (759/64 → 95/8) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (759/64 → 95/8) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (759/64 → 95/8) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (759/64 → 95/8) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (759/64 → 95/8) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 47/4 ⇜ (759/64 → 95/8) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 47/4 ⇜ (759/64 → 95/8) | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 47/4 ⇜ (95/8 → 761/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (95/8 → 761/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (95/8 → 761/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (95/8 → 761/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (761/64 → 381/32) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (761/64 → 381/32) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (761/64 → 381/32) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (761/64 → 381/32) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (381/32 → 763/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (381/32 → 763/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (381/32 → 763/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (381/32 → 763/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (763/64 → 191/16) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (763/64 → 191/16) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (763/64 → 191/16) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (763/64 → 191/16) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (191/16 → 765/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (191/16 → 765/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (191/16 → 765/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (191/16 → 765/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (765/64 → 383/32) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (765/64 → 383/32) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (765/64 → 383/32) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (765/64 → 383/32) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (383/32 → 767/64) ⇝ 12/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (383/32 → 767/64) ⇝ 12/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (383/32 → 767/64) ⇝ 12/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (383/32 → 767/64) ⇝ 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 47/4 ⇜ (767/64 → 12/1) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (767/64 → 12/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (767/64 → 12/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 47/4 ⇜ (767/64 → 12/1) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (12/1 → 769/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 12/1 ⇜ (769/64 → 385/32) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (337/28 → 771/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (337/28 → 771/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (337/28 → 771/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (337/28 → 771/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (385/32 → 771/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 337/28 ⇜ (771/64 → 193/16) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (771/64 → 193/16) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (771/64 → 193/16) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (771/64 → 193/16) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (771/64 → 193/16) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 337/28 ⇜ (193/16 → 773/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (193/16 → 773/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (193/16 → 773/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (193/16 → 773/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (193/16 → 773/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 337/28 ⇜ (773/64 → 387/32) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (773/64 → 387/32) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (773/64 → 387/32) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (773/64 → 387/32) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (773/64 → 387/32) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 337/28 ⇜ (387/32 → 775/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (387/32 → 775/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (387/32 → 775/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (387/32 → 775/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (387/32 → 775/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 337/28 ⇜ (775/64 → 97/8) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (775/64 → 97/8) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (775/64 → 97/8) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (775/64 → 97/8) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (775/64 → 97/8) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 337/28 ⇜ (97/8 → 777/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (97/8 → 777/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (97/8 → 777/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (97/8 → 777/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (97/8 → 777/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (97/8 → 777/64) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (97/8 → 777/64) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (97/8 → 777/64) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (777/64 → 389/32) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (777/64 → 389/32) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (777/64 → 389/32) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (777/64 → 389/32) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (777/64 → 389/32) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (777/64 → 389/32) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (777/64 → 389/32) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (777/64 → 389/32) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (389/32 → 779/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (389/32 → 779/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (389/32 → 779/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (389/32 → 779/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (389/32 → 779/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (389/32 → 779/64) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (389/32 → 779/64) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (389/32 → 779/64) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (779/64 → 195/16) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (779/64 → 195/16) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (779/64 → 195/16) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (779/64 → 195/16) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (779/64 → 195/16) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (779/64 → 195/16) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (779/64 → 195/16) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (779/64 → 195/16) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (195/16 → 781/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (195/16 → 781/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (195/16 → 781/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (195/16 → 781/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (195/16 → 781/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (195/16 → 781/64) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (195/16 → 781/64) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (195/16 → 781/64) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (781/64 → 391/32) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (781/64 → 391/32) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (781/64 → 391/32) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (781/64 → 391/32) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (781/64 → 391/32) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (781/64 → 391/32) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (781/64 → 391/32) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (781/64 → 391/32) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (391/32 → 783/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (391/32 → 783/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (391/32 → 783/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (391/32 → 783/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (391/32 → 783/64) ⇝ 49/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (391/32 → 783/64) ⇝ 49/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (391/32 → 783/64) ⇝ 49/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (391/32 → 783/64) ⇝ 49/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (783/64 → 49/4) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (783/64 → 49/4) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (783/64 → 49/4) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (783/64 → 49/4) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 12/1 ⇜ (783/64 → 49/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 97/8 ⇜ (783/64 → 49/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 97/8 ⇜ (783/64 → 49/4) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 97/8 ⇜ (783/64 → 49/4) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 337/28 ⇜ (49/4 → 785/64) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (49/4 → 785/64) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (49/4 → 785/64) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (49/4 → 785/64) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 337/28 ⇜ (785/64 → 393/32) ⇝ 86/7 | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (785/64 → 393/32) ⇝ 86/7 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (785/64 → 393/32) ⇝ 86/7 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (785/64 → 393/32) ⇝ 86/7 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 337/28 ⇜ (393/32 → 86/7) | note:Ab4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 337/28 ⇜ (393/32 → 86/7) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 337/28 ⇜ (393/32 → 86/7) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 337/28 ⇜ (393/32 → 86/7) | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (25/2 → 801/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (25/2 → 801/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (25/2 → 801/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (25/2 → 801/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (25/2 → 801/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (25/2 → 801/64) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (25/2 → 801/64) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ (25/2 → 801/64) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (801/64 → 401/32) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (401/32 → 803/64) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (803/64 → 201/16) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (201/16 → 805/64) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (805/64 → 403/32) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 101/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 101/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (403/32 → 807/64) ⇝ 101/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (807/64 → 101/8) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (807/64 → 101/8) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (807/64 → 101/8) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (807/64 → 101/8) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (807/64 → 101/8) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (807/64 → 101/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 25/2 ⇜ (807/64 → 101/8) | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 25/2 ⇜ (807/64 → 101/8) | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/2 ⇜ (101/8 → 809/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (101/8 → 809/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (101/8 → 809/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (101/8 → 809/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (101/8 → 809/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (809/64 → 405/32) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (809/64 → 405/32) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (809/64 → 405/32) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (809/64 → 405/32) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (809/64 → 405/32) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (405/32 → 811/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (405/32 → 811/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (405/32 → 811/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (405/32 → 811/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (405/32 → 811/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (811/64 → 203/16) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (811/64 → 203/16) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (811/64 → 203/16) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (811/64 → 203/16) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (811/64 → 203/16) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (203/16 → 813/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (203/16 → 813/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (203/16 → 813/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (203/16 → 813/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (203/16 → 813/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (813/64 → 407/32) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (813/64 → 407/32) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (813/64 → 407/32) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (813/64 → 407/32) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (813/64 → 407/32) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (407/32 → 815/64) ⇝ 51/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (407/32 → 815/64) ⇝ 51/4 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (407/32 → 815/64) ⇝ 51/4 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (407/32 → 815/64) ⇝ 51/4 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (407/32 → 815/64) ⇝ 51/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 25/2 ⇜ (815/64 → 51/4) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 25/2 ⇜ (815/64 → 51/4) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 25/2 ⇜ (815/64 → 51/4) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 25/2 ⇜ (815/64 → 51/4) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 25/2 ⇜ (815/64 → 51/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (51/4 → 817/64) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (51/4 → 817/64) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (51/4 → 817/64) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 51/4 ⇜ (817/64 → 409/32) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (817/64 → 409/32) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (817/64 → 409/32) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (179/14 → 819/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (179/14 → 819/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (179/14 → 819/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (179/14 → 819/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 51/4 ⇜ (409/32 → 819/64) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (409/32 → 819/64) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (409/32 → 819/64) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 179/14 ⇜ (819/64 → 205/16) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (819/64 → 205/16) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (819/64 → 205/16) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (819/64 → 205/16) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 51/4 ⇜ (819/64 → 205/16) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (819/64 → 205/16) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (819/64 → 205/16) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 179/14 ⇜ (205/16 → 821/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (205/16 → 821/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (205/16 → 821/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (205/16 → 821/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 51/4 ⇜ (205/16 → 821/64) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (205/16 → 821/64) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (205/16 → 821/64) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 179/14 ⇜ (821/64 → 411/32) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (821/64 → 411/32) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (821/64 → 411/32) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (821/64 → 411/32) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 51/4 ⇜ (821/64 → 411/32) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (821/64 → 411/32) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (821/64 → 411/32) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 179/14 ⇜ (411/32 → 823/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (411/32 → 823/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (411/32 → 823/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (411/32 → 823/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 51/4 ⇜ (411/32 → 823/64) ⇝ 103/8 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (411/32 → 823/64) ⇝ 103/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (411/32 → 823/64) ⇝ 103/8 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 179/14 ⇜ (823/64 → 103/8) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (823/64 → 103/8) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (823/64 → 103/8) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (823/64 → 103/8) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 51/4 ⇜ (823/64 → 103/8) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 51/4 ⇜ (823/64 → 103/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 51/4 ⇜ (823/64 → 103/8) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 179/14 ⇜ (103/8 → 825/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (103/8 → 825/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (103/8 → 825/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (103/8 → 825/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (825/64 → 413/32) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (825/64 → 413/32) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (825/64 → 413/32) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (825/64 → 413/32) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (413/32 → 827/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (413/32 → 827/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (413/32 → 827/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (413/32 → 827/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (827/64 → 207/16) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (827/64 → 207/16) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (827/64 → 207/16) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (827/64 → 207/16) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (207/16 → 829/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (207/16 → 829/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (207/16 → 829/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (207/16 → 829/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (829/64 → 415/32) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (829/64 → 415/32) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (829/64 → 415/32) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (829/64 → 415/32) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (415/32 → 831/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (415/32 → 831/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (415/32 → 831/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (415/32 → 831/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (831/64 → 13/1) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (831/64 → 13/1) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (831/64 → 13/1) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (831/64 → 13/1) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 179/14 ⇜ (13/1 → 833/64) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (13/1 → 833/64) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (13/1 → 833/64) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (13/1 → 833/64) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (13/1 → 833/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 179/14 ⇜ (833/64 → 417/32) ⇝ 365/28 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (833/64 → 417/32) ⇝ 365/28 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (833/64 → 417/32) ⇝ 365/28 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (833/64 → 417/32) ⇝ 365/28 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/1 ⇜ (833/64 → 417/32) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 179/14 ⇜ (417/32 → 365/28) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 179/14 ⇜ (417/32 → 365/28) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 179/14 ⇜ (417/32 → 365/28) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 179/14 ⇜ (417/32 → 365/28) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 13/1 ⇜ (417/32 → 835/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 13/1 ⇜ (835/64 → 209/16) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 13/1 ⇜ (209/16 → 837/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 13/1 ⇜ (837/64 → 419/32) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 13/1 ⇜ (419/32 → 839/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 13/1 ⇜ (839/64 → 105/8) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 13/1 ⇜ (105/8 → 841/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (105/8 → 841/64) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (105/8 → 841/64) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (105/8 → 841/64) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (841/64 → 421/32) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (841/64 → 421/32) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (841/64 → 421/32) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (841/64 → 421/32) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (421/32 → 843/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (421/32 → 843/64) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (421/32 → 843/64) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (421/32 → 843/64) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (843/64 → 211/16) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (843/64 → 211/16) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (843/64 → 211/16) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (843/64 → 211/16) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (211/16 → 845/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (211/16 → 845/64) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (211/16 → 845/64) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (211/16 → 845/64) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (845/64 → 423/32) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (845/64 → 423/32) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (845/64 → 423/32) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (845/64 → 423/32) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (423/32 → 847/64) ⇝ 53/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (423/32 → 847/64) ⇝ 53/4 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (423/32 → 847/64) ⇝ 53/4 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (423/32 → 847/64) ⇝ 53/4 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 13/1 ⇜ (847/64 → 53/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 105/8 ⇜ (847/64 → 53/4) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 105/8 ⇜ (847/64 → 53/4) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 105/8 ⇜ (847/64 → 53/4) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (53/4 → 849/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (53/4 → 849/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (53/4 → 849/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (53/4 → 849/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (849/64 → 425/32) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (849/64 → 425/32) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (849/64 → 425/32) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (849/64 → 425/32) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (425/32 → 851/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (425/32 → 851/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (425/32 → 851/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (425/32 → 851/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (851/64 → 213/16) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (851/64 → 213/16) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (851/64 → 213/16) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (851/64 → 213/16) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (213/16 → 853/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (213/16 → 853/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (213/16 → 853/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (213/16 → 853/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (853/64 → 427/32) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (853/64 → 427/32) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (853/64 → 427/32) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (853/64 → 427/32) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (427/32 → 855/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (427/32 → 855/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (427/32 → 855/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (427/32 → 855/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (855/64 → 107/8) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (855/64 → 107/8) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (855/64 → 107/8) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (855/64 → 107/8) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (107/8 → 857/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (107/8 → 857/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (107/8 → 857/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (107/8 → 857/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (857/64 → 429/32) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (857/64 → 429/32) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (857/64 → 429/32) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (857/64 → 429/32) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (429/32 → 859/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (429/32 → 859/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (429/32 → 859/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (429/32 → 859/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (859/64 → 215/16) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (859/64 → 215/16) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (859/64 → 215/16) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (859/64 → 215/16) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (215/16 → 861/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (215/16 → 861/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (215/16 → 861/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (215/16 → 861/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (861/64 → 431/32) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (861/64 → 431/32) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (861/64 → 431/32) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (861/64 → 431/32) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (431/32 → 863/64) ⇝ 27/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (431/32 → 863/64) ⇝ 27/2 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (431/32 → 863/64) ⇝ 27/2 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (431/32 → 863/64) ⇝ 27/2 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 53/4 ⇜ (863/64 → 27/2) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 53/4 ⇜ (863/64 → 27/2) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 53/4 ⇜ (863/64 → 27/2) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 53/4 ⇜ (863/64 → 27/2) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (27/2 → 865/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (27/2 → 865/64) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (27/2 → 865/64) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ (27/2 → 865/64) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 27/2 ⇜ (865/64 → 433/32) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (865/64 → 433/32) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (865/64 → 433/32) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (865/64 → 433/32) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ (379/28 → 867/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (379/28 → 867/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (379/28 → 867/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (379/28 → 867/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (433/32 → 867/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (433/32 → 867/64) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (433/32 → 867/64) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (433/32 → 867/64) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 379/28 ⇜ (867/64 → 217/16) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (867/64 → 217/16) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (867/64 → 217/16) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (867/64 → 217/16) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (867/64 → 217/16) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (867/64 → 217/16) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (867/64 → 217/16) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (867/64 → 217/16) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 379/28 ⇜ (217/16 → 869/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (217/16 → 869/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (217/16 → 869/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (217/16 → 869/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (217/16 → 869/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (217/16 → 869/64) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (217/16 → 869/64) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (217/16 → 869/64) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 379/28 ⇜ (869/64 → 435/32) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (869/64 → 435/32) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (869/64 → 435/32) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (869/64 → 435/32) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (869/64 → 435/32) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (869/64 → 435/32) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (869/64 → 435/32) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (869/64 → 435/32) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 379/28 ⇜ (435/32 → 871/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (435/32 → 871/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (435/32 → 871/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (435/32 → 871/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (435/32 → 871/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (435/32 → 871/64) ⇝ 109/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (435/32 → 871/64) ⇝ 109/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (435/32 → 871/64) ⇝ 109/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 379/28 ⇜ (871/64 → 109/8) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (871/64 → 109/8) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (871/64 → 109/8) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (871/64 → 109/8) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (871/64 → 109/8) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 27/2 ⇜ (871/64 → 109/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 27/2 ⇜ (871/64 → 109/8) | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 27/2 ⇜ (871/64 → 109/8) | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 379/28 ⇜ (109/8 → 873/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (109/8 → 873/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (109/8 → 873/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (109/8 → 873/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (109/8 → 873/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (873/64 → 437/32) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (873/64 → 437/32) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (873/64 → 437/32) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (873/64 → 437/32) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (873/64 → 437/32) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (437/32 → 875/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (437/32 → 875/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (437/32 → 875/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (437/32 → 875/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (437/32 → 875/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (875/64 → 219/16) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (875/64 → 219/16) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (875/64 → 219/16) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (875/64 → 219/16) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (875/64 → 219/16) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (219/16 → 877/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (219/16 → 877/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (219/16 → 877/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (219/16 → 877/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (219/16 → 877/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (877/64 → 439/32) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (877/64 → 439/32) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (877/64 → 439/32) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (877/64 → 439/32) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (877/64 → 439/32) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (439/32 → 879/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (439/32 → 879/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (439/32 → 879/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (439/32 → 879/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (439/32 → 879/64) ⇝ 55/4 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 379/28 ⇜ (879/64 → 55/4) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (879/64 → 55/4) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (879/64 → 55/4) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (879/64 → 55/4) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 27/2 ⇜ (879/64 → 55/4) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (55/4 → 881/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (55/4 → 881/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (55/4 → 881/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (55/4 → 881/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 379/28 ⇜ (55/4 → 881/64) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (55/4 → 881/64) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (55/4 → 881/64) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (55/4 → 881/64) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (55/4 → 881/64) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (55/4 → 881/64) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ (55/4 → 881/64) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 379/28 ⇜ (881/64 → 441/32) ⇝ 193/14 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (881/64 → 441/32) ⇝ 193/14 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (881/64 → 441/32) ⇝ 193/14 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (881/64 → 441/32) ⇝ 193/14 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (881/64 → 441/32) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 379/28 ⇜ (441/32 → 193/14) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 379/28 ⇜ (441/32 → 193/14) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 379/28 ⇜ (441/32 → 193/14) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 379/28 ⇜ (441/32 → 193/14) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (441/32 → 883/64) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (883/64 → 221/16) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (221/16 → 885/64) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (885/64 → 443/32) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 111/8 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 111/8 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (443/32 → 887/64) ⇝ 111/8 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (887/64 → 111/8) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (887/64 → 111/8) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (887/64 → 111/8) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (887/64 → 111/8) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (887/64 → 111/8) | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 55/4 ⇜ (887/64 → 111/8) | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 55/4 ⇜ (887/64 → 111/8) | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 55/4 ⇜ (111/8 → 889/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (111/8 → 889/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (111/8 → 889/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (111/8 → 889/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (889/64 → 445/32) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (889/64 → 445/32) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (889/64 → 445/32) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (889/64 → 445/32) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (445/32 → 891/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (445/32 → 891/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (445/32 → 891/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (445/32 → 891/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (891/64 → 223/16) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (891/64 → 223/16) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (891/64 → 223/16) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (891/64 → 223/16) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (223/16 → 893/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (223/16 → 893/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (223/16 → 893/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (223/16 → 893/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (893/64 → 447/32) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (893/64 → 447/32) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (893/64 → 447/32) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (893/64 → 447/32) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (447/32 → 895/64) ⇝ 14/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (447/32 → 895/64) ⇝ 14/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (447/32 → 895/64) ⇝ 14/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (447/32 → 895/64) ⇝ 14/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 55/4 ⇜ (895/64 → 14/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 55/4 ⇜ (895/64 → 14/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 55/4 ⇜ (895/64 → 14/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 55/4 ⇜ (895/64 → 14/1) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (14/1 → 897/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 14/1 ⇜ (897/64 → 449/32) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (393/28 → 899/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (393/28 → 899/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (393/28 → 899/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (393/28 → 899/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (449/32 → 899/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 393/28 ⇜ (899/64 → 225/16) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (899/64 → 225/16) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (899/64 → 225/16) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (899/64 → 225/16) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (899/64 → 225/16) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 393/28 ⇜ (225/16 → 901/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (225/16 → 901/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (225/16 → 901/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (225/16 → 901/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (225/16 → 901/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 393/28 ⇜ (901/64 → 451/32) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (901/64 → 451/32) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (901/64 → 451/32) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (901/64 → 451/32) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (901/64 → 451/32) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 393/28 ⇜ (451/32 → 903/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (451/32 → 903/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (451/32 → 903/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (451/32 → 903/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (451/32 → 903/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 393/28 ⇜ (903/64 → 113/8) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (903/64 → 113/8) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (903/64 → 113/8) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (903/64 → 113/8) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (903/64 → 113/8) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 393/28 ⇜ (113/8 → 905/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (113/8 → 905/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (113/8 → 905/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (113/8 → 905/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (113/8 → 905/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (113/8 → 905/64) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (113/8 → 905/64) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (113/8 → 905/64) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (905/64 → 453/32) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (905/64 → 453/32) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (905/64 → 453/32) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (905/64 → 453/32) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (905/64 → 453/32) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (905/64 → 453/32) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (905/64 → 453/32) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (905/64 → 453/32) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (453/32 → 907/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (453/32 → 907/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (453/32 → 907/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (453/32 → 907/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (453/32 → 907/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (453/32 → 907/64) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (453/32 → 907/64) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (453/32 → 907/64) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (907/64 → 227/16) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (907/64 → 227/16) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (907/64 → 227/16) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (907/64 → 227/16) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (907/64 → 227/16) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (907/64 → 227/16) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (907/64 → 227/16) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (907/64 → 227/16) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (227/16 → 909/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (227/16 → 909/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (227/16 → 909/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (227/16 → 909/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (227/16 → 909/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (227/16 → 909/64) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (227/16 → 909/64) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (227/16 → 909/64) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (909/64 → 455/32) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (909/64 → 455/32) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (909/64 → 455/32) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (909/64 → 455/32) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (909/64 → 455/32) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (909/64 → 455/32) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (909/64 → 455/32) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (909/64 → 455/32) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (455/32 → 911/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (455/32 → 911/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (455/32 → 911/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (455/32 → 911/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (455/32 → 911/64) ⇝ 57/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (455/32 → 911/64) ⇝ 57/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (455/32 → 911/64) ⇝ 57/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (455/32 → 911/64) ⇝ 57/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (911/64 → 57/4) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (911/64 → 57/4) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (911/64 → 57/4) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (911/64 → 57/4) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 14/1 ⇜ (911/64 → 57/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 113/8 ⇜ (911/64 → 57/4) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 113/8 ⇜ (911/64 → 57/4) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 113/8 ⇜ (911/64 → 57/4) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (57/4 → 913/64) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (57/4 → 913/64) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (57/4 → 913/64) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (57/4 → 913/64) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (913/64 → 457/32) ⇝ 100/7 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (913/64 → 457/32) ⇝ 100/7 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (913/64 → 457/32) ⇝ 100/7 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (913/64 → 457/32) ⇝ 100/7 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 393/28 ⇜ (457/32 → 100/7) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 393/28 ⇜ (457/32 → 100/7) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 393/28 ⇜ (457/32 → 100/7) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 393/28 ⇜ (457/32 → 100/7) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (29/2 → 929/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (29/2 → 929/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (29/2 → 929/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (29/2 → 929/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (29/2 → 929/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (29/2 → 929/64) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (29/2 → 929/64) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ (29/2 → 929/64) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (929/64 → 465/32) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (465/32 → 931/64) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (931/64 → 233/16) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (233/16 → 933/64) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (933/64 → 467/32) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 117/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 117/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (467/32 → 935/64) ⇝ 117/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (935/64 → 117/8) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (935/64 → 117/8) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (935/64 → 117/8) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (935/64 → 117/8) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (935/64 → 117/8) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (935/64 → 117/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 29/2 ⇜ (935/64 → 117/8) | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 29/2 ⇜ (935/64 → 117/8) | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 29/2 ⇜ (117/8 → 937/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (117/8 → 937/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (117/8 → 937/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (117/8 → 937/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (117/8 → 937/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (937/64 → 469/32) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (937/64 → 469/32) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (937/64 → 469/32) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (937/64 → 469/32) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (937/64 → 469/32) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (469/32 → 939/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (469/32 → 939/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (469/32 → 939/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (469/32 → 939/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (469/32 → 939/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (939/64 → 235/16) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (939/64 → 235/16) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (939/64 → 235/16) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (939/64 → 235/16) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (939/64 → 235/16) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (235/16 → 941/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (235/16 → 941/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (235/16 → 941/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (235/16 → 941/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (235/16 → 941/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (941/64 → 471/32) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (941/64 → 471/32) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (941/64 → 471/32) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (941/64 → 471/32) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (941/64 → 471/32) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (471/32 → 943/64) ⇝ 59/4 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (471/32 → 943/64) ⇝ 59/4 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (471/32 → 943/64) ⇝ 59/4 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (471/32 → 943/64) ⇝ 59/4 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (471/32 → 943/64) ⇝ 59/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 29/2 ⇜ (943/64 → 59/4) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 29/2 ⇜ (943/64 → 59/4) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 ⇜ (943/64 → 59/4) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/2 ⇜ (943/64 → 59/4) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 ⇜ (943/64 → 59/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (59/4 → 945/64) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (59/4 → 945/64) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (59/4 → 945/64) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 59/4 ⇜ (945/64 → 473/32) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (945/64 → 473/32) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (945/64 → 473/32) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (207/14 → 947/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (207/14 → 947/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (207/14 → 947/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (207/14 → 947/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 59/4 ⇜ (473/32 → 947/64) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (473/32 → 947/64) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (473/32 → 947/64) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 207/14 ⇜ (947/64 → 237/16) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (947/64 → 237/16) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (947/64 → 237/16) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (947/64 → 237/16) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 59/4 ⇜ (947/64 → 237/16) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (947/64 → 237/16) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (947/64 → 237/16) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 207/14 ⇜ (237/16 → 949/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (237/16 → 949/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (237/16 → 949/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (237/16 → 949/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 59/4 ⇜ (237/16 → 949/64) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (237/16 → 949/64) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (237/16 → 949/64) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 207/14 ⇜ (949/64 → 475/32) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (949/64 → 475/32) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (949/64 → 475/32) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (949/64 → 475/32) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 59/4 ⇜ (949/64 → 475/32) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (949/64 → 475/32) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (949/64 → 475/32) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 207/14 ⇜ (475/32 → 951/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (475/32 → 951/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (475/32 → 951/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (475/32 → 951/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 59/4 ⇜ (475/32 → 951/64) ⇝ 119/8 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (475/32 → 951/64) ⇝ 119/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (475/32 → 951/64) ⇝ 119/8 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 207/14 ⇜ (951/64 → 119/8) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (951/64 → 119/8) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (951/64 → 119/8) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (951/64 → 119/8) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 59/4 ⇜ (951/64 → 119/8) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 59/4 ⇜ (951/64 → 119/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 59/4 ⇜ (951/64 → 119/8) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 207/14 ⇜ (119/8 → 953/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (119/8 → 953/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (119/8 → 953/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (119/8 → 953/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (953/64 → 477/32) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (953/64 → 477/32) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (953/64 → 477/32) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (953/64 → 477/32) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (477/32 → 955/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (477/32 → 955/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (477/32 → 955/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (477/32 → 955/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (955/64 → 239/16) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (955/64 → 239/16) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (955/64 → 239/16) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (955/64 → 239/16) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (239/16 → 957/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (239/16 → 957/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (239/16 → 957/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (239/16 → 957/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (957/64 → 479/32) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (957/64 → 479/32) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (957/64 → 479/32) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (957/64 → 479/32) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (479/32 → 959/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (479/32 → 959/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (479/32 → 959/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (479/32 → 959/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (959/64 → 15/1) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (959/64 → 15/1) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (959/64 → 15/1) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (959/64 → 15/1) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 207/14 ⇜ (15/1 → 961/64) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (15/1 → 961/64) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (15/1 → 961/64) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (15/1 → 961/64) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (15/1 → 961/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 207/14 ⇜ (961/64 → 481/32) ⇝ 421/28 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (961/64 → 481/32) ⇝ 421/28 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (961/64 → 481/32) ⇝ 421/28 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (961/64 → 481/32) ⇝ 421/28 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/1 ⇜ (961/64 → 481/32) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 207/14 ⇜ (481/32 → 421/28) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 207/14 ⇜ (481/32 → 421/28) | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 207/14 ⇜ (481/32 → 421/28) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 207/14 ⇜ (481/32 → 421/28) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 15/1 ⇜ (481/32 → 963/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/1 ⇜ (963/64 → 241/16) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/1 ⇜ (241/16 → 965/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/1 ⇜ (965/64 → 483/32) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/1 ⇜ (483/32 → 967/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/1 ⇜ (967/64 → 121/8) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 15/1 ⇜ (121/8 → 969/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (121/8 → 969/64) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ (121/8 → 969/64) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (121/8 → 969/64) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (969/64 → 485/32) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (969/64 → 485/32) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (969/64 → 485/32) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (969/64 → 485/32) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (485/32 → 971/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (485/32 → 971/64) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (485/32 → 971/64) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (485/32 → 971/64) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (971/64 → 243/16) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (971/64 → 243/16) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (971/64 → 243/16) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (971/64 → 243/16) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (243/16 → 973/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (243/16 → 973/64) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (243/16 → 973/64) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (243/16 → 973/64) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (973/64 → 487/32) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (973/64 → 487/32) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (973/64 → 487/32) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (973/64 → 487/32) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (487/32 → 975/64) ⇝ 61/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (487/32 → 975/64) ⇝ 61/4 | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (487/32 → 975/64) ⇝ 61/4 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (487/32 → 975/64) ⇝ 61/4 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 15/1 ⇜ (975/64 → 61/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 121/8 ⇜ (975/64 → 61/4) | note:F#4 clip:1 s:piano release:0.1 pan:0.5555555555555556 ]", - "[ 121/8 ⇜ (975/64 → 61/4) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 121/8 ⇜ (975/64 → 61/4) | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ (61/4 → 977/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (61/4 → 977/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (61/4 → 977/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (61/4 → 977/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (977/64 → 489/32) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (977/64 → 489/32) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (977/64 → 489/32) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (977/64 → 489/32) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (489/32 → 979/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (489/32 → 979/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (489/32 → 979/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (489/32 → 979/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (979/64 → 245/16) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (979/64 → 245/16) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (979/64 → 245/16) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (979/64 → 245/16) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (245/16 → 981/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (245/16 → 981/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (245/16 → 981/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (245/16 → 981/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (981/64 → 491/32) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (981/64 → 491/32) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (981/64 → 491/32) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (981/64 → 491/32) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (491/32 → 983/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (491/32 → 983/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (491/32 → 983/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (491/32 → 983/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (983/64 → 123/8) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (983/64 → 123/8) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (983/64 → 123/8) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (983/64 → 123/8) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (123/8 → 985/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (123/8 → 985/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (123/8 → 985/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (123/8 → 985/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (985/64 → 493/32) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (985/64 → 493/32) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (985/64 → 493/32) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (985/64 → 493/32) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (493/32 → 987/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (493/32 → 987/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (493/32 → 987/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (493/32 → 987/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (987/64 → 247/16) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (987/64 → 247/16) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (987/64 → 247/16) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (987/64 → 247/16) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (247/16 → 989/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (247/16 → 989/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (247/16 → 989/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (247/16 → 989/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (989/64 → 495/32) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (989/64 → 495/32) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (989/64 → 495/32) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (989/64 → 495/32) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (495/32 → 991/64) ⇝ 31/2 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (495/32 → 991/64) ⇝ 31/2 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (495/32 → 991/64) ⇝ 31/2 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (495/32 → 991/64) ⇝ 31/2 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 61/4 ⇜ (991/64 → 31/2) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 61/4 ⇜ (991/64 → 31/2) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 ⇜ (991/64 → 31/2) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 61/4 ⇜ (991/64 → 31/2) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (31/2 → 993/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (31/2 → 993/64) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (31/2 → 993/64) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ (31/2 → 993/64) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 31/2 ⇜ (993/64 → 497/32) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (993/64 → 497/32) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (993/64 → 497/32) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (993/64 → 497/32) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ (435/28 → 995/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ (435/28 → 995/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ (435/28 → 995/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (435/28 → 995/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (497/32 → 995/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (497/32 → 995/64) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (497/32 → 995/64) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (497/32 → 995/64) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 435/28 ⇜ (995/64 → 249/16) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (995/64 → 249/16) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (995/64 → 249/16) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (995/64 → 249/16) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (995/64 → 249/16) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (995/64 → 249/16) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (995/64 → 249/16) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (995/64 → 249/16) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 435/28 ⇜ (249/16 → 997/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (249/16 → 997/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (249/16 → 997/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (249/16 → 997/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (249/16 → 997/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (249/16 → 997/64) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (249/16 → 997/64) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (249/16 → 997/64) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 435/28 ⇜ (997/64 → 499/32) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (997/64 → 499/32) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (997/64 → 499/32) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (997/64 → 499/32) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (997/64 → 499/32) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (997/64 → 499/32) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (997/64 → 499/32) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (997/64 → 499/32) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 435/28 ⇜ (499/32 → 999/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (499/32 → 999/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (499/32 → 999/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (499/32 → 999/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (499/32 → 999/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (499/32 → 999/64) ⇝ 125/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (499/32 → 999/64) ⇝ 125/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (499/32 → 999/64) ⇝ 125/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 435/28 ⇜ (999/64 → 125/8) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (999/64 → 125/8) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (999/64 → 125/8) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (999/64 → 125/8) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (999/64 → 125/8) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 31/2 ⇜ (999/64 → 125/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 31/2 ⇜ (999/64 → 125/8) | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 31/2 ⇜ (999/64 → 125/8) | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 435/28 ⇜ (125/8 → 1001/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (125/8 → 1001/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (125/8 → 1001/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (125/8 → 1001/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (125/8 → 1001/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (1001/64 → 501/32) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (1001/64 → 501/32) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (1001/64 → 501/32) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (1001/64 → 501/32) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (1001/64 → 501/32) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (501/32 → 1003/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (501/32 → 1003/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (501/32 → 1003/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (501/32 → 1003/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (501/32 → 1003/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (1003/64 → 251/16) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (1003/64 → 251/16) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (1003/64 → 251/16) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (1003/64 → 251/16) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (1003/64 → 251/16) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (251/16 → 1005/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (251/16 → 1005/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (251/16 → 1005/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (251/16 → 1005/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (251/16 → 1005/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (1005/64 → 503/32) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (1005/64 → 503/32) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (1005/64 → 503/32) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (1005/64 → 503/32) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (1005/64 → 503/32) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (503/32 → 1007/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (503/32 → 1007/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (503/32 → 1007/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (503/32 → 1007/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (503/32 → 1007/64) ⇝ 63/4 | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ 435/28 ⇜ (1007/64 → 63/4) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (1007/64 → 63/4) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (1007/64 → 63/4) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (1007/64 → 63/4) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 31/2 ⇜ (1007/64 → 63/4) | note:F#2 clip:1 s:piano release:0.1 pan:0.4444444444444444 ]", - "[ (63/4 → 1009/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ (63/4 → 1009/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (63/4 → 1009/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (63/4 → 1009/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 435/28 ⇜ (63/4 → 1009/64) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (63/4 → 1009/64) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (63/4 → 1009/64) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (63/4 → 1009/64) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (63/4 → 1009/64) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ (63/4 → 1009/64) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ (63/4 → 1009/64) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 435/28 ⇜ (1009/64 → 505/32) ⇝ 221/14 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (1009/64 → 505/32) ⇝ 221/14 | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (1009/64 → 505/32) ⇝ 221/14 | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (1009/64 → 505/32) ⇝ 221/14 | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (1009/64 → 505/32) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 435/28 ⇜ (505/32 → 221/14) | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 435/28 ⇜ (505/32 → 221/14) | note:G#4 clip:1 s:piano release:0.1 pan:0.5648148148148149 ]", - "[ 435/28 ⇜ (505/32 → 221/14) | note:A#4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ 435/28 ⇜ (505/32 → 221/14) | note:D#5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (505/32 → 1011/64) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (1011/64 → 253/16) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (253/16 → 1013/64) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (1013/64 → 507/32) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 127/8 | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 127/8 | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (507/32 → 1015/64) ⇝ 127/8 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) | note:C#5 clip:1 s:piano release:0.1 pan:0.587962962962963 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) | note:G#5 clip:1 s:piano release:0.1 pan:0.6203703703703703 ]", - "[ 63/4 ⇜ (1015/64 → 127/8) | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ 63/4 ⇜ (127/8 → 1017/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (127/8 → 1017/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (127/8 → 1017/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (127/8 → 1017/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1017/64 → 509/32) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1017/64 → 509/32) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1017/64 → 509/32) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1017/64 → 509/32) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (509/32 → 1019/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (509/32 → 1019/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (509/32 → 1019/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (509/32 → 1019/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1019/64 → 255/16) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1019/64 → 255/16) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1019/64 → 255/16) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1019/64 → 255/16) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (255/16 → 1021/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (255/16 → 1021/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (255/16 → 1021/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (255/16 → 1021/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1021/64 → 511/32) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1021/64 → 511/32) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1021/64 → 511/32) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1021/64 → 511/32) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (511/32 → 1023/64) ⇝ 16/1 | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (511/32 → 1023/64) ⇝ 16/1 | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (511/32 → 1023/64) ⇝ 16/1 | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (511/32 → 1023/64) ⇝ 16/1 | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (1023/64 → 16/1) | note:E3 clip:1 s:piano release:0.1 pan:0.4907407407407407 ]", - "[ 63/4 ⇜ (1023/64 → 16/1) | note:G#3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 63/4 ⇜ (1023/64 → 16/1) | note:A#3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 63/4 ⇜ (1023/64 → 16/1) | note:D#4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", -] -`; - -exports[`renders tunes > tune: festivalOfFingers3 1`] = ` -[ - "[ 0/1 → 2/3 | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ (2/3 → 1/1) ⇝ 4/3 | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ (0/1 → 1/1) ⇝ 2/1 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (0/1 → 1/1) ⇝ 2/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (0/1 → 1/1) ⇝ 2/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 0/1 → 1/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ -1/6 ⇜ (0/1 → 1/6) | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (1/2 → 3/4) ⇝ 5/6 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (1/2 → 3/4) ⇝ 3/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (1/2 → 3/4) ⇝ 3/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (1/2 → 3/4) ⇝ 3/2 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (1/2 → 3/4) ⇝ 1/1 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 1/3 → 5/9 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 0/1 → 1/3 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 1/6 → 1/3 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (5/6 → 7/8) ⇝ 1/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (1/2 → 5/8) ⇝ 3/4 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 0/1 → 2959010/6357457 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 1/3 → 15234487/19072371 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (2/3 → 1/1) ⇝ 21591944/19072371 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 2/3 ⇜ (1/1 → 21591944/19072371) | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ -1/6 ⇜ (0/1 → 3180875/15573939) ⇝ 2510729/10382626 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 1/6 → 2872237/4602522 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 1/2 → 4406411/4602522 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (5/6 → 1/1) ⇝ 1980195/1534174 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 5/6 ⇜ (1/1 → 2444005/2301261) ⇝ 1980195/1534174 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 0/1 → 154102/384951 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 1/3 → 2946751/3765183 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (2/3 → 1/1) ⇝ 1400604/1255061 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 2/3 ⇜ (1/1 → 1400604/1255061) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ -1/6 ⇜ (0/1 → 681329/3474729) ⇝ 1567073/6949458 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 1/6 → 3883559/6949458 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 1/2 → 17103943/18173046 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (5/6 → 1/1) ⇝ 23161625/18173046 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 5/6 ⇜ (1/1 → 6384305/6057682) ⇝ 23161625/18173046 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 2/3 ⇜ (1/1 → 4/3) | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ 4/3 → 2/1 | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ 0/1 ⇜ (1/1 → 2/1) | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ 0/1 ⇜ (1/1 → 2/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 0/1 ⇜ (1/1 → 2/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/1 → 2/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/6 → 3/2 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (11/6 → 23/12) ⇝ 13/6 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ 1/2 ⇜ (1/1 → 3/2) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 1/2 ⇜ (1/1 → 3/2) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 1/2 ⇜ (1/1 → 3/2) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (3/2 → 7/4) ⇝ 2/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 1/1 → 11/9 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (5/3 → 16/9) ⇝ 17/9 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (1/1 → 4/3) ⇝ 5/3 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (1/1 → 4/3) ⇝ 5/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (1/1 → 4/3) ⇝ 5/3 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 1/1 → 4/3 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (3/2 → 13/8) ⇝ 5/3 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (3/2 → 13/8) ⇝ 2/1 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (3/2 → 13/8) ⇝ 2/1 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ (3/2 → 13/8) ⇝ 2/1 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (3/2 → 13/8) ⇝ 7/4 | note:E7 clip:1 s:piano release:0.1 pan:0.712962962962963 ]", - "[ 1/1 → 9185179/5904744 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 4/3 → 3717809/1968248 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (5/3 → 2/1) ⇝ 13121675/5904744 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 5/3 ⇜ (2/1 → 13121675/5904744) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 5/6 ⇜ (1/1 → 61/48) ⇝ 11/8 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 7/6 → 41/24 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (3/2 → 2/1) ⇝ 49/24 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 3/2 ⇜ (2/1 → 49/24) | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (11/6 → 2/1) ⇝ 19/8 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 11/6 ⇜ (2/1 → 101/48) ⇝ 19/8 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 1/1 → 19040473/12467253 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 4/3 → 23196224/12467253 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (5/3 → 2/1) ⇝ 9117325/4155751 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 5/3 ⇜ (2/1 → 9117325/4155751) | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 5/6 ⇜ (1/1 → 30373667/24179607) ⇝ 65075585/48359214 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 7/6 → 81195323/48359214 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (3/2 → 2/1) ⇝ 97315061/48359214 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 3/2 ⇜ (2/1 → 97315061/48359214) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (11/6 → 2/1) ⇝ 113434799/48359214 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 11/6 ⇜ (2/1 → 101046679/48359214) ⇝ 113434799/48359214 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 2/1 → 8/3 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (8/3 → 3/1) ⇝ 10/3 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (2/1 → 3/1) ⇝ 4/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (2/1 → 3/1) ⇝ 4/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (2/1 → 3/1) ⇝ 4/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 2/1 → 3/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 11/6 ⇜ (2/1 → 13/6) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (5/2 → 11/4) ⇝ 17/6 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (5/2 → 11/4) ⇝ 7/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (5/2 → 11/4) ⇝ 7/2 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (5/2 → 11/4) ⇝ 7/2 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (5/2 → 11/4) ⇝ 3/1 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 7/3 → 23/9 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 2/1 → 7/3 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 13/6 → 7/3 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (17/6 → 23/8) ⇝ 3/1 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (5/2 → 21/8) ⇝ 11/4 | note:G7 clip:1 s:piano release:0.1 pan:0.7268518518518519 ]", - "[ 2/1 → 1252614/477271 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 7/3 → 4235113/1431813 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (8/3 → 3/1) ⇝ 4712384/1431813 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 8/3 ⇜ (3/1 → 4712384/1431813) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 11/6 ⇜ (2/1 → 25247057/11006736) ⇝ 4441031/1834456 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 13/6 → 11964109/4293528 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (5/2 → 3/1) ⇝ 4465095/1431176 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 5/2 ⇜ (3/1 → 4465095/1431176) | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (17/6 → 3/1) ⇝ 14826461/4293528 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 17/6 ⇜ (3/1 → 26991457/8587056) ⇝ 14826461/4293528 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 2/1 → 5456376/2113643 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 7/3 → 16295693/5527077 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (8/3 → 3/1) ⇝ 18138052/5527077 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 8/3 ⇜ (3/1 → 18138052/5527077) | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 11/6 ⇜ (2/1 → 13058671/5708378) ⇝ 41247569/17125134 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 13/6 → 46955947/17125134 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (5/2 → 3/1) ⇝ 33374615/10731666 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 5/2 ⇜ (3/1 → 33374615/10731666) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (17/6 → 3/1) ⇝ 12317279/3577222 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 17/6 ⇜ (3/1 → 16839556/5365833) ⇝ 12317279/3577222 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 8/3 ⇜ (3/1 → 10/3) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 10/3 → 4/1 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 2/1 ⇜ (3/1 → 4/1) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 2/1 ⇜ (3/1 → 4/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 2/1 ⇜ (3/1 → 4/1) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 3/1 → 4/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 19/6 → 7/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (23/6 → 47/12) ⇝ 25/6 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 5/2 ⇜ (3/1 → 7/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 5/2 ⇜ (3/1 → 7/2) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 5/2 ⇜ (3/1 → 7/2) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (7/2 → 15/4) ⇝ 4/1 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 3/1 → 29/9 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (11/3 → 34/9) ⇝ 35/9 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (3/1 → 10/3) ⇝ 11/3 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (3/1 → 10/3) ⇝ 11/3 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ (3/1 → 10/3) ⇝ 11/3 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ 3/1 → 10/3 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (7/2 → 29/8) ⇝ 11/3 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (7/2 → 29/8) ⇝ 4/1 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (7/2 → 29/8) ⇝ 4/1 | note:B6 clip:1 s:piano release:0.1 pan:0.6898148148148149 ]", - "[ (7/2 → 29/8) ⇝ 4/1 | note:F7 clip:1 s:piano release:0.1 pan:0.7175925925925926 ]", - "[ (7/2 → 29/8) ⇝ 15/4 | note:A7 clip:1 s:piano release:0.1 pan:0.7361111111111112 ]", - "[ 3/1 → 7755932/2118029 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 10/3 → 25385825/6354087 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (11/3 → 4/1) ⇝ 27503854/6354087 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 11/3 ⇜ (4/1 → 27503854/6354087) | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 17/6 ⇜ (3/1 → 34303142/10304109) ⇝ 71953211/20608218 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 19/6 → 78822617/20608218 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (7/2 → 4/1) ⇝ 85692023/20608218 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 7/2 ⇜ (4/1 → 85692023/20608218) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (23/6 → 4/1) ⇝ 92561429/20608218 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 23/6 ⇜ (4/1 → 85779799/20608218) ⇝ 92561429/20608218 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 3/1 → 4492859/1229775 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 10/3 → 4902784/1229775 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (11/3 → 4/1) ⇝ 1770903/409925 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 11/3 ⇜ (4/1 → 1770903/409925) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 17/6 ⇜ (3/1 → 88345604/26579553) ⇝ 61681749/17719702 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 19/6 → 202764949/53159106 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (7/2 → 4/1) ⇝ 220484651/53159106 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 7/2 ⇜ (4/1 → 220484651/53159106) | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (23/6 → 4/1) ⇝ 79401451/17719702 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 23/6 ⇜ (4/1 → 220990463/53159106) ⇝ 79401451/17719702 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 4/1 → 14/3 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (14/3 → 5/1) ⇝ 16/3 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (4/1 → 5/1) ⇝ 6/1 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (4/1 → 5/1) ⇝ 6/1 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ (4/1 → 5/1) ⇝ 6/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 4/1 → 5/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 23/6 ⇜ (4/1 → 25/6) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (9/2 → 19/4) ⇝ 29/6 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (9/2 → 19/4) ⇝ 11/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (9/2 → 19/4) ⇝ 11/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (9/2 → 19/4) ⇝ 11/2 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (9/2 → 19/4) ⇝ 5/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 13/3 → 41/9 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 4/1 → 13/3 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 25/6 → 13/3 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (29/6 → 39/8) ⇝ 5/1 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (9/2 → 37/8) ⇝ 19/4 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 4/1 → 9873961/2118029 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 13/3 → 31739912/6354087 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (14/3 → 5/1) ⇝ 33857941/6354087 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 14/3 ⇜ (5/1 → 33857941/6354087) | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 23/6 ⇜ (4/1 → 776959/179301) ⇝ 537887/119534 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 25/6 → 43434505/8992662 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (9/2 → 5/1) ⇝ 15477353/2997554 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 9/2 ⇜ (5/1 → 15477353/2997554) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (29/6 → 5/1) ⇝ 49429613/8992662 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 29/6 ⇜ (5/1 → 46447073/8992662) ⇝ 49429613/8992662 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 4/1 → 70139836/15031689 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 13/3 → 62529796/12511311 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (14/3 → 5/1) ⇝ 22233411/4170437 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 14/3 ⇜ (5/1 → 22233411/4170437) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 23/6 ⇜ (4/1 → 61883909/14282886) ⇝ 64255793/14282886 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 25/6 → 23005585/4760962 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (9/2 → 5/1) ⇝ 73777717/14282886 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 9/2 ⇜ (5/1 → 73777717/14282886) | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (29/6 → 5/1) ⇝ 78538679/14282886 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 29/6 ⇜ (5/1 → 12297719/2380481) ⇝ 78538679/14282886 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 14/3 ⇜ (5/1 → 16/3) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 16/3 → 6/1 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 4/1 ⇜ (5/1 → 6/1) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 4/1 ⇜ (5/1 → 6/1) | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 4/1 ⇜ (5/1 → 6/1) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/1 → 6/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 31/6 → 11/2 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (35/6 → 71/12) ⇝ 37/6 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 9/2 ⇜ (5/1 → 11/2) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/2 ⇜ (5/1 → 11/2) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 9/2 ⇜ (5/1 → 11/2) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (11/2 → 23/4) ⇝ 6/1 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 5/1 → 47/9 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (17/3 → 52/9) ⇝ 53/9 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (5/1 → 16/3) ⇝ 17/3 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (5/1 → 16/3) ⇝ 17/3 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (5/1 → 16/3) ⇝ 17/3 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 5/1 → 16/3 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (11/2 → 45/8) ⇝ 17/3 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (11/2 → 45/8) ⇝ 6/1 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ (11/2 → 45/8) ⇝ 6/1 | note:Eb6 clip:1 s:piano release:0.1 pan:0.6527777777777778 ]", - "[ (11/2 → 45/8) ⇝ 6/1 | note:Bb6 clip:1 s:piano release:0.1 pan:0.6851851851851851 ]", - "[ (11/2 → 45/8) ⇝ 23/4 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 5/1 → 2684427/477271 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 16/3 → 8530552/1431813 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (17/3 → 6/1) ⇝ 9007823/1431813 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 17/3 ⇜ (6/1 → 9007823/1431813) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 29/6 ⇜ (5/1 → 107654465/20248794) ⇝ 110690161/20248794 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 31/6 → 117439759/20248794 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (11/2 → 6/1) ⇝ 124189357/20248794 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 11/2 ⇜ (6/1 → 124189357/20248794) | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (35/6 → 6/1) ⇝ 130938955/20248794 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 35/6 ⇜ (6/1 → 62264230/10124397) ⇝ 130938955/20248794 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 5/1 → 27024165/4790767 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 16/3 → 85863262/14372301 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (17/3 → 6/1) ⇝ 90654029/14372301 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 17/3 ⇜ (6/1 → 90654029/14372301) | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 29/6 ⇜ (5/1 → 141504710/26579553) ⇝ 97121153/17719702 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 31/6 → 309083161/53159106 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (11/2 → 6/1) ⇝ 326802863/53159106 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 11/2 ⇜ (6/1 → 326802863/53159106) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (35/6 → 6/1) ⇝ 114840855/17719702 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 35/6 ⇜ (6/1 → 327308675/53159106) ⇝ 114840855/17719702 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 6/1 → 20/3 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (20/3 → 7/1) ⇝ 22/3 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 6/1 → 7/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 35/6 ⇜ (6/1 → 37/6) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (13/2 → 27/4) ⇝ 41/6 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (13/2 → 27/4) ⇝ 15/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (13/2 → 27/4) ⇝ 15/2 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (13/2 → 27/4) ⇝ 15/2 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (13/2 → 27/4) ⇝ 7/1 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 19/3 → 59/9 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 6/1 → 19/3 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ 37/6 → 19/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (41/6 → 55/8) ⇝ 7/1 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (13/2 → 53/8) ⇝ 27/4 | note:F7 clip:1 s:piano release:0.1 pan:0.7175925925925926 ]", - "[ 6/1 → 38708899/5904744 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 19/3 → 13559049/1968248 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (20/3 → 7/1) ⇝ 42645395/5904744 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 20/3 ⇜ (7/1 → 42645395/5904744) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 35/6 ⇜ (6/1 → 161583631/25649961) ⇝ 329985005/51299922 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 37/6 → 16172863/2403474 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (13/2 → 7/1) ⇝ 5658007/801158 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 13/2 ⇜ (7/1 → 5658007/801158) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (41/6 → 7/1) ⇝ 17775179/2403474 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 41/6 ⇜ (7/1 → 17099459/2403474) ⇝ 17775179/2403474 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 6/1 → 8085232/1224177 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 19/3 → 26456917/3833119 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (20/3 → 7/1) ⇝ 83203870/11499357 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 20/3 ⇜ (7/1 → 83203870/11499357) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 35/6 ⇜ (6/1 → 67662721/10731666) ⇝ 23048945/3577222 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 37/6 → 72724057/10731666 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (13/2 → 7/1) ⇝ 40388287/5708378 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 13/2 ⇜ (7/1 → 40388287/5708378) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (41/6 → 7/1) ⇝ 126873239/17125134 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 41/6 ⇜ (7/1 → 60973747/8562567) ⇝ 126873239/17125134 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 20/3 ⇜ (7/1 → 22/3) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 22/3 → 8/1 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 7/1 → 8/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 43/6 → 15/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (47/6 → 95/12) ⇝ 49/6 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 13/2 ⇜ (7/1 → 15/2) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 13/2 ⇜ (7/1 → 15/2) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 13/2 ⇜ (7/1 → 15/2) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (15/2 → 31/4) ⇝ 8/1 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 7/1 → 65/9 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (23/3 → 70/9) ⇝ 71/9 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (7/1 → 22/3) ⇝ 23/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (7/1 → 22/3) ⇝ 23/3 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ (7/1 → 22/3) ⇝ 23/3 | note:Eb6 clip:1 s:piano release:0.1 pan:0.6527777777777778 ]", - "[ 7/1 → 22/3 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (15/2 → 61/8) ⇝ 23/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (15/2 → 61/8) ⇝ 8/1 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ (15/2 → 61/8) ⇝ 8/1 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (15/2 → 61/8) ⇝ 8/1 | note:Eb7 clip:1 s:piano release:0.1 pan:0.7083333333333333 ]", - "[ (15/2 → 61/8) ⇝ 31/4 | note:G7 clip:1 s:piano release:0.1 pan:0.7268518518518519 ]", - "[ 7/1 → 47461209/6357457 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 22/3 → 148741084/19072371 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (23/3 → 8/1) ⇝ 155098541/19072371 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 23/3 ⇜ (8/1 → 155098541/19072371) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 41/6 ⇜ (7/1 → 89433793/12351564) ⇝ 22587011/3087891 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 43/6 → 23616308/3087891 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 15/2 → 24645605/3087891 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (47/6 → 8/1) ⇝ 25674902/3087891 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 47/6 ⇜ (8/1 → 99726763/12351564) ⇝ 25674902/3087891 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 7/1 → 13370497/1783440 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 22/3 → 13964977/1783440 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (23/3 → 8/1) ⇝ 14559457/1783440 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 23/3 ⇜ (8/1 → 14559457/1783440) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 41/6 ⇜ (7/1 → 175451309/24179607) ⇝ 355230869/48359214 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 43/6 → 371350607/48359214 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (15/2 → 8/1) ⇝ 387470345/48359214 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 15/2 ⇜ (8/1 → 387470345/48359214) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (47/6 → 8/1) ⇝ 403590083/48359214 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 47/6 ⇜ (8/1 → 391201963/48359214) ⇝ 403590083/48359214 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 8/1 → 26/3 | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ (26/3 → 9/1) ⇝ 28/3 | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ (8/1 → 9/1) ⇝ 10/1 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (8/1 → 9/1) ⇝ 10/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (8/1 → 9/1) ⇝ 10/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 8/1 → 9/1 | note:E4 clip:1 s:piano release:0.1 pan:0.5462962962962963 ]", - "[ 47/6 ⇜ (8/1 → 49/6) | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (17/2 → 35/4) ⇝ 53/6 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (17/2 → 35/4) ⇝ 19/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (17/2 → 35/4) ⇝ 19/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (17/2 → 35/4) ⇝ 19/2 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (17/2 → 35/4) ⇝ 9/1 | note:E5 clip:1 s:piano release:0.1 pan:0.6018518518518519 ]", - "[ 25/3 → 77/9 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 8/1 → 25/3 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 49/6 → 25/3 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (53/6 → 71/8) ⇝ 9/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (17/2 → 69/8) ⇝ 35/4 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 8/1 → 57255148/6842241 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 25/3 → 59535895/6842241 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (26/3 → 9/1) ⇝ 61816642/6842241 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 26/3 ⇜ (9/1 → 61816642/6842241) | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 47/6 ⇜ (8/1 → 9828160/1196743) ⇝ 59297513/7180458 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 49/6 → 19658774/2301261 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 17/2 → 20425861/2301261 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (53/6 → 9/1) ⇝ 7064316/767087 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 53/6 ⇜ (9/1 → 83041507/9205044) ⇝ 7064316/767087 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 8/1 → 217221686/25758477 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 25/3 → 106785035/12249687 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (26/3 → 9/1) ⇝ 36956088/4083229 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 26/3 ⇜ (9/1 → 36956088/4083229) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 47/6 ⇜ (8/1 → 74696539/9086523) ⇝ 150372947/18173046 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 49/6 → 52143543/6057682 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 17/2 → 61795709/6949458 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (53/6 → 9/1) ⇝ 64112195/6949458 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 53/6 ⇜ (9/1 → 62749537/6949458) ⇝ 64112195/6949458 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 26/3 ⇜ (9/1 → 28/3) | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ 28/3 → 10/1 | note:D2 clip:1 s:piano release:0.1 pan:0.42592592592592593 ]", - "[ 8/1 ⇜ (9/1 → 10/1) | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ 8/1 ⇜ (9/1 → 10/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 8/1 ⇜ (9/1 → 10/1) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/1 → 10/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 55/6 → 19/2 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ (59/6 → 119/12) ⇝ 61/6 | note:D3 clip:1 s:piano release:0.1 pan:0.4814814814814815 ]", - "[ 17/2 ⇜ (9/1 → 19/2) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 17/2 ⇜ (9/1 → 19/2) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 17/2 ⇜ (9/1 → 19/2) | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (19/2 → 39/4) ⇝ 10/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 9/1 → 83/9 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (29/3 → 88/9) ⇝ 89/9 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (9/1 → 28/3) ⇝ 29/3 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (9/1 → 28/3) ⇝ 29/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (9/1 → 28/3) ⇝ 29/3 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 9/1 → 28/3 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (19/2 → 77/8) ⇝ 29/3 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ (19/2 → 77/8) ⇝ 10/1 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (19/2 → 77/8) ⇝ 10/1 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ (19/2 → 77/8) ⇝ 10/1 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (19/2 → 77/8) ⇝ 39/4 | note:E7 clip:1 s:piano release:0.1 pan:0.712962962962963 ]", - "[ 9/1 → 212389013/22892238 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 28/3 → 220019759/22892238 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 29/3 → 227650505/22892238 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 53/6 ⇜ (9/1 → 73/8) | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 55/6 → 227/24 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 19/2 → 235/24 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ (59/6 → 479/48) ⇝ 81/8 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 9/1 → 52876289/5681899 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 28/3 → 164310766/17045697 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 29/3 → 169992665/17045697 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 53/6 ⇜ (9/1 → 280411657/30631590) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 55/6 → 290622187/30631590 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 19/2 → 300832717/30631590 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (59/6 → 306126941/30631590) ⇝ 311043247/30631590 | note:E6 clip:1 s:piano release:0.1 pan:0.6574074074074074 ]", - "[ 10/1 → 32/3 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (32/3 → 11/1) ⇝ 34/3 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ (10/1 → 11/1) ⇝ 12/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (10/1 → 11/1) ⇝ 12/1 | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ (10/1 → 11/1) ⇝ 12/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 10/1 → 11/1 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 59/6 ⇜ (10/1 → 61/6) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (21/2 → 43/4) ⇝ 65/6 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (21/2 → 43/4) ⇝ 23/2 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (21/2 → 43/4) ⇝ 23/2 | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ (21/2 → 43/4) ⇝ 23/2 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (21/2 → 43/4) ⇝ 11/1 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ 31/3 → 95/9 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 10/1 → 31/3 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 61/6 → 31/3 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (65/6 → 87/8) ⇝ 11/1 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (21/2 → 85/8) ⇝ 43/4 | note:G7 clip:1 s:piano release:0.1 pan:0.7268518518518519 ]", - "[ 10/1 → 249388889/24428817 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 31/3 → 257531828/24428817 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 32/3 → 265674767/24428817 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 59/6 ⇜ (10/1 → 113901784/11300787) | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 61/6 → 182412473/17573250 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 21/2 → 62756741/5857750 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (65/6 → 96126212/8786625) ⇝ 194127973/17573250 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 10/1 → 29535000/2880949 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 31/3 → 51945345/4922954 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 32/3 → 160758989/14768862 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 59/6 ⇜ (10/1 → 85218224/8444637) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 61/6 → 88033103/8444637 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 21/2 → 30062405/2803436 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (65/6 → 184102321/16820616) ⇝ 92990651/8410308 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 32/3 ⇜ (11/1 → 34/3) | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 34/3 → 12/1 | note:G2 clip:1 s:piano release:0.1 pan:0.44907407407407407 ]", - "[ 10/1 ⇜ (11/1 → 12/1) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 10/1 ⇜ (11/1 → 12/1) | note:B3 clip:1 s:piano release:0.1 pan:0.5231481481481481 ]", - "[ 10/1 ⇜ (11/1 → 12/1) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 11/1 → 12/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 67/6 → 23/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (71/6 → 143/12) ⇝ 73/6 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 21/2 ⇜ (11/1 → 23/2) | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 21/2 ⇜ (11/1 → 23/2) | note:B4 clip:1 s:piano release:0.1 pan:0.5787037037037037 ]", - "[ 21/2 ⇜ (11/1 → 23/2) | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (23/2 → 47/4) ⇝ 12/1 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 11/1 → 101/9 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (35/3 → 106/9) ⇝ 107/9 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ (11/1 → 34/3) ⇝ 35/3 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (11/1 → 34/3) ⇝ 35/3 | note:B5 clip:1 s:piano release:0.1 pan:0.6342592592592593 ]", - "[ (11/1 → 34/3) ⇝ 35/3 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ 11/1 → 34/3 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (23/2 → 93/8) ⇝ 35/3 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ (23/2 → 93/8) ⇝ 12/1 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (23/2 → 93/8) ⇝ 12/1 | note:B6 clip:1 s:piano release:0.1 pan:0.6898148148148149 ]", - "[ (23/2 → 93/8) ⇝ 12/1 | note:F7 clip:1 s:piano release:0.1 pan:0.7175925925925926 ]", - "[ (23/2 → 93/8) ⇝ 47/4 | note:A7 clip:1 s:piano release:0.1 pan:0.7361111111111112 ]", - "[ 11/1 → 60597172/5424279 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 34/3 → 20801755/1808093 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 35/3 → 64213358/5424279 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 65/6 ⇜ (11/1 → 405607919/36844914) | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 67/6 → 139296519/12281638 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 23/2 → 430171195/36844914 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (71/6 → 146408497/12281638) ⇝ 442452833/36844914 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 11/1 → 9165869/819850 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 34/3 → 28317457/2459550 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 35/3 → 29137307/2459550 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 65/6 ⇜ (11/1 → 61860791/5613996) | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 67/6 → 21244041/1871332 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 23/2 → 65603455/5613996 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ (71/6 → 44635691/3742664) ⇝ 67474787/5613996 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ 12/1 → 38/3 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (38/3 → 13/1) ⇝ 40/3 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ (12/1 → 13/1) ⇝ 14/1 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (12/1 → 13/1) ⇝ 14/1 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ (12/1 → 13/1) ⇝ 14/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 12/1 → 13/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 71/6 ⇜ (12/1 → 73/6) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (25/2 → 51/4) ⇝ 77/6 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (25/2 → 51/4) ⇝ 27/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (25/2 → 51/4) ⇝ 27/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (25/2 → 51/4) ⇝ 27/2 | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (25/2 → 51/4) ⇝ 13/1 | note:D5 clip:1 s:piano release:0.1 pan:0.5925925925925926 ]", - "[ 37/3 → 113/9 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 12/1 → 37/3 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ 73/6 → 37/3 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (77/6 → 103/8) ⇝ 13/1 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (25/2 → 101/8) ⇝ 51/4 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 12/1 → 66021451/5424279 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 37/3 → 22609848/1808093 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 38/3 → 69637637/5424279 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 71/6 ⇜ (12/1 → 159848623/13320570) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 73/6 → 50796175/4117494 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 25/2 → 52168673/4117494 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (77/6 → 26595586/2058747) ⇝ 17847057/1372498 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 12/1 → 110885588/9113483 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 37/3 → 325690417/26050776 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 38/3 → 111458003/8683592 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 71/6 ⇜ (12/1 → 85705913/7141443) | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 73/6 → 88086394/7141443 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 25/2 → 30155625/2380481 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (77/6 → 368991749/28565772) ⇝ 92847356/7141443 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 38/3 ⇜ (13/1 → 40/3) | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 40/3 → 14/1 | note:C2 clip:1 s:piano release:0.1 pan:0.41666666666666663 ]", - "[ 12/1 ⇜ (13/1 → 14/1) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 12/1 ⇜ (13/1 → 14/1) | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 12/1 ⇜ (13/1 → 14/1) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/1 → 14/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 79/6 → 27/2 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (83/6 → 167/12) ⇝ 85/6 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 25/2 ⇜ (13/1 → 27/2) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 25/2 ⇜ (13/1 → 27/2) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 25/2 ⇜ (13/1 → 27/2) | note:Bb4 clip:1 s:piano release:0.1 pan:0.5740740740740741 ]", - "[ (27/2 → 55/4) ⇝ 14/1 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ 13/1 → 119/9 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (41/3 → 124/9) ⇝ 125/9 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (13/1 → 40/3) ⇝ 41/3 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (13/1 → 40/3) ⇝ 41/3 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (13/1 → 40/3) ⇝ 41/3 | note:Bb5 clip:1 s:piano release:0.1 pan:0.6296296296296297 ]", - "[ 13/1 → 40/3 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (27/2 → 109/8) ⇝ 41/3 | note:C5 clip:1 s:piano release:0.1 pan:0.5833333333333333 ]", - "[ (27/2 → 109/8) ⇝ 14/1 | note:C6 clip:1 s:piano release:0.1 pan:0.6388888888888888 ]", - "[ (27/2 → 109/8) ⇝ 14/1 | note:Eb6 clip:1 s:piano release:0.1 pan:0.6527777777777778 ]", - "[ (27/2 → 109/8) ⇝ 14/1 | note:Bb6 clip:1 s:piano release:0.1 pan:0.6851851851851851 ]", - "[ (27/2 → 109/8) ⇝ 55/4 | note:D7 clip:1 s:piano release:0.1 pan:0.7037037037037037 ]", - "[ 13/1 → 322675340/24428817 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 40/3 → 330818279/24428817 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 41/3 → 338961218/24428817 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 77/6 ⇜ (13/1 → 395340349/30332646) | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 79/6 → 405451231/30332646 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 27/2 → 415562113/30332646 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ (83/6 → 422637299/30332646) ⇝ 425672995/30332646 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 13/1 → 61047963/4627493 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 40/3 → 187771382/13882479 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 41/3 → 192398875/13882479 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 77/6 ⇜ (13/1 → 73088783/5613996) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 79/6 → 24986705/1871332 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 27/2 → 76831447/5613996 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (83/6 → 52121019/3742664) ⇝ 78702779/5613996 | note:D6 clip:1 s:piano release:0.1 pan:0.6481481481481481 ]", - "[ 14/1 → 44/3 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (44/3 → 15/1) ⇝ 46/3 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 14/1 → 15/1 | note:G4 clip:1 s:piano release:0.1 pan:0.5601851851851851 ]", - "[ 83/6 ⇜ (14/1 → 85/6) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (29/2 → 59/4) ⇝ 89/6 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (29/2 → 59/4) ⇝ 31/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (29/2 → 59/4) ⇝ 31/2 | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ (29/2 → 59/4) ⇝ 31/2 | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (29/2 → 59/4) ⇝ 15/1 | note:G5 clip:1 s:piano release:0.1 pan:0.6157407407407407 ]", - "[ 43/3 → 131/9 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 14/1 → 43/3 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ 85/6 → 43/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (89/6 → 119/8) ⇝ 15/1 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (29/2 → 117/8) ⇝ 59/4 | note:F7 clip:1 s:piano release:0.1 pan:0.7175925925925926 ]", - "[ 14/1 → 326850203/22892238 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 43/3 → 334480949/22892238 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 44/3 → 342111695/22892238 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 83/6 ⇜ (14/1 → 444778033/31617342) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 85/6 → 206845691/14326762 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 29/2 → 634863835/42980286 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (89/6 → 214455251/14326762) ⇝ 649190597/42980286 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 14/1 → 34836911/2448354 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 43/3 → 307642313/21074553 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 44/3 → 314667164/21074553 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 83/6 ⇜ (14/1 → 118221575/8410308) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 85/6 → 121025011/8410308 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 29/2 → 124626530/8444637 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (89/6 → 505407049/33778548) ⇝ 127441409/8444637 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 44/3 ⇜ (15/1 → 46/3) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 46/3 → 16/1 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:A3 clip:1 s:piano release:0.1 pan:0.5138888888888888 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/1 → 16/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 91/6 → 31/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ (95/6 → 191/12) ⇝ 97/6 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 29/2 ⇜ (15/1 → 31/2) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 29/2 ⇜ (15/1 → 31/2) | note:A4 clip:1 s:piano release:0.1 pan:0.5694444444444444 ]", - "[ 29/2 ⇜ (15/1 → 31/2) | note:Eb5 clip:1 s:piano release:0.1 pan:0.5972222222222222 ]", - "[ (31/2 → 63/4) ⇝ 16/1 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ 15/1 → 137/9 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (47/3 → 142/9) ⇝ 143/9 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (15/1 → 46/3) ⇝ 47/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (15/1 → 46/3) ⇝ 47/3 | note:A5 clip:1 s:piano release:0.1 pan:0.625 ]", - "[ (15/1 → 46/3) ⇝ 47/3 | note:Eb6 clip:1 s:piano release:0.1 pan:0.6527777777777778 ]", - "[ 15/1 → 46/3 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (31/2 → 125/8) ⇝ 47/3 | note:F5 clip:1 s:piano release:0.1 pan:0.6064814814814814 ]", - "[ (31/2 → 125/8) ⇝ 16/1 | note:F6 clip:1 s:piano release:0.1 pan:0.662037037037037 ]", - "[ (31/2 → 125/8) ⇝ 16/1 | note:A6 clip:1 s:piano release:0.1 pan:0.6805555555555556 ]", - "[ (31/2 → 125/8) ⇝ 16/1 | note:Eb7 clip:1 s:piano release:0.1 pan:0.7083333333333333 ]", - "[ (31/2 → 125/8) ⇝ 63/4 | note:G7 clip:1 s:piano release:0.1 pan:0.7268518518518519 ]", - "[ 15/1 → 105150835/6842241 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 46/3 → 107431582/6842241 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (47/3 → 16/1) ⇝ 109712329/6842241 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 47/3 ⇜ (16/1 → 109712329/6842241) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 89/6 ⇜ (15/1 → 46861775/3087891) ⇝ 93781073/6175782 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 91/6 → 95839667/6175782 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 31/2 → 97898261/6175782 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ (95/6 → 16/1) ⇝ 99956855/6175782 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 95/6 ⇜ (16/1 → 98870035/6175782) ⇝ 99956855/6175782 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 15/1 → 27351383/1783440 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 46/3 → 27945863/1783440 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (47/3 → 16/1) ⇝ 28540343/1783440 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 47/3 ⇜ (16/1 → 28540343/1783440) | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 89/6 ⇜ (15/1 → 464201197/30631590) | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ 91/6 → 474411727/30631590 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", - "[ 31/2 → 484622257/30631590 | note:C7 clip:1 s:piano release:0.1 pan:0.6944444444444444 ]", - "[ (95/6 → 489916481/30631590) ⇝ 494832787/30631590 | note:G6 clip:1 s:piano release:0.1 pan:0.6712962962962963 ]", -] -`; - -exports[`renders tunes > tune: flatrave 1`] = ` -[ - "[ 0/1 → 1/2 | s:bd bank:RolandTR909 ]", - "[ 1/2 → 1/1 | s:bd bank:RolandTR909 ]", - "[ 1/2 → 1/1 | s:cp bank:RolandTR909 ]", - "[ 1/2 → 1/1 | s:sd bank:RolandTR909 ]", - "[ 0/1 → 1/4 | s:hh:1 end:0.02000058072071123 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 0/1 ⇜ (1/8 → 1/4) | s:hh:1 end:0.02000058072071123 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 1/4 → 3/8 | s:hh:1 end:0.02000875429921906 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 1/4 → 3/8 | s:hh:1 end:0.02000875429921906 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 3/8 → 1/2 | s:hh:1 end:0.020023446730265706 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 5/8 → 3/4 | s:hh:1 end:0.020086608138500644 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 5/8 → 3/4 | s:hh:1 end:0.020086608138500644 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 3/4 → 7/8 | s:hh:1 end:0.02013941880355398 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 1/8 → 1/4 | s:hh:1 speed:0.5 delay:0.5 end:0.020001936784171157 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 1/8 → 1/4 | s:hh:1 speed:0.5 delay:0.5 end:0.020001936784171157 bank:RolandTR909 room:0.5 gain:0.4 ]", - "[ 1/8 → 1/4 | note:G1 s:sawtooth decay:0.1 sustain:0 ]", - "[ 1/4 → 3/8 | note:G1 s:sawtooth decay:0.1 sustain:0 ]", - "[ 1/2 → 5/8 | note:G1 s:sawtooth decay:0.1 sustain:0 ]", - "[ 5/8 → 3/4 | note:G1 s:sawtooth decay:0.1 sustain:0 ]", - "[ 7/8 → 1/1 | note:G1 s:sawtooth decay:0.1 sustain:0 ]", -] -`; - -exports[`renders tunes > tune: giantSteps 1`] = ` -[ - "[ 0/1 → 5/8 | note:F#5 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:D5 ]", - "[ 0/1 → 5/8 | note:A#3 ]", - "[ 0/1 → 5/8 | note:C#4 ]", - "[ 0/1 → 5/8 | note:D#4 ]", - "[ 0/1 → 5/8 | note:F#4 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:F#3 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:B3 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:C4 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:E4 ]", - "[ 0/1 → 5/8 | note:B2 ]", - "[ (5/8 → 1/1) ⇝ 5/4 | note:D2 ]", - "[ 5/8 ⇜ (1/1 → 5/4) | note:D5 ]", - "[ 5/4 → 15/8 | note:B4 ]", - "[ (15/8 → 2/1) ⇝ 5/2 | note:G4 ]", - "[ 5/8 ⇜ (1/1 → 5/4) | note:F#3 ]", - "[ 5/8 ⇜ (1/1 → 5/4) | note:B3 ]", - "[ 5/8 ⇜ (1/1 → 5/4) | note:C4 ]", - "[ 5/8 ⇜ (1/1 → 5/4) | note:E4 ]", - "[ 5/4 → 15/8 | note:F#3 ]", - "[ 5/4 → 15/8 | note:A3 ]", - "[ 5/4 → 15/8 | note:B3 ]", - "[ 5/4 → 15/8 | note:D4 ]", - "[ (15/8 → 2/1) ⇝ 5/2 | note:Ab3 ]", - "[ (15/8 → 2/1) ⇝ 5/2 | note:C4 ]", - "[ (15/8 → 2/1) ⇝ 5/2 | note:D4 ]", - "[ (15/8 → 2/1) ⇝ 5/2 | note:G4 ]", - "[ 5/8 ⇜ (1/1 → 5/4) | note:D2 ]", - "[ 5/4 → 15/8 | note:G2 ]", - "[ (15/8 → 2/1) ⇝ 5/2 | note:Bb2 ]", - "[ 15/8 ⇜ (2/1 → 5/2) | note:G4 ]", - "[ (5/2 → 3/1) ⇝ 15/4 | note:Bb4 ]", - "[ 15/8 ⇜ (2/1 → 5/2) | note:Ab3 ]", - "[ 15/8 ⇜ (2/1 → 5/2) | note:C4 ]", - "[ 15/8 ⇜ (2/1 → 5/2) | note:D4 ]", - "[ 15/8 ⇜ (2/1 → 5/2) | note:G4 ]", - "[ (5/2 → 3/1) ⇝ 15/4 | note:G3 ]", - "[ (5/2 → 3/1) ⇝ 15/4 | note:Bb3 ]", - "[ (5/2 → 3/1) ⇝ 15/4 | note:D4 ]", - "[ (5/2 → 3/1) ⇝ 15/4 | note:F4 ]", - "[ 15/8 ⇜ (2/1 → 5/2) | note:Bb2 ]", - "[ (5/2 → 3/1) ⇝ 25/8 | note:Eb2 ]", - "[ 5/2 ⇜ (3/1 → 15/4) | note:Bb4 ]", - "[ (15/4 → 4/1) ⇝ 35/8 | note:B4 ]", - "[ 5/2 ⇜ (3/1 → 15/4) | note:G3 ]", - "[ 5/2 ⇜ (3/1 → 15/4) | note:Bb3 ]", - "[ 5/2 ⇜ (3/1 → 15/4) | note:D4 ]", - "[ 5/2 ⇜ (3/1 → 15/4) | note:F4 ]", - "[ (15/4 → 4/1) ⇝ 35/8 | note:G3 ]", - "[ (15/4 → 4/1) ⇝ 35/8 | note:B3 ]", - "[ (15/4 → 4/1) ⇝ 35/8 | note:C4 ]", - "[ (15/4 → 4/1) ⇝ 35/8 | note:E4 ]", - "[ 5/2 ⇜ (3/1 → 25/8) | note:Eb2 ]", - "[ 25/8 → 15/4 | note:Bb3 ]", - "[ (15/4 → 4/1) ⇝ 35/8 | note:A2 ]", - "[ 15/4 ⇜ (4/1 → 35/8) | note:B4 ]", - "[ 35/8 → 5/1 | note:A4 ]", - "[ 15/4 ⇜ (4/1 → 35/8) | note:G3 ]", - "[ 15/4 ⇜ (4/1 → 35/8) | note:B3 ]", - "[ 15/4 ⇜ (4/1 → 35/8) | note:C4 ]", - "[ 15/4 ⇜ (4/1 → 35/8) | note:E4 ]", - "[ 35/8 → 5/1 | note:F#3 ]", - "[ 35/8 → 5/1 | note:B3 ]", - "[ 35/8 → 5/1 | note:C4 ]", - "[ 35/8 → 5/1 | note:E4 ]", - "[ 15/4 ⇜ (4/1 → 35/8) | note:A2 ]", - "[ 35/8 → 5/1 | note:D2 ]", - "[ 5/1 → 45/8 | note:D5 ]", - "[ (45/8 → 6/1) ⇝ 25/4 | note:Bb4 ]", - "[ 5/1 → 45/8 | note:F#3 ]", - "[ 5/1 → 45/8 | note:A3 ]", - "[ 5/1 → 45/8 | note:B3 ]", - "[ 5/1 → 45/8 | note:D4 ]", - "[ (45/8 → 6/1) ⇝ 25/4 | note:Ab3 ]", - "[ (45/8 → 6/1) ⇝ 25/4 | note:C4 ]", - "[ (45/8 → 6/1) ⇝ 25/4 | note:D4 ]", - "[ (45/8 → 6/1) ⇝ 25/4 | note:G4 ]", - "[ 5/1 → 45/8 | note:G2 ]", - "[ (45/8 → 6/1) ⇝ 25/4 | note:Bb2 ]", - "[ 45/8 ⇜ (6/1 → 25/4) | note:Bb4 ]", - "[ 25/4 → 55/8 | note:G4 ]", - "[ (55/8 → 7/1) ⇝ 15/2 | note:Eb4 ]", - "[ 45/8 ⇜ (6/1 → 25/4) | note:Ab3 ]", - "[ 45/8 ⇜ (6/1 → 25/4) | note:C4 ]", - "[ 45/8 ⇜ (6/1 → 25/4) | note:D4 ]", - "[ 45/8 ⇜ (6/1 → 25/4) | note:G4 ]", - "[ 25/4 → 55/8 | note:G3 ]", - "[ 25/4 → 55/8 | note:Bb3 ]", - "[ 25/4 → 55/8 | note:D4 ]", - "[ 25/4 → 55/8 | note:F4 ]", - "[ (55/8 → 7/1) ⇝ 15/2 | note:E3 ]", - "[ (55/8 → 7/1) ⇝ 15/2 | note:G#3 ]", - "[ (55/8 → 7/1) ⇝ 15/2 | note:A#3 ]", - "[ (55/8 → 7/1) ⇝ 15/2 | note:D#4 ]", - "[ 45/8 ⇜ (6/1 → 25/4) | note:Bb2 ]", - "[ 25/4 → 55/8 | note:Eb2 ]", - "[ (55/8 → 7/1) ⇝ 15/2 | note:F#2 ]", - "[ 55/8 ⇜ (7/1 → 15/2) | note:Eb4 ]", - "[ (15/2 → 8/1) ⇝ 35/4 | note:F#4 ]", - "[ 55/8 ⇜ (7/1 → 15/2) | note:E3 ]", - "[ 55/8 ⇜ (7/1 → 15/2) | note:G#3 ]", - "[ 55/8 ⇜ (7/1 → 15/2) | note:A#3 ]", - "[ 55/8 ⇜ (7/1 → 15/2) | note:D#4 ]", - "[ (15/2 → 8/1) ⇝ 35/4 | note:A#3 ]", - "[ (15/2 → 8/1) ⇝ 35/4 | note:C#4 ]", - "[ (15/2 → 8/1) ⇝ 35/4 | note:D#4 ]", - "[ (15/2 → 8/1) ⇝ 35/4 | note:F#4 ]", - "[ 55/8 ⇜ (7/1 → 15/2) | note:F#2 ]", - "[ (15/2 → 8/1) ⇝ 65/8 | note:B2 ]", - "[ 15/2 ⇜ (8/1 → 35/4) | note:F#4 ]", - "[ (35/4 → 9/1) ⇝ 75/8 | note:G4 ]", - "[ 15/2 ⇜ (8/1 → 35/4) | note:A#3 ]", - "[ 15/2 ⇜ (8/1 → 35/4) | note:C#4 ]", - "[ 15/2 ⇜ (8/1 → 35/4) | note:D#4 ]", - "[ 15/2 ⇜ (8/1 → 35/4) | note:F#4 ]", - "[ (35/4 → 9/1) ⇝ 75/8 | note:Ab3 ]", - "[ (35/4 → 9/1) ⇝ 75/8 | note:C4 ]", - "[ (35/4 → 9/1) ⇝ 75/8 | note:Eb4 ]", - "[ (35/4 → 9/1) ⇝ 75/8 | note:G4 ]", - "[ 15/2 ⇜ (8/1 → 65/8) | note:B2 ]", - "[ 65/8 → 35/4 | note:F#2 ]", - "[ (35/4 → 9/1) ⇝ 75/8 | note:F2 ]", - "[ 35/4 ⇜ (9/1 → 75/8) | note:G4 ]", - "[ 75/8 → 10/1 | note:F4 ]", - "[ 35/4 ⇜ (9/1 → 75/8) | note:Ab3 ]", - "[ 35/4 ⇜ (9/1 → 75/8) | note:C4 ]", - "[ 35/4 ⇜ (9/1 → 75/8) | note:Eb4 ]", - "[ 35/4 ⇜ (9/1 → 75/8) | note:G4 ]", - "[ 75/8 → 10/1 | note:Ab3 ]", - "[ 75/8 → 10/1 | note:C4 ]", - "[ 75/8 → 10/1 | note:D4 ]", - "[ 75/8 → 10/1 | note:G4 ]", - "[ 35/4 ⇜ (9/1 → 75/8) | note:F2 ]", - "[ 75/8 → 10/1 | note:Bb2 ]", - "[ (10/1 → 11/1) ⇝ 45/4 | note:Bb4 ]", - "[ (10/1 → 11/1) ⇝ 45/4 | note:G3 ]", - "[ (10/1 → 11/1) ⇝ 45/4 | note:Bb3 ]", - "[ (10/1 → 11/1) ⇝ 45/4 | note:D4 ]", - "[ (10/1 → 11/1) ⇝ 45/4 | note:F4 ]", - "[ 10/1 → 85/8 | note:Eb2 ]", - "[ (85/8 → 11/1) ⇝ 45/4 | note:Bb2 ]", - "[ 10/1 ⇜ (11/1 → 45/4) | note:Bb4 ]", - "[ 45/4 → 95/8 | note:B4 ]", - "[ (95/8 → 12/1) ⇝ 25/2 | note:A4 ]", - "[ 10/1 ⇜ (11/1 → 45/4) | note:G3 ]", - "[ 10/1 ⇜ (11/1 → 45/4) | note:Bb3 ]", - "[ 10/1 ⇜ (11/1 → 45/4) | note:D4 ]", - "[ 10/1 ⇜ (11/1 → 45/4) | note:F4 ]", - "[ 45/4 → 95/8 | note:G3 ]", - "[ 45/4 → 95/8 | note:B3 ]", - "[ 45/4 → 95/8 | note:C4 ]", - "[ 45/4 → 95/8 | note:E4 ]", - "[ (95/8 → 12/1) ⇝ 25/2 | note:F#3 ]", - "[ (95/8 → 12/1) ⇝ 25/2 | note:B3 ]", - "[ (95/8 → 12/1) ⇝ 25/2 | note:C4 ]", - "[ (95/8 → 12/1) ⇝ 25/2 | note:E4 ]", - "[ 85/8 ⇜ (11/1 → 45/4) | note:Bb2 ]", - "[ 45/4 → 95/8 | note:A2 ]", - "[ (95/8 → 12/1) ⇝ 25/2 | note:D2 ]", - "[ 95/8 ⇜ (12/1 → 25/2) | note:A4 ]", - "[ (25/2 → 13/1) ⇝ 55/4 | note:D5 ]", - "[ 95/8 ⇜ (12/1 → 25/2) | note:F#3 ]", - "[ 95/8 ⇜ (12/1 → 25/2) | note:B3 ]", - "[ 95/8 ⇜ (12/1 → 25/2) | note:C4 ]", - "[ 95/8 ⇜ (12/1 → 25/2) | note:E4 ]", - "[ (25/2 → 13/1) ⇝ 55/4 | note:F#3 ]", - "[ (25/2 → 13/1) ⇝ 55/4 | note:A3 ]", - "[ (25/2 → 13/1) ⇝ 55/4 | note:B3 ]", - "[ (25/2 → 13/1) ⇝ 55/4 | note:D4 ]", - "[ 95/8 ⇜ (12/1 → 25/2) | note:D2 ]", - "[ (25/2 → 13/1) ⇝ 105/8 | note:G2 ]", - "[ 25/2 ⇜ (13/1 → 55/4) | note:D5 ]", - "[ (55/4 → 14/1) ⇝ 115/8 | note:D#5 ]", - "[ 25/2 ⇜ (13/1 → 55/4) | note:F#3 ]", - "[ 25/2 ⇜ (13/1 → 55/4) | note:A3 ]", - "[ 25/2 ⇜ (13/1 → 55/4) | note:B3 ]", - "[ 25/2 ⇜ (13/1 → 55/4) | note:D4 ]", - "[ (55/4 → 14/1) ⇝ 115/8 | note:E3 ]", - "[ (55/4 → 14/1) ⇝ 115/8 | note:G#3 ]", - "[ (55/4 → 14/1) ⇝ 115/8 | note:B3 ]", - "[ (55/4 → 14/1) ⇝ 115/8 | note:D#4 ]", - "[ 25/2 ⇜ (13/1 → 105/8) | note:G2 ]", - "[ 105/8 → 55/4 | note:D2 ]", - "[ (55/4 → 14/1) ⇝ 115/8 | note:C#2 ]", - "[ 55/4 ⇜ (14/1 → 115/8) | note:D#5 ]", - "[ 115/8 → 15/1 | note:C#5 ]", - "[ 55/4 ⇜ (14/1 → 115/8) | note:E3 ]", - "[ 55/4 ⇜ (14/1 → 115/8) | note:G#3 ]", - "[ 55/4 ⇜ (14/1 → 115/8) | note:B3 ]", - "[ 55/4 ⇜ (14/1 → 115/8) | note:D#4 ]", - "[ 115/8 → 15/1 | note:E3 ]", - "[ 115/8 → 15/1 | note:G#3 ]", - "[ 115/8 → 15/1 | note:A#3 ]", - "[ 115/8 → 15/1 | note:D#4 ]", - "[ 55/4 ⇜ (14/1 → 115/8) | note:C#2 ]", - "[ 115/8 → 15/1 | note:F#2 ]", - "[ (15/1 → 16/1) ⇝ 65/4 | note:F#5 ]", - "[ (15/1 → 16/1) ⇝ 65/4 | note:A#3 ]", - "[ (15/1 → 16/1) ⇝ 65/4 | note:C#4 ]", - "[ (15/1 → 16/1) ⇝ 65/4 | note:D#4 ]", - "[ (15/1 → 16/1) ⇝ 65/4 | note:F#4 ]", - "[ 15/1 → 125/8 | note:B2 ]", - "[ (125/8 → 16/1) ⇝ 65/4 | note:F#2 ]", - "[ 15/1 ⇜ (16/1 → 65/4) | note:F#5 ]", - "[ 65/4 → 135/8 | note:G5 ]", - "[ (135/8 → 17/1) ⇝ 35/2 | note:F5 ]", - "[ 15/1 ⇜ (16/1 → 65/4) | note:A#3 ]", - "[ 15/1 ⇜ (16/1 → 65/4) | note:C#4 ]", - "[ 15/1 ⇜ (16/1 → 65/4) | note:D#4 ]", - "[ 15/1 ⇜ (16/1 → 65/4) | note:F#4 ]", - "[ 65/4 → 135/8 | note:Ab3 ]", - "[ 65/4 → 135/8 | note:C4 ]", - "[ 65/4 → 135/8 | note:Eb4 ]", - "[ 65/4 → 135/8 | note:G4 ]", - "[ (135/8 → 17/1) ⇝ 35/2 | note:Ab3 ]", - "[ (135/8 → 17/1) ⇝ 35/2 | note:C4 ]", - "[ (135/8 → 17/1) ⇝ 35/2 | note:D4 ]", - "[ (135/8 → 17/1) ⇝ 35/2 | note:G4 ]", - "[ 125/8 ⇜ (16/1 → 65/4) | note:F#2 ]", - "[ 65/4 → 135/8 | note:F2 ]", - "[ (135/8 → 17/1) ⇝ 35/2 | note:Bb2 ]", - "[ 135/8 ⇜ (17/1 → 35/2) | note:F5 ]", - "[ (35/2 → 18/1) ⇝ 75/4 | note:Bb5 ]", - "[ 135/8 ⇜ (17/1 → 35/2) | note:Ab3 ]", - "[ 135/8 ⇜ (17/1 → 35/2) | note:C4 ]", - "[ 135/8 ⇜ (17/1 → 35/2) | note:D4 ]", - "[ 135/8 ⇜ (17/1 → 35/2) | note:G4 ]", - "[ (35/2 → 18/1) ⇝ 75/4 | note:G3 ]", - "[ (35/2 → 18/1) ⇝ 75/4 | note:Bb3 ]", - "[ (35/2 → 18/1) ⇝ 75/4 | note:D4 ]", - "[ (35/2 → 18/1) ⇝ 75/4 | note:F4 ]", - "[ 135/8 ⇜ (17/1 → 35/2) | note:Bb2 ]", - "[ (35/2 → 18/1) ⇝ 145/8 | note:Eb2 ]", - "[ 35/2 ⇜ (18/1 → 75/4) | note:Bb5 ]", - "[ (75/4 → 19/1) ⇝ 155/8 | note:F#5 ]", - "[ 35/2 ⇜ (18/1 → 75/4) | note:G3 ]", - "[ 35/2 ⇜ (18/1 → 75/4) | note:Bb3 ]", - "[ 35/2 ⇜ (18/1 → 75/4) | note:D4 ]", - "[ 35/2 ⇜ (18/1 → 75/4) | note:F4 ]", - "[ (75/4 → 19/1) ⇝ 155/8 | note:E3 ]", - "[ (75/4 → 19/1) ⇝ 155/8 | note:G#3 ]", - "[ (75/4 → 19/1) ⇝ 155/8 | note:B3 ]", - "[ (75/4 → 19/1) ⇝ 155/8 | note:D#4 ]", - "[ 35/2 ⇜ (18/1 → 145/8) | note:Eb2 ]", - "[ 145/8 → 75/4 | note:Bb3 ]", - "[ (75/4 → 19/1) ⇝ 155/8 | note:C#2 ]", - "[ 75/4 ⇜ (19/1 → 155/8) | note:F#5 ]", - "[ 155/8 → 20/1 | note:F#5 ]", - "[ 75/4 ⇜ (19/1 → 155/8) | note:E3 ]", - "[ 75/4 ⇜ (19/1 → 155/8) | note:G#3 ]", - "[ 75/4 ⇜ (19/1 → 155/8) | note:B3 ]", - "[ 75/4 ⇜ (19/1 → 155/8) | note:D#4 ]", - "[ 155/8 → 20/1 | note:E3 ]", - "[ 155/8 → 20/1 | note:G#3 ]", - "[ 155/8 → 20/1 | note:A#3 ]", - "[ 155/8 → 20/1 | note:D#4 ]", - "[ 75/4 ⇜ (19/1 → 155/8) | note:C#2 ]", - "[ 155/8 → 20/1 | note:F#2 ]", -] -`; - -exports[`renders tunes > tune: goodTimes 1`] = ` -[ - "[ 0/1 → 1/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 1/4 → 3/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 1/2 → 1/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 1/2 → 1/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 1/2 → 1/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/2 → 1/1 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 1/1 → 3/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 1/1 → 3/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 1/1 → 3/2 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/4 → 7/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 5/4 → 7/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (7/4 → 2/1) ⇝ 9/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 7/4 ⇜ (2/1 → 9/4) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (7/4 → 2/1) ⇝ 9/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 7/4 ⇜ (2/1 → 9/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (7/4 → 2/1) ⇝ 9/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 7/4 ⇜ (2/1 → 9/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 2/1 → 5/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 9/4 → 11/4 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 5/2 → 3/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 5/2 → 3/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 5/2 → 3/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 5/2 → 3/1 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 3/1 → 7/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 3/1 → 7/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 3/1 → 7/2 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 13/4 → 15/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 13/4 → 15/4 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (15/4 → 4/1) ⇝ 17/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 15/4 ⇜ (4/1 → 17/4) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (15/4 → 4/1) ⇝ 17/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 15/4 ⇜ (4/1 → 17/4) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (15/4 → 4/1) ⇝ 17/4 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 15/4 ⇜ (4/1 → 17/4) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 4/1 → 9/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 17/4 → 19/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 9/2 → 5/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 9/2 → 5/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 9/2 → 5/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 9/2 → 5/1 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 5/1 → 11/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 5/1 → 11/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 5/1 → 11/2 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 21/4 → 23/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/4 → 23/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ (23/4 → 6/1) ⇝ 25/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 23/4 ⇜ (6/1 → 25/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (23/4 → 6/1) ⇝ 25/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 23/4 ⇜ (6/1 → 25/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (23/4 → 6/1) ⇝ 25/4 | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 23/4 ⇜ (6/1 → 25/4) | note:F2 clip:1 s:piano release:0.1 pan:0.4398148148148148 ]", - "[ 6/1 → 13/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 25/4 → 27/4 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 13/2 → 7/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/2 → 7/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 13/2 → 7/1 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 13/2 → 7/1 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 7/1 → 15/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 7/1 → 15/2 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 7/1 → 15/2 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 29/4 → 31/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 29/4 → 31/4 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ (31/4 → 8/1) ⇝ 33/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 31/4 ⇜ (8/1 → 33/4) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (31/4 → 8/1) ⇝ 33/4 | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ 31/4 ⇜ (8/1 → 33/4) | note:F4 clip:1 s:piano release:0.1 pan:0.5509259259259259 ]", - "[ (31/4 → 8/1) ⇝ 33/4 | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 31/4 ⇜ (8/1 → 33/4) | note:C3 clip:1 s:piano release:0.1 pan:0.4722222222222222 ]", - "[ 8/1 → 17/2 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 33/4 → 35/4 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 17/2 → 9/1 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 17/2 → 9/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 17/2 → 9/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 17/2 → 9/1 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 9/1 → 19/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 9/1 → 19/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 9/1 → 19/2 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 37/4 → 39/4 | note:Eb3 clip:1 s:piano release:0.1 pan:0.4861111111111111 ]", - "[ 37/4 → 39/4 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ (39/4 → 10/1) ⇝ 41/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 39/4 ⇜ (10/1 → 41/4) | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ (39/4 → 10/1) ⇝ 41/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 39/4 ⇜ (10/1 → 41/4) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (39/4 → 10/1) ⇝ 41/4 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 39/4 ⇜ (10/1 → 41/4) | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 10/1 → 21/2 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 41/4 → 43/4 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 21/2 → 11/1 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 21/2 → 11/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 21/2 → 11/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 21/2 → 11/1 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 11/1 → 23/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 11/1 → 23/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 11/1 → 23/2 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 45/4 → 47/4 | note:F3 clip:1 s:piano release:0.1 pan:0.49537037037037035 ]", - "[ 45/4 → 47/4 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ (47/4 → 12/1) ⇝ 49/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 47/4 ⇜ (12/1 → 49/4) | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ (47/4 → 12/1) ⇝ 49/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 47/4 ⇜ (12/1 → 49/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (47/4 → 12/1) ⇝ 49/4 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 47/4 ⇜ (12/1 → 49/4) | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 12/1 → 25/2 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 49/4 → 51/4 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 25/2 → 13/1 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 25/2 → 13/1 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 25/2 → 13/1 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 25/2 → 13/1 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 13/1 → 27/2 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 13/1 → 27/2 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 13/1 → 27/2 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 53/4 → 55/4 | note:G3 clip:1 s:piano release:0.1 pan:0.5046296296296297 ]", - "[ 53/4 → 55/4 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ (55/4 → 14/1) ⇝ 57/4 | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ 55/4 ⇜ (14/1 → 57/4) | note:Bb3 clip:1 s:piano release:0.1 pan:0.5185185185185186 ]", - "[ (55/4 → 14/1) ⇝ 57/4 | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ 55/4 ⇜ (14/1 → 57/4) | note:D4 clip:1 s:piano release:0.1 pan:0.537037037037037 ]", - "[ (55/4 → 14/1) ⇝ 57/4 | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 55/4 ⇜ (14/1 → 57/4) | note:Eb2 clip:1 s:piano release:0.1 pan:0.4305555555555556 ]", - "[ 14/1 → 29/2 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 57/4 → 59/4 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 29/2 → 15/1 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 29/2 → 15/1 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 29/2 → 15/1 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 29/2 → 15/1 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 15/1 → 31/2 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 15/1 → 31/2 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 15/1 → 31/2 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 61/4 → 63/4 | note:Ab3 clip:1 s:piano release:0.1 pan:0.5092592592592593 ]", - "[ 61/4 → 63/4 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ (63/4 → 16/1) ⇝ 65/4 | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ 63/4 ⇜ (16/1 → 65/4) | note:C4 clip:1 s:piano release:0.1 pan:0.5277777777777778 ]", - "[ (63/4 → 16/1) ⇝ 65/4 | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ 63/4 ⇜ (16/1 → 65/4) | note:Eb4 clip:1 s:piano release:0.1 pan:0.5416666666666667 ]", - "[ (63/4 → 16/1) ⇝ 65/4 | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", - "[ 63/4 ⇜ (16/1 → 65/4) | note:Bb2 clip:1 s:piano release:0.1 pan:0.46296296296296297 ]", -] -`; - -exports[`renders tunes > tune: holyflute 1`] = ` -[ - "[ 0/1 → 1/4 | note:48 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 1/4 → 9/32 | note:51 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 11/32 → 3/8 | note:51 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 7/16 → 15/32 | note:51 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ (1/2 → 3/4) ⇝ 1/1 | note:60 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 3/4 → 7/8 | note:55 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 7/8 → 1/1 | note:55 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 0/1 → 1/2 | note:60 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 1/2 → 9/16 | note:63 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 11/16 → 3/4 | note:63 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 7/8 → 15/16 | note:63 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", - "[ 0/1 → 1/1 | note:43 s:ocarina_vib clip:1 release:0.1 room:1 gain:0.2 ]", -] -`; - -exports[`renders tunes > tune: hyperpop 1`] = ` -[ - "[ 1/8 → 1/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1699.6897509708342 ]", - "[ 1/8 → 1/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1699.6897509708342 ]", - "[ 3/8 → 1/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1765.826371664994 ]", - "[ 3/8 → 1/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1765.826371664994 ]", - "[ 1/2 → 5/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1798.799979846742 ]", - "[ 1/2 → 5/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1798.799979846742 ]", - "[ 3/4 → 7/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1864.4584935007128 ]", - "[ 3/4 → 7/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1864.4584935007128 ]", - "[ 7/8 → 1/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1897.1038487394403 ]", - "[ 7/8 → 1/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1897.1038487394403 ]", - "[ -3/8 ⇜ (0/1 → 1/8) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:1666.5665766857219 ]", - "[ -3/8 ⇜ (0/1 → 1/8) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:1666.5665766857219 ]", - "[ -1/4 ⇜ (0/1 → 1/4) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:1683.1306585059317 ]", - "[ -1/4 ⇜ (0/1 → 1/4) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:1683.1306585059317 ]", - "[ -1/8 ⇜ (0/1 → 3/8) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:1699.6897509708342 ]", - "[ -1/8 ⇜ (0/1 → 3/8) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:1699.6897509708342 ]", - "[ (0/1 → 1/3) ⇝ 3/8 | n:C#6 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:5998.072590601808 cutoff:4000 ]", - "[ 0/1 ⇜ (1/3 → 3/8) | n:A5 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:5998.072590601808 cutoff:4000 ]", - "[ (0/1 → 1/3) ⇝ 3/8 | n:E5 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:5998.072590601808 cutoff:4000 ]", - "[ 0/1 ⇜ (1/3 → 3/8) | n:C#5 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:5998.072590601808 cutoff:4000 ]", - "[ (3/8 → 2/3) ⇝ 3/4 | n:A5 s:sawtooth gain:0.2828651860235305 attack:0.001 decay:0.2 sustain:0 hcutoff:5982.671142387316 cutoff:4000 ]", - "[ 3/8 ⇜ (2/3 → 3/4) | n:F#5 s:sawtooth gain:0.2828651860235305 attack:0.001 decay:0.2 sustain:0 hcutoff:5982.671142387316 cutoff:4000 ]", - "[ (3/8 → 2/3) ⇝ 3/4 | n:C#5 s:sawtooth gain:0.2828651860235305 attack:0.001 decay:0.2 sustain:0 hcutoff:5982.671142387316 cutoff:4000 ]", - "[ 3/8 ⇜ (2/3 → 3/4) | n:A4 s:sawtooth gain:0.2828651860235305 attack:0.001 decay:0.2 sustain:0 hcutoff:5982.671142387316 cutoff:4000 ]", - "[ 3/4 → 1/1 | n:F#5 s:sawtooth gain:0.300533478008833 attack:0.001 decay:0.2 sustain:0 hcutoff:5958.137268909887 cutoff:4000 ]", - "[ 3/4 → 1/1 | n:A4 s:sawtooth gain:0.300533478008833 attack:0.001 decay:0.2 sustain:0 hcutoff:5958.137268909887 cutoff:4000 ]", - "[ (1/4 → 7/12) ⇝ 5/8 | n:C#6 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:5989.512318936654 cutoff:4000 ]", - "[ 1/4 ⇜ (7/12 → 5/8) | n:A5 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:5989.512318936654 cutoff:4000 ]", - "[ (1/4 → 7/12) ⇝ 5/8 | n:E5 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:5989.512318936654 cutoff:4000 ]", - "[ 1/4 ⇜ (7/12 → 5/8) | n:C#5 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:5989.512318936654 cutoff:4000 ]", - "[ (5/8 → 11/12) ⇝ 1/1 | n:A5 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:5963.890147645195 cutoff:4000 ]", - "[ 5/8 ⇜ (11/12 → 1/1) | n:F#5 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:5963.890147645195 cutoff:4000 ]", - "[ (5/8 → 11/12) ⇝ 1/1 | n:C#5 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:5963.890147645195 cutoff:4000 ]", - "[ 5/8 ⇜ (11/12 → 1/1) | n:A4 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:5963.890147645195 cutoff:4000 ]", - "[ (1/2 → 5/6) ⇝ 7/8 | n:C#6 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:5974.128467049176 cutoff:4000 ]", - "[ 1/2 ⇜ (5/6 → 7/8) | n:A5 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:5974.128467049176 cutoff:4000 ]", - "[ (1/2 → 5/6) ⇝ 7/8 | n:E5 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:5974.128467049176 cutoff:4000 ]", - "[ 1/2 ⇜ (5/6 → 7/8) | n:C#5 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:5974.128467049176 cutoff:4000 ]", - "[ (7/8 → 1/1) ⇝ 5/4 | n:A5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:5938.355801271282 cutoff:4000 ]", - "[ (7/8 → 1/1) ⇝ 5/4 | n:C#5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:5938.355801271282 cutoff:4000 ]", - "[ (3/4 → 1/1) ⇝ 9/8 | n:C#6 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:5951.963201008076 cutoff:4000 ]", - "[ (3/4 → 1/1) ⇝ 9/8 | n:E5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:5951.963201008076 cutoff:4000 ]", - "[ 0/1 → 1/4 | n:F#5 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.143312438893 cutoff:4000 ]", - "[ 0/1 → 1/4 | n:A4 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.143312438893 cutoff:4000 ]", - "[ -1/8 ⇜ (0/1 → 1/6) ⇝ 1/4 | n:A5 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.143312438893 cutoff:4000 ]", - "[ -1/8 ⇜ (1/6 → 1/4) | n:F#5 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.143312438893 cutoff:4000 ]", - "[ -1/8 ⇜ (0/1 → 1/6) ⇝ 1/4 | n:C#5 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.143312438893 cutoff:4000 ]", - "[ -1/8 ⇜ (1/6 → 1/4) | n:A4 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.143312438893 cutoff:4000 ]", - "[ 1/4 → 1/2 | n:F#5 s:sawtooth gain:0.27200957116830426 attack:0.001 decay:0.2 sustain:0 hcutoff:5992.29333433282 cutoff:4000 ]", - "[ 1/4 → 1/2 | n:A4 s:sawtooth gain:0.27200957116830426 attack:0.001 decay:0.2 sustain:0 hcutoff:5992.29333433282 cutoff:4000 ]", - "[ -1/4 ⇜ (0/1 → 1/12) ⇝ 1/8 | n:C#6 s:sawtooth gain:0.2536811842784369 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.785818935017 cutoff:4000 ]", - "[ -1/4 ⇜ (1/12 → 1/8) | n:A5 s:sawtooth gain:0.2536811842784369 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.785818935017 cutoff:4000 ]", - "[ -1/4 ⇜ (0/1 → 1/12) ⇝ 1/8 | n:E5 s:sawtooth gain:0.2536811842784369 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.785818935017 cutoff:4000 ]", - "[ -1/4 ⇜ (1/12 → 1/8) | n:C#5 s:sawtooth gain:0.2536811842784369 attack:0.001 decay:0.2 sustain:0 hcutoff:5999.785818935017 cutoff:4000 ]", - "[ (1/8 → 5/12) ⇝ 1/2 | n:A5 s:sawtooth gain:0.26836160127988246 attack:0.001 decay:0.2 sustain:0 hcutoff:5994.647308096509 cutoff:4000 ]", - "[ 1/8 ⇜ (5/12 → 1/2) | n:F#5 s:sawtooth gain:0.26836160127988246 attack:0.001 decay:0.2 sustain:0 hcutoff:5994.647308096509 cutoff:4000 ]", - "[ (1/8 → 5/12) ⇝ 1/2 | n:C#5 s:sawtooth gain:0.26836160127988246 attack:0.001 decay:0.2 sustain:0 hcutoff:5994.647308096509 cutoff:4000 ]", - "[ 1/8 ⇜ (5/12 → 1/2) | n:A4 s:sawtooth gain:0.26836160127988246 attack:0.001 decay:0.2 sustain:0 hcutoff:5994.647308096509 cutoff:4000 ]", - "[ 1/2 → 3/4 | n:F#5 s:sawtooth gain:0.28644702698548963 attack:0.001 decay:0.2 sustain:0 hcutoff:5978.612153434527 cutoff:4000 ]", - "[ 1/2 → 3/4 | n:A4 s:sawtooth gain:0.28644702698548963 attack:0.001 decay:0.2 sustain:0 hcutoff:5978.612153434527 cutoff:4000 ]", - "[ 0/1 → 1/4 | s:bd gain:0.7 ]", - "[ 1/2 → 3/4 | s:bd gain:0.7 ]", - "[ 1/2 → 1/1 | s:sn gain:0.7 ]", - "[ 1/4 → 1/2 | s:hh3 gain:0.7 ]", - "[ 3/4 → 1/1 | s:hh3 gain:0.7 ]", - "[ 9/8 → 5/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1961.928446178906 ]", - "[ 9/8 → 5/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:1961.928446178906 ]", - "[ 11/8 → 3/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2026.0015806698216 ]", - "[ 11/8 → 3/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2026.0015806698216 ]", - "[ 3/2 → 13/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2057.708031580958 ]", - "[ 3/2 → 13/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2057.708031580958 ]", - "[ 7/4 → 15/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2120.3652183367367 ]", - "[ 7/4 → 15/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2120.3652183367367 ]", - "[ 15/8 → 2/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2151.2782118349805 ]", - "[ 15/8 → 2/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2151.2782118349805 ]", - "[ 3/2 → 2/1 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2104.801302079497 ]", - "[ 3/2 → 2/1 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2104.801302079497 ]", - "[ (13/8 → 2/1) ⇝ 17/8 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2120.3652183367367 ]", - "[ (13/8 → 2/1) ⇝ 17/8 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2120.3652183367367 ]", - "[ (7/4 → 2/1) ⇝ 9/4 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2135.8582993222344 ]", - "[ (7/4 → 2/1) ⇝ 9/4 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2135.8582993222344 ]", - "[ (15/8 → 2/1) ⇝ 19/8 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2151.2782118349805 ]", - "[ (15/8 → 2/1) ⇝ 19/8 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2151.2782118349805 ]", - "[ 1/1 → 5/4 | n:F#5 s:sawtooth gain:0.31413326401454233 attack:0.001 decay:0.2 sustain:0 hcutoff:5930.924800994192 cutoff:4000 ]", - "[ 1/1 → 5/4 | n:A4 s:sawtooth gain:0.31413326401454233 attack:0.001 decay:0.2 sustain:0 hcutoff:5930.924800994192 cutoff:4000 ]", - "[ 7/8 ⇜ (1/1 → 7/6) ⇝ 5/4 | n:A5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:5938.355801271282 cutoff:4000 ]", - "[ 7/8 ⇜ (7/6 → 5/4) | n:F#5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:5938.355801271282 cutoff:4000 ]", - "[ 7/8 ⇜ (1/1 → 7/6) ⇝ 5/4 | n:C#5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:5938.355801271282 cutoff:4000 ]", - "[ 7/8 ⇜ (7/6 → 5/4) | n:A4 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:5938.355801271282 cutoff:4000 ]", - "[ 5/4 → 3/2 | n:F#5 s:sawtooth gain:0.3271154116289833 attack:0.001 decay:0.2 sustain:0 hcutoff:5897.049337170482 cutoff:4000 ]", - "[ 5/4 → 3/2 | n:A4 s:sawtooth gain:0.3271154116289833 attack:0.001 decay:0.2 sustain:0 hcutoff:5897.049337170482 cutoff:4000 ]", - "[ 3/4 ⇜ (1/1 → 13/12) ⇝ 9/8 | n:C#6 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:5951.963201008076 cutoff:4000 ]", - "[ 3/4 ⇜ (13/12 → 9/8) | n:A5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:5951.963201008076 cutoff:4000 ]", - "[ 3/4 ⇜ (1/1 → 13/12) ⇝ 9/8 | n:E5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:5951.963201008076 cutoff:4000 ]", - "[ 3/4 ⇜ (13/12 → 9/8) | n:C#5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:5951.963201008076 cutoff:4000 ]", - "[ (9/8 → 17/12) ⇝ 3/2 | n:A5 s:sawtooth gain:0.3239347288344676 attack:0.001 decay:0.2 sustain:0 hcutoff:5906.1380911341175 cutoff:4000 ]", - "[ 9/8 ⇜ (17/12 → 3/2) | n:F#5 s:sawtooth gain:0.3239347288344676 attack:0.001 decay:0.2 sustain:0 hcutoff:5906.1380911341175 cutoff:4000 ]", - "[ (9/8 → 17/12) ⇝ 3/2 | n:C#5 s:sawtooth gain:0.3239347288344676 attack:0.001 decay:0.2 sustain:0 hcutoff:5906.1380911341175 cutoff:4000 ]", - "[ 9/8 ⇜ (17/12 → 3/2) | n:A4 s:sawtooth gain:0.3239347288344676 attack:0.001 decay:0.2 sustain:0 hcutoff:5906.1380911341175 cutoff:4000 ]", - "[ 3/2 → 7/4 | n:F#5 s:sawtooth gain:0.339354895673865 attack:0.001 decay:0.2 sustain:0 hcutoff:5856.603727730447 cutoff:4000 ]", - "[ 3/2 → 7/4 | n:A4 s:sawtooth gain:0.339354895673865 attack:0.001 decay:0.2 sustain:0 hcutoff:5856.603727730447 cutoff:4000 ]", - "[ (1/1 → 4/3) ⇝ 11/8 | n:C#6 s:sawtooth gain:0.317441699448191 attack:0.001 decay:0.2 sustain:0 hcutoff:5923.077274266886 cutoff:4000 ]", - "[ 1/1 ⇜ (4/3 → 11/8) | n:A5 s:sawtooth gain:0.317441699448191 attack:0.001 decay:0.2 sustain:0 hcutoff:5923.077274266886 cutoff:4000 ]", - "[ (1/1 → 4/3) ⇝ 11/8 | n:E5 s:sawtooth gain:0.317441699448191 attack:0.001 decay:0.2 sustain:0 hcutoff:5923.077274266886 cutoff:4000 ]", - "[ 1/1 ⇜ (4/3 → 11/8) | n:C#5 s:sawtooth gain:0.317441699448191 attack:0.001 decay:0.2 sustain:0 hcutoff:5923.077274266886 cutoff:4000 ]", - "[ (11/8 → 5/3) ⇝ 7/4 | n:A5 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:5867.325323737765 cutoff:4000 ]", - "[ 11/8 ⇜ (5/3 → 7/4) | n:F#5 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:5867.325323737765 cutoff:4000 ]", - "[ (11/8 → 5/3) ⇝ 7/4 | n:C#5 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:5867.325323737765 cutoff:4000 ]", - "[ 11/8 ⇜ (5/3 → 7/4) | n:A4 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:5867.325323737765 cutoff:4000 ]", - "[ 7/4 → 2/1 | n:F#5 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:5809.698831278217 cutoff:4000 ]", - "[ 7/4 → 2/1 | n:A4 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:5809.698831278217 cutoff:4000 ]", - "[ (5/4 → 19/12) ⇝ 13/8 | n:C#6 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:5887.549861142967 cutoff:4000 ]", - "[ 5/4 ⇜ (19/12 → 13/8) | n:A5 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:5887.549861142967 cutoff:4000 ]", - "[ (5/4 → 19/12) ⇝ 13/8 | n:E5 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:5887.549861142967 cutoff:4000 ]", - "[ 5/4 ⇜ (19/12 → 13/8) | n:C#5 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:5887.549861142967 cutoff:4000 ]", - "[ (13/8 → 23/12) ⇝ 2/1 | n:A5 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:5822.02388217981 cutoff:4000 ]", - "[ 13/8 ⇜ (23/12 → 2/1) | n:F#5 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:5822.02388217981 cutoff:4000 ]", - "[ (13/8 → 23/12) ⇝ 2/1 | n:C#5 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:5822.02388217981 cutoff:4000 ]", - "[ 13/8 ⇜ (23/12 → 2/1) | n:A4 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:5822.02388217981 cutoff:4000 ]", - "[ (3/2 → 11/6) ⇝ 15/8 | n:C#6 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:5845.47833980621 cutoff:4000 ]", - "[ 3/2 ⇜ (11/6 → 15/8) | n:A5 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:5845.47833980621 cutoff:4000 ]", - "[ (3/2 → 11/6) ⇝ 15/8 | n:E5 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:5845.47833980621 cutoff:4000 ]", - "[ 3/2 ⇜ (11/6 → 15/8) | n:C#5 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:5845.47833980621 cutoff:4000 ]", - "[ (15/8 → 2/1) ⇝ 9/4 | n:A5 s:sawtooth gain:0.35343108171056004 attack:0.001 decay:0.2 sustain:0 hcutoff:5796.978025372246 cutoff:4000 ]", - "[ (15/8 → 2/1) ⇝ 9/4 | n:C#5 s:sawtooth gain:0.35343108171056004 attack:0.001 decay:0.2 sustain:0 hcutoff:5796.978025372246 cutoff:4000 ]", - "[ (7/4 → 2/1) ⇝ 17/8 | n:C#6 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:5809.698831278217 cutoff:4000 ]", - "[ (7/4 → 2/1) ⇝ 17/8 | n:E5 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:5809.698831278217 cutoff:4000 ]", - "[ 1/1 → 5/4 | s:bd gain:0.7 ]", - "[ 3/2 → 7/4 | s:bd gain:0.7 ]", - "[ 3/2 → 2/1 | s:sn gain:0.7 ]", - "[ 5/4 → 3/2 | s:hh3 gain:0.7 ]", - "[ 7/4 → 2/1 | s:hh3 gain:0.7 ]", - "[ 17/8 → 9/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2212.17990613181 ]", - "[ 17/8 → 9/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2212.17990613181 ]", - "[ 19/8 → 5/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2271.727259793624 ]", - "[ 19/8 → 5/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2271.727259793624 ]", - "[ 5/2 → 21/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2300.948092306816 ]", - "[ 5/2 → 21/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2300.948092306816 ]", - "[ 11/4 → 23/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2358.1960716159333 ]", - "[ 11/4 → 23/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2358.1960716159333 ]", - "[ 23/8 → 3/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2386.1887343697626 ]", - "[ 23/8 → 3/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2386.1887343697626 ]", - "[ 13/8 ⇜ (2/1 → 17/8) | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2181.889254082415 ]", - "[ 13/8 ⇜ (2/1 → 17/8) | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2181.889254082415 ]", - "[ 7/4 ⇜ (2/1 → 9/4) | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2197.0757739067362 ]", - "[ 7/4 ⇜ (2/1 → 9/4) | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2197.0757739067362 ]", - "[ 15/8 ⇜ (2/1 → 19/8) | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2212.17990613181 ]", - "[ 15/8 ⇜ (2/1 → 19/8) | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2212.17990613181 ]", - "[ 2/1 → 9/4 | n:F#5 s:sawtooth gain:0.36114266880324397 attack:0.001 decay:0.2 sustain:0 hcutoff:5756.463210874651 cutoff:4000 ]", - "[ 2/1 → 9/4 | n:A4 s:sawtooth gain:0.36114266880324397 attack:0.001 decay:0.2 sustain:0 hcutoff:5756.463210874651 cutoff:4000 ]", - "[ 15/8 ⇜ (2/1 → 13/6) ⇝ 9/4 | n:A5 s:sawtooth gain:0.36114266880324397 attack:0.001 decay:0.2 sustain:0 hcutoff:5756.463210874651 cutoff:4000 ]", - "[ 15/8 ⇜ (13/6 → 9/4) | n:F#5 s:sawtooth gain:0.36114266880324397 attack:0.001 decay:0.2 sustain:0 hcutoff:5756.463210874651 cutoff:4000 ]", - "[ 15/8 ⇜ (2/1 → 13/6) ⇝ 9/4 | n:C#5 s:sawtooth gain:0.36114266880324397 attack:0.001 decay:0.2 sustain:0 hcutoff:5756.463210874651 cutoff:4000 ]", - "[ 15/8 ⇜ (13/6 → 9/4) | n:A4 s:sawtooth gain:0.36114266880324397 attack:0.001 decay:0.2 sustain:0 hcutoff:5756.463210874651 cutoff:4000 ]", - "[ 9/4 → 5/2 | n:F#5 s:sawtooth gain:0.3704811297220968 attack:0.001 decay:0.2 sustain:0 hcutoff:5697.042781654914 cutoff:4000 ]", - "[ 9/4 → 5/2 | n:A4 s:sawtooth gain:0.3704811297220968 attack:0.001 decay:0.2 sustain:0 hcutoff:5697.042781654914 cutoff:4000 ]", - "[ 7/4 ⇜ (2/1 → 25/12) ⇝ 17/8 | n:C#6 s:sawtooth gain:0.3586370624427201 attack:0.001 decay:0.2 sustain:0 hcutoff:5770.357934562703 cutoff:4000 ]", - "[ 7/4 ⇜ (25/12 → 17/8) | n:A5 s:sawtooth gain:0.3586370624427201 attack:0.001 decay:0.2 sustain:0 hcutoff:5770.357934562703 cutoff:4000 ]", - "[ 7/4 ⇜ (2/1 → 25/12) ⇝ 17/8 | n:E5 s:sawtooth gain:0.3586370624427201 attack:0.001 decay:0.2 sustain:0 hcutoff:5770.357934562703 cutoff:4000 ]", - "[ 7/4 ⇜ (25/12 → 17/8) | n:C#5 s:sawtooth gain:0.3586370624427201 attack:0.001 decay:0.2 sustain:0 hcutoff:5770.357934562703 cutoff:4000 ]", - "[ (17/8 → 29/12) ⇝ 5/2 | n:A5 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:5712.469093657604 cutoff:4000 ]", - "[ 17/8 ⇜ (29/12 → 5/2) | n:F#5 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:5712.469093657604 cutoff:4000 ]", - "[ (17/8 → 29/12) ⇝ 5/2 | n:C#5 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:5712.469093657604 cutoff:4000 ]", - "[ 17/8 ⇜ (29/12 → 5/2) | n:A4 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:5712.469093657604 cutoff:4000 ]", - "[ 5/2 → 11/4 | n:F#5 s:sawtooth gain:0.37865929150004085 attack:0.001 decay:0.2 sustain:0 hcutoff:5631.60041088523 cutoff:4000 ]", - "[ 5/2 → 11/4 | n:A4 s:sawtooth gain:0.37865929150004085 attack:0.001 decay:0.2 sustain:0 hcutoff:5631.60041088523 cutoff:4000 ]", - "[ (2/1 → 7/3) ⇝ 19/8 | n:C#6 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:5742.18185383172 cutoff:4000 ]", - "[ 2/1 ⇜ (7/3 → 19/8) | n:A5 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:5742.18185383172 cutoff:4000 ]", - "[ (2/1 → 7/3) ⇝ 19/8 | n:E5 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:5742.18185383172 cutoff:4000 ]", - "[ 2/1 ⇜ (7/3 → 19/8) | n:C#5 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:5742.18185383172 cutoff:4000 ]", - "[ (19/8 → 8/3) ⇝ 11/4 | n:A5 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:5648.516028753632 cutoff:4000 ]", - "[ 19/8 ⇜ (8/3 → 11/4) | n:F#5 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:5648.516028753632 cutoff:4000 ]", - "[ (19/8 → 8/3) ⇝ 11/4 | n:C#5 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:5648.516028753632 cutoff:4000 ]", - "[ 19/8 ⇜ (8/3 → 11/4) | n:A4 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:5648.516028753632 cutoff:4000 ]", - "[ 11/4 → 3/1 | n:F#5 s:sawtooth gain:0.3855983939685166 attack:0.001 decay:0.2 sustain:0 hcutoff:5560.31547155504 cutoff:4000 ]", - "[ 11/4 → 3/1 | n:A4 s:sawtooth gain:0.3855983939685166 attack:0.001 decay:0.2 sustain:0 hcutoff:5560.31547155504 cutoff:4000 ]", - "[ (9/4 → 31/12) ⇝ 21/8 | n:C#6 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:5681.240017681994 cutoff:4000 ]", - "[ 9/4 ⇜ (31/12 → 21/8) | n:A5 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:5681.240017681994 cutoff:4000 ]", - "[ (9/4 → 31/12) ⇝ 21/8 | n:E5 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:5681.240017681994 cutoff:4000 ]", - "[ 9/4 ⇜ (31/12 → 21/8) | n:C#5 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:5681.240017681994 cutoff:4000 ]", - "[ (21/8 → 35/12) ⇝ 3/1 | n:A5 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:5578.674030756363 cutoff:4000 ]", - "[ 21/8 ⇜ (35/12 → 3/1) | n:F#5 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:5578.674030756363 cutoff:4000 ]", - "[ (21/8 → 35/12) ⇝ 3/1 | n:C#5 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:5578.674030756363 cutoff:4000 ]", - "[ 21/8 ⇜ (35/12 → 3/1) | n:A4 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:5578.674030756363 cutoff:4000 ]", - "[ (5/2 → 17/6) ⇝ 23/8 | n:C#6 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:5614.319554259933 cutoff:4000 ]", - "[ 5/2 ⇜ (17/6 → 23/8) | n:A5 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:5614.319554259933 cutoff:4000 ]", - "[ (5/2 → 17/6) ⇝ 23/8 | n:E5 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:5614.319554259933 cutoff:4000 ]", - "[ 5/2 ⇜ (17/6 → 23/8) | n:C#5 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:5614.319554259933 cutoff:4000 ]", - "[ (23/8 → 3/1) ⇝ 13/4 | n:A5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:5503.134531727652 cutoff:4000 ]", - "[ (23/8 → 3/1) ⇝ 13/4 | n:C#5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:5503.134531727652 cutoff:4000 ]", - "[ (11/4 → 3/1) ⇝ 25/8 | n:C#6 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:5541.603887904197 cutoff:4000 ]", - "[ (11/4 → 3/1) ⇝ 25/8 | n:E5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:5541.603887904197 cutoff:4000 ]", - "[ 2/1 → 9/4 | s:bd gain:0.7 ]", - "[ 5/2 → 11/4 | s:bd gain:0.7 ]", - "[ 5/2 → 3/1 | s:sn gain:0.7 ]", - "[ 9/4 → 5/2 | s:hh3 gain:0.7 ]", - "[ 11/4 → 3/1 | s:hh3 gain:0.7 ]", - "[ 25/8 → 13/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2440.8271075661924 ]", - "[ 25/8 → 13/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2440.8271075661924 ]", - "[ 27/8 → 7/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2493.5603089922215 ]", - "[ 27/8 → 7/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2493.5603089922215 ]", - "[ 7/2 → 29/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2519.1725829012184 ]", - "[ 7/2 → 29/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2519.1725829012184 ]", - "[ 15/4 → 31/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2568.811347023862 ]", - "[ 15/4 → 31/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2568.811347023862 ]", - "[ 31/8 → 4/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2592.8079367021132 ]", - "[ 31/8 → 4/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2592.8079367021132 ]", - "[ 7/2 → 4/1 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2556.604589043475 ]", - "[ 7/2 → 4/1 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2556.604589043475 ]", - "[ (29/8 → 4/1) ⇝ 33/8 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2568.811347023862 ]", - "[ (29/8 → 4/1) ⇝ 33/8 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2568.811347023862 ]", - "[ (15/4 → 4/1) ⇝ 17/4 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2580.8797353950404 ]", - "[ (15/4 → 4/1) ⇝ 17/4 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2580.8797353950404 ]", - "[ (31/8 → 4/1) ⇝ 35/8 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2592.8079367021132 ]", - "[ (31/8 → 4/1) ⇝ 35/8 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2592.8079367021132 ]", - "[ 3/1 → 13/4 | n:F#5 s:sawtooth gain:0.3912316097774532 attack:0.001 decay:0.2 sustain:0 hcutoff:5483.383350728088 cutoff:4000 ]", - "[ 3/1 → 13/4 | n:A4 s:sawtooth gain:0.3912316097774532 attack:0.001 decay:0.2 sustain:0 hcutoff:5483.383350728088 cutoff:4000 ]", - "[ 23/8 ⇜ (3/1 → 19/6) ⇝ 13/4 | n:A5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:5503.134531727652 cutoff:4000 ]", - "[ 23/8 ⇜ (19/6 → 13/4) | n:F#5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:5503.134531727652 cutoff:4000 ]", - "[ 23/8 ⇜ (3/1 → 19/6) ⇝ 13/4 | n:C#5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:5503.134531727652 cutoff:4000 ]", - "[ 23/8 ⇜ (19/6 → 13/4) | n:A4 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:5503.134531727652 cutoff:4000 ]", - "[ 13/4 → 7/2 | n:F#5 s:sawtooth gain:0.3955046879791817 attack:0.001 decay:0.2 sustain:0 hcutoff:5401.014914000078 cutoff:4000 ]", - "[ 13/4 → 7/2 | n:A4 s:sawtooth gain:0.3955046879791817 attack:0.001 decay:0.2 sustain:0 hcutoff:5401.014914000078 cutoff:4000 ]", - "[ 11/4 ⇜ (3/1 → 37/12) ⇝ 25/8 | n:C#6 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:5541.603887904197 cutoff:4000 ]", - "[ 11/4 ⇜ (37/12 → 25/8) | n:A5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:5541.603887904197 cutoff:4000 ]", - "[ 11/4 ⇜ (3/1 → 37/12) ⇝ 25/8 | n:E5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:5541.603887904197 cutoff:4000 ]", - "[ 11/4 ⇜ (37/12 → 25/8) | n:C#5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:5541.603887904197 cutoff:4000 ]", - "[ (25/8 → 41/12) ⇝ 7/2 | n:A5 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:5422.104580183649 cutoff:4000 ]", - "[ 25/8 ⇜ (41/12 → 7/2) | n:F#5 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:5422.104580183649 cutoff:4000 ]", - "[ (25/8 → 41/12) ⇝ 7/2 | n:C#5 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:5422.104580183649 cutoff:4000 ]", - "[ 25/8 ⇜ (41/12 → 7/2) | n:A4 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:5422.104580183649 cutoff:4000 ]", - "[ 7/2 → 15/4 | n:F#5 s:sawtooth gain:0.3983764764947172 attack:0.001 decay:0.2 sustain:0 hcutoff:5313.435927530719 cutoff:4000 ]", - "[ 7/2 → 15/4 | n:A4 s:sawtooth gain:0.3983764764947172 attack:0.001 decay:0.2 sustain:0 hcutoff:5313.435927530719 cutoff:4000 ]", - "[ (3/1 → 10/3) ⇝ 27/8 | n:C#6 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:5463.2923272018625 cutoff:4000 ]", - "[ 3/1 ⇜ (10/3 → 27/8) | n:A5 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:5463.2923272018625 cutoff:4000 ]", - "[ (3/1 → 10/3) ⇝ 27/8 | n:E5 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:5463.2923272018625 cutoff:4000 ]", - "[ 3/1 ⇜ (10/3 → 27/8) | n:C#5 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:5463.2923272018625 cutoff:4000 ]", - "[ (27/8 → 11/3) ⇝ 15/4 | n:A5 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:5335.806273589214 cutoff:4000 ]", - "[ 27/8 ⇜ (11/3 → 15/4) | n:F#5 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:5335.806273589214 cutoff:4000 ]", - "[ (27/8 → 11/3) ⇝ 15/4 | n:C#5 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:5335.806273589214 cutoff:4000 ]", - "[ 27/8 ⇜ (11/3 → 15/4) | n:A4 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:5335.806273589214 cutoff:4000 ]", - "[ 15/4 → 4/1 | n:F#5 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5220.886439234386 cutoff:4000 ]", - "[ 15/4 → 4/1 | n:A4 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5220.886439234386 cutoff:4000 ]", - "[ (13/4 → 43/12) ⇝ 29/8 | n:C#6 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:5379.599518697443 cutoff:4000 ]", - "[ 13/4 ⇜ (43/12 → 29/8) | n:A5 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:5379.599518697443 cutoff:4000 ]", - "[ (13/4 → 43/12) ⇝ 29/8 | n:E5 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:5379.599518697443 cutoff:4000 ]", - "[ 13/4 ⇜ (43/12 → 29/8) | n:C#5 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:5379.599518697443 cutoff:4000 ]", - "[ (29/8 → 47/12) ⇝ 4/1 | n:A5 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5244.4761496042 cutoff:4000 ]", - "[ 29/8 ⇜ (47/12 → 4/1) | n:F#5 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5244.4761496042 cutoff:4000 ]", - "[ (29/8 → 47/12) ⇝ 4/1 | n:C#5 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5244.4761496042 cutoff:4000 ]", - "[ 29/8 ⇜ (47/12 → 4/1) | n:A4 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5244.4761496042 cutoff:4000 ]", - "[ (7/2 → 23/6) ⇝ 31/8 | n:C#6 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5290.754858561636 cutoff:4000 ]", - "[ 7/2 ⇜ (23/6 → 31/8) | n:A5 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5290.754858561636 cutoff:4000 ]", - "[ (7/2 → 23/6) ⇝ 31/8 | n:E5 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5290.754858561636 cutoff:4000 ]", - "[ 7/2 ⇜ (23/6 → 31/8) | n:C#5 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5290.754858561636 cutoff:4000 ]", - "[ (31/8 → 4/1) ⇝ 17/4 | n:A5 s:sawtooth gain:0.3999548228044306 attack:0.001 decay:0.2 sustain:0 hcutoff:5197.0018638323545 cutoff:4000 ]", - "[ (31/8 → 4/1) ⇝ 17/4 | n:C#5 s:sawtooth gain:0.3999548228044306 attack:0.001 decay:0.2 sustain:0 hcutoff:5197.0018638323545 cutoff:4000 ]", - "[ (15/4 → 4/1) ⇝ 33/8 | n:C#6 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5220.886439234386 cutoff:4000 ]", - "[ (15/4 → 4/1) ⇝ 33/8 | n:E5 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5220.886439234386 cutoff:4000 ]", - "[ 3/1 → 13/4 | s:bd gain:0.7 ]", - "[ 7/2 → 15/4 | s:bd gain:0.7 ]", - "[ 31/8 → 4/1 | s:bd gain:0.7 ]", - "[ 7/2 → 4/1 | s:sn gain:0.7 ]", - "[ 13/4 → 7/2 | s:hh3 gain:0.7 ]", - "[ 15/4 → 4/1 | s:hh3 gain:0.7 ]", - "[ 33/8 → 17/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2639.083266757757 ]", - "[ 33/8 → 17/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2639.083266757757 ]", - "[ 35/8 → 9/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2682.97580859032 ]", - "[ 35/8 → 9/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2682.97580859032 ]", - "[ 9/2 → 37/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2703.995258572327 ]", - "[ 9/2 → 37/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2703.995258572327 ]", - "[ 19/4 → 39/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2744.1172176410028 ]", - "[ 19/4 → 39/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2744.1172176410028 ]", - "[ 39/8 → 5/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2763.195558759784 ]", - "[ 39/8 → 5/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2763.195558759784 ]", - "[ 29/8 ⇜ (4/1 → 33/8) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2616.236614133155 ]", - "[ 29/8 ⇜ (4/1 → 33/8) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2616.236614133155 ]", - "[ 15/4 ⇜ (4/1 → 17/4) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2627.7335619844803 ]", - "[ 15/4 ⇜ (4/1 → 17/4) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2627.7335619844803 ]", - "[ 31/8 ⇜ (4/1 → 35/8) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2639.083266757757 ]", - "[ 31/8 ⇜ (4/1 → 35/8) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2639.083266757757 ]", - "[ 4/1 → 17/4 | n:F#5 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5123.62012082546 cutoff:4000 ]", - "[ 4/1 → 17/4 | n:A4 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5123.62012082546 cutoff:4000 ]", - "[ 31/8 ⇜ (4/1 → 25/6) ⇝ 17/4 | n:A5 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5123.62012082546 cutoff:4000 ]", - "[ 31/8 ⇜ (25/6 → 17/4) | n:F#5 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5123.62012082546 cutoff:4000 ]", - "[ 31/8 ⇜ (4/1 → 25/6) ⇝ 17/4 | n:C#5 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5123.62012082546 cutoff:4000 ]", - "[ 31/8 ⇜ (25/6 → 17/4) | n:A4 s:sawtooth gain:0.3998193184307759 attack:0.001 decay:0.2 sustain:0 hcutoff:5123.62012082546 cutoff:4000 ]", - "[ 17/4 → 9/2 | n:F#5 s:sawtooth gain:0.3983764764947172 attack:0.001 decay:0.2 sustain:0 hcutoff:5021.903572521802 cutoff:4000 ]", - "[ 17/4 → 9/2 | n:A4 s:sawtooth gain:0.3983764764947172 attack:0.001 decay:0.2 sustain:0 hcutoff:5021.903572521802 cutoff:4000 ]", - "[ 15/4 ⇜ (4/1 → 49/12) ⇝ 33/8 | n:C#6 s:sawtooth gain:0.3999548228044306 attack:0.001 decay:0.2 sustain:0 hcutoff:5148.3645377501725 cutoff:4000 ]", - "[ 15/4 ⇜ (49/12 → 33/8) | n:A5 s:sawtooth gain:0.3999548228044306 attack:0.001 decay:0.2 sustain:0 hcutoff:5148.3645377501725 cutoff:4000 ]", - "[ 15/4 ⇜ (4/1 → 49/12) ⇝ 33/8 | n:E5 s:sawtooth gain:0.3999548228044306 attack:0.001 decay:0.2 sustain:0 hcutoff:5148.3645377501725 cutoff:4000 ]", - "[ 15/4 ⇜ (49/12 → 33/8) | n:C#5 s:sawtooth gain:0.3999548228044306 attack:0.001 decay:0.2 sustain:0 hcutoff:5148.3645377501725 cutoff:4000 ]", - "[ (33/8 → 53/12) ⇝ 9/2 | n:A5 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5047.734873274585 cutoff:4000 ]", - "[ 33/8 ⇜ (53/12 → 9/2) | n:F#5 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5047.734873274585 cutoff:4000 ]", - "[ (33/8 → 53/12) ⇝ 9/2 | n:C#5 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5047.734873274585 cutoff:4000 ]", - "[ 33/8 ⇜ (53/12 → 9/2) | n:A4 s:sawtooth gain:0.3988719301898066 attack:0.001 decay:0.2 sustain:0 hcutoff:5047.734873274585 cutoff:4000 ]", - "[ 9/2 → 19/4 | n:F#5 s:sawtooth gain:0.3955046879791817 attack:0.001 decay:0.2 sustain:0 hcutoff:4916.015592312082 cutoff:4000 ]", - "[ 9/2 → 19/4 | n:A4 s:sawtooth gain:0.3955046879791817 attack:0.001 decay:0.2 sustain:0 hcutoff:4916.015592312082 cutoff:4000 ]", - "[ (4/1 → 13/3) ⇝ 35/8 | n:C#6 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5098.597504951462 cutoff:4000 ]", - "[ 4/1 ⇜ (13/3 → 35/8) | n:A5 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5098.597504951462 cutoff:4000 ]", - "[ (4/1 → 13/3) ⇝ 35/8 | n:E5 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5098.597504951462 cutoff:4000 ]", - "[ 4/1 ⇜ (13/3 → 35/8) | n:C#5 s:sawtooth gain:0.3995935685018036 attack:0.001 decay:0.2 sustain:0 hcutoff:5098.597504951462 cutoff:4000 ]", - "[ (35/8 → 14/3) ⇝ 19/4 | n:A5 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:4942.862975093085 cutoff:4000 ]", - "[ 35/8 ⇜ (14/3 → 19/4) | n:F#5 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:4942.862975093085 cutoff:4000 ]", - "[ (35/8 → 14/3) ⇝ 19/4 | n:C#5 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:4942.862975093085 cutoff:4000 ]", - "[ 35/8 ⇜ (14/3 → 19/4) | n:A4 s:sawtooth gain:0.3963553195057793 attack:0.001 decay:0.2 sustain:0 hcutoff:4942.862975093085 cutoff:4000 ]", - "[ 19/4 → 5/1 | n:F#5 s:sawtooth gain:0.3912316097774532 attack:0.001 decay:0.2 sustain:0 hcutoff:4806.246411789873 cutoff:4000 ]", - "[ 19/4 → 5/1 | n:A4 s:sawtooth gain:0.3912316097774532 attack:0.001 decay:0.2 sustain:0 hcutoff:4806.246411789873 cutoff:4000 ]", - "[ (17/4 → 55/12) ⇝ 37/8 | n:C#6 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:4995.811501426648 cutoff:4000 ]", - "[ 17/4 ⇜ (55/12 → 37/8) | n:A5 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:4995.811501426648 cutoff:4000 ]", - "[ (17/4 → 55/12) ⇝ 37/8 | n:E5 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:4995.811501426648 cutoff:4000 ]", - "[ 17/4 ⇜ (55/12 → 37/8) | n:C#5 s:sawtooth gain:0.3977916463583412 attack:0.001 decay:0.2 sustain:0 hcutoff:4995.811501426648 cutoff:4000 ]", - "[ (37/8 → 59/12) ⇝ 5/1 | n:A5 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:4834.036289789029 cutoff:4000 ]", - "[ 37/8 ⇜ (59/12 → 5/1) | n:F#5 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:4834.036289789029 cutoff:4000 ]", - "[ (37/8 → 59/12) ⇝ 5/1 | n:C#5 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:4834.036289789029 cutoff:4000 ]", - "[ 37/8 ⇜ (59/12 → 5/1) | n:A4 s:sawtooth gain:0.39242922708895556 attack:0.001 decay:0.2 sustain:0 hcutoff:4834.036289789029 cutoff:4000 ]", - "[ (9/2 → 29/6) ⇝ 39/8 | n:C#6 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:4888.925582549005 cutoff:4000 ]", - "[ 9/2 ⇜ (29/6 → 39/8) | n:A5 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:4888.925582549005 cutoff:4000 ]", - "[ (9/2 → 29/6) ⇝ 39/8 | n:E5 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:4888.925582549005 cutoff:4000 ]", - "[ 9/2 ⇜ (29/6 → 39/8) | n:C#5 s:sawtooth gain:0.394566409869316 attack:0.001 decay:0.2 sustain:0 hcutoff:4888.925582549005 cutoff:4000 ]", - "[ (39/8 → 5/1) ⇝ 21/4 | n:A5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:4721.553103742387 cutoff:4000 ]", - "[ (39/8 → 5/1) ⇝ 21/4 | n:C#5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:4721.553103742387 cutoff:4000 ]", - "[ (19/4 → 5/1) ⇝ 41/8 | n:C#6 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:4778.23271519263 cutoff:4000 ]", - "[ (19/4 → 5/1) ⇝ 41/8 | n:E5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:4778.23271519263 cutoff:4000 ]", - "[ 4/1 → 17/4 | s:bd gain:0.7 ]", - "[ 9/2 → 19/4 | s:bd gain:0.7 ]", - "[ 9/2 → 5/1 | s:sn gain:0.7 ]", - "[ 17/4 → 9/2 | s:hh3 gain:0.7 ]", - "[ 19/4 → 5/1 | s:hh3 gain:0.7 ]", - "[ 41/8 → 21/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2799.329510692108 ]", - "[ 41/8 → 21/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2799.329510692108 ]", - "[ 43/8 → 11/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2832.694627163799 ]", - "[ 43/8 → 11/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2832.694627163799 ]", - "[ 11/2 → 45/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2848.313487543853 ]", - "[ 11/2 → 45/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2848.313487543853 ]", - "[ 23/4 → 47/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2877.376777172205 ]", - "[ 23/4 → 47/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2877.376777172205 ]", - "[ 47/8 → 6/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2890.803699781578 ]", - "[ 47/8 → 6/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2890.803699781578 ]", - "[ 11/2 → 6/1 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2870.3855457166487 ]", - "[ 11/2 → 6/1 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2870.3855457166487 ]", - "[ (45/8 → 6/1) ⇝ 49/8 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2877.376777172205 ]", - "[ (45/8 → 6/1) ⇝ 49/8 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2877.376777172205 ]", - "[ (23/4 → 6/1) ⇝ 25/4 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2884.183170199766 ]", - "[ (23/4 → 6/1) ⇝ 25/4 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2884.183170199766 ]", - "[ (47/8 → 6/1) ⇝ 51/8 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2890.803699781578 ]", - "[ (47/8 → 6/1) ⇝ 51/8 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2890.803699781578 ]", - "[ 5/1 → 21/4 | n:F#5 s:sawtooth gain:0.3855983939685166 attack:0.001 decay:0.2 sustain:0 hcutoff:4692.8969006490215 cutoff:4000 ]", - "[ 5/1 → 21/4 | n:A4 s:sawtooth gain:0.3855983939685166 attack:0.001 decay:0.2 sustain:0 hcutoff:4692.8969006490215 cutoff:4000 ]", - "[ 39/8 ⇜ (5/1 → 31/6) ⇝ 21/4 | n:A5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:4721.553103742387 cutoff:4000 ]", - "[ 39/8 ⇜ (31/6 → 21/4) | n:F#5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:4721.553103742387 cutoff:4000 ]", - "[ 39/8 ⇜ (5/1 → 31/6) ⇝ 21/4 | n:C#5 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:4721.553103742387 cutoff:4000 ]", - "[ 39/8 ⇜ (31/6 → 21/4) | n:A4 s:sawtooth gain:0.3871314633555296 attack:0.001 decay:0.2 sustain:0 hcutoff:4721.553103742387 cutoff:4000 ]", - "[ 21/4 → 11/2 | n:F#5 s:sawtooth gain:0.37865929150004085 attack:0.001 decay:0.2 sustain:0 hcutoff:4576.2777420207385 cutoff:4000 ]", - "[ 21/4 → 11/2 | n:A4 s:sawtooth gain:0.37865929150004085 attack:0.001 decay:0.2 sustain:0 hcutoff:4576.2777420207385 cutoff:4000 ]", - "[ 19/4 ⇜ (5/1 → 61/12) ⇝ 41/8 | n:C#6 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:4778.23271519263 cutoff:4000 ]", - "[ 19/4 ⇜ (61/12 → 41/8) | n:A5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:4778.23271519263 cutoff:4000 ]", - "[ 19/4 ⇜ (5/1 → 61/12) ⇝ 41/8 | n:E5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:4778.23271519263 cutoff:4000 ]", - "[ 19/4 ⇜ (61/12 → 41/8) | n:C#5 s:sawtooth gain:0.38994891982521085 attack:0.001 decay:0.2 sustain:0 hcutoff:4778.23271519263 cutoff:4000 ]", - "[ (41/8 → 65/12) ⇝ 11/2 | n:A5 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:4605.721725547503 cutoff:4000 ]", - "[ 41/8 ⇜ (65/12 → 11/2) | n:F#5 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:4605.721725547503 cutoff:4000 ]", - "[ (41/8 → 65/12) ⇝ 11/2 | n:C#5 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:4605.721725547503 cutoff:4000 ]", - "[ 41/8 ⇜ (65/12 → 11/2) | n:A4 s:sawtooth gain:0.38051304866630675 attack:0.001 decay:0.2 sustain:0 hcutoff:4605.721725547503 cutoff:4000 ]", - "[ 11/2 → 23/4 | n:F#5 s:sawtooth gain:0.3704811297220968 attack:0.001 decay:0.2 sustain:0 hcutoff:4456.708580912725 cutoff:4000 ]", - "[ 11/2 → 23/4 | n:A4 s:sawtooth gain:0.3704811297220968 attack:0.001 decay:0.2 sustain:0 hcutoff:4456.708580912725 cutoff:4000 ]", - "[ (5/1 → 16/3) ⇝ 43/8 | n:C#6 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:4664.036300812779 cutoff:4000 ]", - "[ 5/1 ⇜ (16/3 → 43/8) | n:A5 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:4664.036300812779 cutoff:4000 ]", - "[ (5/1 → 16/3) ⇝ 43/8 | n:E5 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:4664.036300812779 cutoff:4000 ]", - "[ 5/1 ⇜ (16/3 → 43/8) | n:C#5 s:sawtooth gain:0.38398364517932737 attack:0.001 decay:0.2 sustain:0 hcutoff:4664.036300812779 cutoff:4000 ]", - "[ (43/8 → 17/3) ⇝ 23/4 | n:A5 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:4486.859640960669 cutoff:4000 ]", - "[ 43/8 ⇜ (17/3 → 23/4) | n:F#5 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:4486.859640960669 cutoff:4000 ]", - "[ (43/8 → 17/3) ⇝ 23/4 | n:C#5 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:4486.859640960669 cutoff:4000 ]", - "[ 43/8 ⇜ (17/3 → 23/4) | n:A4 s:sawtooth gain:0.3726377219727376 attack:0.001 decay:0.2 sustain:0 hcutoff:4486.859640960669 cutoff:4000 ]", - "[ 23/4 → 6/1 | n:F#5 s:sawtooth gain:0.36114266880324386 attack:0.001 decay:0.2 sustain:0 hcutoff:4334.517148084427 cutoff:4000 ]", - "[ 23/4 → 6/1 | n:A4 s:sawtooth gain:0.36114266880324386 attack:0.001 decay:0.2 sustain:0 hcutoff:4334.517148084427 cutoff:4000 ]", - "[ (21/4 → 67/12) ⇝ 45/8 | n:C#6 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:4546.64934384357 cutoff:4000 ]", - "[ 21/4 ⇜ (67/12 → 45/8) | n:A5 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:4546.64934384357 cutoff:4000 ]", - "[ (21/4 → 67/12) ⇝ 45/8 | n:E5 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:4546.64934384357 cutoff:4000 ]", - "[ 21/4 ⇜ (67/12 → 45/8) | n:C#5 s:sawtooth gain:0.3767280347874561 attack:0.001 decay:0.2 sustain:0 hcutoff:4546.64934384357 cutoff:4000 ]", - "[ (45/8 → 71/12) ⇝ 6/1 | n:A5 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:4365.292642693734 cutoff:4000 ]", - "[ 45/8 ⇜ (71/12 → 6/1) | n:F#5 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:4365.292642693734 cutoff:4000 ]", - "[ (45/8 → 71/12) ⇝ 6/1 | n:C#5 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:4365.292642693734 cutoff:4000 ]", - "[ 45/8 ⇜ (71/12 → 6/1) | n:A4 s:sawtooth gain:0.3635813269759728 attack:0.001 decay:0.2 sustain:0 hcutoff:4365.292642693734 cutoff:4000 ]", - "[ (11/2 → 35/6) ⇝ 47/8 | n:C#6 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:4426.39359377459 cutoff:4000 ]", - "[ 11/2 ⇜ (35/6 → 47/8) | n:A5 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:4426.39359377459 cutoff:4000 ]", - "[ (11/2 → 35/6) ⇝ 47/8 | n:E5 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:4426.39359377459 cutoff:4000 ]", - "[ 11/2 ⇜ (35/6 → 47/8) | n:C#5 s:sawtooth gain:0.368251964143991 attack:0.001 decay:0.2 sustain:0 hcutoff:4426.39359377459 cutoff:4000 ]", - "[ (47/8 → 6/1) ⇝ 25/4 | n:A5 s:sawtooth gain:0.3586370624427201 attack:0.001 decay:0.2 sustain:0 hcutoff:4303.598663257904 cutoff:4000 ]", - "[ (47/8 → 6/1) ⇝ 25/4 | n:C#5 s:sawtooth gain:0.3586370624427201 attack:0.001 decay:0.2 sustain:0 hcutoff:4303.598663257904 cutoff:4000 ]", - "[ (23/4 → 6/1) ⇝ 49/8 | n:C#6 s:sawtooth gain:0.36114266880324386 attack:0.001 decay:0.2 sustain:0 hcutoff:4334.517148084427 cutoff:4000 ]", - "[ (23/4 → 6/1) ⇝ 49/8 | n:E5 s:sawtooth gain:0.36114266880324386 attack:0.001 decay:0.2 sustain:0 hcutoff:4334.517148084427 cutoff:4000 ]", - "[ 5/1 → 21/4 | s:bd gain:0.7 ]", - "[ 11/2 → 23/4 | s:bd gain:0.7 ]", - "[ 11/2 → 6/1 | s:sn gain:0.7 ]", - "[ 21/4 → 11/2 | s:hh3 gain:0.7 ]", - "[ 23/4 → 6/1 | s:hh3 gain:0.7 ]", - "[ 49/8 → 25/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2915.4076660819765 ]", - "[ 49/8 → 25/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2915.4076660819765 ]", - "[ 51/8 → 13/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2936.9631544781614 ]", - "[ 51/8 → 13/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2936.9631544781614 ]", - "[ 13/2 → 53/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2946.5812012110136 ]", - "[ 13/2 → 53/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2946.5812012110136 ]", - "[ 27/4 → 55/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2963.468935477506 ]", - "[ 27/4 → 55/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2963.468935477506 ]", - "[ 55/8 → 7/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2970.728450471497 ]", - "[ 55/8 → 7/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2970.728450471497 ]", - "[ 45/8 ⇜ (6/1 → 49/8) | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2903.483208638841 ]", - "[ 45/8 ⇜ (6/1 → 49/8) | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2903.483208638841 ]", - "[ 23/4 ⇜ (6/1 → 25/4) | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2909.5402784268977 ]", - "[ 23/4 ⇜ (6/1 → 25/4) | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2909.5402784268977 ]", - "[ 47/8 ⇜ (6/1 → 51/8) | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2915.4076660819765 ]", - "[ 47/8 ⇜ (6/1 → 51/8) | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2915.4076660819765 ]", - "[ 6/1 → 25/4 | n:F#5 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:4210.038361759807 cutoff:4000 ]", - "[ 6/1 → 25/4 | n:A4 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:4210.038361759807 cutoff:4000 ]", - "[ 47/8 ⇜ (6/1 → 37/6) ⇝ 25/4 | n:A5 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:4210.038361759807 cutoff:4000 ]", - "[ 47/8 ⇜ (37/6 → 25/4) | n:F#5 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:4210.038361759807 cutoff:4000 ]", - "[ 47/8 ⇜ (6/1 → 37/6) ⇝ 25/4 | n:C#5 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:4210.038361759807 cutoff:4000 ]", - "[ 47/8 ⇜ (37/6 → 25/4) | n:A4 s:sawtooth gain:0.3507338432270528 attack:0.001 decay:0.2 sustain:0 hcutoff:4210.038361759807 cutoff:4000 ]", - "[ 25/4 → 13/2 | n:F#5 s:sawtooth gain:0.33935489567386506 attack:0.001 decay:0.2 sustain:0 hcutoff:4083.6134096397636 cutoff:4000 ]", - "[ 25/4 → 13/2 | n:A4 s:sawtooth gain:0.33935489567386506 attack:0.001 decay:0.2 sustain:0 hcutoff:4083.6134096397636 cutoff:4000 ]", - "[ 23/4 ⇜ (6/1 → 73/12) ⇝ 49/8 | n:C#6 s:sawtooth gain:0.35343108171056015 attack:0.001 decay:0.2 sustain:0 hcutoff:4241.3539374389275 cutoff:4000 ]", - "[ 23/4 ⇜ (73/12 → 49/8) | n:A5 s:sawtooth gain:0.35343108171056015 attack:0.001 decay:0.2 sustain:0 hcutoff:4241.3539374389275 cutoff:4000 ]", - "[ 23/4 ⇜ (6/1 → 73/12) ⇝ 49/8 | n:E5 s:sawtooth gain:0.35343108171056015 attack:0.001 decay:0.2 sustain:0 hcutoff:4241.3539374389275 cutoff:4000 ]", - "[ 23/4 ⇜ (73/12 → 49/8) | n:C#5 s:sawtooth gain:0.35343108171056015 attack:0.001 decay:0.2 sustain:0 hcutoff:4241.3539374389275 cutoff:4000 ]", - "[ (49/8 → 77/12) ⇝ 13/2 | n:A5 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:4115.383232572483 cutoff:4000 ]", - "[ 49/8 ⇜ (77/12 → 13/2) | n:F#5 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:4115.383232572483 cutoff:4000 ]", - "[ (49/8 → 77/12) ⇝ 13/2 | n:C#5 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:4115.383232572483 cutoff:4000 ]", - "[ 49/8 ⇜ (77/12 → 13/2) | n:A4 s:sawtooth gain:0.3422847385870941 attack:0.001 decay:0.2 sustain:0 hcutoff:4115.383232572483 cutoff:4000 ]", - "[ 13/2 → 27/4 | n:F#5 s:sawtooth gain:0.3271154116289833 attack:0.001 decay:0.2 sustain:0 hcutoff:3955.588813730369 cutoff:4000 ]", - "[ 13/2 → 27/4 | n:A4 s:sawtooth gain:0.3271154116289833 attack:0.001 decay:0.2 sustain:0 hcutoff:3955.588813730369 cutoff:4000 ]", - "[ (6/1 → 19/3) ⇝ 51/8 | n:C#6 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:4178.601124662687 cutoff:4000 ]", - "[ 6/1 ⇜ (19/3 → 51/8) | n:A5 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:4178.601124662687 cutoff:4000 ]", - "[ (6/1 → 19/3) ⇝ 51/8 | n:E5 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:4178.601124662687 cutoff:4000 ]", - "[ 6/1 ⇜ (19/3 → 51/8) | n:C#5 s:sawtooth gain:0.3479759264430665 attack:0.001 decay:0.2 sustain:0 hcutoff:4178.601124662687 cutoff:4000 ]", - "[ (51/8 → 20/3) ⇝ 27/4 | n:A5 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:3987.7258050403216 cutoff:4000 ]", - "[ 51/8 ⇜ (20/3 → 27/4) | n:F#5 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:3987.7258050403216 cutoff:4000 ]", - "[ (51/8 → 20/3) ⇝ 27/4 | n:C#5 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:3987.7258050403216 cutoff:4000 ]", - "[ 51/8 ⇜ (20/3 → 27/4) | n:A4 s:sawtooth gain:0.3302496429830646 attack:0.001 decay:0.2 sustain:0 hcutoff:3987.7258050403216 cutoff:4000 ]", - "[ 27/4 → 7/1 | n:F#5 s:sawtooth gain:0.31413326401454233 attack:0.001 decay:0.2 sustain:0 hcutoff:3826.315480550129 cutoff:4000 ]", - "[ 27/4 → 7/1 | n:A4 s:sawtooth gain:0.31413326401454233 attack:0.001 decay:0.2 sustain:0 hcutoff:3826.315480550129 cutoff:4000 ]", - "[ (25/4 → 79/12) ⇝ 53/8 | n:C#6 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:4051.743587553753 cutoff:4000 ]", - "[ 25/4 ⇜ (79/12 → 53/8) | n:A5 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:4051.743587553753 cutoff:4000 ]", - "[ (25/4 → 79/12) ⇝ 53/8 | n:E5 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:4051.743587553753 cutoff:4000 ]", - "[ 25/4 ⇜ (79/12 → 53/8) | n:C#5 s:sawtooth gain:0.3363712287126769 attack:0.001 decay:0.2 sustain:0 hcutoff:4051.743587553753 cutoff:4000 ]", - "[ (53/8 → 83/12) ⇝ 7/1 | n:A5 s:sawtooth gain:0.3174416994481911 attack:0.001 decay:0.2 sustain:0 hcutoff:3858.7315549779487 cutoff:4000 ]", - "[ 53/8 ⇜ (83/12 → 7/1) | n:F#5 s:sawtooth gain:0.3174416994481911 attack:0.001 decay:0.2 sustain:0 hcutoff:3858.7315549779487 cutoff:4000 ]", - "[ (53/8 → 83/12) ⇝ 7/1 | n:C#5 s:sawtooth gain:0.3174416994481911 attack:0.001 decay:0.2 sustain:0 hcutoff:3858.7315549779487 cutoff:4000 ]", - "[ 53/8 ⇜ (83/12 → 7/1) | n:A4 s:sawtooth gain:0.3174416994481911 attack:0.001 decay:0.2 sustain:0 hcutoff:3858.7315549779487 cutoff:4000 ]", - "[ (13/2 → 41/6) ⇝ 55/8 | n:C#6 s:sawtooth gain:0.32393472883446767 attack:0.001 decay:0.2 sustain:0 hcutoff:3923.373759622562 cutoff:4000 ]", - "[ 13/2 ⇜ (41/6 → 55/8) | n:A5 s:sawtooth gain:0.32393472883446767 attack:0.001 decay:0.2 sustain:0 hcutoff:3923.373759622562 cutoff:4000 ]", - "[ (13/2 → 41/6) ⇝ 55/8 | n:E5 s:sawtooth gain:0.32393472883446767 attack:0.001 decay:0.2 sustain:0 hcutoff:3923.373759622562 cutoff:4000 ]", - "[ 13/2 ⇜ (41/6 → 55/8) | n:C#5 s:sawtooth gain:0.32393472883446767 attack:0.001 decay:0.2 sustain:0 hcutoff:3923.373759622562 cutoff:4000 ]", - "[ (55/8 → 7/1) ⇝ 29/4 | n:A5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:3728.7540466585065 cutoff:4000 ]", - "[ (55/8 → 7/1) ⇝ 29/4 | n:C#5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:3728.7540466585065 cutoff:4000 ]", - "[ (27/4 → 7/1) ⇝ 57/8 | n:C#6 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:3793.8434936445938 cutoff:4000 ]", - "[ (27/4 → 7/1) ⇝ 57/8 | n:E5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:3793.8434936445938 cutoff:4000 ]", - "[ 6/1 → 25/4 | s:bd gain:0.7 ]", - "[ 13/2 → 27/4 | s:bd gain:0.7 ]", - "[ 13/2 → 7/1 | s:sn gain:0.7 ]", - "[ 25/4 → 13/2 | s:hh3 gain:0.7 ]", - "[ 27/4 → 7/1 | s:hh3 gain:0.7 ]", - "[ 57/8 → 29/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2982.856914513109 ]", - "[ 57/8 → 29/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2982.856914513109 ]", - "[ 59/8 → 15/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2991.774409503181 ]", - "[ 59/8 → 15/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2991.774409503181 ]", - "[ 15/2 → 61/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2995.0220264467503 ]", - "[ 15/2 → 61/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2995.0220264467503 ]", - "[ 31/4 → 63/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2999.0852191942718 ]", - "[ 31/4 → 63/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2999.0852191942718 ]", - "[ 63/8 → 8/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2999.898347482845 ]", - "[ 63/8 → 8/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2999.898347482845 ]", - "[ 15/2 → 8/1 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2998.3738658769826 ]", - "[ 15/2 → 8/1 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2998.3738658769826 ]", - "[ (61/8 → 8/1) ⇝ 65/8 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.0852191942718 ]", - "[ (61/8 → 8/1) ⇝ 65/8 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.0852191942718 ]", - "[ (31/4 → 8/1) ⇝ 33/4 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.5934052398757 ]", - "[ (31/4 → 8/1) ⇝ 33/4 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.5934052398757 ]", - "[ (63/8 → 8/1) ⇝ 67/8 | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.898347482845 ]", - "[ (63/8 → 8/1) ⇝ 67/8 | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.898347482845 ]", - "[ 7/1 → 29/4 | n:F#5 s:sawtooth gain:0.30053347800883307 attack:0.001 decay:0.2 sustain:0 hcutoff:3696.147739319613 cutoff:4000 ]", - "[ 7/1 → 29/4 | n:A4 s:sawtooth gain:0.30053347800883307 attack:0.001 decay:0.2 sustain:0 hcutoff:3696.147739319613 cutoff:4000 ]", - "[ 55/8 ⇜ (7/1 → 43/6) ⇝ 29/4 | n:A5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:3728.7540466585065 cutoff:4000 ]", - "[ 55/8 ⇜ (43/6 → 29/4) | n:F#5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:3728.7540466585065 cutoff:4000 ]", - "[ 55/8 ⇜ (7/1 → 43/6) ⇝ 29/4 | n:C#5 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:3728.7540466585065 cutoff:4000 ]", - "[ 55/8 ⇜ (43/6 → 29/4) | n:A4 s:sawtooth gain:0.30398425548024827 attack:0.001 decay:0.2 sustain:0 hcutoff:3728.7540466585065 cutoff:4000 ]", - "[ 29/4 → 15/2 | n:F#5 s:sawtooth gain:0.28644702698548963 attack:0.001 decay:0.2 sustain:0 hcutoff:3565.4423707696824 cutoff:4000 ]", - "[ 29/4 → 15/2 | n:A4 s:sawtooth gain:0.28644702698548963 attack:0.001 decay:0.2 sustain:0 hcutoff:3565.4423707696824 cutoff:4000 ]", - "[ 27/4 ⇜ (7/1 → 85/12) ⇝ 57/8 | n:C#6 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:3793.8434936445938 cutoff:4000 ]", - "[ 27/4 ⇜ (85/12 → 57/8) | n:A5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:3793.8434936445938 cutoff:4000 ]", - "[ 27/4 ⇜ (7/1 → 85/12) ⇝ 57/8 | n:E5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:3793.8434936445938 cutoff:4000 ]", - "[ 27/4 ⇜ (85/12 → 57/8) | n:C#5 s:sawtooth gain:0.3107861971007485 attack:0.001 decay:0.2 sustain:0 hcutoff:3793.8434936445938 cutoff:4000 ]", - "[ (57/8 → 89/12) ⇝ 15/2 | n:A5 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:3598.149539397671 cutoff:4000 ]", - "[ 57/8 ⇜ (89/12 → 15/2) | n:F#5 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:3598.149539397671 cutoff:4000 ]", - "[ (57/8 → 89/12) ⇝ 15/2 | n:C#5 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:3598.149539397671 cutoff:4000 ]", - "[ 57/8 ⇜ (89/12 → 15/2) | n:A4 s:sawtooth gain:0.29000691362123476 attack:0.001 decay:0.2 sustain:0 hcutoff:3598.149539397671 cutoff:4000 ]", - "[ 15/2 → 31/4 | n:F#5 s:sawtooth gain:0.2720095711683043 attack:0.001 decay:0.2 sustain:0 hcutoff:3434.557629230318 cutoff:4000 ]", - "[ 15/2 → 31/4 | n:A4 s:sawtooth gain:0.2720095711683043 attack:0.001 decay:0.2 sustain:0 hcutoff:3434.557629230318 cutoff:4000 ]", - "[ (7/1 → 22/3) ⇝ 59/8 | n:C#6 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:3663.507823075358 cutoff:4000 ]", - "[ 7/1 ⇜ (22/3 → 59/8) | n:A5 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:3663.507823075358 cutoff:4000 ]", - "[ (7/1 → 22/3) ⇝ 59/8 | n:E5 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:3663.507823075358 cutoff:4000 ]", - "[ 7/1 ⇜ (22/3 → 59/8) | n:C#5 s:sawtooth gain:0.29705226105983373 attack:0.001 decay:0.2 sustain:0 hcutoff:3663.507823075358 cutoff:4000 ]", - "[ (59/8 → 23/3) ⇝ 31/4 | n:A5 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:3467.276011071639 cutoff:4000 ]", - "[ 59/8 ⇜ (23/3 → 31/4) | n:F#5 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:3467.276011071639 cutoff:4000 ]", - "[ (59/8 → 23/3) ⇝ 31/4 | n:C#5 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:3467.276011071639 cutoff:4000 ]", - "[ 59/8 ⇜ (23/3 → 31/4) | n:A4 s:sawtooth gain:0.2756442833140452 attack:0.001 decay:0.2 sustain:0 hcutoff:3467.276011071639 cutoff:4000 ]", - "[ 31/4 → 8/1 | n:F#5 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:3303.852260680389 cutoff:4000 ]", - "[ 31/4 → 8/1 | n:A4 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:3303.852260680389 cutoff:4000 ]", - "[ (29/4 → 91/12) ⇝ 61/8 | n:C#6 s:sawtooth gain:0.28286518602353056 attack:0.001 decay:0.2 sustain:0 hcutoff:3532.7239889283615 cutoff:4000 ]", - "[ 29/4 ⇜ (91/12 → 61/8) | n:A5 s:sawtooth gain:0.28286518602353056 attack:0.001 decay:0.2 sustain:0 hcutoff:3532.7239889283615 cutoff:4000 ]", - "[ (29/4 → 91/12) ⇝ 61/8 | n:E5 s:sawtooth gain:0.28286518602353056 attack:0.001 decay:0.2 sustain:0 hcutoff:3532.7239889283615 cutoff:4000 ]", - "[ 29/4 ⇜ (91/12 → 61/8) | n:C#5 s:sawtooth gain:0.28286518602353056 attack:0.001 decay:0.2 sustain:0 hcutoff:3532.7239889283615 cutoff:4000 ]", - "[ (61/8 → 95/12) ⇝ 8/1 | n:A5 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:3336.4921769246425 cutoff:4000 ]", - "[ 61/8 ⇜ (95/12 → 8/1) | n:F#5 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:3336.4921769246425 cutoff:4000 ]", - "[ (61/8 → 95/12) ⇝ 8/1 | n:C#5 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:3336.4921769246425 cutoff:4000 ]", - "[ 61/8 ⇜ (95/12 → 8/1) | n:A4 s:sawtooth gain:0.26103468453995016 attack:0.001 decay:0.2 sustain:0 hcutoff:3336.4921769246425 cutoff:4000 ]", - "[ (15/2 → 47/6) ⇝ 63/8 | n:C#6 s:sawtooth gain:0.2683616012798825 attack:0.001 decay:0.2 sustain:0 hcutoff:3401.8504606023293 cutoff:4000 ]", - "[ 15/2 ⇜ (47/6 → 63/8) | n:A5 s:sawtooth gain:0.2683616012798825 attack:0.001 decay:0.2 sustain:0 hcutoff:3401.8504606023293 cutoff:4000 ]", - "[ (15/2 → 47/6) ⇝ 63/8 | n:E5 s:sawtooth gain:0.2683616012798825 attack:0.001 decay:0.2 sustain:0 hcutoff:3401.8504606023293 cutoff:4000 ]", - "[ 15/2 ⇜ (47/6 → 63/8) | n:C#5 s:sawtooth gain:0.2683616012798825 attack:0.001 decay:0.2 sustain:0 hcutoff:3401.8504606023293 cutoff:4000 ]", - "[ (63/8 → 8/1) ⇝ 33/4 | n:A5 s:sawtooth gain:0.2536811842784369 attack:0.001 decay:0.2 sustain:0 hcutoff:3271.2459533414954 cutoff:4000 ]", - "[ (63/8 → 8/1) ⇝ 33/4 | n:C#5 s:sawtooth gain:0.2536811842784369 attack:0.001 decay:0.2 sustain:0 hcutoff:3271.2459533414954 cutoff:4000 ]", - "[ (31/4 → 8/1) ⇝ 65/8 | n:C#6 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:3303.852260680389 cutoff:4000 ]", - "[ (31/4 → 8/1) ⇝ 65/8 | n:E5 s:sawtooth gain:0.2573601511491127 attack:0.001 decay:0.2 sustain:0 hcutoff:3303.852260680389 cutoff:4000 ]", - "[ 7/1 → 29/4 | s:bd gain:0.7 ]", - "[ 15/2 → 31/4 | s:bd gain:0.7 ]", - "[ 63/8 → 8/1 | s:bd gain:0.7 ]", - "[ 15/2 → 8/1 | s:sn gain:0.7 ]", - "[ 29/4 → 15/2 | s:hh3 gain:0.7 ]", - "[ 31/4 → 8/1 | s:hh3 gain:0.7 ]", - "[ 65/8 → 33/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2999.0852191942718 ]", - "[ 65/8 → 33/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2999.0852191942718 ]", - "[ 67/8 → 17/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2995.0220264467503 ]", - "[ 67/8 → 17/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2995.0220264467503 ]", - "[ 17/2 → 69/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2991.774409503181 ]", - "[ 17/2 → 69/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2991.774409503181 ]", - "[ 35/4 → 71/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2982.856914513109 ]", - "[ 35/4 → 71/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2982.856914513109 ]", - "[ 71/8 → 9/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2977.1924080321423 ]", - "[ 71/8 → 9/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2977.1924080321423 ]", - "[ 61/8 ⇜ (8/1 → 65/8) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.898347482845 ]", - "[ 61/8 ⇜ (8/1 → 65/8) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.898347482845 ]", - "[ 31/4 ⇜ (8/1 → 33/4) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.5934052398757 ]", - "[ 31/4 ⇜ (8/1 → 33/4) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.5934052398757 ]", - "[ 63/8 ⇜ (8/1 → 67/8) | n:G3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.0852191942718 ]", - "[ 63/8 ⇜ (8/1 → 67/8) | n:B3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2999.0852191942718 ]", - "[ (8/1 → 25/3) ⇝ 67/8 | n:C#6 s:sawtooth gain:0.2389653154600499 attack:0.001 decay:0.2 sustain:0 hcutoff:3141.2684450220513 cutoff:4000 ]", - "[ 8/1 ⇜ (25/3 → 67/8) | n:A5 s:sawtooth gain:0.2389653154600499 attack:0.001 decay:0.2 sustain:0 hcutoff:3141.2684450220513 cutoff:4000 ]", - "[ (8/1 → 25/3) ⇝ 67/8 | n:E5 s:sawtooth gain:0.2389653154600499 attack:0.001 decay:0.2 sustain:0 hcutoff:3141.2684450220513 cutoff:4000 ]", - "[ 8/1 ⇜ (25/3 → 67/8) | n:C#5 s:sawtooth gain:0.2389653154600499 attack:0.001 decay:0.2 sustain:0 hcutoff:3141.2684450220513 cutoff:4000 ]", - "[ (67/8 → 26/3) ⇝ 35/4 | n:A5 s:sawtooth gain:0.21713481397646955 attack:0.001 decay:0.2 sustain:0 hcutoff:2948.256412446248 cutoff:4000 ]", - "[ 67/8 ⇜ (26/3 → 35/4) | n:F#5 s:sawtooth gain:0.21713481397646955 attack:0.001 decay:0.2 sustain:0 hcutoff:2948.256412446248 cutoff:4000 ]", - "[ (67/8 → 26/3) ⇝ 35/4 | n:C#5 s:sawtooth gain:0.21713481397646955 attack:0.001 decay:0.2 sustain:0 hcutoff:2948.256412446248 cutoff:4000 ]", - "[ 67/8 ⇜ (26/3 → 35/4) | n:A4 s:sawtooth gain:0.21713481397646955 attack:0.001 decay:0.2 sustain:0 hcutoff:2948.256412446248 cutoff:4000 ]", - "[ 35/4 → 9/1 | n:F#5 s:sawtooth gain:0.19946652199116702 attack:0.001 decay:0.2 sustain:0 hcutoff:2789.9616382401937 cutoff:4000 ]", - "[ 35/4 → 9/1 | n:A4 s:sawtooth gain:0.19946652199116702 attack:0.001 decay:0.2 sustain:0 hcutoff:2789.9616382401937 cutoff:4000 ]", - "[ (33/4 → 103/12) ⇝ 69/8 | n:C#6 s:sawtooth gain:0.2243557166859549 attack:0.001 decay:0.2 sustain:0 hcutoff:3012.274194959679 cutoff:4000 ]", - "[ 33/4 ⇜ (103/12 → 69/8) | n:A5 s:sawtooth gain:0.2243557166859549 attack:0.001 decay:0.2 sustain:0 hcutoff:3012.274194959679 cutoff:4000 ]", - "[ (33/4 → 103/12) ⇝ 69/8 | n:E5 s:sawtooth gain:0.2243557166859549 attack:0.001 decay:0.2 sustain:0 hcutoff:3012.274194959679 cutoff:4000 ]", - "[ 33/4 ⇜ (103/12 → 69/8) | n:C#5 s:sawtooth gain:0.2243557166859549 attack:0.001 decay:0.2 sustain:0 hcutoff:3012.274194959679 cutoff:4000 ]", - "[ (69/8 → 107/12) ⇝ 9/1 | n:A5 s:sawtooth gain:0.20294773894016632 attack:0.001 decay:0.2 sustain:0 hcutoff:2821.398875337315 cutoff:4000 ]", - "[ 69/8 ⇜ (107/12 → 9/1) | n:F#5 s:sawtooth gain:0.20294773894016632 attack:0.001 decay:0.2 sustain:0 hcutoff:2821.398875337315 cutoff:4000 ]", - "[ (69/8 → 107/12) ⇝ 9/1 | n:C#5 s:sawtooth gain:0.20294773894016632 attack:0.001 decay:0.2 sustain:0 hcutoff:2821.398875337315 cutoff:4000 ]", - "[ 69/8 ⇜ (107/12 → 9/1) | n:A4 s:sawtooth gain:0.20294773894016632 attack:0.001 decay:0.2 sustain:0 hcutoff:2821.398875337315 cutoff:4000 ]", - "[ (17/2 → 53/6) ⇝ 71/8 | n:C#6 s:sawtooth gain:0.2099930863787653 attack:0.001 decay:0.2 sustain:0 hcutoff:2884.6167674275184 cutoff:4000 ]", - "[ 17/2 ⇜ (53/6 → 71/8) | n:A5 s:sawtooth gain:0.2099930863787653 attack:0.001 decay:0.2 sustain:0 hcutoff:2884.6167674275184 cutoff:4000 ]", - "[ (17/2 → 53/6) ⇝ 71/8 | n:E5 s:sawtooth gain:0.2099930863787653 attack:0.001 decay:0.2 sustain:0 hcutoff:2884.6167674275184 cutoff:4000 ]", - "[ 17/2 ⇜ (53/6 → 71/8) | n:C#5 s:sawtooth gain:0.2099930863787653 attack:0.001 decay:0.2 sustain:0 hcutoff:2884.6167674275184 cutoff:4000 ]", - "[ (71/8 → 9/1) ⇝ 37/4 | n:A5 s:sawtooth gain:0.18921380289925155 attack:0.001 decay:0.2 sustain:0 hcutoff:2696.4013367420957 cutoff:4000 ]", - "[ (71/8 → 9/1) ⇝ 37/4 | n:C#5 s:sawtooth gain:0.18921380289925155 attack:0.001 decay:0.2 sustain:0 hcutoff:2696.4013367420957 cutoff:4000 ]", - "[ (35/4 → 9/1) ⇝ 73/8 | n:C#6 s:sawtooth gain:0.1960157445197518 attack:0.001 decay:0.2 sustain:0 hcutoff:2758.6460625610725 cutoff:4000 ]", - "[ (35/4 → 9/1) ⇝ 73/8 | n:E5 s:sawtooth gain:0.1960157445197518 attack:0.001 decay:0.2 sustain:0 hcutoff:2758.6460625610725 cutoff:4000 ]", - "[ 8/1 → 33/4 | n:F#5 s:sawtooth gain:0.24263984885088735 attack:0.001 decay:0.2 sustain:0 hcutoff:3173.6845194498705 cutoff:4000 ]", - "[ 8/1 → 33/4 | n:A4 s:sawtooth gain:0.24263984885088735 attack:0.001 decay:0.2 sustain:0 hcutoff:3173.6845194498705 cutoff:4000 ]", - "[ 63/8 ⇜ (8/1 → 49/6) ⇝ 33/4 | n:A5 s:sawtooth gain:0.24263984885088735 attack:0.001 decay:0.2 sustain:0 hcutoff:3173.6845194498705 cutoff:4000 ]", - "[ 63/8 ⇜ (49/6 → 33/4) | n:F#5 s:sawtooth gain:0.24263984885088735 attack:0.001 decay:0.2 sustain:0 hcutoff:3173.6845194498705 cutoff:4000 ]", - "[ 63/8 ⇜ (8/1 → 49/6) ⇝ 33/4 | n:C#5 s:sawtooth gain:0.24263984885088735 attack:0.001 decay:0.2 sustain:0 hcutoff:3173.6845194498705 cutoff:4000 ]", - "[ 63/8 ⇜ (49/6 → 33/4) | n:A4 s:sawtooth gain:0.24263984885088735 attack:0.001 decay:0.2 sustain:0 hcutoff:3173.6845194498705 cutoff:4000 ]", - "[ 33/4 → 17/2 | n:F#5 s:sawtooth gain:0.2279904288316958 attack:0.001 decay:0.2 sustain:0 hcutoff:3044.4111862696313 cutoff:4000 ]", - "[ 33/4 → 17/2 | n:A4 s:sawtooth gain:0.2279904288316958 attack:0.001 decay:0.2 sustain:0 hcutoff:3044.4111862696313 cutoff:4000 ]", - "[ 31/4 ⇜ (8/1 → 97/12) ⇝ 65/8 | n:C#6 s:sawtooth gain:0.24631881572156322 attack:0.001 decay:0.2 sustain:0 hcutoff:3206.156506355406 cutoff:4000 ]", - "[ 31/4 ⇜ (97/12 → 65/8) | n:A5 s:sawtooth gain:0.24631881572156322 attack:0.001 decay:0.2 sustain:0 hcutoff:3206.156506355406 cutoff:4000 ]", - "[ 31/4 ⇜ (8/1 → 97/12) ⇝ 65/8 | n:E5 s:sawtooth gain:0.24631881572156322 attack:0.001 decay:0.2 sustain:0 hcutoff:3206.156506355406 cutoff:4000 ]", - "[ 31/4 ⇜ (97/12 → 65/8) | n:C#5 s:sawtooth gain:0.24631881572156322 attack:0.001 decay:0.2 sustain:0 hcutoff:3206.156506355406 cutoff:4000 ]", - "[ (65/8 → 101/12) ⇝ 17/2 | n:A5 s:sawtooth gain:0.2316383987201176 attack:0.001 decay:0.2 sustain:0 hcutoff:3076.6262403774385 cutoff:4000 ]", - "[ 65/8 ⇜ (101/12 → 17/2) | n:F#5 s:sawtooth gain:0.2316383987201176 attack:0.001 decay:0.2 sustain:0 hcutoff:3076.6262403774385 cutoff:4000 ]", - "[ (65/8 → 101/12) ⇝ 17/2 | n:C#5 s:sawtooth gain:0.2316383987201176 attack:0.001 decay:0.2 sustain:0 hcutoff:3076.6262403774385 cutoff:4000 ]", - "[ 65/8 ⇜ (101/12 → 17/2) | n:A4 s:sawtooth gain:0.2316383987201176 attack:0.001 decay:0.2 sustain:0 hcutoff:3076.6262403774385 cutoff:4000 ]", - "[ 17/2 → 35/4 | n:F#5 s:sawtooth gain:0.21355297301451046 attack:0.001 decay:0.2 sustain:0 hcutoff:2916.386590360237 cutoff:4000 ]", - "[ 17/2 → 35/4 | n:A4 s:sawtooth gain:0.21355297301451046 attack:0.001 decay:0.2 sustain:0 hcutoff:2916.386590360237 cutoff:4000 ]", - "[ 8/1 → 33/4 | s:bd gain:0.7 ]", - "[ 17/2 → 35/4 | s:bd gain:0.7 ]", - "[ 17/2 → 9/1 | s:sn gain:0.7 ]", - "[ 33/4 → 17/2 | s:hh3 gain:0.7 ]", - "[ 35/4 → 9/1 | s:hh3 gain:0.7 ]", - "[ 73/8 → 37/4 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2963.4689354775064 ]", - "[ 73/8 → 37/4 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2963.4689354775064 ]", - "[ 75/8 → 19/2 | n:D2 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2946.5812012110136 ]", - "[ 75/8 → 19/2 | n:D2 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2946.5812012110136 ]", - "[ 19/2 → 77/8 | n:D1 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2936.9631544781614 ]", - "[ 19/2 → 77/8 | n:D1 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2936.9631544781614 ]", - "[ 39/4 → 79/8 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2915.4076660819765 ]", - "[ 39/4 → 79/8 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2915.4076660819765 ]", - "[ 79/8 → 10/1 | n:D3 s:sawtooth gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2903.483208638841 ]", - "[ 79/8 → 10/1 | n:D3 s:square gain:0.3 attack:0.01 decay:0.1 sustain:0.5 cutoff:2903.483208638841 ]", - "[ 19/2 → 10/1 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2921.0844879970778 ]", - "[ 19/2 → 10/1 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2921.0844879970778 ]", - "[ (77/8 → 10/1) ⇝ 81/8 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2915.4076660819765 ]", - "[ (77/8 → 10/1) ⇝ 81/8 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2915.4076660819765 ]", - "[ (39/4 → 10/1) ⇝ 41/4 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2909.5402784268977 ]", - "[ (39/4 → 10/1) ⇝ 41/4 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2909.5402784268977 ]", - "[ (79/8 → 10/1) ⇝ 83/8 | n:F#3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2903.483208638841 ]", - "[ (79/8 → 10/1) ⇝ 83/8 | n:A3 s:square gain:0.7 attack:0.01 decay:0.1 sustain:0 cutoff:2903.483208638841 ]", - "[ 9/1 → 37/4 | n:F#5 s:sawtooth gain:0.18586673598545772 attack:0.001 decay:0.2 sustain:0 hcutoff:2665.4828519155726 cutoff:4000 ]", - "[ 9/1 → 37/4 | n:A4 s:sawtooth gain:0.18586673598545772 attack:0.001 decay:0.2 sustain:0 hcutoff:2665.4828519155726 cutoff:4000 ]", - "[ 71/8 ⇜ (9/1 → 55/6) ⇝ 37/4 | n:A5 s:sawtooth gain:0.18921380289925155 attack:0.001 decay:0.2 sustain:0 hcutoff:2696.4013367420957 cutoff:4000 ]", - "[ 71/8 ⇜ (55/6 → 37/4) | n:F#5 s:sawtooth gain:0.18921380289925155 attack:0.001 decay:0.2 sustain:0 hcutoff:2696.4013367420957 cutoff:4000 ]", - "[ 71/8 ⇜ (9/1 → 55/6) ⇝ 37/4 | n:C#5 s:sawtooth gain:0.18921380289925155 attack:0.001 decay:0.2 sustain:0 hcutoff:2696.4013367420957 cutoff:4000 ]", - "[ 71/8 ⇜ (55/6 → 37/4) | n:A4 s:sawtooth gain:0.18921380289925155 attack:0.001 decay:0.2 sustain:0 hcutoff:2696.4013367420957 cutoff:4000 ]", - "[ 37/4 → 19/2 | n:F#5 s:sawtooth gain:0.17288458837101678 attack:0.001 decay:0.2 sustain:0 hcutoff:2543.291419087276 cutoff:4000 ]", - "[ 37/4 → 19/2 | n:A4 s:sawtooth gain:0.17288458837101678 attack:0.001 decay:0.2 sustain:0 hcutoff:2543.291419087276 cutoff:4000 ]", - "[ 35/4 ⇜ (9/1 → 109/12) ⇝ 73/8 | n:C#6 s:sawtooth gain:0.1960157445197518 attack:0.001 decay:0.2 sustain:0 hcutoff:2758.6460625610725 cutoff:4000 ]", - "[ 35/4 ⇜ (109/12 → 73/8) | n:A5 s:sawtooth gain:0.1960157445197518 attack:0.001 decay:0.2 sustain:0 hcutoff:2758.6460625610725 cutoff:4000 ]", - "[ 35/4 ⇜ (9/1 → 109/12) ⇝ 73/8 | n:E5 s:sawtooth gain:0.1960157445197518 attack:0.001 decay:0.2 sustain:0 hcutoff:2758.6460625610725 cutoff:4000 ]", - "[ 35/4 ⇜ (109/12 → 73/8) | n:C#5 s:sawtooth gain:0.1960157445197518 attack:0.001 decay:0.2 sustain:0 hcutoff:2758.6460625610725 cutoff:4000 ]", - "[ (73/8 → 113/12) ⇝ 19/2 | n:A5 s:sawtooth gain:0.17606527116553244 attack:0.001 decay:0.2 sustain:0 hcutoff:2573.60640622541 cutoff:4000 ]", - "[ 73/8 ⇜ (113/12 → 19/2) | n:F#5 s:sawtooth gain:0.17606527116553244 attack:0.001 decay:0.2 sustain:0 hcutoff:2573.60640622541 cutoff:4000 ]", - "[ (73/8 → 113/12) ⇝ 19/2 | n:C#5 s:sawtooth gain:0.17606527116553244 attack:0.001 decay:0.2 sustain:0 hcutoff:2573.60640622541 cutoff:4000 ]", - "[ 73/8 ⇜ (113/12 → 19/2) | n:A4 s:sawtooth gain:0.17606527116553244 attack:0.001 decay:0.2 sustain:0 hcutoff:2573.60640622541 cutoff:4000 ]", - "[ 19/2 → 39/4 | n:F#5 s:sawtooth gain:0.16064510432613502 attack:0.001 decay:0.2 sustain:0 hcutoff:2423.7222579792624 cutoff:4000 ]", - "[ 19/2 → 39/4 | n:A4 s:sawtooth gain:0.16064510432613502 attack:0.001 decay:0.2 sustain:0 hcutoff:2423.7222579792624 cutoff:4000 ]", - "[ (9/1 → 28/3) ⇝ 75/8 | n:C#6 s:sawtooth gain:0.182558300551809 attack:0.001 decay:0.2 sustain:0 hcutoff:2634.707357306267 cutoff:4000 ]", - "[ 9/1 ⇜ (28/3 → 75/8) | n:A5 s:sawtooth gain:0.182558300551809 attack:0.001 decay:0.2 sustain:0 hcutoff:2634.707357306267 cutoff:4000 ]", - "[ (9/1 → 28/3) ⇝ 75/8 | n:E5 s:sawtooth gain:0.182558300551809 attack:0.001 decay:0.2 sustain:0 hcutoff:2634.707357306267 cutoff:4000 ]", - "[ 9/1 ⇜ (28/3 → 75/8) | n:C#5 s:sawtooth gain:0.182558300551809 attack:0.001 decay:0.2 sustain:0 hcutoff:2634.707357306267 cutoff:4000 ]", - "[ (75/8 → 29/3) ⇝ 39/4 | n:A5 s:sawtooth gain:0.16362877128732323 attack:0.001 decay:0.2 sustain:0 hcutoff:2453.350656156431 cutoff:4000 ]", - "[ 75/8 ⇜ (29/3 → 39/4) | n:F#5 s:sawtooth gain:0.16362877128732323 attack:0.001 decay:0.2 sustain:0 hcutoff:2453.350656156431 cutoff:4000 ]", - "[ (75/8 → 29/3) ⇝ 39/4 | n:C#5 s:sawtooth gain:0.16362877128732323 attack:0.001 decay:0.2 sustain:0 hcutoff:2453.350656156431 cutoff:4000 ]", - "[ 75/8 ⇜ (29/3 → 39/4) | n:A4 s:sawtooth gain:0.16362877128732323 attack:0.001 decay:0.2 sustain:0 hcutoff:2453.350656156431 cutoff:4000 ]", - "[ 39/4 → 10/1 | n:F#5 s:sawtooth gain:0.14926615677294724 attack:0.001 decay:0.2 sustain:0 hcutoff:2307.1030993509794 cutoff:4000 ]", - "[ 39/4 → 10/1 | n:A4 s:sawtooth gain:0.14926615677294724 attack:0.001 decay:0.2 sustain:0 hcutoff:2307.1030993509794 cutoff:4000 ]", - "[ (37/4 → 115/12) ⇝ 77/8 | n:C#6 s:sawtooth gain:0.16975035701693547 attack:0.001 decay:0.2 sustain:0 hcutoff:2513.140359039332 cutoff:4000 ]", - "[ 37/4 ⇜ (115/12 → 77/8) | n:A5 s:sawtooth gain:0.16975035701693547 attack:0.001 decay:0.2 sustain:0 hcutoff:2513.140359039332 cutoff:4000 ]", - "[ (37/4 → 115/12) ⇝ 77/8 | n:E5 s:sawtooth gain:0.16975035701693547 attack:0.001 decay:0.2 sustain:0 hcutoff:2513.140359039332 cutoff:4000 ]", - "[ 37/4 ⇜ (115/12 → 77/8) | n:C#5 s:sawtooth gain:0.16975035701693547 attack:0.001 decay:0.2 sustain:0 hcutoff:2513.140359039332 cutoff:4000 ]", - "[ (77/8 → 119/12) ⇝ 10/1 | n:A5 s:sawtooth gain:0.15202407355693354 attack:0.001 decay:0.2 sustain:0 hcutoff:2335.9636991872226 cutoff:4000 ]", - "[ 77/8 ⇜ (119/12 → 10/1) | n:F#5 s:sawtooth gain:0.15202407355693354 attack:0.001 decay:0.2 sustain:0 hcutoff:2335.9636991872226 cutoff:4000 ]", - "[ (77/8 → 119/12) ⇝ 10/1 | n:C#5 s:sawtooth gain:0.15202407355693354 attack:0.001 decay:0.2 sustain:0 hcutoff:2335.9636991872226 cutoff:4000 ]", - "[ 77/8 ⇜ (119/12 → 10/1) | n:A4 s:sawtooth gain:0.15202407355693354 attack:0.001 decay:0.2 sustain:0 hcutoff:2335.9636991872226 cutoff:4000 ]", - "[ (19/2 → 59/6) ⇝ 79/8 | n:C#6 s:sawtooth gain:0.157715261412906 attack:0.001 decay:0.2 sustain:0 hcutoff:2394.2782744524975 cutoff:4000 ]", - "[ 19/2 ⇜ (59/6 → 79/8) | n:A5 s:sawtooth gain:0.157715261412906 attack:0.001 decay:0.2 sustain:0 hcutoff:2394.2782744524975 cutoff:4000 ]", - "[ (19/2 → 59/6) ⇝ 79/8 | n:E5 s:sawtooth gain:0.157715261412906 attack:0.001 decay:0.2 sustain:0 hcutoff:2394.2782744524975 cutoff:4000 ]", - "[ 19/2 ⇜ (59/6 → 79/8) | n:C#5 s:sawtooth gain:0.157715261412906 attack:0.001 decay:0.2 sustain:0 hcutoff:2394.2782744524975 cutoff:4000 ]", - "[ (79/8 → 10/1) ⇝ 41/4 | n:A5 s:sawtooth gain:0.14656891828944 attack:0.001 decay:0.2 sustain:0 hcutoff:2278.446896257612 cutoff:4000 ]", - "[ (79/8 → 10/1) ⇝ 41/4 | n:C#5 s:sawtooth gain:0.14656891828944 attack:0.001 decay:0.2 sustain:0 hcutoff:2278.446896257612 cutoff:4000 ]", - "[ (39/4 → 10/1) ⇝ 81/8 | n:C#6 s:sawtooth gain:0.14926615677294724 attack:0.001 decay:0.2 sustain:0 hcutoff:2307.1030993509794 cutoff:4000 ]", - "[ (39/4 → 10/1) ⇝ 81/8 | n:E5 s:sawtooth gain:0.14926615677294724 attack:0.001 decay:0.2 sustain:0 hcutoff:2307.1030993509794 cutoff:4000 ]", - "[ 9/1 → 37/4 | s:bd gain:0.7 ]", - "[ 19/2 → 39/4 | s:bd gain:0.7 ]", - "[ 19/2 → 10/1 | s:sn gain:0.7 ]", - "[ 37/4 → 19/2 | s:hh3 gain:0.7 ]", - "[ 39/4 → 10/1 | s:hh3 gain:0.7 ]", -] -`; - -exports[`renders tunes > tune: juxUndTollerei 1`] = ` -[ - "[ 3/4 → 1/1 | note:c3 s:sawtooth pan:0 cutoff:1670.953955747281 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 1/2 → 3/4 | note:eb3 s:sawtooth pan:0 cutoff:1524.257063143398 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 1/4 → 1/2 | note:g3 s:sawtooth pan:0 cutoff:1361.2562095290161 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 0/1 → 1/4 | note:bb3 s:sawtooth pan:0 cutoff:1188.2154262966046 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 0/1 → 1/4 | note:c3 s:sawtooth pan:1 cutoff:1188.2154262966046 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 1/4 → 1/2 | note:eb3 s:sawtooth pan:1 cutoff:1361.2562095290161 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 1/2 → 3/4 | note:g3 s:sawtooth pan:1 cutoff:1524.257063143398 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ 3/4 → 1/1 | note:bb3 s:sawtooth pan:1 cutoff:1670.953955747281 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ (101/200 → 1/1) ⇝ 201/200 | note:65 s:triangle pan:0 cutoff:1601.4815730092653 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", - "[ (101/200 → 1/1) ⇝ 201/200 | note:55 s:triangle pan:1 cutoff:1601.4815730092653 decay:0.05 sustain:0 room:0.6 delay:0.5 delaytime:0.1 delayfeedback:0.4 ]", -] -`; - -exports[`renders tunes > tune: loungeSponge 1`] = ` -[ - "[ 0/1 → 3/8 | note:E3 cutoff:1396 ]", - "[ 0/1 → 3/8 | note:G3 cutoff:1396 ]", - "[ 0/1 → 3/8 | note:B3 cutoff:1396 ]", - "[ 0/1 → 3/8 | note:D4 cutoff:1396 ]", - "[ 3/8 → 3/4 | note:E3 cutoff:1396 ]", - "[ 3/8 → 3/4 | note:G3 cutoff:1396 ]", - "[ 3/8 → 3/4 | note:B3 cutoff:1396 ]", - "[ 3/8 → 3/4 | note:D4 cutoff:1396 ]", - "[ 3/4 → 1/1 | note:E3 cutoff:1396 ]", - "[ 3/4 → 1/1 | note:G3 cutoff:1396 ]", - "[ 3/4 → 1/1 | note:B3 cutoff:1396 ]", - "[ 3/4 → 1/1 | note:D4 cutoff:1396 ]", - "[ 0/1 → 1/4 | note:C2 gain:1 ]", - "[ 1/4 → 1/2 | note:C2 gain:4 ]", - "[ 1/2 → 3/4 | note:C2 gain:1 ]", - "[ 3/4 → 1/1 | note:C2 gain:4 ]", - "[ 0/1 → 3/16 | note:A4 ]", - "[ (3/4 → 13/16) ⇝ 15/16 | note:A5 ]", - "[ -1/4 ⇜ (0/1 → 1/8) ⇝ -1/16 | note:E5 ]", - "[ (1/2 → 5/8) ⇝ 11/16 | note:C5 ]", - "[ 0/1 → 1/2 | s:bd bank:RolandTR909 ]", - "[ 1/2 → 1/1 | s:bd bank:RolandTR909 ]", - "[ 1/4 → 1/2 | s:hh bank:RolandTR909 ]", - "[ 3/4 → 1/1 | s:hh bank:RolandTR909 ]", - "[ 1/2 → 1/1 | s:cp bank:RolandTR909 ]", -] -`; - -exports[`renders tunes > tune: meltingsubmarine 1`] = ` -[ - "[ (0/1 → 1/1) ⇝ 3/2 | s:bd speed:0.7519542165100574 ]", - "[ (3/4 → 1/1) ⇝ 3/2 | s:sd speed:0.7931522866332671 ]", - "[ 3/8 → 3/4 | s:hh speed:0.7285963821098448 ]", - "[ (3/4 → 1/1) ⇝ 9/8 | s:hh speed:0.77531205091027 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:33.129885541275144 decay:0.15 sustain:0 s:sawtooth gain:0.4 cutoff:3669.6267869262615 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:33.17988554127514 decay:0.15 sustain:0 s:sawtooth gain:0.4 cutoff:3669.6267869262615 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:55.129885541275144 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:59.129885541275144 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:60.129885541275144 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:64.12988554127514 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:55.16988554127514 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:59.16988554127514 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:60.16988554127514 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | n:64.16988554127515 s:sawtooth gain:0.16 cutoff:500 attack:1 ]", - "[ 3/16 → 3/8 | n:69.01266877519555 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ (3/8 → 1/2) ⇝ 9/16 | n:69.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ 3/8 ⇜ (1/2 → 9/16) | n:72.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ 3/4 → 15/16 | n:72.16001184806132 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | n:72.21301072199333 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ 3/16 → 3/8 | n:69.05266877519557 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ (3/8 → 1/2) ⇝ 9/16 | n:69.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ 3/8 ⇜ (1/2 → 9/16) | n:72.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ 3/4 → 15/16 | n:72.20001184806131 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | n:72.25301072199335 decay:0.1 sustain:0 s:triangle gain:0.15 ]", - "[ 0/1 → 3/16 | n:93.00057728554401 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ 0/1 → 3/16 | n:93.04057728554402 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ 3/8 → 9/16 | n:69.01266877519555 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ (9/16 → 11/16) ⇝ 3/4 | n:69.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ 9/16 ⇜ (11/16 → 3/4) | n:72.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | n:72.16001184806132 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ 3/8 → 9/16 | n:69.05266877519557 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ (9/16 → 11/16) ⇝ 3/4 | n:69.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ 9/16 ⇜ (11/16 → 3/4) | n:72.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | n:72.20001184806131 decay:0.1 sustain:0 s:triangle gain:0.075 ]", - "[ 3/16 → 3/8 | n:93.00057728554401 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ 3/16 → 3/8 | n:93.04057728554402 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ 9/16 → 3/4 | n:69.01266877519555 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ (3/4 → 7/8) ⇝ 15/16 | n:69.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ 3/4 ⇜ (7/8 → 15/16) | n:72.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ 9/16 → 3/4 | n:69.05266877519557 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ (3/4 → 7/8) ⇝ 15/16 | n:69.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ 3/4 ⇜ (7/8 → 15/16) | n:72.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.049999999999999996 ]", - "[ (0/1 → 1/16) ⇝ 3/16 | n:72.0468455057745 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ 0/1 ⇜ (1/16 → 3/16) | n:93.0468455057745 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ 3/8 → 9/16 | n:93.00057728554401 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ (0/1 → 1/16) ⇝ 3/16 | n:72.0868455057745 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ 0/1 ⇜ (1/16 → 3/16) | n:93.0868455057745 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ 3/8 → 9/16 | n:93.04057728554402 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ 3/4 → 15/16 | n:69.01266877519555 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | n:69.04676036055696 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ 3/4 → 15/16 | n:69.05266877519557 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", - "[ (15/16 → 1/1) ⇝ 9/8 | n:69.08676036055695 decay:0.1 sustain:0 s:triangle gain:0.0375 ]", -] -`; - -exports[`renders tunes > tune: orbit 1`] = ` -[ - "[ 0/1 → 1/2 | s:bd delay:0.5 delaytime:0.33 delayfeedback:0.6 speed:-1 ]", - "[ 1/2 → 1/1 | s:sd delay:0.5 delaytime:0.33 delayfeedback:0.6 speed:-1 ]", - "[ 0/1 → 1/2 | s:hh delay:0.8 delaytime:0.08 delayfeedback:0.7 orbit:2 speed:-1 ]", - "[ 1/2 → 1/1 | s:hh delay:0.8 delaytime:0.08 delayfeedback:0.7 orbit:2 speed:-1 ]", -] -`; - -exports[`renders tunes > tune: outroMusic 1`] = ` -[ - "[ (0/1 → 1/1) ⇝ 3/1 | n:E3 s:0040_FluidR3_GM_sf2_file attack:0.05 decay:0.1 sustain:0.7 cutoff:1111.7252990603447 gain:0.3 ]", - "[ (0/1 → 1/1) ⇝ 3/1 | n:G3 s:0040_FluidR3_GM_sf2_file attack:0.05 decay:0.1 sustain:0.7 cutoff:1111.7252990603447 gain:0.3 ]", - "[ (0/1 → 1/1) ⇝ 3/1 | n:B3 s:0040_FluidR3_GM_sf2_file attack:0.05 decay:0.1 sustain:0.7 cutoff:1111.7252990603447 gain:0.3 ]", - "[ (0/1 → 1/1) ⇝ 3/1 | n:D4 s:0040_FluidR3_GM_sf2_file attack:0.05 decay:0.1 sustain:0.7 cutoff:1111.7252990603447 gain:0.3 ]", - "[ (0/1 → 1/1) ⇝ 9/2 | n:C5 s:0040_FluidR3_GM_sf2_file attack:0.05 decay:0.1 sustain:0.7 cutoff:1111.7252990603447 gain:0.3 ]", - "[ 0/1 → 3/4 | n:C2 s:sawtooth attack:0.05 decay:0.1 sustain:0.7 cutoff:864.536878321087 gain:0.3 ]", - "[ 0/1 → 3/4 | s:bd speed:0.9107561463868479 n:3 ]", - "[ (3/4 → 1/1) ⇝ 3/2 | s:sd speed:0.9931522866332672 n:3 ]", - "[ 0/1 → 1/2 | s:hh speed:0.9036881079621337 n:3 ]", - "[ 1/2 → 1/1 | s:hh speed:0.9519542165100575 n:3 ]", -] -`; - -exports[`renders tunes > tune: randomBells 1`] = ` -[ - "[ (0/1 → 2789140/1452119) ⇝ 6275565/1452119 | note:A3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ -9/8 ⇜ (0/1 → 2091855/2904238) ⇝ 20400609/11616952 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (3/8 → 18302057/11616952) ⇝ 54560877/11616952 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ -3/4 ⇜ (0/1 → 2091855/1452119) ⇝ 12378483/5808476 | note:F5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (3/4 → 7145497/5808476) ⇝ 29458617/5808476 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (0/1 → 1/1) ⇝ 3/2 | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 0/1 ⇜ (1/1 → 480861/203636) ⇝ 2495025/814544 | note:A3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/8 ⇜ (1/1 → 480861/203636) ⇝ 2800479/814544 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/4 ⇜ (1/1 → 480861/203636) ⇝ 3105933/814544 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 0/1 ⇜ (1/1 → 3/2) | note:D2 s:bass clip:1 gain:0.8 ]", - "[ (3/2 → 2/1) ⇝ 9/4 | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 0/1 ⇜ (2/1 → 11885163/4888184) ⇝ 18979155/4888184 | note:A3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (9/4 → 17324799/4888184) ⇝ 29977569/4888184 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/8 ⇜ (2/1 → 30096711/9776368) ⇝ 2601528/611023 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (21/8 → 31989351/9776368) ⇝ 15905319/2444092 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/4 ⇜ (2/1 → 4552887/1222046) ⇝ 22645293/4888184 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/2 ⇜ (2/1 → 9/4) | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 9/4 → 3/1 | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 9/4 ⇜ (3/1 → 6905885/1596197) ⇝ 33421419/6384788 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/8 ⇜ (3/1 → 6905885/1596197) ⇝ 71631429/12769576 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (3/1 → 6905885/1596197) ⇝ 19105005/3192394 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (3/1 → 4/1) ⇝ 9/2 | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 9/4 ⇜ (4/1 → 35110599/8173648) | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (9/2 → 60745421/12260472) ⇝ 23964005/4086824 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/8 ⇜ (4/1 → 38175717/8173648) | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (39/8 → 244652501/49041888) ⇝ 6374141/1021706 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/1 ⇜ (4/1 → 30094241/6130236) ⇝ 41240835/8173648 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/1 ⇜ (4/1 → 9/2) | note:D2 s:bass clip:1 gain:0.8 ]", - "[ (9/2 → 5/1) ⇝ 21/4 | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 9/2 ⇜ (5/1 → 6/1) ⇝ 42354327/4967446 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 9/2 ⇜ (6/1 → 19085555/2483723) ⇝ 42354327/4967446 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 39/8 ⇜ (5/1 → 6/1) ⇝ 176868477/19869784 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 39/8 ⇜ (6/1 → 19085555/2483723) ⇝ 176868477/19869784 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 3/1 ⇜ (5/1 → 14085350/2483723) ⇝ 22451784/2483723 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (21/4 → 6/1) ⇝ 92159823/9934892 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/4 ⇜ (6/1 → 72159003/9934892) ⇝ 92159823/9934892 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 9/2 ⇜ (5/1 → 21/4) | note:D2 s:bass clip:1 gain:0.8 ]", - "[ 21/4 → 6/1 | note:D2 s:bass clip:1 gain:0.8 ]", - "[ (6/1 → 38749639/4518774) ⇝ 23687059/2008344 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 39/8 ⇜ (6/1 → 83937379/12050064) ⇝ 52646021/6025032 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (51/8 → 288642449/36150192) ⇝ 6110047/502086 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/4 ⇜ (6/1 → 47787187/6025032) ⇝ 6863176/753129 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (27/4 → 133643893/18075096) ⇝ 25193317/2008344 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (6/1 → 7/1) ⇝ 15/2 | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 6/1 ⇜ (7/1 → 11626704/1250897) ⇝ 55855353/5003588 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 51/8 ⇜ (7/1 → 11626704/1250897) ⇝ 115463397/10007176 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 27/4 ⇜ (7/1 → 11626704/1250897) ⇝ 14902011/1250897 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 6/1 ⇜ (7/1 → 15/2) | note:A2 s:bass clip:1 gain:0.8 ]", - "[ (15/2 → 8/1) ⇝ 33/4 | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 6/1 ⇜ (8/1 → 65518178/7818231) ⇝ 24553452/2606077 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (33/4 → 97889861/10424308) ⇝ 121668501/10424308 | note:A3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 51/8 ⇜ (8/1 → 69976673/7818231) ⇝ 204245847/20848616 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (69/8 → 191708633/20848616) ⇝ 251155233/20848616 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 27/4 ⇜ (8/1 → 74435168/7818231) ⇝ 106032039/10424308 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 15/2 ⇜ (8/1 → 33/4) | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 33/4 → 9/1 | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 33/4 ⇜ (9/1 → 87280787/8410383) ⇝ 42425411/3737948 | note:A3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 69/8 ⇜ (9/1 → 87280787/8410383) ⇝ 87654283/7475896 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (9/1 → 87280787/8410383) ⇝ 11307218/934487 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (9/1 → 10/1) ⇝ 21/2 | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 33/4 ⇜ (10/1 → 127890597/12359306) | note:A3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (21/2 → 67767059/6179653) ⇝ 73528464/6179653 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 69/8 ⇜ (10/1 → 530101347/49437224) | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (87/8 → 67923902/6179653) ⇝ 606766671/49437224 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 9/1 ⇜ (10/1 → 67557935/6179653) ⇝ 274320153/24718612 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 9/1 ⇜ (10/1 → 21/2) | note:A2 s:bass clip:1 gain:0.8 ]", - "[ (21/2 → 11/1) ⇝ 45/4 | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 21/2 ⇜ (11/1 → 12/1) ⇝ 9230633/746286 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/2 ⇜ (12/1 → 13708349/1119429) ⇝ 9230633/746286 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 87/8 ⇜ (11/1 → 12/1) ⇝ 38041961/2985144 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 87/8 ⇜ (12/1 → 13708349/1119429) ⇝ 38041961/2985144 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 9/1 ⇜ (11/1 → 25324753/2238858) ⇝ 2936173/248762 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (45/4 → 12/1) ⇝ 19580695/1492572 | note:F5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 45/4 ⇜ (12/1 → 18186065/1492572) ⇝ 19580695/1492572 | note:F5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/2 ⇜ (11/1 → 45/4) | note:A2 s:bass clip:1 gain:0.8 ]", - "[ 45/4 → 12/1 | note:A2 s:bass clip:1 gain:0.8 ]", - "[ (12/1 → 10927784/824161) ⇝ 12225099/824161 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 87/8 ⇜ (12/1 → 20558253/1648322) ⇝ 84156231/6593288 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (99/8 → 86781199/6593288) ⇝ 100273275/6593288 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 45/4 ⇜ (12/1 → 10668321/824161) ⇝ 43314357/3296644 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (51/4 → 43070063/3296644) ⇝ 51372879/3296644 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (12/1 → 13/1) ⇝ 27/2 | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 12/1 ⇜ (13/1 → 95603749/6686393) ⇝ 99768156/6686393 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 99/8 ⇜ (13/1 → 95603749/6686393) ⇝ 818204427/53491144 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 51/4 ⇜ (13/1 → 95603749/6686393) ⇝ 419131803/26745572 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 12/1 ⇜ (13/1 → 27/2) | note:G2 s:bass clip:1 gain:0.8 ]", - "[ (27/2 → 14/1) ⇝ 57/4 | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 12/1 ⇜ (14/1 → 166765677/11324578) ⇝ 209889201/11324578 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (57/4 → 372079983/22649156) ⇝ 470739003/22649156 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 99/8 ⇜ (14/1 → 358196109/22649156) ⇝ 856543671/45298312 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (117/8 → 711817323/45298312) ⇝ 958464873/45298312 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 51/4 ⇜ (14/1 → 95715216/5662289) ⇝ 436765269/22649156 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 27/2 ⇜ (14/1 → 57/4) | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 57/4 → 15/1 | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 57/4 ⇜ (15/1 → 141016305/8566651) ⇝ 600947967/34266604 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 117/8 ⇜ (15/1 → 141016305/8566651) ⇝ 1227595887/68533208 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (15/1 → 141016305/8566651) ⇝ 156661980/8566651 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (15/1 → 16/1) ⇝ 33/2 | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 57/4 ⇜ (16/1 → 85989082/5051287) ⇝ 380956179/20205148 | note:A4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (33/2 → 177029451/10102574) ⇝ 197703411/10102574 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 117/8 ⇜ (16/1 → 179730899/10102574) ⇝ 777066219/40410296 | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (135/8 → 692260725/40410296) ⇝ 805967505/40410296 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 15/1 ⇜ (16/1 → 18/1) ⇝ 99027510/5051287 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 15/1 ⇜ (18/1 → 91157572/5051287) ⇝ 99027510/5051287 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 15/1 ⇜ (16/1 → 33/2) | note:G2 s:bass clip:1 gain:0.8 ]", - "[ (33/2 → 17/1) ⇝ 69/4 | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 33/2 ⇜ (17/1 → 18/1) ⇝ 63806319/3375326 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 33/2 ⇜ (18/1 → 31394751/1687663) ⇝ 63806319/3375326 | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 135/8 ⇜ (17/1 → 18/1) ⇝ 260288265/13501304 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 135/8 ⇜ (18/1 → 31394751/1687663) ⇝ 260288265/13501304 | note:F4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 15/1 ⇜ (17/1 → 29366391/1687663) ⇝ 31400025/1687663 | note:G4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (69/4 → 18/1) ⇝ 132675627/6750652 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 69/4 ⇜ (18/1 → 124562187/6750652) ⇝ 132675627/6750652 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 33/2 ⇜ (17/1 → 69/4) | note:G2 s:bass clip:1 gain:0.8 ]", - "[ 69/4 → 18/1 | note:G2 s:bass clip:1 gain:0.8 ]", - "[ (18/1 → 143384851/7635634) ⇝ 603256599/30542536 | note:F5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 135/8 ⇜ (18/1 → 551065929/30542536) | note:G3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (147/8 → 1152155393/61085072) ⇝ 307355025/15271268 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 69/4 ⇜ (18/1 → 140629845/7635634) | note:F3 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (75/4 → 578615989/30542536) ⇝ 626163501/30542536 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (18/1 → 19/1) ⇝ 39/2 | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 18/1 ⇜ (19/1 → 27572053/1254407) ⇝ 30990546/1254407 | note:F5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 147/8 ⇜ (19/1 → 27572053/1254407) ⇝ 251687589/10035256 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 75/4 ⇜ (19/1 → 27572053/1254407) ⇝ 127725405/5017628 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 18/1 ⇜ (19/1 → 39/2) | note:F2 s:bass clip:1 gain:0.8 ]", - "[ (39/2 → 20/1) ⇝ 81/4 | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 18/1 ⇜ (20/1 → 236447105/11606426) ⇝ 247782933/11606426 | note:F5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (81/4 → 495971763/23212852) ⇝ 547794783/23212852 | note:D5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 147/8 ⇜ (20/1 → 485849965/23212852) ⇝ 1008541371/46425704 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (165/8 → 983441655/46425704) ⇝ 1112999205/46425704 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 75/4 ⇜ (20/1 → 124701430/5803213) ⇝ 512975505/23212852 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 39/2 ⇜ (20/1 → 81/4) | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 81/4 → 21/1 | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 81/4 ⇜ (21/1 → 22357711/977224) ⇝ 95679207/3908896 | note:D5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 165/8 ⇜ (21/1 → 22357711/977224) ⇝ 97145043/3908896 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (21/1 → 22357711/977224) ⇝ 98610879/3908896 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (21/1 → 22/1) ⇝ 45/2 | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 81/4 ⇜ (22/1 → 7584350/326127) ⇝ 11262765/434836 | note:D5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (45/2 → 15494827/652254) ⇝ 5711017/217418 | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 165/8 ⇜ (22/1 → 24/1) ⇝ 22851657/869672 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 165/8 ⇜ (24/1 → 7891517/326127) ⇝ 22851657/869672 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (183/8 → 60500353/2609016) ⇝ 23170195/869672 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/1 ⇜ (22/1 → 24/1) ⇝ 2897223/108709 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/1 ⇜ (24/1 → 7993906/326127) ⇝ 2897223/108709 | note:G5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 21/1 ⇜ (22/1 → 45/2) | note:F2 s:bass clip:1 gain:0.8 ]", - "[ (45/2 → 23/1) ⇝ 93/4 | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 45/2 ⇜ (23/1 → 167665731/7208168) | note:C5 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 183/8 ⇜ (23/1 → 84721249/3604084) ⇝ 85184397/3604084 | note:D4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ (93/4 → 340661763/14416336) ⇝ 173071857/7208168 | note:C4 s:bell gain:0.6 delay:0.2 delaytime:0.3333333333333333 delayfeedback:0.8 ]", - "[ 45/2 ⇜ (23/1 → 93/4) | note:F2 s:bass clip:1 gain:0.8 ]", - "[ 93/4 → 24/1 | note:F2 s:bass clip:1 gain:0.8 ]", -] -`; - -exports[`renders tunes > tune: sampleDemo 1`] = ` -[ - "[ 0/1 → 1/4 | s:woodblock:1 ]", - "[ 1/4 → 3/8 | s:woodblock:2 ]", - "[ 0/1 → 1/8 | s:brakedrum:1 ]", - "[ 3/4 → 7/8 | s:brakedrum:1 ]", - "[ 3/8 → 1/2 | s:woodblock:2 speed:2 ]", - "[ 1/2 → 1/1 | s:snare_rim:0 speed:2 ]", - "[ (0/1 → 1/1) ⇝ 8/1 | s:gong speed:2 ]", - "[ 3/8 → 1/2 | s:brakedrum:1 speed:2 ]", - "[ 3/4 → 1/1 | s:cowbell:3 speed:2 ]", - "[ -3/4 ⇜ (0/1 → 1/4) | note:Bb3 s:clavisynth gain:0.2 delay:0.25 pan:0 ]", - "[ (3/4 → 1/1) ⇝ 7/4 | note:Bb3 s:clavisynth gain:0.2 delay:0.25 pan:1 ]", - "[ -1/4 ⇜ (0/1 → 3/4) | note:F3 s:clavisynth gain:0.2 delay:0.25 pan:1 ]", - "[ (0/1 → 1/1) ⇝ 3/1 | note:D1 s:psaltery_pluck gain:0.6 clip:1 release:0.1 room:0.5 ]", -] -`; - -exports[`renders tunes > tune: sampleDrums 1`] = ` -[ - "[ 0/1 → 1/1 | s:bd ]", - "[ 1/1 → 2/1 | s:bd ]", - "[ 2/1 → 3/1 | s:bd ]", - "[ 3/1 → 13/4 | s:bd ]", - "[ 13/4 → 7/2 | s:bd ]", - "[ 15/4 → 4/1 | s:bd ]", - "[ 0/1 → 1/4 | s:hh ]", - "[ 1/4 → 1/2 | s:hh ]", - "[ 1/2 → 3/4 | s:hh ]", - "[ 3/4 → 1/1 | s:hh ]", - "[ 1/1 → 5/4 | s:hh ]", - "[ 5/4 → 3/2 | s:hh ]", - "[ 3/2 → 7/4 | s:hh ]", - "[ 7/4 → 2/1 | s:hh ]", - "[ 2/1 → 9/4 | s:hh ]", - "[ 9/4 → 5/2 | s:hh ]", - "[ 5/2 → 11/4 | s:hh ]", - "[ 11/4 → 3/1 | s:hh ]", - "[ 3/1 → 13/4 | s:hh ]", - "[ 13/4 → 7/2 | s:hh ]", - "[ 7/2 → 15/4 | s:hh ]", - "[ 15/4 → 4/1 | s:hh ]", - "[ 1/2 → 1/1 | s:sn ]", - "[ 3/2 → 2/1 | s:sn ]", - "[ 5/2 → 3/1 | s:sn ]", - "[ 7/2 → 29/8 | s:sn ]", - "[ 15/4 → 31/8 | s:sn ]", - "[ 31/8 → 4/1 | s:sn ]", -] -`; - -exports[`renders tunes > tune: sml1 1`] = ` -[ - "[ 0/1 → 19/80 | note:e5 ]", - "[ 1/2 → 79/120 | note:d5 ]", - "[ 2/3 → 179/240 | note:c5 ]", - "[ 11/12 → 239/240 | note:e5 ]", - "[ 1/4 → 1/2 | note:g4 ]", - "[ 3/4 → 1/1 | note:g4 ]", - "[ 0/1 → 1/4 | note:c3 ]", - "[ 1/2 → 3/4 | note:c3 ]", - "[ 7/4 → 229/120 | note:c5 ]", - "[ 23/12 → 479/240 | note:d5 ]", - "[ 5/4 → 3/2 | note:ab4 ]", - "[ 7/4 → 2/1 | note:ab4 ]", - "[ 1/1 → 5/4 | note:c3 ]", - "[ 3/2 → 7/4 | note:c3 ]", - "[ 2/1 → 179/80 | note:e5 ]", - "[ 9/4 → 199/80 | note:e5 ]", - "[ 5/2 → 219/80 | note:d5 ]", - "[ 11/4 → 239/80 | note:c5 ]", - "[ 9/4 → 5/2 | note:a4 ]", - "[ 11/4 → 3/1 | note:a4 ]", - "[ 2/1 → 9/4 | note:c3 ]", - "[ 5/2 → 11/4 | note:c3 ]", - "[ 3/1 → 259/80 | note:e5 ]", - "[ 13/4 → 279/80 | note:f5 ]", - "[ 7/2 → 299/80 | note:g5 ]", - "[ 15/4 → 319/80 | note:a5 ]", - "[ 13/4 → 7/2 | note:bb4 ]", - "[ 15/4 → 4/1 | note:bb4 ]", - "[ 3/1 → 13/4 | note:c3 ]", - "[ 7/2 → 15/4 | note:a3 ]", - "[ 17/4 → 359/80 | note:c5 ]", - "[ 9/2 → 379/80 | note:c5 ]", - "[ 19/4 → 399/80 | note:d5 ]", - "[ 17/4 → 9/2 | note:a4 ]", - "[ 19/4 → 5/1 | note:a4 ]", - "[ 4/1 → 17/4 | note:f3 ]", - "[ 9/2 → 19/4 | note:f3 ]", - "[ 5/1 → 419/80 | note:e5 ]", - "[ 21/4 → 649/120 | note:c5 ]", - "[ 65/12 → 1319/240 | note:c5 ]", - "[ 23/4 → 479/80 | note:c5 ]", - "[ 21/4 → 11/2 | note:g4 ]", - "[ 23/4 → 6/1 | note:g4 ]", - "[ 5/1 → 21/4 | note:e3 ]", - "[ 11/2 → 23/4 | note:e3 ]", - "[ 6/1 → 499/80 | note:f5 ]", - "[ 25/4 → 519/80 | note:e5 ]", - "[ 13/2 → 539/80 | note:c5 ]", - "[ 27/4 → 559/80 | note:d5 ]", - "[ 6/1 → 25/4 | note:d4 ]", - "[ 25/4 → 13/2 | note:e4 ]", - "[ 13/2 → 27/4 | note:f4 ]", - "[ 27/4 → 7/1 | note:gb4 ]", - "[ 29/4 → 599/80 | note:g6 ]", - "[ 15/2 → 619/80 | note:g6 ]", - "[ 8/1 → 659/80 | note:e5 ]", - "[ 17/2 → 1039/120 | note:d5 ]", - "[ 26/3 → 2099/240 | note:c5 ]", - "[ 107/12 → 2159/240 | note:e5 ]", - "[ 33/4 → 17/2 | note:g4 ]", - "[ 35/4 → 9/1 | note:g4 ]", - "[ 8/1 → 33/4 | note:c3 ]", - "[ 17/2 → 35/4 | note:c3 ]", - "[ 39/4 → 1189/120 | note:c5 ]", - "[ 119/12 → 2399/240 | note:d5 ]", - "[ 37/4 → 19/2 | note:ab4 ]", - "[ 39/4 → 10/1 | note:ab4 ]", - "[ 9/1 → 37/4 | note:c3 ]", - "[ 19/2 → 39/4 | note:c3 ]", - "[ 10/1 → 819/80 | note:e5 ]", - "[ 41/4 → 839/80 | note:e5 ]", - "[ 21/2 → 859/80 | note:d5 ]", - "[ 43/4 → 879/80 | note:c5 ]", - "[ 41/4 → 21/2 | note:a4 ]", - "[ 43/4 → 11/1 | note:a4 ]", - "[ 10/1 → 41/4 | note:c3 ]", - "[ 21/2 → 43/4 | note:c3 ]", - "[ 11/1 → 899/80 | note:a5 ]", - "[ 45/4 → 919/80 | note:g5 ]", - "[ 23/2 → 939/80 | note:c6 ]", - "[ 47/4 → 1429/120 | note:e5 ]", - "[ 143/12 → 2879/240 | note:d5 ]", - "[ 45/4 → 23/2 | note:bb4 ]", - "[ 47/4 → 12/1 | note:bb4 ]", - "[ 11/1 → 45/4 | note:c3 ]", - "[ 23/2 → 47/4 | note:a3 ]", - "[ 49/4 → 999/80 | note:c5 ]", - "[ 25/2 → 1019/80 | note:c5 ]", - "[ 51/4 → 1039/80 | note:d5 ]", - "[ 49/4 → 25/2 | note:a4 ]", - "[ 51/4 → 13/1 | note:a4 ]", - "[ 12/1 → 49/4 | note:f3 ]", - "[ 25/2 → 51/4 | note:f3 ]", - "[ 13/1 → 1059/80 | note:e5 ]", - "[ 53/4 → 1609/120 | note:c5 ]", - "[ 161/12 → 3239/240 | note:c5 ]", - "[ 55/4 → 1119/80 | note:c5 ]", - "[ 53/4 → 27/2 | note:g4 ]", - "[ 55/4 → 14/1 | note:g4 ]", - "[ 13/1 → 53/4 | note:e3 ]", - "[ 27/2 → 55/4 | note:e3 ]", - "[ 14/1 → 1139/80 | note:f5 ]", - "[ 57/4 → 1159/80 | note:e5 ]", - "[ 29/2 → 1179/80 | note:c5 ]", - "[ 59/4 → 1199/80 | note:d5 ]", - "[ 14/1 → 57/4 | note:d4 ]", - "[ 57/4 → 29/2 | note:e4 ]", - "[ 29/2 → 59/4 | note:f4 ]", - "[ 59/4 → 15/1 | note:gb4 ]", - "[ 121/8 → 3649/240 | note:g6 ]", - "[ 31/2 → 1259/80 | note:g5 ]", - "[ 65/4 → 1319/80 | note:a5 ]", - "[ 33/2 → 1339/80 | note:b5 ]", - "[ 67/4 → 1359/80 | note:c6 ]", - "[ 65/4 → 33/2 | note:c5 ]", - "[ 67/4 → 17/1 | note:c5 ]", - "[ 16/1 → 65/4 | note:f3 ]", - "[ 33/2 → 67/4 | note:f3 ]", - "[ 17/1 → 1719/100 | note:b5 ]", - "[ 87/5 → 3499/200 | note:g5 ]", - "[ 69/4 → 35/2 | note:c5 ]", - "[ 71/4 → 18/1 | note:c5 ]", - "[ 17/1 → 69/4 | note:e3 ]", - "[ 35/2 → 71/4 | note:e3 ]", - "[ 18/1 → 1459/80 | note:f5 ]", - "[ 37/2 → 2239/120 | note:g5 ]", - "[ 56/3 → 4499/240 | note:f5 ]", - "[ 73/4 → 37/2 | note:a4 ]", - "[ 75/4 → 19/1 | note:a4 ]", - "[ 18/1 → 73/4 | note:d3 ]", - "[ 37/2 → 75/4 | note:d3 ]", - "[ 19/1 → 3059/160 | note:e5 ]", - "[ 77/4 → 3099/160 | note:f5 ]", - "[ 39/2 → 3139/160 | note:f#5 ]", - "[ 79/4 → 3179/160 | note:g5 ]", - "[ 19/1 → 153/8 | note:c4 ]", - "[ 77/4 → 155/8 | note:d4 ]", - "[ 39/2 → 157/8 | note:eb4 ]", - "[ 79/4 → 159/8 | note:e4 ]", - "[ 81/4 → 1639/80 | note:a5 ]", - "[ 41/2 → 1659/80 | note:b5 ]", - "[ 83/4 → 1679/80 | note:c6 ]", - "[ 81/4 → 41/2 | note:c5 ]", - "[ 83/4 → 21/1 | note:c5 ]", - "[ 20/1 → 81/4 | note:f3 ]", - "[ 41/2 → 83/4 | note:f3 ]", - "[ 21/1 → 2119/100 | note:b5 ]", - "[ 107/5 → 4299/200 | note:g5 ]", - "[ 85/4 → 43/2 | note:c5 ]", - "[ 87/4 → 22/1 | note:c5 ]", - "[ 21/1 → 85/4 | note:e3 ]", - "[ 43/2 → 87/4 | note:e3 ]", - "[ 22/1 → 1779/80 | note:eb6 ]", - "[ 89/4 → 1799/80 | note:d6 ]", - "[ 91/4 → 1839/80 | note:c6 ]", - "[ 89/4 → 45/2 | note:eb5 ]", - "[ 91/4 → 23/1 | note:eb5 ]", - "[ 22/1 → 89/4 | note:ab3 ]", - "[ 45/2 → 91/4 | note:ab3 ]", - "[ 23/1 → 185/8 | note:g4 ]", - "[ 185/8 → 93/4 | note:g4 ]", - "[ 93/4 → 187/8 | note:f4 ]", - "[ 47/2 → 189/8 | note:e4 ]", - "[ 95/4 → 191/8 | note:d4 ]", - "[ 24/1 → 1939/80 | note:e5 ]", - "[ 49/2 → 2959/120 | note:d5 ]", - "[ 74/3 → 5939/240 | note:c5 ]", - "[ 299/12 → 5999/240 | note:e5 ]", - "[ 97/4 → 49/2 | note:g4 ]", - "[ 99/4 → 25/1 | note:g4 ]", - "[ 24/1 → 97/4 | note:c3 ]", - "[ 49/2 → 99/4 | note:c3 ]", - "[ 103/4 → 3109/120 | note:c5 ]", - "[ 311/12 → 6239/240 | note:d5 ]", - "[ 101/4 → 51/2 | note:ab4 ]", - "[ 103/4 → 26/1 | note:ab4 ]", - "[ 25/1 → 101/4 | note:c3 ]", - "[ 51/2 → 103/4 | note:c3 ]", - "[ 26/1 → 2099/80 | note:e5 ]", - "[ 105/4 → 2119/80 | note:e5 ]", - "[ 53/2 → 2139/80 | note:d5 ]", - "[ 107/4 → 2159/80 | note:c5 ]", - "[ 105/4 → 53/2 | note:a4 ]", - "[ 107/4 → 27/1 | note:a4 ]", - "[ 26/1 → 105/4 | note:c3 ]", - "[ 53/2 → 107/4 | note:c3 ]", - "[ 27/1 → 2179/80 | note:e5 ]", - "[ 109/4 → 2199/80 | note:f5 ]", - "[ 55/2 → 2219/80 | note:g5 ]", - "[ 111/4 → 2239/80 | note:a5 ]", - "[ 109/4 → 55/2 | note:bb4 ]", - "[ 111/4 → 28/1 | note:bb4 ]", - "[ 27/1 → 109/4 | note:c3 ]", - "[ 55/2 → 111/4 | note:a3 ]", - "[ 113/4 → 2279/80 | note:c5 ]", - "[ 57/2 → 2299/80 | note:c5 ]", - "[ 115/4 → 2319/80 | note:d5 ]", - "[ 113/4 → 57/2 | note:a4 ]", - "[ 115/4 → 29/1 | note:a4 ]", - "[ 28/1 → 113/4 | note:f3 ]", - "[ 57/2 → 115/4 | note:f3 ]", - "[ 29/1 → 2339/80 | note:e5 ]", - "[ 117/4 → 3529/120 | note:c5 ]", - "[ 353/12 → 7079/240 | note:c5 ]", - "[ 119/4 → 2399/80 | note:c5 ]", - "[ 117/4 → 59/2 | note:g4 ]", - "[ 119/4 → 30/1 | note:g4 ]", - "[ 29/1 → 117/4 | note:e3 ]", - "[ 59/2 → 119/4 | note:e3 ]", - "[ 30/1 → 2419/80 | note:f5 ]", - "[ 121/4 → 2439/80 | note:e5 ]", - "[ 61/2 → 2459/80 | note:c5 ]", - "[ 123/4 → 2479/80 | note:d5 ]", - "[ 30/1 → 121/4 | note:d4 ]", - "[ 121/4 → 61/2 | note:e4 ]", - "[ 61/2 → 123/4 | note:f4 ]", - "[ 123/4 → 31/1 | note:gb4 ]", - "[ 125/4 → 2519/80 | note:g6 ]", - "[ 63/2 → 2539/80 | note:g6 ]", - "[ 32/1 → 2579/80 | note:e5 ]", - "[ 65/2 → 3919/120 | note:d5 ]", - "[ 98/3 → 7859/240 | note:c5 ]", - "[ 395/12 → 7919/240 | note:e5 ]", - "[ 129/4 → 65/2 | note:g4 ]", - "[ 131/4 → 33/1 | note:g4 ]", - "[ 32/1 → 129/4 | note:c3 ]", - "[ 65/2 → 131/4 | note:c3 ]", - "[ 135/4 → 4069/120 | note:c5 ]", - "[ 407/12 → 8159/240 | note:d5 ]", - "[ 133/4 → 67/2 | note:ab4 ]", - "[ 135/4 → 34/1 | note:ab4 ]", - "[ 33/1 → 133/4 | note:c3 ]", - "[ 67/2 → 135/4 | note:c3 ]", - "[ 34/1 → 2739/80 | note:e5 ]", - "[ 137/4 → 2759/80 | note:e5 ]", - "[ 69/2 → 2779/80 | note:d5 ]", - "[ 139/4 → 2799/80 | note:c5 ]", - "[ 137/4 → 69/2 | note:a4 ]", - "[ 139/4 → 35/1 | note:a4 ]", - "[ 34/1 → 137/4 | note:c3 ]", - "[ 69/2 → 139/4 | note:c3 ]", - "[ 35/1 → 2819/80 | note:a5 ]", - "[ 141/4 → 2839/80 | note:g5 ]", - "[ 71/2 → 2859/80 | note:c6 ]", - "[ 143/4 → 4309/120 | note:e5 ]", - "[ 431/12 → 8639/240 | note:d5 ]", - "[ 141/4 → 71/2 | note:bb4 ]", - "[ 143/4 → 36/1 | note:bb4 ]", - "[ 35/1 → 141/4 | note:c3 ]", - "[ 71/2 → 143/4 | note:a3 ]", - "[ 145/4 → 2919/80 | note:c5 ]", - "[ 73/2 → 2939/80 | note:c5 ]", - "[ 147/4 → 2959/80 | note:d5 ]", - "[ 145/4 → 73/2 | note:a4 ]", - "[ 147/4 → 37/1 | note:a4 ]", - "[ 36/1 → 145/4 | note:f3 ]", - "[ 73/2 → 147/4 | note:f3 ]", - "[ 37/1 → 2979/80 | note:e5 ]", - "[ 149/4 → 4489/120 | note:c5 ]", - "[ 449/12 → 8999/240 | note:c5 ]", - "[ 151/4 → 3039/80 | note:c5 ]", - "[ 149/4 → 75/2 | note:g4 ]", - "[ 151/4 → 38/1 | note:g4 ]", - "[ 37/1 → 149/4 | note:e3 ]", - "[ 75/2 → 151/4 | note:e3 ]", - "[ 38/1 → 3059/80 | note:f5 ]", - "[ 153/4 → 3079/80 | note:e5 ]", - "[ 77/2 → 3099/80 | note:c5 ]", - "[ 155/4 → 3119/80 | note:d5 ]", - "[ 38/1 → 153/4 | note:d4 ]", - "[ 153/4 → 77/2 | note:e4 ]", - "[ 77/2 → 155/4 | note:f4 ]", - "[ 155/4 → 39/1 | note:gb4 ]", - "[ 313/8 → 9409/240 | note:g6 ]", - "[ 79/2 → 3179/80 | note:g5 ]", - "[ 161/4 → 3239/80 | note:a5 ]", - "[ 81/2 → 3259/80 | note:b5 ]", - "[ 163/4 → 3279/80 | note:c6 ]", - "[ 161/4 → 81/2 | note:c5 ]", - "[ 163/4 → 41/1 | note:c5 ]", - "[ 40/1 → 161/4 | note:f3 ]", - "[ 81/2 → 163/4 | note:f3 ]", - "[ 41/1 → 4119/100 | note:b5 ]", - "[ 207/5 → 8299/200 | note:g5 ]", - "[ 165/4 → 83/2 | note:c5 ]", - "[ 167/4 → 42/1 | note:c5 ]", - "[ 41/1 → 165/4 | note:e3 ]", - "[ 83/2 → 167/4 | note:e3 ]", - "[ 42/1 → 3379/80 | note:f5 ]", - "[ 85/2 → 5119/120 | note:g5 ]", - "[ 128/3 → 10259/240 | note:f5 ]", - "[ 169/4 → 85/2 | note:a4 ]", - "[ 171/4 → 43/1 | note:a4 ]", - "[ 42/1 → 169/4 | note:d3 ]", - "[ 85/2 → 171/4 | note:d3 ]", - "[ 43/1 → 6899/160 | note:e5 ]", - "[ 173/4 → 6939/160 | note:f5 ]", - "[ 87/2 → 6979/160 | note:f#5 ]", - "[ 175/4 → 7019/160 | note:g5 ]", - "[ 43/1 → 345/8 | note:c4 ]", - "[ 173/4 → 347/8 | note:d4 ]", - "[ 87/2 → 349/8 | note:eb4 ]", - "[ 175/4 → 351/8 | note:e4 ]", - "[ 177/4 → 3559/80 | note:a5 ]", - "[ 89/2 → 3579/80 | note:b5 ]", - "[ 179/4 → 3599/80 | note:c6 ]", - "[ 177/4 → 89/2 | note:c5 ]", - "[ 179/4 → 45/1 | note:c5 ]", - "[ 44/1 → 177/4 | note:f3 ]", - "[ 89/2 → 179/4 | note:f3 ]", - "[ 45/1 → 4519/100 | note:b5 ]", - "[ 227/5 → 9099/200 | note:g5 ]", - "[ 181/4 → 91/2 | note:c5 ]", - "[ 183/4 → 46/1 | note:c5 ]", - "[ 45/1 → 181/4 | note:e3 ]", - "[ 91/2 → 183/4 | note:e3 ]", - "[ 46/1 → 3699/80 | note:eb6 ]", - "[ 185/4 → 3719/80 | note:d6 ]", - "[ 187/4 → 3759/80 | note:c6 ]", - "[ 185/4 → 93/2 | note:eb5 ]", - "[ 187/4 → 47/1 | note:eb5 ]", - "[ 46/1 → 185/4 | note:ab3 ]", - "[ 93/2 → 187/4 | note:ab3 ]", - "[ 47/1 → 377/8 | note:g4 ]", - "[ 377/8 → 189/4 | note:g4 ]", - "[ 189/4 → 379/8 | note:f4 ]", - "[ 95/2 → 381/8 | note:e4 ]", - "[ 191/4 → 383/8 | note:d4 ]", -] -`; - -exports[`renders tunes > tune: swimming 1`] = ` -[ - "[ 0/1 → 3/4 | note:F4 ]", - "[ 0/1 → 3/4 | note:Bb4 ]", - "[ 0/1 → 3/4 | note:D5 ]", - "[ (3/4 → 1/1) ⇝ 5/4 | note:D4 ]", - "[ (3/4 → 1/1) ⇝ 5/4 | note:G4 ]", - "[ (3/4 → 1/1) ⇝ 5/4 | note:Bb4 ]", - "[ 0/1 → 3/4 | note:G3 ]", - "[ (3/4 → 1/1) ⇝ 3/2 | note:G3 ]", - "[ 3/4 ⇜ (1/1 → 5/4) | note:D4 ]", - "[ 3/4 ⇜ (1/1 → 5/4) | note:G4 ]", - "[ 3/4 ⇜ (1/1 → 5/4) | note:Bb4 ]", - "[ 5/4 → 3/2 | note:Bb3 ]", - "[ 5/4 → 3/2 | note:D4 ]", - "[ 5/4 → 3/2 | note:F4 ]", - "[ 3/2 → 2/1 | note:G3 ]", - "[ 3/2 → 2/1 | note:C4 ]", - "[ 3/2 → 2/1 | note:E4 ]", - "[ 3/4 ⇜ (1/1 → 3/2) | note:G3 ]", - "[ (3/2 → 2/1) ⇝ 9/4 | note:C3 ]", - "[ 2/1 → 17/8 | note:Ab3 ]", - "[ 2/1 → 17/8 | note:F4 ]", - "[ 17/8 → 9/4 | note:A3 ]", - "[ 17/8 → 9/4 | note:Gb4 ]", - "[ 9/4 → 3/1 | note:Bb3 ]", - "[ 9/4 → 3/1 | note:E4 ]", - "[ 9/4 → 3/1 | note:G4 ]", - "[ 3/2 ⇜ (2/1 → 9/4) | note:C3 ]", - "[ 9/4 → 3/1 | note:E3 ]", - "[ 13/4 → 7/2 | note:F3 ]", - "[ 13/4 → 7/2 | note:A3 ]", - "[ 13/4 → 7/2 | note:C3 ]", - "[ 7/2 → 15/4 | note:F3 ]", - "[ 7/2 → 15/4 | note:A3 ]", - "[ 7/2 → 15/4 | note:C3 ]", - "[ 3/1 → 15/4 | note:F2 ]", - "[ (15/4 → 4/1) ⇝ 9/2 | note:D2 ]", - "[ 4/1 → 17/4 | note:F3 ]", - "[ 4/1 → 17/4 | note:A3 ]", - "[ 4/1 → 17/4 | note:C3 ]", - "[ 17/4 → 9/2 | note:F3 ]", - "[ 17/4 → 9/2 | note:A3 ]", - "[ 17/4 → 9/2 | note:C3 ]", - "[ 19/4 → 5/1 | note:F3 ]", - "[ 19/4 → 5/1 | note:Bb3 ]", - "[ 19/4 → 5/1 | note:D3 ]", - "[ 15/4 ⇜ (4/1 → 9/2) | note:D2 ]", - "[ (9/2 → 5/1) ⇝ 21/4 | note:G2 ]", - "[ 5/1 → 21/4 | note:F3 ]", - "[ 5/1 → 21/4 | note:Bb3 ]", - "[ 5/1 → 21/4 | note:D3 ]", - "[ 11/2 → 23/4 | note:F3 ]", - "[ 11/2 → 23/4 | note:Bb3 ]", - "[ 11/2 → 23/4 | note:Db3 ]", - "[ 23/4 → 6/1 | note:F3 ]", - "[ 23/4 → 6/1 | note:Bb3 ]", - "[ 23/4 → 6/1 | note:Db3 ]", - "[ 9/2 ⇜ (5/1 → 21/4) | note:G2 ]", - "[ 21/4 → 6/1 | note:C2 ]", - "[ 25/4 → 13/2 | note:F3 ]", - "[ 25/4 → 13/2 | note:A3 ]", - "[ 25/4 → 13/2 | note:C3 ]", - "[ 13/2 → 27/4 | note:F3 ]", - "[ 13/2 → 27/4 | note:A3 ]", - "[ 13/2 → 27/4 | note:C3 ]", - "[ 6/1 → 27/4 | note:F2 ]", - "[ (27/4 → 7/1) ⇝ 15/2 | note:D2 ]", - "[ 7/1 → 29/4 | note:F3 ]", - "[ 7/1 → 29/4 | note:A3 ]", - "[ 7/1 → 29/4 | note:C3 ]", - "[ 29/4 → 15/2 | note:F3 ]", - "[ 29/4 → 15/2 | note:A3 ]", - "[ 29/4 → 15/2 | note:C3 ]", - "[ 31/4 → 8/1 | note:F3 ]", - "[ 31/4 → 8/1 | note:Bb3 ]", - "[ 31/4 → 8/1 | note:D3 ]", - "[ 27/4 ⇜ (7/1 → 15/2) | note:D2 ]", - "[ (15/2 → 8/1) ⇝ 33/4 | note:G2 ]", - "[ 8/1 → 33/4 | note:F3 ]", - "[ 8/1 → 33/4 | note:Bb3 ]", - "[ 8/1 → 33/4 | note:D3 ]", - "[ 17/2 → 35/4 | note:F3 ]", - "[ 17/2 → 35/4 | note:B3 ]", - "[ 17/2 → 35/4 | note:D3 ]", - "[ 35/4 → 9/1 | note:F3 ]", - "[ 35/4 → 9/1 | note:B3 ]", - "[ 35/4 → 9/1 | note:D3 ]", - "[ 15/2 ⇜ (8/1 → 33/4) | note:G2 ]", - "[ 33/4 → 9/1 | note:C2 ]", - "[ 9/1 → 39/4 | note:A5 ]", - "[ (39/4 → 10/1) ⇝ 41/4 | note:F5 ]", - "[ 37/4 → 19/2 | note:F3 ]", - "[ 37/4 → 19/2 | note:A3 ]", - "[ 37/4 → 19/2 | note:C3 ]", - "[ 19/2 → 39/4 | note:F3 ]", - "[ 19/2 → 39/4 | note:A3 ]", - "[ 19/2 → 39/4 | note:C3 ]", - "[ 9/1 → 39/4 | note:F2 ]", - "[ (39/4 → 10/1) ⇝ 21/2 | note:A2 ]", - "[ 39/4 ⇜ (10/1 → 41/4) | note:F5 ]", - "[ 41/4 → 21/2 | note:C5 ]", - "[ 21/2 → 11/1 | note:D5 ]", - "[ 10/1 → 41/4 | note:F3 ]", - "[ 10/1 → 41/4 | note:A3 ]", - "[ 10/1 → 41/4 | note:C3 ]", - "[ 41/4 → 21/2 | note:F3 ]", - "[ 41/4 → 21/2 | note:A3 ]", - "[ 41/4 → 21/2 | note:C3 ]", - "[ 43/4 → 11/1 | note:F3 ]", - "[ 43/4 → 11/1 | note:Bb3 ]", - "[ 43/4 → 11/1 | note:D3 ]", - "[ 39/4 ⇜ (10/1 → 21/2) | note:A2 ]", - "[ (21/2 → 11/1) ⇝ 45/4 | note:Bb2 ]", - "[ 11/1 → 45/4 | note:F5 ]", - "[ 45/4 → 12/1 | note:F5 ]", - "[ 11/1 → 45/4 | note:F3 ]", - "[ 11/1 → 45/4 | note:Bb3 ]", - "[ 11/1 → 45/4 | note:D3 ]", - "[ 23/2 → 47/4 | note:F3 ]", - "[ 23/2 → 47/4 | note:B3 ]", - "[ 23/2 → 47/4 | note:D3 ]", - "[ 47/4 → 12/1 | note:F3 ]", - "[ 47/4 → 12/1 | note:B3 ]", - "[ 47/4 → 12/1 | note:D3 ]", - "[ 21/2 ⇜ (11/1 → 45/4) | note:Bb2 ]", - "[ 45/4 → 12/1 | note:B2 ]", - "[ 12/1 → 25/2 | note:C5 ]", - "[ 25/2 → 51/4 | note:F5 ]", - "[ (51/4 → 13/1) ⇝ 53/4 | note:F5 ]", - "[ 49/4 → 25/2 | note:A3 ]", - "[ 49/4 → 25/2 | note:C4 ]", - "[ 49/4 → 25/2 | note:E4 ]", - "[ 25/2 → 51/4 | note:A3 ]", - "[ 25/2 → 51/4 | note:C4 ]", - "[ 25/2 → 51/4 | note:E4 ]", - "[ 12/1 → 51/4 | note:A2 ]", - "[ (51/4 → 13/1) ⇝ 27/2 | note:Ab2 ]", - "[ 51/4 ⇜ (13/1 → 53/4) | note:F5 ]", - "[ 53/4 → 27/2 | note:C6 ]", - "[ (27/2 → 14/1) ⇝ 57/4 | note:A5 ]", - "[ 13/1 → 53/4 | note:Ab3 ]", - "[ 13/1 → 53/4 | note:C4 ]", - "[ 13/1 → 53/4 | note:Eb4 ]", - "[ 53/4 → 27/2 | note:Ab3 ]", - "[ 53/4 → 27/2 | note:C4 ]", - "[ 53/4 → 27/2 | note:Eb4 ]", - "[ 55/4 → 14/1 | note:F3 ]", - "[ 55/4 → 14/1 | note:Bb3 ]", - "[ 55/4 → 14/1 | note:D3 ]", - "[ 51/4 ⇜ (13/1 → 27/2) | note:Ab2 ]", - "[ (27/2 → 14/1) ⇝ 57/4 | note:G2 ]", - "[ 27/2 ⇜ (14/1 → 57/4) | note:A5 ]", - "[ 57/4 → 15/1 | note:G5 ]", - "[ 14/1 → 57/4 | note:F3 ]", - "[ 14/1 → 57/4 | note:Bb3 ]", - "[ 14/1 → 57/4 | note:D3 ]", - "[ 29/2 → 59/4 | note:G3 ]", - "[ 29/2 → 59/4 | note:C4 ]", - "[ 29/2 → 59/4 | note:E4 ]", - "[ 59/4 → 15/1 | note:G3 ]", - "[ 59/4 → 15/1 | note:C4 ]", - "[ 59/4 → 15/1 | note:E4 ]", - "[ 27/2 ⇜ (14/1 → 57/4) | note:G2 ]", - "[ 57/4 → 15/1 | note:C2 ]", - "[ 15/1 → 63/4 | note:A5 ]", - "[ (63/4 → 16/1) ⇝ 65/4 | note:F5 ]", - "[ 61/4 → 31/2 | note:F3 ]", - "[ 61/4 → 31/2 | note:A3 ]", - "[ 61/4 → 31/2 | note:C4 ]", - "[ 31/2 → 63/4 | note:F3 ]", - "[ 31/2 → 63/4 | note:A3 ]", - "[ 31/2 → 63/4 | note:C4 ]", - "[ 15/1 → 63/4 | note:F2 ]", - "[ (63/4 → 16/1) ⇝ 33/2 | note:A2 ]", - "[ 63/4 ⇜ (16/1 → 65/4) | note:F5 ]", - "[ 65/4 → 33/2 | note:C5 ]", - "[ 33/2 → 17/1 | note:D5 ]", - "[ 16/1 → 65/4 | note:F3 ]", - "[ 16/1 → 65/4 | note:A3 ]", - "[ 16/1 → 65/4 | note:C4 ]", - "[ 65/4 → 33/2 | note:F3 ]", - "[ 65/4 → 33/2 | note:A3 ]", - "[ 65/4 → 33/2 | note:C4 ]", - "[ 67/4 → 17/1 | note:F3 ]", - "[ 67/4 → 17/1 | note:Bb3 ]", - "[ 67/4 → 17/1 | note:D3 ]", - "[ 63/4 ⇜ (16/1 → 33/2) | note:A2 ]", - "[ (33/2 → 17/1) ⇝ 69/4 | note:Bb2 ]", - "[ 17/1 → 69/4 | note:F5 ]", - "[ 69/4 → 18/1 | note:F5 ]", - "[ 17/1 → 69/4 | note:F3 ]", - "[ 17/1 → 69/4 | note:Bb3 ]", - "[ 17/1 → 69/4 | note:D3 ]", - "[ 35/2 → 71/4 | note:F3 ]", - "[ 35/2 → 71/4 | note:B3 ]", - "[ 35/2 → 71/4 | note:D3 ]", - "[ 71/4 → 18/1 | note:F3 ]", - "[ 71/4 → 18/1 | note:B3 ]", - "[ 71/4 → 18/1 | note:D3 ]", - "[ 33/2 ⇜ (17/1 → 69/4) | note:Bb2 ]", - "[ 69/4 → 18/1 | note:B2 ]", - "[ 18/1 → 37/2 | note:C5 ]", - "[ 37/2 → 75/4 | note:F5 ]", - "[ 75/4 → 19/1 | note:Bb5 ]", - "[ 73/4 → 37/2 | note:F3 ]", - "[ 73/4 → 37/2 | note:Bb3 ]", - "[ 73/4 → 37/2 | note:D4 ]", - "[ 37/2 → 75/4 | note:F3 ]", - "[ 37/2 → 75/4 | note:Bb3 ]", - "[ 37/2 → 75/4 | note:D4 ]", - "[ 18/1 → 75/4 | note:G2 ]", - "[ (75/4 → 19/1) ⇝ 39/2 | note:C2 ]", - "[ 19/1 → 77/4 | note:A5 ]", - "[ 77/4 → 39/2 | note:G5 ]", - "[ (39/2 → 20/1) ⇝ 21/1 | note:F5 ]", - "[ 19/1 → 77/4 | note:F3 ]", - "[ 19/1 → 77/4 | note:Bb3 ]", - "[ 19/1 → 77/4 | note:C4 ]", - "[ 77/4 → 39/2 | note:F3 ]", - "[ 77/4 → 39/2 | note:Bb3 ]", - "[ 77/4 → 39/2 | note:C4 ]", - "[ 79/4 → 20/1 | note:F3 ]", - "[ 79/4 → 20/1 | note:A3 ]", - "[ 79/4 → 20/1 | note:C4 ]", - "[ 75/4 ⇜ (19/1 → 39/2) | note:C2 ]", - "[ (39/2 → 20/1) ⇝ 81/4 | note:F2 ]", - "[ 39/2 ⇜ (20/1 → 21/1) | note:F5 ]", - "[ 20/1 → 81/4 | note:F3 ]", - "[ 20/1 → 81/4 | note:A3 ]", - "[ 20/1 → 81/4 | note:C4 ]", - "[ 41/2 → 83/4 | note:F3 ]", - "[ 41/2 → 83/4 | note:A3 ]", - "[ 41/2 → 83/4 | note:C4 ]", - "[ 83/4 → 21/1 | note:F3 ]", - "[ 83/4 → 21/1 | note:A3 ]", - "[ 83/4 → 21/1 | note:C4 ]", - "[ 39/2 ⇜ (20/1 → 81/4) | note:F2 ]", - "[ 81/4 → 21/1 | note:F2 ]", - "[ 21/1 → 87/4 | note:A5 ]", - "[ (87/4 → 22/1) ⇝ 89/4 | note:F5 ]", - "[ 85/4 → 43/2 | note:F3 ]", - "[ 85/4 → 43/2 | note:A3 ]", - "[ 85/4 → 43/2 | note:C3 ]", - "[ 43/2 → 87/4 | note:F3 ]", - "[ 43/2 → 87/4 | note:A3 ]", - "[ 43/2 → 87/4 | note:C3 ]", - "[ 21/1 → 87/4 | note:F2 ]", - "[ (87/4 → 22/1) ⇝ 45/2 | note:A2 ]", - "[ 87/4 ⇜ (22/1 → 89/4) | note:F5 ]", - "[ 89/4 → 45/2 | note:C5 ]", - "[ 45/2 → 23/1 | note:D5 ]", - "[ 22/1 → 89/4 | note:F3 ]", - "[ 22/1 → 89/4 | note:A3 ]", - "[ 22/1 → 89/4 | note:C3 ]", - "[ 89/4 → 45/2 | note:F3 ]", - "[ 89/4 → 45/2 | note:A3 ]", - "[ 89/4 → 45/2 | note:C3 ]", - "[ 91/4 → 23/1 | note:F3 ]", - "[ 91/4 → 23/1 | note:Bb3 ]", - "[ 91/4 → 23/1 | note:D3 ]", - "[ 87/4 ⇜ (22/1 → 45/2) | note:A2 ]", - "[ (45/2 → 23/1) ⇝ 93/4 | note:Bb2 ]", - "[ 23/1 → 93/4 | note:F5 ]", - "[ 93/4 → 24/1 | note:F5 ]", - "[ 23/1 → 93/4 | note:F3 ]", - "[ 23/1 → 93/4 | note:Bb3 ]", - "[ 23/1 → 93/4 | note:D3 ]", - "[ 47/2 → 95/4 | note:F3 ]", - "[ 47/2 → 95/4 | note:B3 ]", - "[ 47/2 → 95/4 | note:D3 ]", - "[ 95/4 → 24/1 | note:F3 ]", - "[ 95/4 → 24/1 | note:B3 ]", - "[ 95/4 → 24/1 | note:D3 ]", - "[ 45/2 ⇜ (23/1 → 93/4) | note:Bb2 ]", - "[ 93/4 → 24/1 | note:B2 ]", - "[ 24/1 → 49/2 | note:C5 ]", - "[ 49/2 → 99/4 | note:F5 ]", - "[ (99/4 → 25/1) ⇝ 101/4 | note:F5 ]", - "[ 97/4 → 49/2 | note:A3 ]", - "[ 97/4 → 49/2 | note:C4 ]", - "[ 97/4 → 49/2 | note:E4 ]", - "[ 49/2 → 99/4 | note:A3 ]", - "[ 49/2 → 99/4 | note:C4 ]", - "[ 49/2 → 99/4 | note:E4 ]", - "[ 24/1 → 99/4 | note:A2 ]", - "[ (99/4 → 25/1) ⇝ 51/2 | note:Ab2 ]", - "[ 99/4 ⇜ (25/1 → 101/4) | note:F5 ]", - "[ 101/4 → 51/2 | note:C6 ]", - "[ (51/2 → 26/1) ⇝ 105/4 | note:A5 ]", - "[ 25/1 → 101/4 | note:Ab3 ]", - "[ 25/1 → 101/4 | note:C4 ]", - "[ 25/1 → 101/4 | note:Eb4 ]", - "[ 101/4 → 51/2 | note:Ab3 ]", - "[ 101/4 → 51/2 | note:C4 ]", - "[ 101/4 → 51/2 | note:Eb4 ]", - "[ 103/4 → 26/1 | note:F3 ]", - "[ 103/4 → 26/1 | note:Bb3 ]", - "[ 103/4 → 26/1 | note:D3 ]", - "[ 99/4 ⇜ (25/1 → 51/2) | note:Ab2 ]", - "[ (51/2 → 26/1) ⇝ 105/4 | note:G2 ]", - "[ 51/2 ⇜ (26/1 → 105/4) | note:A5 ]", - "[ 105/4 → 27/1 | note:G5 ]", - "[ 26/1 → 105/4 | note:F3 ]", - "[ 26/1 → 105/4 | note:Bb3 ]", - "[ 26/1 → 105/4 | note:D3 ]", - "[ 53/2 → 107/4 | note:G3 ]", - "[ 53/2 → 107/4 | note:C4 ]", - "[ 53/2 → 107/4 | note:E4 ]", - "[ 107/4 → 27/1 | note:G3 ]", - "[ 107/4 → 27/1 | note:C4 ]", - "[ 107/4 → 27/1 | note:E4 ]", - "[ 51/2 ⇜ (26/1 → 105/4) | note:G2 ]", - "[ 105/4 → 27/1 | note:C2 ]", - "[ 27/1 → 111/4 | note:A5 ]", - "[ (111/4 → 28/1) ⇝ 113/4 | note:F5 ]", - "[ 109/4 → 55/2 | note:F3 ]", - "[ 109/4 → 55/2 | note:A3 ]", - "[ 109/4 → 55/2 | note:C3 ]", - "[ 55/2 → 111/4 | note:F3 ]", - "[ 55/2 → 111/4 | note:A3 ]", - "[ 55/2 → 111/4 | note:C3 ]", - "[ 27/1 → 111/4 | note:F2 ]", - "[ (111/4 → 28/1) ⇝ 57/2 | note:A2 ]", - "[ 111/4 ⇜ (28/1 → 113/4) | note:F5 ]", - "[ 113/4 → 57/2 | note:C5 ]", - "[ 57/2 → 29/1 | note:D5 ]", - "[ 28/1 → 113/4 | note:F3 ]", - "[ 28/1 → 113/4 | note:A3 ]", - "[ 28/1 → 113/4 | note:C3 ]", - "[ 113/4 → 57/2 | note:F3 ]", - "[ 113/4 → 57/2 | note:A3 ]", - "[ 113/4 → 57/2 | note:C3 ]", - "[ 115/4 → 29/1 | note:F3 ]", - "[ 115/4 → 29/1 | note:Bb3 ]", - "[ 115/4 → 29/1 | note:D3 ]", - "[ 111/4 ⇜ (28/1 → 57/2) | note:A2 ]", - "[ (57/2 → 29/1) ⇝ 117/4 | note:Bb2 ]", - "[ 29/1 → 117/4 | note:F5 ]", - "[ 117/4 → 30/1 | note:F5 ]", - "[ 29/1 → 117/4 | note:F3 ]", - "[ 29/1 → 117/4 | note:Bb3 ]", - "[ 29/1 → 117/4 | note:D3 ]", - "[ 59/2 → 119/4 | note:F3 ]", - "[ 59/2 → 119/4 | note:B3 ]", - "[ 59/2 → 119/4 | note:D3 ]", - "[ 119/4 → 30/1 | note:F3 ]", - "[ 119/4 → 30/1 | note:B3 ]", - "[ 119/4 → 30/1 | note:D3 ]", - "[ 57/2 ⇜ (29/1 → 117/4) | note:Bb2 ]", - "[ 117/4 → 30/1 | note:B2 ]", - "[ 30/1 → 61/2 | note:C5 ]", - "[ 61/2 → 123/4 | note:F5 ]", - "[ 123/4 → 31/1 | note:Bb5 ]", - "[ 121/4 → 61/2 | note:F3 ]", - "[ 121/4 → 61/2 | note:Bb3 ]", - "[ 121/4 → 61/2 | note:D4 ]", - "[ 61/2 → 123/4 | note:F3 ]", - "[ 61/2 → 123/4 | note:Bb3 ]", - "[ 61/2 → 123/4 | note:D4 ]", - "[ 30/1 → 123/4 | note:G2 ]", - "[ (123/4 → 31/1) ⇝ 63/2 | note:C2 ]", - "[ 31/1 → 125/4 | note:A5 ]", - "[ 125/4 → 63/2 | note:G5 ]", - "[ (63/2 → 32/1) ⇝ 33/1 | note:F5 ]", - "[ 31/1 → 125/4 | note:F3 ]", - "[ 31/1 → 125/4 | note:Bb3 ]", - "[ 31/1 → 125/4 | note:C4 ]", - "[ 125/4 → 63/2 | note:F3 ]", - "[ 125/4 → 63/2 | note:Bb3 ]", - "[ 125/4 → 63/2 | note:C4 ]", - "[ 127/4 → 32/1 | note:F3 ]", - "[ 127/4 → 32/1 | note:A3 ]", - "[ 127/4 → 32/1 | note:C4 ]", - "[ 123/4 ⇜ (31/1 → 63/2) | note:C2 ]", - "[ (63/2 → 32/1) ⇝ 129/4 | note:F2 ]", - "[ 63/2 ⇜ (32/1 → 33/1) | note:F5 ]", - "[ 32/1 → 129/4 | note:F3 ]", - "[ 32/1 → 129/4 | note:A3 ]", - "[ 32/1 → 129/4 | note:C4 ]", - "[ 65/2 → 131/4 | note:F3 ]", - "[ 65/2 → 131/4 | note:A3 ]", - "[ 65/2 → 131/4 | note:C4 ]", - "[ 131/4 → 33/1 | note:F3 ]", - "[ 131/4 → 33/1 | note:A3 ]", - "[ 131/4 → 33/1 | note:C4 ]", - "[ 63/2 ⇜ (32/1 → 129/4) | note:F2 ]", - "[ 129/4 → 33/1 | note:F2 ]", - "[ 33/1 → 135/4 | note:A5 ]", - "[ (135/4 → 34/1) ⇝ 137/4 | note:F5 ]", - "[ 133/4 → 67/2 | note:Bb3 ]", - "[ 133/4 → 67/2 | note:D3 ]", - "[ 133/4 → 67/2 | note:F4 ]", - "[ 67/2 → 135/4 | note:Bb3 ]", - "[ 67/2 → 135/4 | note:D3 ]", - "[ 67/2 → 135/4 | note:F4 ]", - "[ 33/1 → 135/4 | note:Bb2 ]", - "[ (135/4 → 34/1) ⇝ 69/2 | note:Bb2 ]", - "[ 135/4 ⇜ (34/1 → 137/4) | note:F5 ]", - "[ 137/4 → 69/2 | note:C5 ]", - "[ (69/2 → 35/1) ⇝ 141/4 | note:A5 ]", - "[ 34/1 → 137/4 | note:Bb3 ]", - "[ 34/1 → 137/4 | note:D3 ]", - "[ 34/1 → 137/4 | note:F4 ]", - "[ 137/4 → 69/2 | note:Bb3 ]", - "[ 137/4 → 69/2 | note:D3 ]", - "[ 137/4 → 69/2 | note:F4 ]", - "[ 139/4 → 35/1 | note:A3 ]", - "[ 139/4 → 35/1 | note:C4 ]", - "[ 139/4 → 35/1 | note:F4 ]", - "[ 135/4 ⇜ (34/1 → 69/2) | note:Bb2 ]", - "[ (69/2 → 35/1) ⇝ 141/4 | note:A2 ]", - "[ 69/2 ⇜ (35/1 → 141/4) | note:A5 ]", - "[ 141/4 → 36/1 | note:F5 ]", - "[ 35/1 → 141/4 | note:A3 ]", - "[ 35/1 → 141/4 | note:C4 ]", - "[ 35/1 → 141/4 | note:F4 ]", - "[ 71/2 → 143/4 | note:A3 ]", - "[ 71/2 → 143/4 | note:C4 ]", - "[ 71/2 → 143/4 | note:F4 ]", - "[ 143/4 → 36/1 | note:A3 ]", - "[ 143/4 → 36/1 | note:C4 ]", - "[ 143/4 → 36/1 | note:F4 ]", - "[ 69/2 ⇜ (35/1 → 141/4) | note:A2 ]", - "[ 141/4 → 36/1 | note:A2 ]", - "[ 36/1 → 147/4 | note:Ab5 ]", - "[ (147/4 → 37/1) ⇝ 149/4 | note:F5 ]", - "[ 145/4 → 73/2 | note:Ab3 ]", - "[ 145/4 → 73/2 | note:B3 ]", - "[ 145/4 → 73/2 | note:F4 ]", - "[ 73/2 → 147/4 | note:Ab3 ]", - "[ 73/2 → 147/4 | note:B3 ]", - "[ 73/2 → 147/4 | note:F4 ]", - "[ 36/1 → 147/4 | note:Ab2 ]", - "[ (147/4 → 37/1) ⇝ 75/2 | note:Ab2 ]", - "[ 147/4 ⇜ (37/1 → 149/4) | note:F5 ]", - "[ 149/4 → 75/2 | note:Ab5 ]", - "[ (75/2 → 38/1) ⇝ 39/1 | note:G5 ]", - "[ 37/1 → 149/4 | note:Ab3 ]", - "[ 37/1 → 149/4 | note:B3 ]", - "[ 37/1 → 149/4 | note:F4 ]", - "[ 149/4 → 75/2 | note:Ab3 ]", - "[ 149/4 → 75/2 | note:B3 ]", - "[ 149/4 → 75/2 | note:F4 ]", - "[ 151/4 → 38/1 | note:G3 ]", - "[ 151/4 → 38/1 | note:Bb3 ]", - "[ 151/4 → 38/1 | note:F4 ]", - "[ 147/4 ⇜ (37/1 → 75/2) | note:Ab2 ]", - "[ (75/2 → 38/1) ⇝ 153/4 | note:G2 ]", - "[ 75/2 ⇜ (38/1 → 39/1) | note:G5 ]", - "[ 38/1 → 153/4 | note:G3 ]", - "[ 38/1 → 153/4 | note:Bb3 ]", - "[ 38/1 → 153/4 | note:F4 ]", - "[ 77/2 → 155/4 | note:G3 ]", - "[ 77/2 → 155/4 | note:Bb3 ]", - "[ 77/2 → 155/4 | note:E4 ]", - "[ 155/4 → 39/1 | note:G3 ]", - "[ 155/4 → 39/1 | note:Bb3 ]", - "[ 155/4 → 39/1 | note:E4 ]", - "[ 75/2 ⇜ (38/1 → 153/4) | note:G2 ]", - "[ 153/4 → 77/2 | note:C2 ]", - "[ 77/2 → 155/4 | note:D2 ]", - "[ 155/4 → 39/1 | note:E2 ]", - "[ 39/1 → 159/4 | note:A5 ]", - "[ (159/4 → 40/1) ⇝ 161/4 | note:F5 ]", - "[ 157/4 → 79/2 | note:Bb3 ]", - "[ 157/4 → 79/2 | note:D3 ]", - "[ 157/4 → 79/2 | note:F4 ]", - "[ 79/2 → 159/4 | note:Bb3 ]", - "[ 79/2 → 159/4 | note:D3 ]", - "[ 79/2 → 159/4 | note:F4 ]", - "[ 39/1 → 159/4 | note:Bb2 ]", - "[ (159/4 → 40/1) ⇝ 81/2 | note:Bb2 ]", - "[ 159/4 ⇜ (40/1 → 161/4) | note:F5 ]", - "[ 161/4 → 81/2 | note:C5 ]", - "[ (81/2 → 41/1) ⇝ 165/4 | note:A5 ]", - "[ 40/1 → 161/4 | note:Bb3 ]", - "[ 40/1 → 161/4 | note:D3 ]", - "[ 40/1 → 161/4 | note:F4 ]", - "[ 161/4 → 81/2 | note:Bb3 ]", - "[ 161/4 → 81/2 | note:D3 ]", - "[ 161/4 → 81/2 | note:F4 ]", - "[ 163/4 → 41/1 | note:A3 ]", - "[ 163/4 → 41/1 | note:C4 ]", - "[ 163/4 → 41/1 | note:F4 ]", - "[ 159/4 ⇜ (40/1 → 81/2) | note:Bb2 ]", - "[ (81/2 → 41/1) ⇝ 165/4 | note:A2 ]", - "[ 81/2 ⇜ (41/1 → 165/4) | note:A5 ]", - "[ 165/4 → 42/1 | note:F5 ]", - "[ 41/1 → 165/4 | note:A3 ]", - "[ 41/1 → 165/4 | note:C4 ]", - "[ 41/1 → 165/4 | note:F4 ]", - "[ 83/2 → 167/4 | note:A3 ]", - "[ 83/2 → 167/4 | note:C4 ]", - "[ 83/2 → 167/4 | note:F4 ]", - "[ 167/4 → 42/1 | note:A3 ]", - "[ 167/4 → 42/1 | note:C4 ]", - "[ 167/4 → 42/1 | note:F4 ]", - "[ 81/2 ⇜ (41/1 → 165/4) | note:A2 ]", - "[ 165/4 → 42/1 | note:A2 ]", - "[ 42/1 → 171/4 | note:Ab5 ]", - "[ (171/4 → 43/1) ⇝ 173/4 | note:F5 ]", - "[ 169/4 → 85/2 | note:Ab3 ]", - "[ 169/4 → 85/2 | note:B3 ]", - "[ 169/4 → 85/2 | note:F4 ]", - "[ 85/2 → 171/4 | note:Ab3 ]", - "[ 85/2 → 171/4 | note:B3 ]", - "[ 85/2 → 171/4 | note:F4 ]", - "[ 42/1 → 171/4 | note:Ab2 ]", - "[ (171/4 → 43/1) ⇝ 87/2 | note:Ab2 ]", - "[ 171/4 ⇜ (43/1 → 173/4) | note:F5 ]", - "[ 173/4 → 87/2 | note:C5 ]", - "[ (87/2 → 44/1) ⇝ 45/1 | note:C6 ]", - "[ 43/1 → 173/4 | note:Ab3 ]", - "[ 43/1 → 173/4 | note:B3 ]", - "[ 43/1 → 173/4 | note:F4 ]", - "[ 173/4 → 87/2 | note:Ab3 ]", - "[ 173/4 → 87/2 | note:B3 ]", - "[ 173/4 → 87/2 | note:F4 ]", - "[ 175/4 → 44/1 | note:G3 ]", - "[ 175/4 → 44/1 | note:Bb3 ]", - "[ 175/4 → 44/1 | note:F4 ]", - "[ 171/4 ⇜ (43/1 → 87/2) | note:Ab2 ]", - "[ (87/2 → 44/1) ⇝ 177/4 | note:G2 ]", - "[ 87/2 ⇜ (44/1 → 45/1) | note:C6 ]", - "[ 44/1 → 177/4 | note:G3 ]", - "[ 44/1 → 177/4 | note:Bb3 ]", - "[ 44/1 → 177/4 | note:F4 ]", - "[ 89/2 → 179/4 | note:G3 ]", - "[ 89/2 → 179/4 | note:Bb3 ]", - "[ 89/2 → 179/4 | note:E4 ]", - "[ 179/4 → 45/1 | note:G3 ]", - "[ 179/4 → 45/1 | note:Bb3 ]", - "[ 179/4 → 45/1 | note:E4 ]", - "[ 87/2 ⇜ (44/1 → 177/4) | note:G2 ]", - "[ 177/4 → 89/2 | note:C2 ]", - "[ 89/2 → 179/4 | note:D2 ]", - "[ 179/4 → 45/1 | note:E2 ]", - "[ 45/1 → 183/4 | note:A5 ]", - "[ (183/4 → 46/1) ⇝ 185/4 | note:F5 ]", - "[ 181/4 → 91/2 | note:F3 ]", - "[ 181/4 → 91/2 | note:A3 ]", - "[ 181/4 → 91/2 | note:C3 ]", - "[ 91/2 → 183/4 | note:F3 ]", - "[ 91/2 → 183/4 | note:A3 ]", - "[ 91/2 → 183/4 | note:C3 ]", - "[ 45/1 → 183/4 | note:F2 ]", - "[ (183/4 → 46/1) ⇝ 93/2 | note:A2 ]", - "[ 183/4 ⇜ (46/1 → 185/4) | note:F5 ]", - "[ 185/4 → 93/2 | note:C5 ]", - "[ 93/2 → 47/1 | note:D5 ]", - "[ 46/1 → 185/4 | note:F3 ]", - "[ 46/1 → 185/4 | note:A3 ]", - "[ 46/1 → 185/4 | note:C3 ]", - "[ 185/4 → 93/2 | note:F3 ]", - "[ 185/4 → 93/2 | note:A3 ]", - "[ 185/4 → 93/2 | note:C3 ]", - "[ 187/4 → 47/1 | note:F3 ]", - "[ 187/4 → 47/1 | note:Bb3 ]", - "[ 187/4 → 47/1 | note:D3 ]", - "[ 183/4 ⇜ (46/1 → 93/2) | note:A2 ]", - "[ (93/2 → 47/1) ⇝ 189/4 | note:Bb2 ]", - "[ 47/1 → 189/4 | note:F5 ]", - "[ 189/4 → 48/1 | note:F5 ]", - "[ 47/1 → 189/4 | note:F3 ]", - "[ 47/1 → 189/4 | note:Bb3 ]", - "[ 47/1 → 189/4 | note:D3 ]", - "[ 95/2 → 191/4 | note:F3 ]", - "[ 95/2 → 191/4 | note:B3 ]", - "[ 95/2 → 191/4 | note:D3 ]", - "[ 191/4 → 48/1 | note:F3 ]", - "[ 191/4 → 48/1 | note:B3 ]", - "[ 191/4 → 48/1 | note:D3 ]", - "[ 93/2 ⇜ (47/1 → 189/4) | note:Bb2 ]", - "[ 189/4 → 48/1 | note:B2 ]", - "[ 48/1 → 97/2 | note:C5 ]", - "[ 97/2 → 195/4 | note:F5 ]", - "[ 195/4 → 49/1 | note:Bb5 ]", - "[ 193/4 → 97/2 | note:F3 ]", - "[ 193/4 → 97/2 | note:Bb3 ]", - "[ 193/4 → 97/2 | note:D4 ]", - "[ 97/2 → 195/4 | note:F3 ]", - "[ 97/2 → 195/4 | note:Bb3 ]", - "[ 97/2 → 195/4 | note:D4 ]", - "[ 48/1 → 195/4 | note:G2 ]", - "[ (195/4 → 49/1) ⇝ 99/2 | note:C2 ]", - "[ 49/1 → 197/4 | note:A5 ]", - "[ 197/4 → 99/2 | note:G5 ]", - "[ (99/2 → 50/1) ⇝ 51/1 | note:F5 ]", - "[ 49/1 → 197/4 | note:F3 ]", - "[ 49/1 → 197/4 | note:Bb3 ]", - "[ 49/1 → 197/4 | note:C4 ]", - "[ 197/4 → 99/2 | note:F3 ]", - "[ 197/4 → 99/2 | note:Bb3 ]", - "[ 197/4 → 99/2 | note:C4 ]", - "[ 199/4 → 50/1 | note:F3 ]", - "[ 199/4 → 50/1 | note:A3 ]", - "[ 199/4 → 50/1 | note:C4 ]", - "[ 195/4 ⇜ (49/1 → 99/2) | note:C2 ]", - "[ (99/2 → 50/1) ⇝ 201/4 | note:F2 ]", - "[ 99/2 ⇜ (50/1 → 51/1) | note:F5 ]", - "[ 50/1 → 201/4 | note:F3 ]", - "[ 50/1 → 201/4 | note:A3 ]", - "[ 50/1 → 201/4 | note:C4 ]", - "[ 101/2 → 203/4 | note:F3 ]", - "[ 101/2 → 203/4 | note:A3 ]", - "[ 101/2 → 203/4 | note:C4 ]", - "[ 203/4 → 51/1 | note:F3 ]", - "[ 203/4 → 51/1 | note:A3 ]", - "[ 203/4 → 51/1 | note:C4 ]", - "[ 99/2 ⇜ (50/1 → 201/4) | note:F2 ]", - "[ 201/4 → 51/1 | note:F2 ]", -] -`; - -exports[`renders tunes > tune: undergroundPlumber 1`] = ` -[ - "[ 0/1 → 3/16 | s:bd gain:0.7 ]", - "[ 3/16 → 3/8 | s:bd gain:0.7 ]", - "[ 3/8 → 3/4 | s:hh gain:0.7 ]", - "[ (3/4 → 1/1) ⇝ 9/8 | s:sn gain:0.7 ]", - "[ 0/1 → 3/20 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 3/8 → 21/40 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (3/4 → 17/20) ⇝ 9/10 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 3/16 → 27/80 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 9/16 → 57/80 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (15/16 → 77/80) ⇝ 87/80 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (0/1 → 1/10) ⇝ 3/20 | note:G2 ]", - "[ 0/1 → 3/40 | note:C3 ]", - "[ (3/4 → 31/40) ⇝ 33/40 | note:Eb3 ]", - "[ -15/16 ⇜ (0/1 → 3/160) ⇝ -63/80 | note:G3 ]", - "[ -3/16 ⇜ (0/1 → 3/160) ⇝ -9/80 | note:Eb4 ]", - "[ (3/16 → 43/160) ⇝ 27/80 | note:G3 ]", - "[ 3/16 → 21/80 | note:C4 ]", - "[ (15/16 → 151/160) ⇝ 81/80 | note:Eb4 ]", - "[ -3/4 ⇜ (0/1 → 3/80) ⇝ -3/5 | note:G4 ]", - "[ (0/1 → 3/80) ⇝ 3/40 | note:Eb5 ]", - "[ (3/8 → 7/16) ⇝ 21/40 | note:G4 ]", - "[ (3/8 → 7/16) ⇝ 9/20 | note:C5 ]", - "[ -9/16 ⇜ (0/1 → 9/160) ⇝ -33/80 | note:G5 ]", - "[ -9/16 ⇜ (0/1 → 3/160) ⇝ -39/80 | note:C6 ]", - "[ (3/16 → 9/40) ⇝ 21/80 | note:Eb6 ]", - "[ (9/16 → 97/160) ⇝ 57/80 | note:G5 ]", - "[ (9/16 → 97/160) ⇝ 51/80 | note:C6 ]", - "[ 3/4 ⇜ (1/1 → 9/8) | s:sn gain:0.7 ]", - "[ 9/8 → 3/2 | s:hh gain:0.7 ]", - "[ 3/2 → 15/8 | s:bd gain:0.7 ]", - "[ (15/8 → 2/1) ⇝ 9/4 | s:hh gain:0.7 ]", - "[ 15/16 ⇜ (1/1 → 87/80) | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 0/1 ⇜ (1/1 → 21/20) ⇝ 3/20 | note:G2 ]", - "[ 3/4 ⇜ (1/1 → 21/20) ⇝ 33/40 | note:Eb3 ]", - "[ 3/16 ⇜ (1/1 → 21/20) ⇝ 27/80 | note:G3 ]", - "[ 15/16 ⇜ (1/1 → 21/20) ⇝ 81/80 | note:Eb4 ]", - "[ 3/8 ⇜ (1/1 → 21/20) ⇝ 21/40 | note:G4 ]", - "[ 3/8 ⇜ (1/1 → 81/80) ⇝ 9/20 | note:C5 ]", - "[ (9/8 → 93/80) ⇝ 6/5 | note:Eb5 ]", - "[ 9/16 ⇜ (1/1 → 21/20) ⇝ 57/80 | note:G5 ]", - "[ 9/16 ⇜ (1/1 → 33/32) ⇝ 51/80 | note:C6 ]", - "[ (21/16 → 213/160) ⇝ 111/80 | note:Eb6 ]", - "[ 9/8 ⇜ (3/2 → 31/20) ⇝ 51/40 | note:G2 ]", - "[ 9/8 ⇜ (3/2 → 123/80) ⇝ 6/5 | note:C3 ]", - "[ (15/8 → 151/80) ⇝ 39/20 | note:Eb3 ]", - "[ 3/16 ⇜ (3/2 → 243/160) ⇝ 27/80 | note:G3 ]", - "[ 15/16 ⇜ (3/2 → 243/160) ⇝ 81/80 | note:Eb4 ]", - "[ 21/16 ⇜ (27/16 → 55/32) ⇝ 117/80 | note:G3 ]", - "[ 21/16 ⇜ (27/16 → 55/32) ⇝ 111/80 | note:C4 ]", - "[ 3/8 ⇜ (3/2 → 123/80) ⇝ 21/40 | note:G4 ]", - "[ 9/8 ⇜ (3/2 → 123/80) ⇝ 6/5 | note:Eb5 ]", - "[ 3/2 ⇜ (15/8 → 151/80) ⇝ 33/20 | note:G4 ]", - "[ 3/2 ⇜ (15/8 → 151/80) ⇝ 63/40 | note:C5 ]", - "[ 9/16 ⇜ (3/2 → 31/20) ⇝ 57/80 | note:G5 ]", - "[ 21/16 ⇜ (3/2 → 31/20) ⇝ 111/80 | note:Eb6 ]", - "[ 15/8 ⇜ (2/1 → 9/4) | s:hh gain:0.7 ]", - "[ 9/4 → 21/8 | s:sn gain:0.7 ]", - "[ 21/8 → 3/1 | s:hh gain:0.7 ]", - "[ 9/8 ⇜ (2/1 → 33/16) ⇝ 51/40 | note:G2 ]", - "[ 15/8 ⇜ (2/1 → 33/16) ⇝ 39/20 | note:Eb3 ]", - "[ (21/8 → 213/80) ⇝ 111/40 | note:G2 ]", - "[ (21/8 → 213/80) ⇝ 27/10 | note:C3 ]", - "[ 21/16 ⇜ (2/1 → 333/160) ⇝ 117/80 | note:G3 ]", - "[ 21/16 ⇜ (2/1 → 321/160) ⇝ 111/80 | note:C4 ]", - "[ 33/16 → 171/80 | note:Eb4 ]", - "[ (45/16 → 453/160) ⇝ 237/80 | note:G3 ]", - "[ (45/16 → 453/160) ⇝ 231/80 | note:C4 ]", - "[ 3/2 ⇜ (2/1 → 21/10) ⇝ 33/20 | note:G4 ]", - "[ 3/2 ⇜ (2/1 → 81/40) ⇝ 63/40 | note:C5 ]", - "[ 9/4 → 93/40 | note:Eb5 ]", - "[ 9/16 ⇜ (2/1 → 321/160) ⇝ 57/80 | note:G5 ]", - "[ 21/16 ⇜ (2/1 → 321/160) ⇝ 111/80 | note:Eb6 ]", - "[ 27/16 ⇜ (33/16 → 69/32) ⇝ 147/80 | note:G5 ]", - "[ 27/16 ⇜ (33/16 → 21/10) ⇝ 141/80 | note:C6 ]", - "[ (39/16 → 399/160) ⇝ 201/80 | note:Eb6 ]", - "[ 3/1 → 51/16 | s:bd gain:0.7 ]", - "[ 51/16 → 27/8 | s:bd gain:0.7 ]", - "[ 27/8 → 15/4 | s:hh gain:0.7 ]", - "[ (15/4 → 4/1) ⇝ 33/8 | s:sn gain:0.7 ]", - "[ 3/1 → 63/20 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 27/8 → 141/40 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (15/4 → 77/20) ⇝ 39/10 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 51/16 → 267/80 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 57/16 → 297/80 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (63/16 → 317/80) ⇝ 327/80 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 9/4 ⇜ (3/1 → 123/40) ⇝ 12/5 | note:G2 ]", - "[ 3/1 → 123/40 | note:Eb3 ]", - "[ (15/4 → 151/40) ⇝ 39/10 | note:G2 ]", - "[ (15/4 → 151/40) ⇝ 153/40 | note:C3 ]", - "[ 45/16 ⇜ (3/1 → 483/160) ⇝ 237/80 | note:G3 ]", - "[ 45/16 ⇜ (3/1 → 483/160) ⇝ 231/80 | note:C4 ]", - "[ 39/16 ⇜ (51/16 → 261/80) ⇝ 207/80 | note:G3 ]", - "[ 51/16 → 261/80 | note:Eb4 ]", - "[ (63/16 → 631/160) ⇝ 327/80 | note:G3 ]", - "[ (63/16 → 631/160) ⇝ 321/80 | note:C4 ]", - "[ (3/1 → 243/80) ⇝ 63/20 | note:G4 ]", - "[ (3/1 → 243/80) ⇝ 123/40 | note:C5 ]", - "[ 21/8 ⇜ (27/8 → 55/16) ⇝ 111/40 | note:G4 ]", - "[ (27/8 → 55/16) ⇝ 69/20 | note:Eb5 ]", - "[ 27/16 ⇜ (3/1 → 483/160) ⇝ 147/80 | note:G5 ]", - "[ 39/16 ⇜ (3/1 → 483/160) ⇝ 201/80 | note:Eb6 ]", - "[ (51/16 → 129/40) ⇝ 267/80 | note:G5 ]", - "[ (51/16 → 129/40) ⇝ 261/80 | note:C6 ]", - "[ 45/16 ⇜ (57/16 → 577/160) ⇝ 237/80 | note:G5 ]", - "[ (57/16 → 577/160) ⇝ 291/80 | note:Eb6 ]", - "[ 15/4 ⇜ (4/1 → 33/8) | s:sn gain:0.7 ]", - "[ 33/8 → 9/2 | s:hh gain:0.7 ]", - "[ 9/2 → 39/8 | s:bd gain:0.7 ]", - "[ (39/8 → 5/1) ⇝ 21/4 | s:hh gain:0.7 ]", - "[ 63/16 ⇜ (4/1 → 327/80) | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 15/4 ⇜ (4/1 → 81/20) ⇝ 39/10 | note:G2 ]", - "[ 15/4 ⇜ (4/1 → 81/20) ⇝ 153/40 | note:C3 ]", - "[ 63/16 ⇜ (4/1 → 81/20) ⇝ 327/80 | note:G3 ]", - "[ 63/16 ⇜ (4/1 → 81/20) ⇝ 321/80 | note:C4 ]", - "[ 21/8 ⇜ (4/1 → 321/80) ⇝ 111/40 | note:G4 ]", - "[ 27/8 ⇜ (4/1 → 321/80) ⇝ 69/20 | note:Eb5 ]", - "[ (33/8 → 333/80) ⇝ 171/40 | note:G4 ]", - "[ (33/8 → 333/80) ⇝ 21/5 | note:C5 ]", - "[ 45/16 ⇜ (4/1 → 129/32) ⇝ 237/80 | note:G5 ]", - "[ 57/16 ⇜ (4/1 → 129/32) ⇝ 291/80 | note:Eb6 ]", - "[ (69/16 → 693/160) ⇝ 357/80 | note:G5 ]", - "[ (69/16 → 693/160) ⇝ 351/80 | note:C6 ]", - "[ 27/8 ⇜ (9/2 → 363/80) ⇝ 141/40 | note:G2 ]", - "[ 33/8 ⇜ (9/2 → 363/80) ⇝ 21/5 | note:Eb3 ]", - "[ (39/8 → 391/80) ⇝ 201/40 | note:G2 ]", - "[ (39/8 → 391/80) ⇝ 99/20 | note:C3 ]", - "[ 63/16 ⇜ (9/2 → 723/160) ⇝ 327/80 | note:G3 ]", - "[ 63/16 ⇜ (9/2 → 723/160) ⇝ 321/80 | note:C4 ]", - "[ 57/16 ⇜ (75/16 → 151/32) ⇝ 297/80 | note:G3 ]", - "[ 69/16 ⇜ (75/16 → 151/32) ⇝ 351/80 | note:Eb4 ]", - "[ 33/8 ⇜ (9/2 → 363/80) ⇝ 171/40 | note:G4 ]", - "[ 33/8 ⇜ (9/2 → 363/80) ⇝ 21/5 | note:C5 ]", - "[ 15/4 ⇜ (39/8 → 391/80) ⇝ 39/10 | note:G4 ]", - "[ 9/2 ⇜ (39/8 → 391/80) ⇝ 183/40 | note:Eb5 ]", - "[ 69/16 ⇜ (9/2 → 91/20) ⇝ 357/80 | note:G5 ]", - "[ 69/16 ⇜ (9/2 → 91/20) ⇝ 351/80 | note:C6 ]", - "[ 39/8 ⇜ (5/1 → 21/4) | s:hh gain:0.7 ]", - "[ 21/4 → 45/8 | s:sn gain:0.7 ]", - "[ 45/8 → 6/1 | s:hh gain:0.7 ]", - "[ 39/8 ⇜ (5/1 → 51/10) ⇝ 201/40 | note:G2 ]", - "[ 39/8 ⇜ (5/1 → 81/16) ⇝ 99/20 | note:C3 ]", - "[ (45/8 → 453/80) ⇝ 57/10 | note:Eb3 ]", - "[ 57/16 ⇜ (5/1 → 801/160) ⇝ 297/80 | note:G3 ]", - "[ 69/16 ⇜ (5/1 → 801/160) ⇝ 351/80 | note:Eb4 ]", - "[ (81/16 → 165/32) ⇝ 417/80 | note:G3 ]", - "[ 81/16 → 411/80 | note:C4 ]", - "[ (93/16 → 933/160) ⇝ 471/80 | note:Eb4 ]", - "[ 15/4 ⇜ (5/1 → 201/40) ⇝ 39/10 | note:G4 ]", - "[ 9/2 ⇜ (5/1 → 201/40) ⇝ 183/40 | note:Eb5 ]", - "[ (21/4 → 213/40) ⇝ 27/5 | note:G4 ]", - "[ 21/4 → 213/40 | note:C5 ]", - "[ 69/16 ⇜ (5/1 → 801/160) ⇝ 357/80 | note:G5 ]", - "[ 69/16 ⇜ (5/1 → 801/160) ⇝ 351/80 | note:C6 ]", - "[ 63/16 ⇜ (81/16 → 51/10) ⇝ 327/80 | note:G5 ]", - "[ 75/16 ⇜ (81/16 → 51/10) ⇝ 381/80 | note:Eb6 ]", - "[ (87/16 → 879/160) ⇝ 447/80 | note:G5 ]", - "[ (87/16 → 879/160) ⇝ 441/80 | note:C6 ]", - "[ 6/1 → 99/16 | s:bd gain:0.7 ]", - "[ 99/16 → 51/8 | s:bd gain:0.7 ]", - "[ 51/8 → 27/4 | s:hh gain:0.7 ]", - "[ (27/4 → 7/1) ⇝ 57/8 | s:sn gain:0.7 ]", - "[ 6/1 → 123/20 | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 51/8 → 261/40 | note:D2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (27/4 → 137/20) ⇝ 69/10 | note:Eb2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 99/16 → 507/80 | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 105/16 → 537/80 | note:D2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (111/16 → 557/80) ⇝ 567/80 | note:Eb2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (6/1 → 61/10) ⇝ 123/20 | note:C3 ]", - "[ 6/1 → 243/40 | note:F3 ]", - "[ (27/4 → 271/40) ⇝ 273/40 | note:Ab3 ]", - "[ 81/16 ⇜ (6/1 → 963/160) ⇝ 417/80 | note:C4 ]", - "[ 93/16 ⇜ (6/1 → 963/160) ⇝ 471/80 | note:Ab4 ]", - "[ (99/16 → 1003/160) ⇝ 507/80 | note:C4 ]", - "[ 99/16 → 501/80 | note:F4 ]", - "[ (111/16 → 1111/160) ⇝ 561/80 | note:Ab4 ]", - "[ 21/4 ⇜ (6/1 → 483/80) ⇝ 27/5 | note:C5 ]", - "[ (6/1 → 483/80) ⇝ 243/40 | note:Ab5 ]", - "[ (51/8 → 103/16) ⇝ 261/40 | note:C5 ]", - "[ (51/8 → 103/16) ⇝ 129/20 | note:F5 ]", - "[ 87/16 ⇜ (6/1 → 969/160) ⇝ 447/80 | note:C6 ]", - "[ 87/16 ⇜ (6/1 → 963/160) ⇝ 441/80 | note:F6 ]", - "[ (99/16 → 249/40) ⇝ 501/80 | note:Ab6 ]", - "[ (105/16 → 1057/160) ⇝ 537/80 | note:C6 ]", - "[ (105/16 → 1057/160) ⇝ 531/80 | note:F6 ]", - "[ 27/4 ⇜ (7/1 → 57/8) | s:sn gain:0.7 ]", - "[ 57/8 → 15/2 | s:hh gain:0.7 ]", - "[ 15/2 → 63/8 | s:bd gain:0.7 ]", - "[ (63/8 → 8/1) ⇝ 33/4 | s:hh gain:0.7 ]", - "[ 111/16 ⇜ (7/1 → 567/80) | note:Eb2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 6/1 ⇜ (7/1 → 141/20) ⇝ 123/20 | note:C3 ]", - "[ 27/4 ⇜ (7/1 → 141/20) ⇝ 273/40 | note:Ab3 ]", - "[ 99/16 ⇜ (7/1 → 141/20) ⇝ 507/80 | note:C4 ]", - "[ 111/16 ⇜ (7/1 → 141/20) ⇝ 561/80 | note:Ab4 ]", - "[ 51/8 ⇜ (7/1 → 141/20) ⇝ 261/40 | note:C5 ]", - "[ 51/8 ⇜ (7/1 → 561/80) ⇝ 129/20 | note:F5 ]", - "[ (57/8 → 573/80) ⇝ 36/5 | note:Ab5 ]", - "[ 105/16 ⇜ (7/1 → 141/20) ⇝ 537/80 | note:C6 ]", - "[ 105/16 ⇜ (7/1 → 225/32) ⇝ 531/80 | note:F6 ]", - "[ (117/16 → 1173/160) ⇝ 591/80 | note:Ab6 ]", - "[ 57/8 ⇜ (15/2 → 151/20) ⇝ 291/40 | note:C3 ]", - "[ 57/8 ⇜ (15/2 → 603/80) ⇝ 36/5 | note:F3 ]", - "[ (63/8 → 631/80) ⇝ 159/20 | note:Ab3 ]", - "[ 99/16 ⇜ (15/2 → 1203/160) ⇝ 507/80 | note:C4 ]", - "[ 111/16 ⇜ (15/2 → 1203/160) ⇝ 561/80 | note:Ab4 ]", - "[ 117/16 ⇜ (123/16 → 247/32) ⇝ 597/80 | note:C4 ]", - "[ 117/16 ⇜ (123/16 → 247/32) ⇝ 591/80 | note:F4 ]", - "[ 51/8 ⇜ (15/2 → 603/80) ⇝ 261/40 | note:C5 ]", - "[ 57/8 ⇜ (15/2 → 603/80) ⇝ 36/5 | note:Ab5 ]", - "[ 15/2 ⇜ (63/8 → 631/80) ⇝ 153/20 | note:C5 ]", - "[ 15/2 ⇜ (63/8 → 631/80) ⇝ 303/40 | note:F5 ]", - "[ 105/16 ⇜ (15/2 → 151/20) ⇝ 537/80 | note:C6 ]", - "[ 117/16 ⇜ (15/2 → 151/20) ⇝ 591/80 | note:Ab6 ]", - "[ 63/8 ⇜ (8/1 → 33/4) | s:hh gain:0.7 ]", - "[ 33/4 → 69/8 | s:sn gain:0.7 ]", - "[ 69/8 → 9/1 | s:hh gain:0.7 ]", - "[ 57/8 ⇜ (8/1 → 129/16) ⇝ 291/40 | note:C3 ]", - "[ 63/8 ⇜ (8/1 → 129/16) ⇝ 159/20 | note:Ab3 ]", - "[ (69/8 → 693/80) ⇝ 351/40 | note:C3 ]", - "[ (69/8 → 693/80) ⇝ 87/10 | note:F3 ]", - "[ 117/16 ⇜ (8/1 → 1293/160) ⇝ 597/80 | note:C4 ]", - "[ 117/16 ⇜ (8/1 → 1281/160) ⇝ 591/80 | note:F4 ]", - "[ 129/16 → 651/80 | note:Ab4 ]", - "[ (141/16 → 1413/160) ⇝ 717/80 | note:C4 ]", - "[ (141/16 → 1413/160) ⇝ 711/80 | note:F4 ]", - "[ 15/2 ⇜ (8/1 → 81/10) ⇝ 153/20 | note:C5 ]", - "[ 15/2 ⇜ (8/1 → 321/40) ⇝ 303/40 | note:F5 ]", - "[ 33/4 → 333/40 | note:Ab5 ]", - "[ 105/16 ⇜ (8/1 → 1281/160) ⇝ 537/80 | note:C6 ]", - "[ 117/16 ⇜ (8/1 → 1281/160) ⇝ 591/80 | note:Ab6 ]", - "[ 123/16 ⇜ (129/16 → 261/32) ⇝ 627/80 | note:C6 ]", - "[ 123/16 ⇜ (129/16 → 81/10) ⇝ 621/80 | note:F6 ]", - "[ (135/16 → 1359/160) ⇝ 681/80 | note:Ab6 ]", - "[ 9/1 → 147/16 | s:bd gain:0.7 ]", - "[ 147/16 → 75/8 | s:bd gain:0.7 ]", - "[ 75/8 → 39/4 | s:hh gain:0.7 ]", - "[ (39/4 → 10/1) ⇝ 81/8 | s:sn gain:0.7 ]", - "[ 9/1 → 183/20 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 75/8 → 381/40 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (39/4 → 197/20) ⇝ 99/10 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 147/16 → 747/80 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 153/16 → 777/80 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (159/16 → 797/80) ⇝ 807/80 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 33/4 ⇜ (9/1 → 363/40) ⇝ 42/5 | note:G2 ]", - "[ 9/1 → 363/40 | note:Eb3 ]", - "[ (39/4 → 391/40) ⇝ 99/10 | note:G2 ]", - "[ (39/4 → 391/40) ⇝ 393/40 | note:C3 ]", - "[ 141/16 ⇜ (9/1 → 1443/160) ⇝ 717/80 | note:G3 ]", - "[ 141/16 ⇜ (9/1 → 1443/160) ⇝ 711/80 | note:C4 ]", - "[ 135/16 ⇜ (147/16 → 741/80) ⇝ 687/80 | note:G3 ]", - "[ 147/16 → 741/80 | note:Eb4 ]", - "[ (159/16 → 1591/160) ⇝ 807/80 | note:G3 ]", - "[ (159/16 → 1591/160) ⇝ 801/80 | note:C4 ]", - "[ (9/1 → 723/80) ⇝ 183/20 | note:G4 ]", - "[ (9/1 → 723/80) ⇝ 363/40 | note:C5 ]", - "[ 69/8 ⇜ (75/8 → 151/16) ⇝ 351/40 | note:G4 ]", - "[ (75/8 → 151/16) ⇝ 189/20 | note:Eb5 ]", - "[ 123/16 ⇜ (9/1 → 1443/160) ⇝ 627/80 | note:G5 ]", - "[ 135/16 ⇜ (9/1 → 1443/160) ⇝ 681/80 | note:Eb6 ]", - "[ (147/16 → 369/40) ⇝ 747/80 | note:G5 ]", - "[ (147/16 → 369/40) ⇝ 741/80 | note:C6 ]", - "[ 141/16 ⇜ (153/16 → 1537/160) ⇝ 717/80 | note:G5 ]", - "[ (153/16 → 1537/160) ⇝ 771/80 | note:Eb6 ]", - "[ 39/4 ⇜ (10/1 → 81/8) | s:sn gain:0.7 ]", - "[ 81/8 → 21/2 | s:hh gain:0.7 ]", - "[ 21/2 → 87/8 | s:bd gain:0.7 ]", - "[ (87/8 → 11/1) ⇝ 45/4 | s:hh gain:0.7 ]", - "[ 159/16 ⇜ (10/1 → 807/80) | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 39/4 ⇜ (10/1 → 201/20) ⇝ 99/10 | note:G2 ]", - "[ 39/4 ⇜ (10/1 → 201/20) ⇝ 393/40 | note:C3 ]", - "[ 159/16 ⇜ (10/1 → 201/20) ⇝ 807/80 | note:G3 ]", - "[ 159/16 ⇜ (10/1 → 201/20) ⇝ 801/80 | note:C4 ]", - "[ 69/8 ⇜ (10/1 → 801/80) ⇝ 351/40 | note:G4 ]", - "[ 75/8 ⇜ (10/1 → 801/80) ⇝ 189/20 | note:Eb5 ]", - "[ (81/8 → 813/80) ⇝ 411/40 | note:G4 ]", - "[ (81/8 → 813/80) ⇝ 51/5 | note:C5 ]", - "[ 141/16 ⇜ (10/1 → 321/32) ⇝ 717/80 | note:G5 ]", - "[ 153/16 ⇜ (10/1 → 321/32) ⇝ 771/80 | note:Eb6 ]", - "[ (165/16 → 1653/160) ⇝ 837/80 | note:G5 ]", - "[ (165/16 → 1653/160) ⇝ 831/80 | note:C6 ]", - "[ 75/8 ⇜ (21/2 → 843/80) ⇝ 381/40 | note:G2 ]", - "[ 81/8 ⇜ (21/2 → 843/80) ⇝ 51/5 | note:Eb3 ]", - "[ (87/8 → 871/80) ⇝ 441/40 | note:G2 ]", - "[ (87/8 → 871/80) ⇝ 219/20 | note:C3 ]", - "[ 159/16 ⇜ (21/2 → 1683/160) ⇝ 807/80 | note:G3 ]", - "[ 159/16 ⇜ (21/2 → 1683/160) ⇝ 801/80 | note:C4 ]", - "[ 153/16 ⇜ (171/16 → 343/32) ⇝ 777/80 | note:G3 ]", - "[ 165/16 ⇜ (171/16 → 343/32) ⇝ 831/80 | note:Eb4 ]", - "[ 81/8 ⇜ (21/2 → 843/80) ⇝ 411/40 | note:G4 ]", - "[ 81/8 ⇜ (21/2 → 843/80) ⇝ 51/5 | note:C5 ]", - "[ 39/4 ⇜ (87/8 → 871/80) ⇝ 99/10 | note:G4 ]", - "[ 21/2 ⇜ (87/8 → 871/80) ⇝ 423/40 | note:Eb5 ]", - "[ 165/16 ⇜ (21/2 → 211/20) ⇝ 837/80 | note:G5 ]", - "[ 165/16 ⇜ (21/2 → 211/20) ⇝ 831/80 | note:C6 ]", - "[ 87/8 ⇜ (11/1 → 45/4) | s:hh gain:0.7 ]", - "[ 45/4 → 93/8 | s:sn gain:0.7 ]", - "[ 93/8 → 12/1 | s:hh gain:0.7 ]", - "[ 87/8 ⇜ (11/1 → 111/10) ⇝ 441/40 | note:G2 ]", - "[ 87/8 ⇜ (11/1 → 177/16) ⇝ 219/20 | note:C3 ]", - "[ (93/8 → 933/80) ⇝ 117/10 | note:Eb3 ]", - "[ 153/16 ⇜ (11/1 → 1761/160) ⇝ 777/80 | note:G3 ]", - "[ 165/16 ⇜ (11/1 → 1761/160) ⇝ 831/80 | note:Eb4 ]", - "[ (177/16 → 357/32) ⇝ 897/80 | note:G3 ]", - "[ 177/16 → 891/80 | note:C4 ]", - "[ (189/16 → 1893/160) ⇝ 951/80 | note:Eb4 ]", - "[ 39/4 ⇜ (11/1 → 441/40) ⇝ 99/10 | note:G4 ]", - "[ 21/2 ⇜ (11/1 → 441/40) ⇝ 423/40 | note:Eb5 ]", - "[ (45/4 → 453/40) ⇝ 57/5 | note:G4 ]", - "[ 45/4 → 453/40 | note:C5 ]", - "[ 165/16 ⇜ (11/1 → 1761/160) ⇝ 837/80 | note:G5 ]", - "[ 165/16 ⇜ (11/1 → 1761/160) ⇝ 831/80 | note:C6 ]", - "[ 159/16 ⇜ (177/16 → 111/10) ⇝ 807/80 | note:G5 ]", - "[ 171/16 ⇜ (177/16 → 111/10) ⇝ 861/80 | note:Eb6 ]", - "[ (183/16 → 1839/160) ⇝ 927/80 | note:G5 ]", - "[ (183/16 → 1839/160) ⇝ 921/80 | note:C6 ]", - "[ 12/1 → 195/16 | s:bd gain:0.7 ]", - "[ 195/16 → 99/8 | s:bd gain:0.7 ]", - "[ 99/8 → 51/4 | s:hh gain:0.7 ]", - "[ (51/4 → 13/1) ⇝ 105/8 | s:sn gain:0.7 ]", - "[ 12/1 → 243/20 | note:G2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 99/8 → 501/40 | note:E2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (51/4 → 257/20) ⇝ 129/10 | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 195/16 → 987/80 | note:G2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 201/16 → 1017/80 | note:E2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (207/16 → 1037/80) ⇝ 1047/80 | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (12/1 → 121/10) ⇝ 243/20 | note:D3 ]", - "[ 12/1 → 483/40 | note:G3 ]", - "[ (51/4 → 511/40) ⇝ 513/40 | note:Bb3 ]", - "[ 177/16 ⇜ (12/1 → 1923/160) ⇝ 897/80 | note:D4 ]", - "[ 189/16 ⇜ (12/1 → 1923/160) ⇝ 951/80 | note:Bb4 ]", - "[ (195/16 → 1963/160) ⇝ 987/80 | note:D4 ]", - "[ 195/16 → 981/80 | note:G4 ]", - "[ (207/16 → 2071/160) ⇝ 1041/80 | note:Bb4 ]", - "[ 45/4 ⇜ (12/1 → 963/80) ⇝ 57/5 | note:D5 ]", - "[ (12/1 → 963/80) ⇝ 483/40 | note:Bb5 ]", - "[ (99/8 → 199/16) ⇝ 501/40 | note:D5 ]", - "[ (99/8 → 199/16) ⇝ 249/20 | note:G5 ]", - "[ 183/16 ⇜ (12/1 → 1929/160) ⇝ 927/80 | note:D6 ]", - "[ 183/16 ⇜ (12/1 → 1923/160) ⇝ 921/80 | note:G6 ]", - "[ (195/16 → 489/40) ⇝ 981/80 | note:Bb6 ]", - "[ (201/16 → 2017/160) ⇝ 1017/80 | note:D6 ]", - "[ (201/16 → 2017/160) ⇝ 1011/80 | note:G6 ]", - "[ 51/4 ⇜ (13/1 → 105/8) | s:sn gain:0.7 ]", - "[ 105/8 → 27/2 | s:hh gain:0.7 ]", - "[ 27/2 → 111/8 | s:bd gain:0.7 ]", - "[ (111/8 → 14/1) ⇝ 57/4 | s:hh gain:0.7 ]", - "[ 207/16 ⇜ (13/1 → 1047/80) | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 12/1 ⇜ (13/1 → 261/20) ⇝ 243/20 | note:D3 ]", - "[ 51/4 ⇜ (13/1 → 261/20) ⇝ 513/40 | note:Bb3 ]", - "[ 195/16 ⇜ (13/1 → 261/20) ⇝ 987/80 | note:D4 ]", - "[ 207/16 ⇜ (13/1 → 261/20) ⇝ 1041/80 | note:Bb4 ]", - "[ 99/8 ⇜ (13/1 → 261/20) ⇝ 501/40 | note:D5 ]", - "[ 99/8 ⇜ (13/1 → 1041/80) ⇝ 249/20 | note:G5 ]", - "[ (105/8 → 1053/80) ⇝ 66/5 | note:Bb5 ]", - "[ 201/16 ⇜ (13/1 → 261/20) ⇝ 1017/80 | note:D6 ]", - "[ 201/16 ⇜ (13/1 → 417/32) ⇝ 1011/80 | note:G6 ]", - "[ (213/16 → 2133/160) ⇝ 1071/80 | note:Bb6 ]", - "[ 105/8 ⇜ (27/2 → 271/20) ⇝ 531/40 | note:D3 ]", - "[ 105/8 ⇜ (27/2 → 1083/80) ⇝ 66/5 | note:G3 ]", - "[ (111/8 → 1111/80) ⇝ 279/20 | note:Bb3 ]", - "[ 195/16 ⇜ (27/2 → 2163/160) ⇝ 987/80 | note:D4 ]", - "[ 207/16 ⇜ (27/2 → 2163/160) ⇝ 1041/80 | note:Bb4 ]", - "[ 213/16 ⇜ (219/16 → 439/32) ⇝ 1077/80 | note:D4 ]", - "[ 213/16 ⇜ (219/16 → 439/32) ⇝ 1071/80 | note:G4 ]", - "[ 99/8 ⇜ (27/2 → 1083/80) ⇝ 501/40 | note:D5 ]", - "[ 105/8 ⇜ (27/2 → 1083/80) ⇝ 66/5 | note:Bb5 ]", - "[ 27/2 ⇜ (111/8 → 1111/80) ⇝ 273/20 | note:D5 ]", - "[ 27/2 ⇜ (111/8 → 1111/80) ⇝ 543/40 | note:G5 ]", - "[ 201/16 ⇜ (27/2 → 271/20) ⇝ 1017/80 | note:D6 ]", - "[ 213/16 ⇜ (27/2 → 271/20) ⇝ 1071/80 | note:Bb6 ]", - "[ 111/8 ⇜ (14/1 → 57/4) | s:hh gain:0.7 ]", - "[ 57/4 → 117/8 | s:sn gain:0.7 ]", - "[ 117/8 → 15/1 | s:hh gain:0.7 ]", - "[ 105/8 ⇜ (14/1 → 225/16) ⇝ 531/40 | note:D3 ]", - "[ 111/8 ⇜ (14/1 → 225/16) ⇝ 279/20 | note:Bb3 ]", - "[ (117/8 → 1173/80) ⇝ 591/40 | note:D3 ]", - "[ (117/8 → 1173/80) ⇝ 147/10 | note:G3 ]", - "[ 213/16 ⇜ (14/1 → 2253/160) ⇝ 1077/80 | note:D4 ]", - "[ 213/16 ⇜ (14/1 → 2241/160) ⇝ 1071/80 | note:G4 ]", - "[ 225/16 → 1131/80 | note:Bb4 ]", - "[ (237/16 → 2373/160) ⇝ 1197/80 | note:D4 ]", - "[ (237/16 → 2373/160) ⇝ 1191/80 | note:G4 ]", - "[ 27/2 ⇜ (14/1 → 141/10) ⇝ 273/20 | note:D5 ]", - "[ 27/2 ⇜ (14/1 → 561/40) ⇝ 543/40 | note:G5 ]", - "[ 57/4 → 573/40 | note:Bb5 ]", - "[ 201/16 ⇜ (14/1 → 2241/160) ⇝ 1017/80 | note:D6 ]", - "[ 213/16 ⇜ (14/1 → 2241/160) ⇝ 1071/80 | note:Bb6 ]", - "[ 219/16 ⇜ (225/16 → 453/32) ⇝ 1107/80 | note:D6 ]", - "[ 219/16 ⇜ (225/16 → 141/10) ⇝ 1101/80 | note:G6 ]", - "[ (231/16 → 2319/160) ⇝ 1161/80 | note:Bb6 ]", - "[ 15/1 → 243/16 | s:bd gain:0.7 ]", - "[ 243/16 → 123/8 | s:bd gain:0.7 ]", - "[ 123/8 → 63/4 | s:hh gain:0.7 ]", - "[ (63/4 → 16/1) ⇝ 129/8 | s:sn gain:0.7 ]", - "[ 15/1 → 303/20 | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 123/8 → 621/40 | note:D2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (63/4 → 317/20) ⇝ 159/10 | note:Eb2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 243/16 → 1227/80 | note:F2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 249/16 → 1257/80 | note:D2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (255/16 → 1277/80) ⇝ 1287/80 | note:Eb2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 57/4 ⇜ (15/1 → 603/40) ⇝ 72/5 | note:C3 ]", - "[ 15/1 → 603/40 | note:Ab3 ]", - "[ (63/4 → 631/40) ⇝ 159/10 | note:C3 ]", - "[ (63/4 → 631/40) ⇝ 633/40 | note:F3 ]", - "[ 237/16 ⇜ (15/1 → 2403/160) ⇝ 1197/80 | note:C4 ]", - "[ 237/16 ⇜ (15/1 → 2403/160) ⇝ 1191/80 | note:F4 ]", - "[ 231/16 ⇜ (243/16 → 1221/80) ⇝ 1167/80 | note:C4 ]", - "[ 243/16 → 1221/80 | note:Ab4 ]", - "[ (255/16 → 2551/160) ⇝ 1287/80 | note:C4 ]", - "[ (255/16 → 2551/160) ⇝ 1281/80 | note:F4 ]", - "[ (15/1 → 1203/80) ⇝ 303/20 | note:C5 ]", - "[ (15/1 → 1203/80) ⇝ 603/40 | note:F5 ]", - "[ 117/8 ⇜ (123/8 → 247/16) ⇝ 591/40 | note:C5 ]", - "[ (123/8 → 247/16) ⇝ 309/20 | note:Ab5 ]", - "[ 219/16 ⇜ (15/1 → 2403/160) ⇝ 1107/80 | note:C6 ]", - "[ 231/16 ⇜ (15/1 → 2403/160) ⇝ 1161/80 | note:Ab6 ]", - "[ (243/16 → 609/40) ⇝ 1227/80 | note:C6 ]", - "[ (243/16 → 609/40) ⇝ 1221/80 | note:F6 ]", - "[ 237/16 ⇜ (249/16 → 2497/160) ⇝ 1197/80 | note:C6 ]", - "[ (249/16 → 2497/160) ⇝ 1251/80 | note:Ab6 ]", - "[ 63/4 ⇜ (16/1 → 129/8) | s:sn gain:0.7 ]", - "[ 129/8 → 33/2 | s:hh gain:0.7 ]", - "[ 33/2 → 135/8 | s:bd gain:0.7 ]", - "[ (135/8 → 17/1) ⇝ 69/4 | s:hh gain:0.7 ]", - "[ 255/16 ⇜ (16/1 → 1287/80) | note:Eb2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 63/4 ⇜ (16/1 → 321/20) ⇝ 159/10 | note:C3 ]", - "[ 63/4 ⇜ (16/1 → 321/20) ⇝ 633/40 | note:F3 ]", - "[ 255/16 ⇜ (16/1 → 321/20) ⇝ 1287/80 | note:C4 ]", - "[ 255/16 ⇜ (16/1 → 321/20) ⇝ 1281/80 | note:F4 ]", - "[ 117/8 ⇜ (16/1 → 1281/80) ⇝ 591/40 | note:C5 ]", - "[ 123/8 ⇜ (16/1 → 1281/80) ⇝ 309/20 | note:Ab5 ]", - "[ (129/8 → 1293/80) ⇝ 651/40 | note:C5 ]", - "[ (129/8 → 1293/80) ⇝ 81/5 | note:F5 ]", - "[ 237/16 ⇜ (16/1 → 513/32) ⇝ 1197/80 | note:C6 ]", - "[ 249/16 ⇜ (16/1 → 513/32) ⇝ 1251/80 | note:Ab6 ]", - "[ (261/16 → 2613/160) ⇝ 1317/80 | note:C6 ]", - "[ (261/16 → 2613/160) ⇝ 1311/80 | note:F6 ]", - "[ 123/8 ⇜ (33/2 → 1323/80) ⇝ 621/40 | note:C3 ]", - "[ 129/8 ⇜ (33/2 → 1323/80) ⇝ 81/5 | note:Ab3 ]", - "[ (135/8 → 1351/80) ⇝ 681/40 | note:C3 ]", - "[ (135/8 → 1351/80) ⇝ 339/20 | note:F3 ]", - "[ 255/16 ⇜ (33/2 → 2643/160) ⇝ 1287/80 | note:C4 ]", - "[ 255/16 ⇜ (33/2 → 2643/160) ⇝ 1281/80 | note:F4 ]", - "[ 249/16 ⇜ (267/16 → 535/32) ⇝ 1257/80 | note:C4 ]", - "[ 261/16 ⇜ (267/16 → 535/32) ⇝ 1311/80 | note:Ab4 ]", - "[ 129/8 ⇜ (33/2 → 1323/80) ⇝ 651/40 | note:C5 ]", - "[ 129/8 ⇜ (33/2 → 1323/80) ⇝ 81/5 | note:F5 ]", - "[ 63/4 ⇜ (135/8 → 1351/80) ⇝ 159/10 | note:C5 ]", - "[ 33/2 ⇜ (135/8 → 1351/80) ⇝ 663/40 | note:Ab5 ]", - "[ 261/16 ⇜ (33/2 → 331/20) ⇝ 1317/80 | note:C6 ]", - "[ 261/16 ⇜ (33/2 → 331/20) ⇝ 1311/80 | note:F6 ]", - "[ 135/8 ⇜ (17/1 → 69/4) | s:hh gain:0.7 ]", - "[ 69/4 → 141/8 | s:sn gain:0.7 ]", - "[ 141/8 → 18/1 | s:hh gain:0.7 ]", - "[ 135/8 ⇜ (17/1 → 171/10) ⇝ 681/40 | note:C3 ]", - "[ 135/8 ⇜ (17/1 → 273/16) ⇝ 339/20 | note:F3 ]", - "[ (141/8 → 1413/80) ⇝ 177/10 | note:Ab3 ]", - "[ 249/16 ⇜ (17/1 → 2721/160) ⇝ 1257/80 | note:C4 ]", - "[ 261/16 ⇜ (17/1 → 2721/160) ⇝ 1311/80 | note:Ab4 ]", - "[ (273/16 → 549/32) ⇝ 1377/80 | note:C4 ]", - "[ 273/16 → 1371/80 | note:F4 ]", - "[ (285/16 → 2853/160) ⇝ 1431/80 | note:Ab4 ]", - "[ 63/4 ⇜ (17/1 → 681/40) ⇝ 159/10 | note:C5 ]", - "[ 33/2 ⇜ (17/1 → 681/40) ⇝ 663/40 | note:Ab5 ]", - "[ (69/4 → 693/40) ⇝ 87/5 | note:C5 ]", - "[ 69/4 → 693/40 | note:F5 ]", - "[ 261/16 ⇜ (17/1 → 2721/160) ⇝ 1317/80 | note:C6 ]", - "[ 261/16 ⇜ (17/1 → 2721/160) ⇝ 1311/80 | note:F6 ]", - "[ 255/16 ⇜ (273/16 → 171/10) ⇝ 1287/80 | note:C6 ]", - "[ 267/16 ⇜ (273/16 → 171/10) ⇝ 1341/80 | note:Ab6 ]", - "[ (279/16 → 2799/160) ⇝ 1407/80 | note:C6 ]", - "[ (279/16 → 2799/160) ⇝ 1401/80 | note:F6 ]", - "[ 18/1 → 291/16 | s:bd gain:0.7 ]", - "[ 291/16 → 147/8 | s:bd gain:0.7 ]", - "[ 147/8 → 75/4 | s:hh gain:0.7 ]", - "[ (75/4 → 19/1) ⇝ 153/8 | s:sn gain:0.7 ]", - "[ 18/1 → 363/20 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 147/8 → 741/40 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (75/4 → 377/20) ⇝ 189/10 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 291/16 → 1467/80 | note:C2 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 297/16 → 1497/80 | note:A1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (303/16 → 1517/80) ⇝ 1527/80 | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ (18/1 → 181/10) ⇝ 363/20 | note:G2 ]", - "[ 18/1 → 723/40 | note:C3 ]", - "[ (75/4 → 751/40) ⇝ 753/40 | note:Eb3 ]", - "[ 273/16 ⇜ (18/1 → 2883/160) ⇝ 1377/80 | note:G3 ]", - "[ 285/16 ⇜ (18/1 → 2883/160) ⇝ 1431/80 | note:Eb4 ]", - "[ (291/16 → 2923/160) ⇝ 1467/80 | note:G3 ]", - "[ 291/16 → 1461/80 | note:C4 ]", - "[ (303/16 → 3031/160) ⇝ 1521/80 | note:Eb4 ]", - "[ 69/4 ⇜ (18/1 → 1443/80) ⇝ 87/5 | note:G4 ]", - "[ (18/1 → 1443/80) ⇝ 723/40 | note:Eb5 ]", - "[ (147/8 → 295/16) ⇝ 741/40 | note:G4 ]", - "[ (147/8 → 295/16) ⇝ 369/20 | note:C5 ]", - "[ 279/16 ⇜ (18/1 → 2889/160) ⇝ 1407/80 | note:G5 ]", - "[ 279/16 ⇜ (18/1 → 2883/160) ⇝ 1401/80 | note:C6 ]", - "[ (291/16 → 729/40) ⇝ 1461/80 | note:Eb6 ]", - "[ (297/16 → 2977/160) ⇝ 1497/80 | note:G5 ]", - "[ (297/16 → 2977/160) ⇝ 1491/80 | note:C6 ]", - "[ 75/4 ⇜ (19/1 → 153/8) | s:sn gain:0.7 ]", - "[ 153/8 → 39/2 | s:hh gain:0.7 ]", - "[ 39/2 → 159/8 | s:bd gain:0.7 ]", - "[ (159/8 → 20/1) ⇝ 81/4 | s:hh gain:0.7 ]", - "[ 303/16 ⇜ (19/1 → 1527/80) | note:Bb1 s:square cutoff:400 decay:0.12 sustain:0 ]", - "[ 18/1 ⇜ (19/1 → 381/20) ⇝ 363/20 | note:G2 ]", - "[ 75/4 ⇜ (19/1 → 381/20) ⇝ 753/40 | note:Eb3 ]", - "[ 291/16 ⇜ (19/1 → 381/20) ⇝ 1467/80 | note:G3 ]", - "[ 303/16 ⇜ (19/1 → 381/20) ⇝ 1521/80 | note:Eb4 ]", - "[ 147/8 ⇜ (19/1 → 381/20) ⇝ 741/40 | note:G4 ]", - "[ 147/8 ⇜ (19/1 → 1521/80) ⇝ 369/20 | note:C5 ]", - "[ (153/8 → 1533/80) ⇝ 96/5 | note:Eb5 ]", - "[ 297/16 ⇜ (19/1 → 381/20) ⇝ 1497/80 | note:G5 ]", - "[ 297/16 ⇜ (19/1 → 609/32) ⇝ 1491/80 | note:C6 ]", - "[ (309/16 → 3093/160) ⇝ 1551/80 | note:Eb6 ]", - "[ 153/8 ⇜ (39/2 → 391/20) ⇝ 771/40 | note:G2 ]", - "[ 153/8 ⇜ (39/2 → 1563/80) ⇝ 96/5 | note:C3 ]", - "[ (159/8 → 1591/80) ⇝ 399/20 | note:Eb3 ]", - "[ 291/16 ⇜ (39/2 → 3123/160) ⇝ 1467/80 | note:G3 ]", - "[ 303/16 ⇜ (39/2 → 3123/160) ⇝ 1521/80 | note:Eb4 ]", - "[ 309/16 ⇜ (315/16 → 631/32) ⇝ 1557/80 | note:G3 ]", - "[ 309/16 ⇜ (315/16 → 631/32) ⇝ 1551/80 | note:C4 ]", - "[ 147/8 ⇜ (39/2 → 1563/80) ⇝ 741/40 | note:G4 ]", - "[ 153/8 ⇜ (39/2 → 1563/80) ⇝ 96/5 | note:Eb5 ]", - "[ 39/2 ⇜ (159/8 → 1591/80) ⇝ 393/20 | note:G4 ]", - "[ 39/2 ⇜ (159/8 → 1591/80) ⇝ 783/40 | note:C5 ]", - "[ 297/16 ⇜ (39/2 → 391/20) ⇝ 1497/80 | note:G5 ]", - "[ 309/16 ⇜ (39/2 → 391/20) ⇝ 1551/80 | note:Eb6 ]", -] -`; - -exports[`renders tunes > tune: waa2 1`] = ` -[ - "[ (0/1 → 1/4) ⇝ 3053185/4904046 | n:62 s:sawtooth cutoff:3986.9405734726183 gain:0.5 room:0.5 ]", - "[ 0/1 ⇜ (1/4 → 1/2) ⇝ 3053185/4904046 | n:62 s:square cutoff:3986.9405734726183 gain:0.5 room:0.5 ]", - "[ 0/1 ⇜ (1/2 → 3053185/4904046) | n:62 s:sawtooth cutoff:3986.9405734726183 gain:0.5 room:0.5 ]", - "[ (1/2 → 3/4) ⇝ 7957231/9808092 | n:50 s:sawtooth cutoff:3942.3145276351606 gain:0.5 room:0.5 ]", - "[ 1/2 ⇜ (3/4 → 7957231/9808092) | n:50 s:square cutoff:3942.3145276351606 gain:0.5 room:0.5 ]", - "[ (3/4 → 1/1) ⇝ 5204627/4904046 | n:41 s:square cutoff:3897.7021140702864 gain:0.5 room:0.5 ]", - "[ 3/4 ⇜ (1/1 → 5204627/4904046) | n:41 s:sawtooth cutoff:3858.612673535166 gain:0.5 room:0.5 ]", - "[ (0/1 → 1/4) ⇝ 3053185/4904046 | n:43 s:sawtooth cutoff:3986.9405734726183 gain:0.5 room:0.5 ]", - "[ 0/1 ⇜ (1/4 → 1/2) ⇝ 3053185/4904046 | n:43 s:square cutoff:3986.9405734726183 gain:0.5 room:0.5 ]", - "[ 0/1 ⇜ (1/2 → 3053185/4904046) | n:43 s:sawtooth cutoff:3986.9405734726183 gain:0.5 room:0.5 ]", - "[ (1/2 → 3/4) ⇝ 2752604/2452023 | n:69 s:sawtooth cutoff:3924.645587531366 gain:0.5 room:0.5 ]", - "[ 1/2 ⇜ (3/4 → 1/1) ⇝ 2752604/2452023 | n:69 s:square cutoff:3924.645587531366 gain:0.5 room:0.5 ]", - "[ 1/2 ⇜ (1/1 → 2752604/2452023) | n:69 s:sawtooth cutoff:3850.2031844444546 gain:0.5 room:0.5 ]", - "[ -1/4 ⇜ (0/1 → 1/4) ⇝ 3654347/9808092 | n:48 s:sawtooth cutoff:3995.31915093835 gain:0.5 room:0.5 ]", - "[ -1/4 ⇜ (1/4 → 3053185/9808092) ⇝ 3654347/9808092 | n:48 s:square cutoff:3995.31915093835 gain:0.5 room:0.5 ]", - "[ -1/4 ⇜ (0/1 → 1/4) ⇝ 3654347/9808092 | n:64 s:sawtooth cutoff:3995.31915093835 gain:0.5 room:0.5 ]", - "[ -1/4 ⇜ (1/4 → 3053185/9808092) ⇝ 3654347/9808092 | n:64 s:square cutoff:3995.31915093835 gain:0.5 room:0.5 ]", - "[ (1/4 → 1/2) ⇝ 8558393/9808092 | n:74 s:square cutoff:3957.6603580168244 gain:0.5 room:0.5 ]", - "[ 1/4 ⇜ (1/2 → 3/4) ⇝ 8558393/9808092 | n:74 s:sawtooth cutoff:3957.6603580168244 gain:0.5 room:0.5 ]", - "[ 1/4 ⇜ (3/4 → 8558393/9808092) | n:74 s:square cutoff:3957.6603580168244 gain:0.5 room:0.5 ]", - "[ (3/4 → 1/1) ⇝ 5204627/4904046 | n:62 s:square cutoff:3897.7021140702864 gain:0.5 room:0.5 ]", - "[ 3/4 ⇜ (1/1 → 5204627/4904046) | n:62 s:sawtooth cutoff:3858.612673535166 gain:0.5 room:0.5 ]", - "[ (1/4 → 1/2) ⇝ 8558393/9808092 | n:55 s:square cutoff:3957.6603580168244 gain:0.5 room:0.5 ]", - "[ 1/4 ⇜ (1/2 → 3/4) ⇝ 8558393/9808092 | n:55 s:sawtooth cutoff:3957.6603580168244 gain:0.5 room:0.5 ]", - "[ 1/4 ⇜ (3/4 → 8558393/9808092) | n:55 s:square cutoff:3957.6603580168244 gain:0.5 room:0.5 ]", - "[ (3/4 → 1/1) ⇝ 13462439/9808092 | n:81 s:square cutoff:3897.7021140702864 gain:0.5 room:0.5 ]", - "[ 3/4 ⇜ (1/1 → 5204627/4904046) ⇝ 13462439/9808092 | n:81 s:sawtooth cutoff:3813.515463898106 gain:0.5 room:0.5 ]", -] -`; - -exports[`renders tunes > tune: wavyKalimba 1`] = ` -[ - "[ (0/1 → 1/30) ⇝ 1/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 0/1 ⇜ (1/12 → 1/10) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (1/4 → 17/60) ⇝ 7/20 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 1/4 ⇜ (1/3 → 7/20) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (1/2 → 8/15) ⇝ 3/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 1/2 ⇜ (7/12 → 3/5) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (3/4 → 47/60) ⇝ 17/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 3/4 ⇜ (5/6 → 17/20) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 0/1 → 1/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 1/2 → 7/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (1/1 → 31/30) ⇝ 11/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 1/1 ⇜ (13/12 → 11/10) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (5/4 → 77/60) ⇝ 27/20 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 5/4 ⇜ (4/3 → 27/20) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (3/2 → 23/15) ⇝ 8/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 3/2 ⇜ (19/12 → 8/5) | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ (7/4 → 107/60) ⇝ 37/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 7/4 ⇜ (11/6 → 37/20) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 1/1 → 6/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 3/2 → 17/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (2/1 → 61/30) ⇝ 21/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 2/1 ⇜ (25/12 → 21/10) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (9/4 → 137/60) ⇝ 47/20 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 9/4 ⇜ (7/3 → 47/20) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (5/2 → 38/15) ⇝ 13/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 5/2 ⇜ (31/12 → 13/5) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (11/4 → 167/60) ⇝ 57/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 11/4 ⇜ (17/6 → 57/20) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 2/1 → 11/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 5/2 → 27/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (3/1 → 91/30) ⇝ 31/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 3/1 ⇜ (37/12 → 31/10) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (13/4 → 197/60) ⇝ 67/20 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 13/4 ⇜ (10/3 → 67/20) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (7/2 → 53/15) ⇝ 18/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 7/2 ⇜ (43/12 → 18/5) | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ (15/4 → 227/60) ⇝ 77/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 15/4 ⇜ (23/6 → 77/20) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 3/1 → 16/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 7/2 → 37/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (4/1 → 121/30) ⇝ 41/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 4/1 ⇜ (49/12 → 41/10) | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (17/4 → 257/60) ⇝ 87/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 17/4 ⇜ (13/3 → 87/20) | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ (9/2 → 68/15) ⇝ 23/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 9/2 ⇜ (55/12 → 23/5) | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ (19/4 → 287/60) ⇝ 97/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 19/4 ⇜ (29/6 → 97/20) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 4/1 → 21/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 9/2 → 47/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (5/1 → 151/30) ⇝ 51/10 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 5/1 ⇜ (61/12 → 51/10) | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (21/4 → 317/60) ⇝ 107/20 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 21/4 ⇜ (16/3 → 107/20) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (11/2 → 83/15) ⇝ 28/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 11/2 ⇜ (67/12 → 28/5) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (23/4 → 347/60) ⇝ 117/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 23/4 ⇜ (35/6 → 117/20) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 5/1 → 26/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 11/2 → 57/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (6/1 → 181/30) ⇝ 61/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 6/1 ⇜ (73/12 → 61/10) | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (25/4 → 377/60) ⇝ 127/20 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 25/4 ⇜ (19/3 → 127/20) | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ (13/2 → 98/15) ⇝ 33/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 13/2 ⇜ (79/12 → 33/5) | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ (27/4 → 407/60) ⇝ 137/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 27/4 ⇜ (41/6 → 137/20) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 6/1 → 31/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 13/2 → 67/10 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (7/1 → 211/30) ⇝ 71/10 | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ 7/1 ⇜ (85/12 → 71/10) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (29/4 → 437/60) ⇝ 147/20 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 29/4 ⇜ (22/3 → 147/20) | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ (15/2 → 113/15) ⇝ 38/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 15/2 ⇜ (91/12 → 38/5) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (31/4 → 467/60) ⇝ 157/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 31/4 ⇜ (47/6 → 157/20) | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 7/1 → 36/5 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ 15/2 → 77/10 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (8/1 → 121/15) ⇝ 41/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 8/1 ⇜ (97/12 → 163/20) ⇝ 41/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 8/1 ⇜ (49/6 → 41/5) | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ (33/4 → 499/60) ⇝ 169/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 33/4 ⇜ (25/3 → 42/5) ⇝ 169/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 33/4 ⇜ (101/12 → 169/20) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (17/2 → 257/30) ⇝ 87/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 17/2 ⇜ (103/12 → 173/20) ⇝ 87/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 17/2 ⇜ (26/3 → 87/10) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (35/4 → 529/60) ⇝ 179/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 35/4 ⇜ (53/6 → 89/10) ⇝ 179/20 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 35/4 ⇜ (107/12 → 179/20) | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 8/1 → 42/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 17/2 → 89/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (9/1 → 136/15) ⇝ 46/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 9/1 ⇜ (109/12 → 183/20) ⇝ 46/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 9/1 ⇜ (55/6 → 46/5) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (37/4 → 559/60) ⇝ 189/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 37/4 ⇜ (28/3 → 47/5) ⇝ 189/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 37/4 ⇜ (113/12 → 189/20) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (19/2 → 287/30) ⇝ 97/10 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 19/2 ⇜ (115/12 → 193/20) ⇝ 97/10 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 19/2 ⇜ (29/3 → 97/10) | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (39/4 → 589/60) ⇝ 199/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 39/4 ⇜ (59/6 → 99/10) ⇝ 199/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 39/4 ⇜ (119/12 → 199/20) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 9/1 → 47/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 19/2 → 99/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (10/1 → 151/15) ⇝ 51/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 10/1 ⇜ (121/12 → 203/20) ⇝ 51/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 10/1 ⇜ (61/6 → 51/5) | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ (41/4 → 619/60) ⇝ 209/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 41/4 ⇜ (31/3 → 52/5) ⇝ 209/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 41/4 ⇜ (125/12 → 209/20) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (21/2 → 317/30) ⇝ 107/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 21/2 ⇜ (127/12 → 213/20) ⇝ 107/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 21/2 ⇜ (32/3 → 107/10) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (43/4 → 649/60) ⇝ 219/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 43/4 ⇜ (65/6 → 109/10) ⇝ 219/20 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 43/4 ⇜ (131/12 → 219/20) | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 10/1 → 52/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 21/2 → 109/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (11/1 → 166/15) ⇝ 56/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 11/1 ⇜ (133/12 → 223/20) ⇝ 56/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 11/1 ⇜ (67/6 → 56/5) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (45/4 → 679/60) ⇝ 229/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 45/4 ⇜ (34/3 → 57/5) ⇝ 229/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 45/4 ⇜ (137/12 → 229/20) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (23/2 → 347/30) ⇝ 117/10 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 23/2 ⇜ (139/12 → 233/20) ⇝ 117/10 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 23/2 ⇜ (35/3 → 117/10) | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (47/4 → 709/60) ⇝ 239/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 47/4 ⇜ (71/6 → 119/10) ⇝ 239/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 47/4 ⇜ (143/12 → 239/20) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 11/1 → 57/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 23/2 → 119/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (12/1 → 181/15) ⇝ 61/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 12/1 ⇜ (145/12 → 243/20) ⇝ 61/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 12/1 ⇜ (73/6 → 61/5) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (49/4 → 739/60) ⇝ 249/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 49/4 ⇜ (37/3 → 62/5) ⇝ 249/20 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 49/4 ⇜ (149/12 → 249/20) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (25/2 → 377/30) ⇝ 127/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 25/2 ⇜ (151/12 → 253/20) ⇝ 127/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 25/2 ⇜ (38/3 → 127/10) | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (51/4 → 769/60) ⇝ 259/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 51/4 ⇜ (77/6 → 129/10) ⇝ 259/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 51/4 ⇜ (155/12 → 259/20) | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 12/1 → 62/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 25/2 → 129/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (13/1 → 196/15) ⇝ 66/5 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 13/1 ⇜ (157/12 → 263/20) ⇝ 66/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 13/1 ⇜ (79/6 → 66/5) | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (53/4 → 799/60) ⇝ 269/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 53/4 ⇜ (40/3 → 67/5) ⇝ 269/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 53/4 ⇜ (161/12 → 269/20) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (27/2 → 407/30) ⇝ 137/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 27/2 ⇜ (163/12 → 273/20) ⇝ 137/10 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 27/2 ⇜ (41/3 → 137/10) | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ (55/4 → 829/60) ⇝ 279/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 55/4 ⇜ (83/6 → 139/10) ⇝ 279/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 55/4 ⇜ (167/12 → 279/20) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 13/1 → 67/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 27/2 → 139/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (14/1 → 211/15) ⇝ 71/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 14/1 ⇜ (169/12 → 283/20) ⇝ 71/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 14/1 ⇜ (85/6 → 71/5) | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ (57/4 → 859/60) ⇝ 289/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 57/4 ⇜ (43/3 → 72/5) ⇝ 289/20 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 57/4 ⇜ (173/12 → 289/20) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (29/2 → 437/30) ⇝ 147/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 29/2 ⇜ (175/12 → 293/20) ⇝ 147/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 29/2 ⇜ (44/3 → 147/10) | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (59/4 → 889/60) ⇝ 299/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 59/4 ⇜ (89/6 → 149/10) ⇝ 299/20 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 59/4 ⇜ (179/12 → 299/20) | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 14/1 → 72/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 29/2 → 149/10 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (15/1 → 226/15) ⇝ 76/5 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 15/1 ⇜ (181/12 → 303/20) ⇝ 76/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 15/1 ⇜ (91/6 → 76/5) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (61/4 → 919/60) ⇝ 309/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 61/4 ⇜ (46/3 → 77/5) ⇝ 309/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 61/4 ⇜ (185/12 → 309/20) | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (31/2 → 467/30) ⇝ 157/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 31/2 ⇜ (187/12 → 313/20) ⇝ 157/10 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 31/2 ⇜ (47/3 → 157/10) | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ (63/4 → 949/60) ⇝ 319/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 63/4 ⇜ (95/6 → 159/10) ⇝ 319/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 63/4 ⇜ (191/12 → 319/20) | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 15/1 → 77/5 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ 31/2 → 159/10 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (16/1 → 193/12) ⇝ 65/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 16/1 ⇜ (193/12 → 97/6) ⇝ 65/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 16/1 ⇜ (97/6 → 65/4) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (65/4 → 49/3) ⇝ 33/2 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 65/4 ⇜ (49/3 → 197/12) ⇝ 33/2 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 65/4 ⇜ (197/12 → 33/2) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (33/2 → 199/12) ⇝ 67/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 33/2 ⇜ (199/12 → 50/3) ⇝ 67/4 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 33/2 ⇜ (50/3 → 67/4) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (67/4 → 101/6) ⇝ 17/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 67/4 ⇜ (101/6 → 203/12) ⇝ 17/1 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 67/4 ⇜ (203/12 → 17/1) | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 16/1 → 33/2 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 33/2 → 17/1 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (17/1 → 205/12) ⇝ 69/4 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 17/1 ⇜ (205/12 → 103/6) ⇝ 69/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 17/1 ⇜ (103/6 → 69/4) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (69/4 → 52/3) ⇝ 35/2 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 69/4 ⇜ (52/3 → 209/12) ⇝ 35/2 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 69/4 ⇜ (209/12 → 35/2) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (35/2 → 211/12) ⇝ 71/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 35/2 ⇜ (211/12 → 53/3) ⇝ 71/4 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 35/2 ⇜ (53/3 → 71/4) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (71/4 → 107/6) ⇝ 18/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 71/4 ⇜ (107/6 → 215/12) ⇝ 18/1 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 71/4 ⇜ (215/12 → 18/1) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 17/1 → 35/2 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 35/2 → 18/1 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (18/1 → 217/12) ⇝ 73/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 18/1 ⇜ (217/12 → 109/6) ⇝ 73/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 18/1 ⇜ (109/6 → 73/4) | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (73/4 → 55/3) ⇝ 37/2 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 73/4 ⇜ (55/3 → 221/12) ⇝ 37/2 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 73/4 ⇜ (221/12 → 37/2) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (37/2 → 223/12) ⇝ 75/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 37/2 ⇜ (223/12 → 56/3) ⇝ 75/4 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 37/2 ⇜ (56/3 → 75/4) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (75/4 → 113/6) ⇝ 19/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 75/4 ⇜ (113/6 → 227/12) ⇝ 19/1 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 75/4 ⇜ (227/12 → 19/1) | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 18/1 → 37/2 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 37/2 → 19/1 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (19/1 → 229/12) ⇝ 77/4 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 19/1 ⇜ (229/12 → 115/6) ⇝ 77/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 19/1 ⇜ (115/6 → 77/4) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (77/4 → 58/3) ⇝ 39/2 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 77/4 ⇜ (58/3 → 233/12) ⇝ 39/2 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 77/4 ⇜ (233/12 → 39/2) | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (39/2 → 235/12) ⇝ 79/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 39/2 ⇜ (235/12 → 59/3) ⇝ 79/4 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 39/2 ⇜ (59/3 → 79/4) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (79/4 → 119/6) ⇝ 20/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 79/4 ⇜ (119/6 → 239/12) ⇝ 20/1 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 79/4 ⇜ (239/12 → 20/1) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 19/1 → 39/2 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ 39/2 → 20/1 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (20/1 → 241/12) ⇝ 81/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 20/1 ⇜ (241/12 → 121/6) ⇝ 81/4 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 20/1 ⇜ (121/6 → 81/4) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (81/4 → 61/3) ⇝ 41/2 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 81/4 ⇜ (61/3 → 245/12) ⇝ 41/2 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 81/4 ⇜ (245/12 → 41/2) | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (41/2 → 247/12) ⇝ 83/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 41/2 ⇜ (247/12 → 62/3) ⇝ 83/4 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 41/2 ⇜ (62/3 → 83/4) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (83/4 → 125/6) ⇝ 21/1 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 83/4 ⇜ (125/6 → 251/12) ⇝ 21/1 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 83/4 ⇜ (251/12 → 21/1) | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 20/1 → 41/2 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 41/2 → 21/1 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (21/1 → 253/12) ⇝ 85/4 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 21/1 ⇜ (253/12 → 127/6) ⇝ 85/4 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 21/1 ⇜ (127/6 → 85/4) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (85/4 → 64/3) ⇝ 43/2 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 85/4 ⇜ (64/3 → 257/12) ⇝ 43/2 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 85/4 ⇜ (257/12 → 43/2) | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (43/2 → 259/12) ⇝ 87/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 43/2 ⇜ (259/12 → 65/3) ⇝ 87/4 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 43/2 ⇜ (65/3 → 87/4) | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ (87/4 → 131/6) ⇝ 22/1 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 87/4 ⇜ (131/6 → 263/12) ⇝ 22/1 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 87/4 ⇜ (263/12 → 22/1) | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 21/1 → 43/2 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 43/2 → 22/1 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (22/1 → 265/12) ⇝ 89/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 22/1 ⇜ (265/12 → 133/6) ⇝ 89/4 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 22/1 ⇜ (133/6 → 89/4) | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (89/4 → 67/3) ⇝ 45/2 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 89/4 ⇜ (67/3 → 269/12) ⇝ 45/2 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 89/4 ⇜ (269/12 → 45/2) | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (45/2 → 271/12) ⇝ 91/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 45/2 ⇜ (271/12 → 68/3) ⇝ 91/4 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 45/2 ⇜ (68/3 → 91/4) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (91/4 → 137/6) ⇝ 23/1 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 91/4 ⇜ (137/6 → 275/12) ⇝ 23/1 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 91/4 ⇜ (275/12 → 23/1) | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 22/1 → 45/2 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ 45/2 → 23/1 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (23/1 → 277/12) ⇝ 93/4 | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ 23/1 ⇜ (277/12 → 139/6) ⇝ 93/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 23/1 ⇜ (139/6 → 93/4) | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ (93/4 → 70/3) ⇝ 47/2 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 93/4 ⇜ (70/3 → 281/12) ⇝ 47/2 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 93/4 ⇜ (281/12 → 47/2) | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (47/2 → 283/12) ⇝ 95/4 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 47/2 ⇜ (283/12 → 71/3) ⇝ 95/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 47/2 ⇜ (71/3 → 95/4) | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ (95/4 → 143/6) ⇝ 24/1 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 95/4 ⇜ (143/6 → 287/12) ⇝ 24/1 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 95/4 ⇜ (287/12 → 24/1) | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 23/1 → 47/2 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ 47/2 → 24/1 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (24/1 → 241/10) ⇝ 243/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 24/1 ⇜ (289/12 → 1451/60) ⇝ 243/10 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 24/1 ⇜ (145/6 → 364/15) ⇝ 243/10 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ (97/4 → 487/20) ⇝ 491/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 97/4 ⇜ (73/3 → 733/30) ⇝ 491/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 97/4 ⇜ (293/12 → 1471/60) ⇝ 491/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (49/2 → 123/5) ⇝ 124/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 49/2 ⇜ (295/12 → 1481/60) ⇝ 124/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 49/2 ⇜ (74/3 → 743/30) ⇝ 124/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (99/4 → 497/20) ⇝ 501/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 99/4 ⇜ (149/6 → 374/15) ⇝ 501/20 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 99/4 ⇜ (299/12 → 25/1) ⇝ 501/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 99/4 ⇜ (25/1 → 1501/60) ⇝ 501/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 24/1 → 123/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (49/2 → 25/1) ⇝ 251/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 49/2 ⇜ (25/1 → 251/10) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (25/1 → 251/10) ⇝ 253/10 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 25/1 ⇜ (301/12 → 1511/60) ⇝ 253/10 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 25/1 ⇜ (151/6 → 379/15) ⇝ 253/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (101/4 → 507/20) ⇝ 511/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 101/4 ⇜ (76/3 → 763/30) ⇝ 511/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 101/4 ⇜ (305/12 → 1531/60) ⇝ 511/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (51/2 → 128/5) ⇝ 129/5 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 51/2 ⇜ (307/12 → 1541/60) ⇝ 129/5 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 51/2 ⇜ (77/3 → 773/30) ⇝ 129/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (103/4 → 517/20) ⇝ 521/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 103/4 ⇜ (155/6 → 389/15) ⇝ 521/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 103/4 ⇜ (311/12 → 26/1) ⇝ 521/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 103/4 ⇜ (26/1 → 1561/60) ⇝ 521/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 25/1 → 128/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (51/2 → 26/1) ⇝ 261/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 51/2 ⇜ (26/1 → 261/10) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (26/1 → 261/10) ⇝ 263/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 26/1 ⇜ (313/12 → 1571/60) ⇝ 263/10 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 26/1 ⇜ (157/6 → 394/15) ⇝ 263/10 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ (105/4 → 527/20) ⇝ 531/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 105/4 ⇜ (79/3 → 793/30) ⇝ 531/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 105/4 ⇜ (317/12 → 1591/60) ⇝ 531/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (53/2 → 133/5) ⇝ 134/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 53/2 ⇜ (319/12 → 1601/60) ⇝ 134/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 53/2 ⇜ (80/3 → 803/30) ⇝ 134/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (107/4 → 537/20) ⇝ 541/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 107/4 ⇜ (161/6 → 404/15) ⇝ 541/20 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 107/4 ⇜ (323/12 → 27/1) ⇝ 541/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 107/4 ⇜ (27/1 → 1621/60) ⇝ 541/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 26/1 → 133/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (53/2 → 27/1) ⇝ 271/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 53/2 ⇜ (27/1 → 271/10) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (27/1 → 271/10) ⇝ 273/10 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 27/1 ⇜ (325/12 → 1631/60) ⇝ 273/10 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 27/1 ⇜ (163/6 → 409/15) ⇝ 273/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (109/4 → 547/20) ⇝ 551/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 109/4 ⇜ (82/3 → 823/30) ⇝ 551/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 109/4 ⇜ (329/12 → 1651/60) ⇝ 551/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (55/2 → 138/5) ⇝ 139/5 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 55/2 ⇜ (331/12 → 1661/60) ⇝ 139/5 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 55/2 ⇜ (83/3 → 833/30) ⇝ 139/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (111/4 → 557/20) ⇝ 561/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 111/4 ⇜ (167/6 → 419/15) ⇝ 561/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 111/4 ⇜ (335/12 → 28/1) ⇝ 561/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 111/4 ⇜ (28/1 → 1681/60) ⇝ 561/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 27/1 → 138/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (55/2 → 28/1) ⇝ 281/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 55/2 ⇜ (28/1 → 281/10) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (28/1 → 281/10) ⇝ 283/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 28/1 ⇜ (337/12 → 1691/60) ⇝ 283/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 28/1 ⇜ (169/6 → 424/15) ⇝ 283/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (113/4 → 567/20) ⇝ 571/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 113/4 ⇜ (85/3 → 853/30) ⇝ 571/20 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 113/4 ⇜ (341/12 → 1711/60) ⇝ 571/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (57/2 → 143/5) ⇝ 144/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 57/2 ⇜ (343/12 → 1721/60) ⇝ 144/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 57/2 ⇜ (86/3 → 863/30) ⇝ 144/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (115/4 → 577/20) ⇝ 581/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 115/4 ⇜ (173/6 → 434/15) ⇝ 581/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 115/4 ⇜ (347/12 → 29/1) ⇝ 581/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 115/4 ⇜ (29/1 → 1741/60) ⇝ 581/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 28/1 → 143/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (57/2 → 29/1) ⇝ 291/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 57/2 ⇜ (29/1 → 291/10) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (29/1 → 291/10) ⇝ 293/10 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 29/1 ⇜ (349/12 → 1751/60) ⇝ 293/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 29/1 ⇜ (175/6 → 439/15) ⇝ 293/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (117/4 → 587/20) ⇝ 591/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 117/4 ⇜ (88/3 → 883/30) ⇝ 591/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 117/4 ⇜ (353/12 → 1771/60) ⇝ 591/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (59/2 → 148/5) ⇝ 149/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 59/2 ⇜ (355/12 → 1781/60) ⇝ 149/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 59/2 ⇜ (89/3 → 893/30) ⇝ 149/5 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ (119/4 → 597/20) ⇝ 601/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 119/4 ⇜ (179/6 → 449/15) ⇝ 601/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 119/4 ⇜ (359/12 → 30/1) ⇝ 601/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 119/4 ⇜ (30/1 → 1801/60) ⇝ 601/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 29/1 → 148/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (59/2 → 30/1) ⇝ 301/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 59/2 ⇜ (30/1 → 301/10) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (30/1 → 301/10) ⇝ 303/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 30/1 ⇜ (361/12 → 1811/60) ⇝ 303/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 30/1 ⇜ (181/6 → 454/15) ⇝ 303/10 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ (121/4 → 607/20) ⇝ 611/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 121/4 ⇜ (91/3 → 913/30) ⇝ 611/20 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 121/4 ⇜ (365/12 → 1831/60) ⇝ 611/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (61/2 → 153/5) ⇝ 154/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 61/2 ⇜ (367/12 → 1841/60) ⇝ 154/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 61/2 ⇜ (92/3 → 923/30) ⇝ 154/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (123/4 → 617/20) ⇝ 621/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 123/4 ⇜ (185/6 → 464/15) ⇝ 621/20 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 123/4 ⇜ (371/12 → 31/1) ⇝ 621/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 123/4 ⇜ (31/1 → 1861/60) ⇝ 621/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 30/1 → 153/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (61/2 → 31/1) ⇝ 311/10 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ 61/2 ⇜ (31/1 → 311/10) | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (31/1 → 311/10) ⇝ 313/10 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 31/1 ⇜ (373/12 → 1871/60) ⇝ 313/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 31/1 ⇜ (187/6 → 469/15) ⇝ 313/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (125/4 → 627/20) ⇝ 631/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 125/4 ⇜ (94/3 → 943/30) ⇝ 631/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 125/4 ⇜ (377/12 → 1891/60) ⇝ 631/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (63/2 → 158/5) ⇝ 159/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 63/2 ⇜ (379/12 → 1901/60) ⇝ 159/5 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 63/2 ⇜ (95/3 → 953/30) ⇝ 159/5 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ (127/4 → 637/20) ⇝ 641/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 127/4 ⇜ (191/6 → 479/15) ⇝ 641/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 127/4 ⇜ (383/12 → 32/1) ⇝ 641/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 127/4 ⇜ (32/1 → 1921/60) ⇝ 641/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 31/1 → 158/5 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ (63/2 → 32/1) ⇝ 321/10 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ 63/2 ⇜ (32/1 → 321/10) | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (32/1 → 1927/60) ⇝ 647/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 32/1 ⇜ (385/12 → 161/5) ⇝ 647/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 32/1 ⇜ (193/6 → 1937/60) ⇝ 647/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (129/4 → 971/30) ⇝ 163/5 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 129/4 ⇜ (97/3 → 649/20) ⇝ 163/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 129/4 ⇜ (389/12 → 488/15) ⇝ 163/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (65/2 → 1957/60) ⇝ 657/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 65/2 ⇜ (391/12 → 327/10) ⇝ 657/20 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 65/2 ⇜ (98/3 → 1967/60) ⇝ 657/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (131/4 → 493/15) ⇝ 331/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 131/4 ⇜ (197/6 → 659/20) ⇝ 331/10 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 131/4 ⇜ (395/12 → 33/1) ⇝ 331/10 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 131/4 ⇜ (33/1 → 991/30) ⇝ 331/10 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 32/1 → 327/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (65/2 → 33/1) ⇝ 166/5 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 65/2 ⇜ (33/1 → 166/5) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (33/1 → 1987/60) ⇝ 667/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 33/1 ⇜ (397/12 → 166/5) ⇝ 667/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 33/1 ⇜ (199/6 → 1997/60) ⇝ 667/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (133/4 → 1001/30) ⇝ 168/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 133/4 ⇜ (100/3 → 669/20) ⇝ 168/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 133/4 ⇜ (401/12 → 503/15) ⇝ 168/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (67/2 → 2017/60) ⇝ 677/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 67/2 ⇜ (403/12 → 337/10) ⇝ 677/20 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 67/2 ⇜ (101/3 → 2027/60) ⇝ 677/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (135/4 → 508/15) ⇝ 341/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 135/4 ⇜ (203/6 → 679/20) ⇝ 341/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 135/4 ⇜ (407/12 → 34/1) ⇝ 341/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 135/4 ⇜ (34/1 → 1021/30) ⇝ 341/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 33/1 → 337/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (67/2 → 34/1) ⇝ 171/5 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 67/2 ⇜ (34/1 → 171/5) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (34/1 → 2047/60) ⇝ 687/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 34/1 ⇜ (409/12 → 171/5) ⇝ 687/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 34/1 ⇜ (205/6 → 2057/60) ⇝ 687/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (137/4 → 1031/30) ⇝ 173/5 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 137/4 ⇜ (103/3 → 689/20) ⇝ 173/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 137/4 ⇜ (413/12 → 518/15) ⇝ 173/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (69/2 → 2077/60) ⇝ 697/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 69/2 ⇜ (415/12 → 347/10) ⇝ 697/20 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 69/2 ⇜ (104/3 → 2087/60) ⇝ 697/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (139/4 → 523/15) ⇝ 351/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 139/4 ⇜ (209/6 → 699/20) ⇝ 351/10 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 139/4 ⇜ (419/12 → 35/1) ⇝ 351/10 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 139/4 ⇜ (35/1 → 1051/30) ⇝ 351/10 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 34/1 → 347/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (69/2 → 35/1) ⇝ 176/5 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 69/2 ⇜ (35/1 → 176/5) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (35/1 → 2107/60) ⇝ 707/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 35/1 ⇜ (421/12 → 176/5) ⇝ 707/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 35/1 ⇜ (211/6 → 2117/60) ⇝ 707/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (141/4 → 1061/30) ⇝ 178/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 141/4 ⇜ (106/3 → 709/20) ⇝ 178/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 141/4 ⇜ (425/12 → 533/15) ⇝ 178/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (71/2 → 2137/60) ⇝ 717/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 71/2 ⇜ (427/12 → 357/10) ⇝ 717/20 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 71/2 ⇜ (107/3 → 2147/60) ⇝ 717/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (143/4 → 538/15) ⇝ 361/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 143/4 ⇜ (215/6 → 719/20) ⇝ 361/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 143/4 ⇜ (431/12 → 36/1) ⇝ 361/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 143/4 ⇜ (36/1 → 1081/30) ⇝ 361/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 35/1 → 357/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (71/2 → 36/1) ⇝ 181/5 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 71/2 ⇜ (36/1 → 181/5) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (36/1 → 2167/60) ⇝ 727/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 36/1 ⇜ (433/12 → 181/5) ⇝ 727/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 36/1 ⇜ (217/6 → 2177/60) ⇝ 727/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (145/4 → 1091/30) ⇝ 183/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 145/4 ⇜ (109/3 → 729/20) ⇝ 183/5 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 145/4 ⇜ (437/12 → 548/15) ⇝ 183/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (73/2 → 2197/60) ⇝ 737/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 73/2 ⇜ (439/12 → 367/10) ⇝ 737/20 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 73/2 ⇜ (110/3 → 2207/60) ⇝ 737/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (147/4 → 553/15) ⇝ 371/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 147/4 ⇜ (221/6 → 739/20) ⇝ 371/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 147/4 ⇜ (443/12 → 37/1) ⇝ 371/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 147/4 ⇜ (37/1 → 1111/30) ⇝ 371/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 36/1 → 367/10 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (73/2 → 37/1) ⇝ 186/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 73/2 ⇜ (37/1 → 186/5) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (37/1 → 2227/60) ⇝ 747/20 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 37/1 ⇜ (445/12 → 186/5) ⇝ 747/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 37/1 ⇜ (223/6 → 2237/60) ⇝ 747/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (149/4 → 1121/30) ⇝ 188/5 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 149/4 ⇜ (112/3 → 749/20) ⇝ 188/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 149/4 ⇜ (449/12 → 563/15) ⇝ 188/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (75/2 → 2257/60) ⇝ 757/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 75/2 ⇜ (451/12 → 377/10) ⇝ 757/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 75/2 ⇜ (113/3 → 2267/60) ⇝ 757/20 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ (151/4 → 568/15) ⇝ 381/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 151/4 ⇜ (227/6 → 759/20) ⇝ 381/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 151/4 ⇜ (455/12 → 38/1) ⇝ 381/10 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 151/4 ⇜ (38/1 → 1141/30) ⇝ 381/10 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 37/1 → 377/10 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (75/2 → 38/1) ⇝ 191/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 75/2 ⇜ (38/1 → 191/5) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (38/1 → 2287/60) ⇝ 767/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 38/1 ⇜ (457/12 → 191/5) ⇝ 767/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 38/1 ⇜ (229/6 → 2297/60) ⇝ 767/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (153/4 → 1151/30) ⇝ 193/5 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 153/4 ⇜ (115/3 → 769/20) ⇝ 193/5 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 153/4 ⇜ (461/12 → 578/15) ⇝ 193/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (77/2 → 2317/60) ⇝ 777/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 77/2 ⇜ (463/12 → 387/10) ⇝ 777/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 77/2 ⇜ (116/3 → 2327/60) ⇝ 777/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (155/4 → 583/15) ⇝ 391/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 155/4 ⇜ (233/6 → 779/20) ⇝ 391/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 155/4 ⇜ (467/12 → 39/1) ⇝ 391/10 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 155/4 ⇜ (39/1 → 1171/30) ⇝ 391/10 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 38/1 → 387/10 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (77/2 → 39/1) ⇝ 196/5 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ 77/2 ⇜ (39/1 → 196/5) | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (39/1 → 2347/60) ⇝ 787/20 | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ 39/1 ⇜ (469/12 → 196/5) ⇝ 787/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 39/1 ⇜ (235/6 → 2357/60) ⇝ 787/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ (157/4 → 1181/30) ⇝ 198/5 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 157/4 ⇜ (118/3 → 789/20) ⇝ 198/5 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 157/4 ⇜ (473/12 → 593/15) ⇝ 198/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (79/2 → 2377/60) ⇝ 797/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 79/2 ⇜ (475/12 → 397/10) ⇝ 797/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 79/2 ⇜ (119/3 → 2387/60) ⇝ 797/20 | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ (159/4 → 598/15) ⇝ 401/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 159/4 ⇜ (239/6 → 799/20) ⇝ 401/10 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 159/4 ⇜ (479/12 → 40/1) ⇝ 401/10 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 159/4 ⇜ (40/1 → 1201/30) ⇝ 401/10 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 39/1 → 397/10 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ (79/2 → 40/1) ⇝ 201/5 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ 79/2 ⇜ (40/1 → 201/5) | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (40/1 → 602/15) ⇝ 202/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 40/1 ⇜ (481/12 → 2413/60) ⇝ 202/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 40/1 ⇜ (241/6 → 403/10) ⇝ 202/5 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ (161/4 → 2423/60) ⇝ 813/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 161/4 ⇜ (121/3 → 607/15) ⇝ 813/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 161/4 ⇜ (485/12 → 811/20) ⇝ 813/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (81/2 → 1219/30) ⇝ 409/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 81/2 ⇜ (487/12 → 2443/60) ⇝ 409/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 81/2 ⇜ (122/3 → 204/5) ⇝ 409/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (163/4 → 2453/60) ⇝ 823/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 163/4 ⇜ (245/6 → 1229/30) ⇝ 823/20 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 163/4 ⇜ (491/12 → 41/1) ⇝ 823/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 163/4 ⇜ (41/1 → 821/20) ⇝ 823/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 40/1 → 204/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (81/2 → 41/1) ⇝ 413/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 81/2 ⇜ (41/1 → 413/10) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (41/1 → 617/15) ⇝ 207/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 41/1 ⇜ (493/12 → 2473/60) ⇝ 207/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 41/1 ⇜ (247/6 → 413/10) ⇝ 207/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (165/4 → 2483/60) ⇝ 833/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 165/4 ⇜ (124/3 → 622/15) ⇝ 833/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 165/4 ⇜ (497/12 → 831/20) ⇝ 833/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (83/2 → 1249/30) ⇝ 419/10 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 83/2 ⇜ (499/12 → 2503/60) ⇝ 419/10 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 83/2 ⇜ (125/3 → 209/5) ⇝ 419/10 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (167/4 → 2513/60) ⇝ 843/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 167/4 ⇜ (251/6 → 1259/30) ⇝ 843/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 167/4 ⇜ (503/12 → 42/1) ⇝ 843/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 167/4 ⇜ (42/1 → 841/20) ⇝ 843/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 41/1 → 209/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (83/2 → 42/1) ⇝ 423/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 83/2 ⇜ (42/1 → 423/10) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (42/1 → 632/15) ⇝ 212/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 42/1 ⇜ (505/12 → 2533/60) ⇝ 212/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 42/1 ⇜ (253/6 → 423/10) ⇝ 212/5 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ (169/4 → 2543/60) ⇝ 853/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 169/4 ⇜ (127/3 → 637/15) ⇝ 853/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 169/4 ⇜ (509/12 → 851/20) ⇝ 853/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (85/2 → 1279/30) ⇝ 429/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 85/2 ⇜ (511/12 → 2563/60) ⇝ 429/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 85/2 ⇜ (128/3 → 214/5) ⇝ 429/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (171/4 → 2573/60) ⇝ 863/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 171/4 ⇜ (257/6 → 1289/30) ⇝ 863/20 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 171/4 ⇜ (515/12 → 43/1) ⇝ 863/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 171/4 ⇜ (43/1 → 861/20) ⇝ 863/20 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 42/1 → 214/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (85/2 → 43/1) ⇝ 433/10 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 85/2 ⇜ (43/1 → 433/10) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (43/1 → 647/15) ⇝ 217/5 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 43/1 ⇜ (517/12 → 2593/60) ⇝ 217/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 43/1 ⇜ (259/6 → 433/10) ⇝ 217/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (173/4 → 2603/60) ⇝ 873/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 173/4 ⇜ (130/3 → 652/15) ⇝ 873/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 173/4 ⇜ (521/12 → 871/20) ⇝ 873/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (87/2 → 1309/30) ⇝ 439/10 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 87/2 ⇜ (523/12 → 2623/60) ⇝ 439/10 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 87/2 ⇜ (131/3 → 219/5) ⇝ 439/10 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (175/4 → 2633/60) ⇝ 883/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 175/4 ⇜ (263/6 → 1319/30) ⇝ 883/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 175/4 ⇜ (527/12 → 44/1) ⇝ 883/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 175/4 ⇜ (44/1 → 881/20) ⇝ 883/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 43/1 → 219/5 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (87/2 → 44/1) ⇝ 443/10 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 87/2 ⇜ (44/1 → 443/10) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (44/1 → 662/15) ⇝ 222/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 44/1 ⇜ (529/12 → 2653/60) ⇝ 222/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 44/1 ⇜ (265/6 → 443/10) ⇝ 222/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (177/4 → 2663/60) ⇝ 893/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 177/4 ⇜ (133/3 → 667/15) ⇝ 893/20 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 177/4 ⇜ (533/12 → 891/20) ⇝ 893/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (89/2 → 1339/30) ⇝ 449/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 89/2 ⇜ (535/12 → 2683/60) ⇝ 449/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 89/2 ⇜ (134/3 → 224/5) ⇝ 449/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (179/4 → 2693/60) ⇝ 903/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 179/4 ⇜ (269/6 → 1349/30) ⇝ 903/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 179/4 ⇜ (539/12 → 45/1) ⇝ 903/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 179/4 ⇜ (45/1 → 901/20) ⇝ 903/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 44/1 → 224/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (89/2 → 45/1) ⇝ 453/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 89/2 ⇜ (45/1 → 453/10) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (45/1 → 677/15) ⇝ 227/5 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 45/1 ⇜ (541/12 → 2713/60) ⇝ 227/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 45/1 ⇜ (271/6 → 453/10) ⇝ 227/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (181/4 → 2723/60) ⇝ 913/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 181/4 ⇜ (136/3 → 682/15) ⇝ 913/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 181/4 ⇜ (545/12 → 911/20) ⇝ 913/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (91/2 → 1369/30) ⇝ 459/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 91/2 ⇜ (547/12 → 2743/60) ⇝ 459/10 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 91/2 ⇜ (137/3 → 229/5) ⇝ 459/10 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ (183/4 → 2753/60) ⇝ 923/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 183/4 ⇜ (275/6 → 1379/30) ⇝ 923/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 183/4 ⇜ (551/12 → 46/1) ⇝ 923/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 183/4 ⇜ (46/1 → 921/20) ⇝ 923/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 45/1 → 229/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (91/2 → 46/1) ⇝ 463/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 91/2 ⇜ (46/1 → 463/10) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (46/1 → 692/15) ⇝ 232/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 46/1 ⇜ (553/12 → 2773/60) ⇝ 232/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 46/1 ⇜ (277/6 → 463/10) ⇝ 232/5 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ (185/4 → 2783/60) ⇝ 933/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 185/4 ⇜ (139/3 → 697/15) ⇝ 933/20 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 185/4 ⇜ (557/12 → 931/20) ⇝ 933/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (93/2 → 1399/30) ⇝ 469/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 93/2 ⇜ (559/12 → 2803/60) ⇝ 469/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 93/2 ⇜ (140/3 → 234/5) ⇝ 469/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (187/4 → 2813/60) ⇝ 943/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 187/4 ⇜ (281/6 → 1409/30) ⇝ 943/20 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 187/4 ⇜ (563/12 → 47/1) ⇝ 943/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 187/4 ⇜ (47/1 → 941/20) ⇝ 943/20 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 46/1 → 234/5 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (93/2 → 47/1) ⇝ 473/10 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ 93/2 ⇜ (47/1 → 473/10) | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (47/1 → 707/15) ⇝ 237/5 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 47/1 ⇜ (565/12 → 2833/60) ⇝ 237/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 47/1 ⇜ (283/6 → 473/10) ⇝ 237/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (189/4 → 2843/60) ⇝ 953/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 189/4 ⇜ (142/3 → 712/15) ⇝ 953/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 189/4 ⇜ (569/12 → 951/20) ⇝ 953/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (95/2 → 1429/30) ⇝ 479/10 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 95/2 ⇜ (571/12 → 2863/60) ⇝ 479/10 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 95/2 ⇜ (143/3 → 239/5) ⇝ 479/10 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ (191/4 → 2873/60) ⇝ 963/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 191/4 ⇜ (287/6 → 1439/30) ⇝ 963/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 191/4 ⇜ (575/12 → 48/1) ⇝ 963/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 191/4 ⇜ (48/1 → 961/20) ⇝ 963/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 47/1 → 239/5 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ (95/2 → 48/1) ⇝ 483/10 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ 95/2 ⇜ (48/1 → 483/10) | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (48/1 → 963/20) ⇝ 969/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 48/1 ⇜ (577/12 → 1447/30) ⇝ 969/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 48/1 ⇜ (289/6 → 2899/60) ⇝ 969/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (193/4 → 242/5) ⇝ 487/10 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 193/4 ⇜ (145/3 → 2909/60) ⇝ 487/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 193/4 ⇜ (581/12 → 1457/30) ⇝ 487/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (97/2 → 973/20) ⇝ 979/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 97/2 ⇜ (583/12 → 731/15) ⇝ 979/20 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 97/2 ⇜ (146/3 → 2929/60) ⇝ 979/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (195/4 → 489/10) ⇝ 246/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 195/4 ⇜ (293/6 → 2939/60) ⇝ 246/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 195/4 ⇜ (587/12 → 49/1) ⇝ 246/5 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 195/4 ⇜ (49/1 → 736/15) ⇝ 246/5 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 48/1 → 489/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (97/2 → 49/1) ⇝ 247/5 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 97/2 ⇜ (49/1 → 247/5) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (49/1 → 983/20) ⇝ 989/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 49/1 ⇜ (589/12 → 1477/30) ⇝ 989/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 49/1 ⇜ (295/6 → 2959/60) ⇝ 989/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (197/4 → 247/5) ⇝ 497/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 197/4 ⇜ (148/3 → 2969/60) ⇝ 497/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 197/4 ⇜ (593/12 → 1487/30) ⇝ 497/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (99/2 → 993/20) ⇝ 999/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 99/2 ⇜ (595/12 → 746/15) ⇝ 999/20 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 99/2 ⇜ (149/3 → 2989/60) ⇝ 999/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (199/4 → 499/10) ⇝ 251/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 199/4 ⇜ (299/6 → 2999/60) ⇝ 251/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 199/4 ⇜ (599/12 → 50/1) ⇝ 251/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 199/4 ⇜ (50/1 → 751/15) ⇝ 251/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 49/1 → 499/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (99/2 → 50/1) ⇝ 252/5 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 99/2 ⇜ (50/1 → 252/5) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (50/1 → 1003/20) ⇝ 1009/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 50/1 ⇜ (601/12 → 1507/30) ⇝ 1009/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 50/1 ⇜ (301/6 → 3019/60) ⇝ 1009/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (201/4 → 252/5) ⇝ 507/10 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 201/4 ⇜ (151/3 → 3029/60) ⇝ 507/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 201/4 ⇜ (605/12 → 1517/30) ⇝ 507/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (101/2 → 1013/20) ⇝ 1019/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 101/2 ⇜ (607/12 → 761/15) ⇝ 1019/20 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 101/2 ⇜ (152/3 → 3049/60) ⇝ 1019/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (203/4 → 509/10) ⇝ 256/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 203/4 ⇜ (305/6 → 3059/60) ⇝ 256/5 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 203/4 ⇜ (611/12 → 51/1) ⇝ 256/5 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 203/4 ⇜ (51/1 → 766/15) ⇝ 256/5 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 50/1 → 509/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (101/2 → 51/1) ⇝ 257/5 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 101/2 ⇜ (51/1 → 257/5) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (51/1 → 1023/20) ⇝ 1029/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 51/1 ⇜ (613/12 → 1537/30) ⇝ 1029/20 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 51/1 ⇜ (307/6 → 3079/60) ⇝ 1029/20 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (205/4 → 257/5) ⇝ 517/10 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 205/4 ⇜ (154/3 → 3089/60) ⇝ 517/10 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 205/4 ⇜ (617/12 → 1547/30) ⇝ 517/10 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (103/2 → 1033/20) ⇝ 1039/20 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 103/2 ⇜ (619/12 → 776/15) ⇝ 1039/20 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 103/2 ⇜ (155/3 → 3109/60) ⇝ 1039/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (207/4 → 519/10) ⇝ 261/5 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 207/4 ⇜ (311/6 → 3119/60) ⇝ 261/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 207/4 ⇜ (623/12 → 52/1) ⇝ 261/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 207/4 ⇜ (52/1 → 781/15) ⇝ 261/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 51/1 → 519/10 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (103/2 → 52/1) ⇝ 262/5 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 103/2 ⇜ (52/1 → 262/5) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (52/1 → 1043/20) ⇝ 1049/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 52/1 ⇜ (625/12 → 1567/30) ⇝ 1049/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 52/1 ⇜ (313/6 → 3139/60) ⇝ 1049/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (209/4 → 262/5) ⇝ 527/10 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 209/4 ⇜ (157/3 → 3149/60) ⇝ 527/10 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 209/4 ⇜ (629/12 → 1577/30) ⇝ 527/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (105/2 → 1053/20) ⇝ 1059/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 105/2 ⇜ (631/12 → 791/15) ⇝ 1059/20 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 105/2 ⇜ (158/3 → 3169/60) ⇝ 1059/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (211/4 → 529/10) ⇝ 266/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 211/4 ⇜ (317/6 → 3179/60) ⇝ 266/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 211/4 ⇜ (635/12 → 53/1) ⇝ 266/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 211/4 ⇜ (53/1 → 796/15) ⇝ 266/5 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 52/1 → 529/10 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (105/2 → 53/1) ⇝ 267/5 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 105/2 ⇜ (53/1 → 267/5) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (53/1 → 1063/20) ⇝ 1069/20 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ 53/1 ⇜ (637/12 → 1597/30) ⇝ 1069/20 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 53/1 ⇜ (319/6 → 3199/60) ⇝ 1069/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (213/4 → 267/5) ⇝ 537/10 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 213/4 ⇜ (160/3 → 3209/60) ⇝ 537/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 213/4 ⇜ (641/12 → 1607/30) ⇝ 537/10 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (107/2 → 1073/20) ⇝ 1079/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 107/2 ⇜ (643/12 → 806/15) ⇝ 1079/20 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 107/2 ⇜ (161/3 → 3229/60) ⇝ 1079/20 | note:A4 clip:1 s:kalimba delay:0.2 ]", - "[ (215/4 → 539/10) ⇝ 271/5 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 215/4 ⇜ (323/6 → 3239/60) ⇝ 271/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 215/4 ⇜ (647/12 → 54/1) ⇝ 271/5 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 215/4 ⇜ (54/1 → 811/15) ⇝ 271/5 | note:D3 clip:1 s:kalimba delay:0.2 ]", - "[ 53/1 → 539/10 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (107/2 → 54/1) ⇝ 272/5 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 107/2 ⇜ (54/1 → 272/5) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (54/1 → 1083/20) ⇝ 1089/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 54/1 ⇜ (649/12 → 1627/30) ⇝ 1089/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 54/1 ⇜ (325/6 → 3259/60) ⇝ 1089/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (217/4 → 272/5) ⇝ 547/10 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 217/4 ⇜ (163/3 → 3269/60) ⇝ 547/10 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 217/4 ⇜ (653/12 → 1637/30) ⇝ 547/10 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (109/2 → 1093/20) ⇝ 1099/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 109/2 ⇜ (655/12 → 821/15) ⇝ 1099/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 109/2 ⇜ (164/3 → 3289/60) ⇝ 1099/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (219/4 → 549/10) ⇝ 276/5 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 219/4 ⇜ (329/6 → 3299/60) ⇝ 276/5 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 219/4 ⇜ (659/12 → 55/1) ⇝ 276/5 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 219/4 ⇜ (55/1 → 826/15) ⇝ 276/5 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 54/1 → 549/10 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (109/2 → 55/1) ⇝ 277/5 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ 109/2 ⇜ (55/1 → 277/5) | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (55/1 → 1103/20) ⇝ 1109/20 | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ 55/1 ⇜ (661/12 → 1657/30) ⇝ 1109/20 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 55/1 ⇜ (331/6 → 3319/60) ⇝ 1109/20 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ (221/4 → 277/5) ⇝ 557/10 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 221/4 ⇜ (166/3 → 3329/60) ⇝ 557/10 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 221/4 ⇜ (665/12 → 1667/30) ⇝ 557/10 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (111/2 → 1113/20) ⇝ 1119/20 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 111/2 ⇜ (667/12 → 836/15) ⇝ 1119/20 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 111/2 ⇜ (167/3 → 3349/60) ⇝ 1119/20 | note:F4 clip:1 s:kalimba delay:0.2 ]", - "[ (223/4 → 559/10) ⇝ 281/5 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 223/4 ⇜ (335/6 → 3359/60) ⇝ 281/5 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 223/4 ⇜ (671/12 → 56/1) ⇝ 281/5 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 223/4 ⇜ (56/1 → 841/15) ⇝ 281/5 | note:Bb2 clip:1 s:kalimba delay:0.2 ]", - "[ 55/1 → 559/10 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ (111/2 → 56/1) ⇝ 282/5 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ 111/2 ⇜ (56/1 → 282/5) | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ (56/1 → 337/6) ⇝ 113/2 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 56/1 ⇜ (673/12 → 225/4) ⇝ 113/2 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 56/1 ⇜ (337/6 → 169/3) ⇝ 113/2 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ (225/4 → 677/12) ⇝ 227/4 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 225/4 ⇜ (169/3 → 113/2) ⇝ 227/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 225/4 ⇜ (677/12 → 679/12) ⇝ 227/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (113/2 → 170/3) ⇝ 57/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 113/2 ⇜ (679/12 → 227/4) ⇝ 57/1 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 113/2 ⇜ (170/3 → 341/6) ⇝ 57/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (227/4 → 683/12) ⇝ 229/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 227/4 ⇜ (341/6 → 57/1) ⇝ 229/4 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 227/4 ⇜ (683/12 → 57/1) ⇝ 229/4 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 227/4 ⇜ (57/1 → 685/12) ⇝ 229/4 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 56/1 → 57/1 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (113/2 → 57/1) ⇝ 115/2 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 113/2 ⇜ (57/1 → 115/2) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (57/1 → 343/6) ⇝ 115/2 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 57/1 ⇜ (685/12 → 229/4) ⇝ 115/2 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 57/1 ⇜ (343/6 → 172/3) ⇝ 115/2 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (229/4 → 689/12) ⇝ 231/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 229/4 ⇜ (172/3 → 115/2) ⇝ 231/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 229/4 ⇜ (689/12 → 691/12) ⇝ 231/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (115/2 → 173/3) ⇝ 58/1 | note:B3 clip:1 s:kalimba delay:0.2 ]", - "[ 115/2 ⇜ (691/12 → 231/4) ⇝ 58/1 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 115/2 ⇜ (173/3 → 347/6) ⇝ 58/1 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (231/4 → 695/12) ⇝ 233/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 231/4 ⇜ (347/6 → 58/1) ⇝ 233/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 231/4 ⇜ (695/12 → 58/1) ⇝ 233/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 231/4 ⇜ (58/1 → 697/12) ⇝ 233/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 57/1 → 58/1 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (115/2 → 58/1) ⇝ 117/2 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 115/2 ⇜ (58/1 → 117/2) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (58/1 → 349/6) ⇝ 117/2 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 58/1 ⇜ (697/12 → 233/4) ⇝ 117/2 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 58/1 ⇜ (349/6 → 175/3) ⇝ 117/2 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ (233/4 → 701/12) ⇝ 235/4 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 233/4 ⇜ (175/3 → 117/2) ⇝ 235/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 233/4 ⇜ (701/12 → 703/12) ⇝ 235/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (117/2 → 176/3) ⇝ 59/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 117/2 ⇜ (703/12 → 235/4) ⇝ 59/1 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 117/2 ⇜ (176/3 → 353/6) ⇝ 59/1 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (235/4 → 707/12) ⇝ 237/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 235/4 ⇜ (353/6 → 59/1) ⇝ 237/4 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 235/4 ⇜ (707/12 → 59/1) ⇝ 237/4 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 235/4 ⇜ (59/1 → 709/12) ⇝ 237/4 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 58/1 → 59/1 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (117/2 → 59/1) ⇝ 119/2 | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ 117/2 ⇜ (59/1 → 119/2) | note:E2 clip:1 s:kalimba delay:0.2 ]", - "[ (59/1 → 355/6) ⇝ 119/2 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 59/1 ⇜ (709/12 → 237/4) ⇝ 119/2 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 59/1 ⇜ (355/6 → 178/3) ⇝ 119/2 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ (237/4 → 713/12) ⇝ 239/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 237/4 ⇜ (178/3 → 119/2) ⇝ 239/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 237/4 ⇜ (713/12 → 715/12) ⇝ 239/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ (119/2 → 179/3) ⇝ 60/1 | note:Bb3 clip:1 s:kalimba delay:0.2 ]", - "[ 119/2 ⇜ (715/12 → 239/4) ⇝ 60/1 | note:D4 clip:1 s:kalimba delay:0.2 ]", - "[ 119/2 ⇜ (179/3 → 359/6) ⇝ 60/1 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ (239/4 → 719/12) ⇝ 241/4 | note:G3 clip:1 s:kalimba delay:0.2 ]", - "[ 239/4 ⇜ (359/6 → 60/1) ⇝ 241/4 | note:E3 clip:1 s:kalimba delay:0.2 ]", - "[ 239/4 ⇜ (719/12 → 60/1) ⇝ 241/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 239/4 ⇜ (60/1 → 721/12) ⇝ 241/4 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 59/1 → 60/1 | note:C2 clip:1 s:kalimba delay:0.2 ]", - "[ (119/2 → 60/1) ⇝ 121/2 | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ 119/2 ⇜ (60/1 → 121/2) | note:G2 clip:1 s:kalimba delay:0.2 ]", - "[ (60/1 → 361/6) ⇝ 121/2 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 60/1 ⇜ (721/12 → 241/4) ⇝ 121/2 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 60/1 ⇜ (361/6 → 181/3) ⇝ 121/2 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ (241/4 → 725/12) ⇝ 243/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 241/4 ⇜ (181/3 → 121/2) ⇝ 243/4 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 241/4 ⇜ (725/12 → 727/12) ⇝ 243/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (121/2 → 182/3) ⇝ 61/1 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 121/2 ⇜ (727/12 → 243/4) ⇝ 61/1 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 121/2 ⇜ (182/3 → 365/6) ⇝ 61/1 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (243/4 → 731/12) ⇝ 245/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 243/4 ⇜ (365/6 → 61/1) ⇝ 245/4 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 243/4 ⇜ (731/12 → 61/1) ⇝ 245/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 243/4 ⇜ (61/1 → 733/12) ⇝ 245/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 60/1 → 61/1 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (121/2 → 61/1) ⇝ 123/2 | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ 121/2 ⇜ (61/1 → 123/2) | note:A2 clip:1 s:kalimba delay:0.2 ]", - "[ (61/1 → 367/6) ⇝ 123/2 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 61/1 ⇜ (733/12 → 245/4) ⇝ 123/2 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 61/1 ⇜ (367/6 → 184/3) ⇝ 123/2 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ (245/4 → 737/12) ⇝ 247/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 245/4 ⇜ (184/3 → 123/2) ⇝ 247/4 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 245/4 ⇜ (737/12 → 739/12) ⇝ 247/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (123/2 → 185/3) ⇝ 62/1 | note:E4 clip:1 s:kalimba delay:0.2 ]", - "[ 123/2 ⇜ (739/12 → 247/4) ⇝ 62/1 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 123/2 ⇜ (185/3 → 371/6) ⇝ 62/1 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ (247/4 → 743/12) ⇝ 249/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 247/4 ⇜ (371/6 → 62/1) ⇝ 249/4 | note:A3 clip:1 s:kalimba delay:0.2 ]", - "[ 247/4 ⇜ (743/12 → 62/1) ⇝ 249/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 247/4 ⇜ (62/1 → 745/12) ⇝ 249/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 61/1 → 62/1 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (123/2 → 62/1) ⇝ 125/2 | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ 123/2 ⇜ (62/1 → 125/2) | note:C3 clip:1 s:kalimba delay:0.2 ]", - "[ (62/1 → 373/6) ⇝ 125/2 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 62/1 ⇜ (745/12 → 249/4) ⇝ 125/2 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 62/1 ⇜ (373/6 → 187/3) ⇝ 125/2 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ (249/4 → 749/12) ⇝ 251/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 249/4 ⇜ (187/3 → 125/2) ⇝ 251/4 | note:C5 clip:1 s:kalimba delay:0.2 ]", - "[ 249/4 ⇜ (749/12 → 751/12) ⇝ 251/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ (125/2 → 188/3) ⇝ 63/1 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 125/2 ⇜ (751/12 → 251/4) ⇝ 63/1 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 125/2 ⇜ (188/3 → 377/6) ⇝ 63/1 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (251/4 → 755/12) ⇝ 253/4 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 251/4 ⇜ (377/6 → 63/1) ⇝ 253/4 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 251/4 ⇜ (755/12 → 63/1) ⇝ 253/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 251/4 ⇜ (63/1 → 757/12) ⇝ 253/4 | note:G4 clip:1 s:kalimba delay:0.2 ]", - "[ 62/1 → 63/1 | note:F2 clip:1 s:kalimba delay:0.2 ]", - "[ (125/2 → 63/1) ⇝ 127/2 | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ 125/2 ⇜ (63/1 → 127/2) | note:Eb2 clip:1 s:kalimba delay:0.2 ]", - "[ (63/1 → 379/6) ⇝ 127/2 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ 63/1 ⇜ (757/12 → 253/4) ⇝ 127/2 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 63/1 ⇜ (379/6 → 190/3) ⇝ 127/2 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ (253/4 → 761/12) ⇝ 255/4 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 253/4 ⇜ (190/3 → 127/2) ⇝ 255/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 253/4 ⇜ (761/12 → 763/12) ⇝ 255/4 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ (127/2 → 191/3) ⇝ 64/1 | note:C4 clip:1 s:kalimba delay:0.2 ]", - "[ 127/2 ⇜ (763/12 → 255/4) ⇝ 64/1 | note:Eb4 clip:1 s:kalimba delay:0.2 ]", - "[ 127/2 ⇜ (191/3 → 383/6) ⇝ 64/1 | note:Ab4 clip:1 s:kalimba delay:0.2 ]", - "[ (255/4 → 767/12) ⇝ 257/4 | note:Ab3 clip:1 s:kalimba delay:0.2 ]", - "[ 255/4 ⇜ (383/6 → 64/1) ⇝ 257/4 | note:F3 clip:1 s:kalimba delay:0.2 ]", - "[ 255/4 ⇜ (767/12 → 64/1) ⇝ 257/4 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 255/4 ⇜ (64/1 → 769/12) ⇝ 257/4 | note:Db3 clip:1 s:kalimba delay:0.2 ]", - "[ 63/1 → 64/1 | note:Db2 clip:1 s:kalimba delay:0.2 ]", - "[ (127/2 → 64/1) ⇝ 129/2 | note:Ab2 clip:1 s:kalimba delay:0.2 ]", - "[ 127/2 ⇜ (64/1 → 129/2) | note:Ab2 clip:1 s:kalimba delay:0.2 ]", -] -`; - -exports[`renders tunes > tune: zeldasRescue 1`] = ` -[ - "[ (0/1 → 1/1) ⇝ 4/3 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 0/1 → 1/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 1/3 → 2/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (2/3 → 1/1) ⇝ 2/1 | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 0/1 ⇜ (1/1 → 4/3) | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 4/3 → 2/1 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 2/3 ⇜ (1/1 → 2/1) | note:E4 gain:0.1 s:triangle room:1 ]", - "[ (2/1 → 3/1) ⇝ 10/3 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 2/1 → 7/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 7/3 → 8/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (8/3 → 3/1) ⇝ 4/1 | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ 2/1 ⇜ (3/1 → 10/3) | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 10/3 → 11/3 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 11/3 → 4/1 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 8/3 ⇜ (3/1 → 4/1) | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ (4/1 → 5/1) ⇝ 16/3 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 4/1 → 13/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 13/3 → 14/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (14/3 → 5/1) ⇝ 6/1 | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 4/1 ⇜ (5/1 → 16/3) | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 16/3 → 6/1 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 14/3 ⇜ (5/1 → 6/1) | note:E4 gain:0.1 s:triangle room:1 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 6/1 → 19/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 19/3 → 20/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (20/3 → 7/1) ⇝ 8/1 | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 20/3 ⇜ (7/1 → 8/1) | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ (8/1 → 9/1) ⇝ 28/3 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 8/1 → 25/3 | note:B2 gain:0.1 s:triangle room:1 ]", - "[ 25/3 → 26/3 | note:D4 gain:0.1 s:triangle room:1 ]", - "[ (26/3 → 9/1) ⇝ 10/1 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 8/1 ⇜ (9/1 → 28/3) | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 28/3 → 10/1 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 26/3 ⇜ (9/1 → 10/1) | note:G4 gain:0.1 s:triangle room:1 ]", - "[ (10/1 → 11/1) ⇝ 34/3 | note:A5 gain:0.1 s:triangle room:1 ]", - "[ 10/1 → 31/3 | note:Bb2 gain:0.1 s:triangle room:1 ]", - "[ 31/3 → 32/3 | note:Db4 gain:0.1 s:triangle room:1 ]", - "[ (32/3 → 11/1) ⇝ 12/1 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 10/1 ⇜ (11/1 → 34/3) | note:A5 gain:0.1 s:triangle room:1 ]", - "[ 34/3 → 12/1 | note:G5 gain:0.1 s:triangle room:1 ]", - "[ 32/3 ⇜ (11/1 → 12/1) | note:G4 gain:0.1 s:triangle room:1 ]", - "[ (12/1 → 13/1) ⇝ 40/3 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 12/1 → 37/3 | note:A2 gain:0.1 s:triangle room:1 ]", - "[ 37/3 → 38/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ (38/3 → 13/1) ⇝ 14/1 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 12/1 ⇜ (13/1 → 40/3) | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 40/3 → 41/3 | note:C5 gain:0.1 s:triangle room:1 ]", - "[ 41/3 → 14/1 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 38/3 ⇜ (13/1 → 14/1) | note:G4 gain:0.1 s:triangle room:1 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 14/1 → 43/3 | note:D3 gain:0.1 s:triangle room:1 ]", - "[ 43/3 → 44/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ (44/3 → 15/1) ⇝ 16/1 | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 44/3 ⇜ (15/1 → 16/1) | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ (16/1 → 17/1) ⇝ 52/3 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 16/1 → 49/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 49/3 → 50/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (50/3 → 17/1) ⇝ 18/1 | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 16/1 ⇜ (17/1 → 52/3) | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 52/3 → 18/1 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 50/3 ⇜ (17/1 → 18/1) | note:E4 gain:0.1 s:triangle room:1 ]", - "[ (18/1 → 19/1) ⇝ 58/3 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 18/1 → 55/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 55/3 → 56/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (56/3 → 19/1) ⇝ 20/1 | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ 18/1 ⇜ (19/1 → 58/3) | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 58/3 → 59/3 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 59/3 → 20/1 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 56/3 ⇜ (19/1 → 20/1) | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ (20/1 → 21/1) ⇝ 64/3 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 20/1 → 61/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 61/3 → 62/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (62/3 → 21/1) ⇝ 22/1 | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 20/1 ⇜ (21/1 → 64/3) | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 64/3 → 22/1 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 62/3 ⇜ (21/1 → 22/1) | note:E4 gain:0.1 s:triangle room:1 ]", - "[ (22/1 → 23/1) ⇝ 24/1 | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 22/1 → 67/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 67/3 → 68/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (68/3 → 23/1) ⇝ 24/1 | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ 22/1 ⇜ (23/1 → 24/1) | note:A4 gain:0.1 s:triangle room:1 ]", - "[ 68/3 ⇜ (23/1 → 24/1) | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ (24/1 → 25/1) ⇝ 76/3 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 24/1 → 73/3 | note:B2 gain:0.1 s:triangle room:1 ]", - "[ 73/3 → 74/3 | note:D4 gain:0.1 s:triangle room:1 ]", - "[ (74/3 → 25/1) ⇝ 26/1 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 24/1 ⇜ (25/1 → 76/3) | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 76/3 → 26/1 | note:D5 gain:0.1 s:triangle room:1 ]", - "[ 74/3 ⇜ (25/1 → 26/1) | note:G4 gain:0.1 s:triangle room:1 ]", - "[ (26/1 → 27/1) ⇝ 82/3 | note:A5 gain:0.1 s:triangle room:1 ]", - "[ 26/1 → 79/3 | note:Bb2 gain:0.1 s:triangle room:1 ]", - "[ 79/3 → 80/3 | note:Db4 gain:0.1 s:triangle room:1 ]", - "[ (80/3 → 27/1) ⇝ 28/1 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 26/1 ⇜ (27/1 → 82/3) | note:A5 gain:0.1 s:triangle room:1 ]", - "[ 82/3 → 28/1 | note:G5 gain:0.1 s:triangle room:1 ]", - "[ 80/3 ⇜ (27/1 → 28/1) | note:G4 gain:0.1 s:triangle room:1 ]", - "[ (28/1 → 29/1) ⇝ 32/1 | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 28/1 → 85/3 | note:A2 gain:0.1 s:triangle room:1 ]", - "[ 85/3 → 86/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ (86/3 → 29/1) ⇝ 30/1 | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 28/1 ⇜ (29/1 → 30/1) ⇝ 32/1 | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 86/3 ⇜ (29/1 → 30/1) | note:G4 gain:0.1 s:triangle room:1 ]", - "[ 28/1 ⇜ (30/1 → 31/1) ⇝ 32/1 | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 30/1 → 91/3 | note:D3 gain:0.1 s:triangle room:1 ]", - "[ 91/3 → 92/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ (92/3 → 31/1) ⇝ 32/1 | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ 28/1 ⇜ (31/1 → 32/1) | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 92/3 ⇜ (31/1 → 32/1) | note:F#4 gain:0.1 s:triangle room:1 ]", - "[ (32/1 → 33/1) ⇝ 100/3 | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 32/1 → 97/3 | note:F3 gain:0.1 s:triangle room:1 ]", - "[ 97/3 → 98/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ (98/3 → 33/1) ⇝ 34/1 | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 32/1 ⇜ (33/1 → 100/3) | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 100/3 → 101/3 | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 101/3 → 34/1 | note:B5 gain:0.1 s:triangle room:1 ]", - "[ 98/3 ⇜ (33/1 → 34/1) | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 34/1 → 103/3 | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 103/3 → 104/3 | note:B5 gain:0.1 s:triangle room:1 ]", - "[ (104/3 → 35/1) ⇝ 36/1 | note:G5 gain:0.1 s:triangle room:1 ]", - "[ 34/1 → 103/3 | note:E3 gain:0.1 s:triangle room:1 ]", - "[ 103/3 → 104/3 | note:B3 gain:0.1 s:triangle room:1 ]", - "[ (104/3 → 35/1) ⇝ 36/1 | note:D4 gain:0.1 s:triangle room:1 ]", - "[ 104/3 ⇜ (35/1 → 36/1) | note:G5 gain:0.1 s:triangle room:1 ]", - "[ 104/3 ⇜ (35/1 → 36/1) | note:D4 gain:0.1 s:triangle room:1 ]", - "[ (36/1 → 37/1) ⇝ 112/3 | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 36/1 → 109/3 | note:D3 gain:0.1 s:triangle room:1 ]", - "[ 109/3 → 110/3 | note:A3 gain:0.1 s:triangle room:1 ]", - "[ (110/3 → 37/1) ⇝ 38/1 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ 36/1 ⇜ (37/1 → 112/3) | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 112/3 → 113/3 | note:B5 gain:0.1 s:triangle room:1 ]", - "[ 113/3 → 38/1 | note:A5 gain:0.1 s:triangle room:1 ]", - "[ 110/3 ⇜ (37/1 → 38/1) | note:C4 gain:0.1 s:triangle room:1 ]", - "[ 38/1 → 115/3 | note:B5 gain:0.1 s:triangle room:1 ]", - "[ 115/3 → 116/3 | note:A5 gain:0.1 s:triangle room:1 ]", - "[ (116/3 → 39/1) ⇝ 40/1 | note:E5 gain:0.1 s:triangle room:1 ]", - "[ 38/1 → 115/3 | note:C3 gain:0.1 s:triangle room:1 ]", - "[ 115/3 → 116/3 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (116/3 → 39/1) ⇝ 40/1 | note:B3 gain:0.1 s:triangle room:1 ]", - "[ 116/3 ⇜ (39/1 → 40/1) | note:E5 gain:0.1 s:triangle room:1 ]", - "[ 116/3 ⇜ (39/1 → 40/1) | note:B3 gain:0.1 s:triangle room:1 ]", - "[ (40/1 → 41/1) ⇝ 124/3 | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 40/1 → 121/3 | note:F3 gain:0.1 s:triangle room:1 ]", - "[ 121/3 → 122/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ (122/3 → 41/1) ⇝ 42/1 | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 40/1 ⇜ (41/1 → 124/3) | note:D6 gain:0.1 s:triangle room:1 ]", - "[ 124/3 → 125/3 | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 125/3 → 42/1 | note:B5 gain:0.1 s:triangle room:1 ]", - "[ 122/3 ⇜ (41/1 → 42/1) | note:E4 gain:0.1 s:triangle room:1 ]", - "[ 42/1 → 127/3 | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 127/3 → 128/3 | note:B5 gain:0.1 s:triangle room:1 ]", - "[ (128/3 → 43/1) ⇝ 130/3 | note:G5 gain:0.1 s:triangle room:1 ]", - "[ 42/1 → 127/3 | note:E3 gain:0.1 s:triangle room:1 ]", - "[ 127/3 → 128/3 | note:B3 gain:0.1 s:triangle room:1 ]", - "[ (128/3 → 43/1) ⇝ 44/1 | note:D4 gain:0.1 s:triangle room:1 ]", - "[ 128/3 ⇜ (43/1 → 130/3) | note:G5 gain:0.1 s:triangle room:1 ]", - "[ 130/3 → 44/1 | note:C6 gain:0.1 s:triangle room:1 ]", - "[ 128/3 ⇜ (43/1 → 44/1) | note:D4 gain:0.1 s:triangle room:1 ]", - "[ (44/1 → 45/1) ⇝ 46/1 | note:G6 gain:0.1 s:triangle room:1 ]", - "[ 44/1 → 133/3 | note:Eb3 gain:0.1 s:triangle room:1 ]", - "[ 133/3 → 134/3 | note:Bb3 gain:0.1 s:triangle room:1 ]", - "[ (134/3 → 45/1) ⇝ 46/1 | note:Db4 gain:0.1 s:triangle room:1 ]", - "[ 44/1 ⇜ (45/1 → 46/1) | note:G6 gain:0.1 s:triangle room:1 ]", - "[ 134/3 ⇜ (45/1 → 46/1) | note:Db4 gain:0.1 s:triangle room:1 ]", - "[ 46/1 → 139/3 | note:D3 gain:0.1 s:triangle room:1 ]", - "[ 139/3 → 140/3 | note:A3 gain:0.1 s:triangle room:1 ]", - "[ (140/3 → 47/1) ⇝ 142/3 | note:C4 gain:0.1 s:triangle room:1 ]", - "[ 142/3 → 48/1 | note:B4 gain:0.1 s:triangle room:1 ]", - "[ 140/3 ⇜ (47/1 → 142/3) | note:C4 gain:0.1 s:triangle room:1 ]", - "[ 142/3 → 48/1 | note:F4 gain:0.1 s:triangle room:1 ]", - "[ 142/3 → 48/1 | note:G3 gain:0.1 s:triangle room:1 ]", - "[ (0/1 → 1/1) ⇝ 4/3 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 0/1 → 1/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 1/3 → 2/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (2/3 → 1/1) ⇝ 2/1 | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 0/1 ⇜ (1/1 → 4/3) | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 4/3 → 2/1 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 2/3 ⇜ (1/1 → 2/1) | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ (2/1 → 3/1) ⇝ 10/3 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 2/1 → 7/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 7/3 → 8/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (8/3 → 3/1) ⇝ 4/1 | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ 2/1 ⇜ (3/1 → 10/3) | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 10/3 → 11/3 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 11/3 → 4/1 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 8/3 ⇜ (3/1 → 4/1) | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ (4/1 → 5/1) ⇝ 16/3 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 4/1 → 13/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 13/3 → 14/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (14/3 → 5/1) ⇝ 6/1 | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 4/1 ⇜ (5/1 → 16/3) | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 16/3 → 6/1 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 14/3 ⇜ (5/1 → 6/1) | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ (6/1 → 7/1) ⇝ 8/1 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 6/1 → 19/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 19/3 → 20/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (20/3 → 7/1) ⇝ 8/1 | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ 6/1 ⇜ (7/1 → 8/1) | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 20/3 ⇜ (7/1 → 8/1) | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ (8/1 → 9/1) ⇝ 28/3 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 8/1 → 25/3 | note:47.06 gain:0.1 s:triangle room:1 ]", - "[ 25/3 → 26/3 | note:62.06 gain:0.1 s:triangle room:1 ]", - "[ (26/3 → 9/1) ⇝ 10/1 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 8/1 ⇜ (9/1 → 28/3) | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 28/3 → 10/1 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 26/3 ⇜ (9/1 → 10/1) | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ (10/1 → 11/1) ⇝ 34/3 | note:81.06 gain:0.1 s:triangle room:1 ]", - "[ 10/1 → 31/3 | note:46.06 gain:0.1 s:triangle room:1 ]", - "[ 31/3 → 32/3 | note:61.06 gain:0.1 s:triangle room:1 ]", - "[ (32/3 → 11/1) ⇝ 12/1 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 10/1 ⇜ (11/1 → 34/3) | note:81.06 gain:0.1 s:triangle room:1 ]", - "[ 34/3 → 12/1 | note:79.06 gain:0.1 s:triangle room:1 ]", - "[ 32/3 ⇜ (11/1 → 12/1) | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ (12/1 → 13/1) ⇝ 40/3 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 12/1 → 37/3 | note:45.06 gain:0.1 s:triangle room:1 ]", - "[ 37/3 → 38/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ (38/3 → 13/1) ⇝ 14/1 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 12/1 ⇜ (13/1 → 40/3) | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 40/3 → 41/3 | note:72.06 gain:0.1 s:triangle room:1 ]", - "[ 41/3 → 14/1 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 38/3 ⇜ (13/1 → 14/1) | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ (14/1 → 15/1) ⇝ 16/1 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 14/1 → 43/3 | note:50.06 gain:0.1 s:triangle room:1 ]", - "[ 43/3 → 44/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ (44/3 → 15/1) ⇝ 16/1 | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ 14/1 ⇜ (15/1 → 16/1) | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 44/3 ⇜ (15/1 → 16/1) | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ (16/1 → 17/1) ⇝ 52/3 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 16/1 → 49/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 49/3 → 50/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (50/3 → 17/1) ⇝ 18/1 | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 16/1 ⇜ (17/1 → 52/3) | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 52/3 → 18/1 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 50/3 ⇜ (17/1 → 18/1) | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ (18/1 → 19/1) ⇝ 58/3 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 18/1 → 55/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 55/3 → 56/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (56/3 → 19/1) ⇝ 20/1 | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ 18/1 ⇜ (19/1 → 58/3) | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 58/3 → 59/3 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 59/3 → 20/1 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 56/3 ⇜ (19/1 → 20/1) | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ (20/1 → 21/1) ⇝ 64/3 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 20/1 → 61/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 61/3 → 62/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (62/3 → 21/1) ⇝ 22/1 | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 20/1 ⇜ (21/1 → 64/3) | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 64/3 → 22/1 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 62/3 ⇜ (21/1 → 22/1) | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ (22/1 → 23/1) ⇝ 24/1 | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 22/1 → 67/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 67/3 → 68/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (68/3 → 23/1) ⇝ 24/1 | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ 22/1 ⇜ (23/1 → 24/1) | note:69.06 gain:0.1 s:triangle room:1 ]", - "[ 68/3 ⇜ (23/1 → 24/1) | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ (24/1 → 25/1) ⇝ 76/3 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 24/1 → 73/3 | note:47.06 gain:0.1 s:triangle room:1 ]", - "[ 73/3 → 74/3 | note:62.06 gain:0.1 s:triangle room:1 ]", - "[ (74/3 → 25/1) ⇝ 26/1 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 24/1 ⇜ (25/1 → 76/3) | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 76/3 → 26/1 | note:74.06 gain:0.1 s:triangle room:1 ]", - "[ 74/3 ⇜ (25/1 → 26/1) | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ (26/1 → 27/1) ⇝ 82/3 | note:81.06 gain:0.1 s:triangle room:1 ]", - "[ 26/1 → 79/3 | note:46.06 gain:0.1 s:triangle room:1 ]", - "[ 79/3 → 80/3 | note:61.06 gain:0.1 s:triangle room:1 ]", - "[ (80/3 → 27/1) ⇝ 28/1 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 26/1 ⇜ (27/1 → 82/3) | note:81.06 gain:0.1 s:triangle room:1 ]", - "[ 82/3 → 28/1 | note:79.06 gain:0.1 s:triangle room:1 ]", - "[ 80/3 ⇜ (27/1 → 28/1) | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ (28/1 → 29/1) ⇝ 32/1 | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 28/1 → 85/3 | note:45.06 gain:0.1 s:triangle room:1 ]", - "[ 85/3 → 86/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ (86/3 → 29/1) ⇝ 30/1 | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 28/1 ⇜ (29/1 → 30/1) ⇝ 32/1 | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 86/3 ⇜ (29/1 → 30/1) | note:67.06 gain:0.1 s:triangle room:1 ]", - "[ 28/1 ⇜ (30/1 → 31/1) ⇝ 32/1 | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 30/1 → 91/3 | note:50.06 gain:0.1 s:triangle room:1 ]", - "[ 91/3 → 92/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ (92/3 → 31/1) ⇝ 32/1 | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ 28/1 ⇜ (31/1 → 32/1) | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 92/3 ⇜ (31/1 → 32/1) | note:66.06 gain:0.1 s:triangle room:1 ]", - "[ (32/1 → 33/1) ⇝ 100/3 | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 32/1 → 97/3 | note:53.06 gain:0.1 s:triangle room:1 ]", - "[ 97/3 → 98/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ (98/3 → 33/1) ⇝ 34/1 | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 32/1 ⇜ (33/1 → 100/3) | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 100/3 → 101/3 | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 101/3 → 34/1 | note:83.06 gain:0.1 s:triangle room:1 ]", - "[ 98/3 ⇜ (33/1 → 34/1) | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 34/1 → 103/3 | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 103/3 → 104/3 | note:83.06 gain:0.1 s:triangle room:1 ]", - "[ (104/3 → 35/1) ⇝ 36/1 | note:79.06 gain:0.1 s:triangle room:1 ]", - "[ 34/1 → 103/3 | note:52.06 gain:0.1 s:triangle room:1 ]", - "[ 103/3 → 104/3 | note:59.06 gain:0.1 s:triangle room:1 ]", - "[ (104/3 → 35/1) ⇝ 36/1 | note:62.06 gain:0.1 s:triangle room:1 ]", - "[ 104/3 ⇜ (35/1 → 36/1) | note:79.06 gain:0.1 s:triangle room:1 ]", - "[ 104/3 ⇜ (35/1 → 36/1) | note:62.06 gain:0.1 s:triangle room:1 ]", - "[ (36/1 → 37/1) ⇝ 112/3 | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 36/1 → 109/3 | note:50.06 gain:0.1 s:triangle room:1 ]", - "[ 109/3 → 110/3 | note:57.06 gain:0.1 s:triangle room:1 ]", - "[ (110/3 → 37/1) ⇝ 38/1 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ 36/1 ⇜ (37/1 → 112/3) | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 112/3 → 113/3 | note:83.06 gain:0.1 s:triangle room:1 ]", - "[ 113/3 → 38/1 | note:81.06 gain:0.1 s:triangle room:1 ]", - "[ 110/3 ⇜ (37/1 → 38/1) | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ 38/1 → 115/3 | note:83.06 gain:0.1 s:triangle room:1 ]", - "[ 115/3 → 116/3 | note:81.06 gain:0.1 s:triangle room:1 ]", - "[ (116/3 → 39/1) ⇝ 40/1 | note:76.06 gain:0.1 s:triangle room:1 ]", - "[ 38/1 → 115/3 | note:48.06 gain:0.1 s:triangle room:1 ]", - "[ 115/3 → 116/3 | note:55.06 gain:0.1 s:triangle room:1 ]", - "[ (116/3 → 39/1) ⇝ 40/1 | note:59.06 gain:0.1 s:triangle room:1 ]", - "[ 116/3 ⇜ (39/1 → 40/1) | note:76.06 gain:0.1 s:triangle room:1 ]", - "[ 116/3 ⇜ (39/1 → 40/1) | note:59.06 gain:0.1 s:triangle room:1 ]", - "[ (40/1 → 41/1) ⇝ 124/3 | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 40/1 → 121/3 | note:53.06 gain:0.1 s:triangle room:1 ]", - "[ 121/3 → 122/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ (122/3 → 41/1) ⇝ 42/1 | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 40/1 ⇜ (41/1 → 124/3) | note:86.06 gain:0.1 s:triangle room:1 ]", - "[ 124/3 → 125/3 | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 125/3 → 42/1 | note:83.06 gain:0.1 s:triangle room:1 ]", - "[ 122/3 ⇜ (41/1 → 42/1) | note:64.06 gain:0.1 s:triangle room:1 ]", - "[ 42/1 → 127/3 | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 127/3 → 128/3 | note:83.06 gain:0.1 s:triangle room:1 ]", - "[ (128/3 → 43/1) ⇝ 130/3 | note:79.06 gain:0.1 s:triangle room:1 ]", - "[ 42/1 → 127/3 | note:52.06 gain:0.1 s:triangle room:1 ]", - "[ 127/3 → 128/3 | note:59.06 gain:0.1 s:triangle room:1 ]", - "[ (128/3 → 43/1) ⇝ 44/1 | note:62.06 gain:0.1 s:triangle room:1 ]", - "[ 128/3 ⇜ (43/1 → 130/3) | note:79.06 gain:0.1 s:triangle room:1 ]", - "[ 130/3 → 44/1 | note:84.06 gain:0.1 s:triangle room:1 ]", - "[ 128/3 ⇜ (43/1 → 44/1) | note:62.06 gain:0.1 s:triangle room:1 ]", - "[ (44/1 → 45/1) ⇝ 46/1 | note:91.06 gain:0.1 s:triangle room:1 ]", - "[ 44/1 → 133/3 | note:51.06 gain:0.1 s:triangle room:1 ]", - "[ 133/3 → 134/3 | note:58.06 gain:0.1 s:triangle room:1 ]", - "[ (134/3 → 45/1) ⇝ 46/1 | note:61.06 gain:0.1 s:triangle room:1 ]", - "[ 44/1 ⇜ (45/1 → 46/1) | note:91.06 gain:0.1 s:triangle room:1 ]", - "[ 134/3 ⇜ (45/1 → 46/1) | note:61.06 gain:0.1 s:triangle room:1 ]", - "[ 46/1 → 139/3 | note:50.06 gain:0.1 s:triangle room:1 ]", - "[ 139/3 → 140/3 | note:57.06 gain:0.1 s:triangle room:1 ]", - "[ (140/3 → 47/1) ⇝ 142/3 | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ 142/3 → 48/1 | note:71.06 gain:0.1 s:triangle room:1 ]", - "[ 140/3 ⇜ (47/1 → 142/3) | note:60.06 gain:0.1 s:triangle room:1 ]", - "[ 142/3 → 48/1 | note:65.06 gain:0.1 s:triangle room:1 ]", - "[ 142/3 → 48/1 | note:55.06 gain:0.1 s:triangle room:1 ]", -] -`; diff --git a/repl/src/test/dbdump.js b/repl/src/test/dbdump.js deleted file mode 100644 index cd299c77..00000000 --- a/repl/src/test/dbdump.js +++ /dev/null @@ -1,10 +0,0 @@ -import { createClient } from '@supabase/supabase-js'; - -const supabase = createClient( - 'https://pidxdsxphlhzjnzmifth.supabase.co', - 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InBpZHhkc3hwaGxoempuem1pZnRoIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTYyMzA1NTYsImV4cCI6MTk3MTgwNjU1Nn0.bqlw7802fsWRnqU5BLYtmXk_k-D1VFmbkHMywWc15NM', -); - -const { data } = await supabase.from('code'); - -console.log(JSON.stringify(data)); diff --git a/repl/src/test/dbdump.json b/repl/src/test/dbdump.json deleted file mode 100644 index 50b200f1..00000000 --- a/repl/src/test/dbdump.json +++ /dev/null @@ -1 +0,0 @@ -[{"id":10,"created_at":"2022-06-26T11:01:55.904597+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .out()\n .slow(3/2)","hash":"nLsPXvEPTcQF"},{"id":46,"created_at":"2022-07-18T05:59:44.00982+00:00","code":"stack(\n seq(\n e5, [b4, c5], d5, [c5, b4],\n a4, [a4, c5], e5, [d5, c5],\n b4, [r, c5], d5, e5,\n c5, a4, a4, r,\n [r, d5], [r, f5], a5, [g5, f5],\n e5, [r, c5], e5, [d5, c5],\n b4, [b4, c5], d5, e5,\n c5, a4, a4, r,\n ).rev(),\n seq(\n e2, e3, e2, e3, e2, e3, e2, e3,\n a2, a3, a2, a3, a2, a3, a2, a3,\n gs2, gs3, gs2, gs3, e2, e3, e2, e3,\n a2, a3, a2, a3, a2, a3, b1, c2,\n d2, d3, d2, d3, d2, d3, d2, d3,\n c2, c3, c2, c3, c2, c3, c2, c3,\n b1, b2, b1, b2, e2, e3, e2, e3,\n a1, a2, a1, a2, a1, a2, a1, a2,\n ).rev()\n).slow(16)","hash":"wj1_oPJEGjUu"},{"id":49,"created_at":"2022-07-18T07:00:41.350672+00:00","code":"\"f2,f3,c4,ab4\"\n.scale(seq('F minor', 'F harmonic minor').slow(4))\n.scaleTranspose(\"<0 -1 -2 -3>\")\n.transpose(\"0 1\".slow(16))","hash":"RnD3yO0e31p-"},{"id":75,"created_at":"2022-08-01T12:55:04.965073+00:00","code":"const xorwise = (x) => {\n const a = (x << 13) ^ x;\n const b = (a >> 17) ^ a;\n return (b << 5) ^ b;\n};\nconst _frac = (x) => x - Math.trunc(x);\nconst timeToIntSeed = (x) => xorwise(Math.trunc(_frac(x / 300) * 536870912));\nconst intSeedToRand = (x) => (x % 536870912) / 536870912;\nconst timeToRand = (x) => Math.abs(intSeedToRand(timeToIntSeed(x)));\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\nconst bars = 400;\nconst barMaxHeight = 200;\n\nconst barWidth = ctx.canvas.width / bars;\nfor(let i = 0;i {\n const a = (x << 13) ^ x;\n const b = (a >> 17) ^ a;\n return (b << 5) ^ b;\n};\nconst _frac = (x) => x - Math.trunc(x);\nconst timeToIntSeed = (x) => xorwise(Math.trunc(_frac(x / 300) * 536870912));\nconst intSeedToRand = (x) => (x % 536870912) / 536870912;\nconst timeToRand = (x) => Math.abs(intSeedToRand(timeToIntSeed(x)));\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\nconst bars = 400;\nconst barMaxHeight = 200;\nconst yCenter = 700;\n\nconst barWidth = ctx.canvas.width / bars;\nfor(let i = 0;i {\n const a = (x << 13) ^ x;\n const b = (a >> 17) ^ a;\n return (b << 5) ^ b;\n};\nconst _frac = (x) => x - Math.trunc(x);\nconst timeToIntSeed = (x) => xorwise(Math.trunc(_frac(x / 300) * 536870912));\nconst intSeedToRand = (x) => (x % 536870912) / 536870912;\nconst timeToRand = (x) => Math.abs(intSeedToRand(timeToIntSeed(x)));\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\nconst bars = 300;\nconst barMaxHeight = 200;\nconst yCenter = 700;\n\nconst barWidth = ctx.canvas.width / bars;\nfor(let i = 0;i {\n const a = (x << 13) ^ x;\n const b = (a >> 17) ^ a;\n return (b << 5) ^ b;\n};\nconst _frac = (x) => x - Math.trunc(x);\nconst timeToIntSeed = (x) => xorwise(Math.trunc(_frac(x / 3000) * 536870912));\nconst intSeedToRand = (x) => (x % 536870912) / 536870912;\nconst timeToRand = (x) => Math.abs(intSeedToRand(timeToIntSeed(x)));\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\nconst bars = 300;\nconst barMaxHeight = 200;\nconst yCenter = 700;\n\nconst barWidth = ctx.canvas.width / bars;\nfor(let i = 0;i {\n let n = Math.min(xs.length, ys.length)\n let [s_x, s_y, s_xy, s_x2, s_y2] = [0,0,0,0,0] \n for (let i = 0; i < n; i++) {\n s_x += xs[i]; s_x2 += xs[i] * xs[i];\n s_y += ys[i]; s_xy += xs[i] * ys[i];\n s_y2 += ys[i] * ys[i]\n }\n return (s_xy - s_x * s_y / n) / (Math.sqrt(s_x2 - s_x * s_x / n) * Math.sqrt(s_y2 - s_y * s_y / n))\n}\n\nconst cycleCount = 10000\n\nconst nums0 = rand.late(0).segment(1).queryArc(0, cycleCount).map(x => x.value)\nconst nums1 = rand.late(.0001).segment(1).queryArc(0, cycleCount).map(x => x.value)\n\nconsole.log(correlation(nums0, nums1))\n\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\n\nfor (let i = 0; i < cycleCount; i++) {\n ctx.fillRect(nums0[i] * ctx.canvas.width, (1 - nums1[i]) * ctx.canvas.width, 2, 2);\n}\n\nsilence;","hash":"5_NKdDWsFCk1"},{"id":81,"created_at":"2022-08-01T23:08:10.209914+00:00","code":"const correlation = (xs, ys) => {\n let n = Math.min(xs.length, ys.length)\n let [s_x, s_y, s_xy, s_x2, s_y2] = [0,0,0,0,0] \n for (let i = 0; i < n; i++) {\n s_x += xs[i]; s_x2 += xs[i] * xs[i];\n s_y += ys[i]; s_xy += xs[i] * ys[i];\n s_y2 += ys[i] * ys[i]\n }\n return (s_xy - s_x * s_y / n) / (Math.sqrt(s_x2 - s_x * s_x / n) * Math.sqrt(s_y2 - s_y * s_y / n))\n}\n\nconst cycleCount = 10000\n\nconst nums0 = rand.segment(1).queryArc(0, cycleCount).map(x => x.value)\nconst nums1 = rand.late(.0001).segment(1).queryArc(0, cycleCount).map(x => x.value)\n\nconsole.log(correlation(nums0, nums1))\n\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\nctx.fillText('Pearson correlation is ' + correlation(nums0, nums1), 10, ctx.canvas.height - 100)\n\nfor (let i = 0; i < cycleCount; i++) {\n ctx.fillRect(nums0[i] * ctx.canvas.width, (1 - nums1[i]) * ctx.canvas.height, 2, 2);\n}\n\nsilence;","hash":"kH7LV63mXASH"},{"id":220,"created_at":"2022-09-28T16:18:38.7126+00:00","code":" \"\".voicings()\n .superimpose(x=>x.add(perlin.range(0,.3)))\n .add(\"<0 2>/8\")\n .note().s('sawtooth')\n .attack(.1).decay(.05).sustain(.2)\n .segment(\"<6@3 3>\")\n .cutoff(saw.range(500,2000).slow(16))\n .gain(isaw)\n .out()\n .color(\" [white | gray]\")\n .pianoroll({ vertical:1, fold:1, smear:0,background:'silver' })\n\n // strudel disable-highlighting strudel hide-heade","hash":"cpVS2-bO1LzP"},{"id":11,"created_at":"2022-06-26T11:07:20.701102+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .out()\n .slow(3/2)","hash":"ac7iGrXwBA_D"},{"id":12,"created_at":"2022-06-26T11:09:30.200054+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n perc: ['perc/002_perc2.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\n\"C^7 Am7 Dm7 G7\".slow(2).voicings()\n .stack(\"0@6 [<1 2> <2 0> 1]@2\".scale('C5 major'))\n .n().slow(4)\n .s('0040_FluidR3_GM_sf2_file')\n .color('steelblue')\n .stack(\n \"<-7 ~@2 [~@2 -7] -9 ~@2 [~@2 -9] -10!2 ~ [~@2 -10] -5 ~ [-3 -2 -10]@2>*2\".scale('C3 major')\n .n().s('sawtooth').color('brown')\n )\n .attack(0.05).decay(.1).sustain(.7)\n .cutoff(perlin.range(800,2000))\n .gain(.3)\n .stack(\n s(\" sd,hh*3,~@5 \")\n .speed(perlin.range(.9,1.1))\n .n(3).color('gray')\n ).slow(3/2)\n .pianoroll({autorange:1,vertical:1,fold:0})\n .out()","hash":"0l5OmIwd4Xhc"},{"id":13,"created_at":"2022-06-26T22:23:34.464386+00:00","code":"s(\"bd\")","hash":"a5zB31-92Q7M"},{"id":14,"created_at":"2022-06-27T20:39:04.215675+00:00","code":"const bpm = 90;\nconst lead = polysynth().set({...osc('sine4'),...adsr(.004)}).chain(vol(0.15),out())\nconst bass = fmsynth({...osc('sawtooth6'),...adsr(0.05,.6,0.8,0.1)}).chain(vol(0.6), out());\nconst s = scale(cat('F3 minor', 'Ab3 major', 'Bb3 dorian', 'C4 phrygian dominant').slow(4));\nstack(\n \"0 2\".struct(\" [x ~]\").apply(s).scaleTranspose(stack(0,2)).tone(lead),\n \"<6 7 9 7>\".struct(\"[~ [x ~]*2]*2\").apply(s).scaleTranspose(\"[0,2] [2,4]\".fast(2).every(4,rev)).tone(lead),\n\t\"-14\".struct(\"[~ x@0.8]*2\".early(0.01)).apply(s).tone(bass),\n \"c2*2\".tone(membrane().chain(vol(0.6), out())),\n \"~ c2\".tone(noise().chain(vol(0.2), out())),\n \"c4*4\".tone(metal(adsr(0,.05,0)).chain(vol(0.03), out()))\n)\n.slow(120 / bpm)","hash":"ZNO6a_vBjz65"},{"id":15,"created_at":"2022-06-28T20:05:20.638134+00:00","code":"samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav'] }, \n 'github:cleary/samples-flbass/main/')\n\nnote(\"<8(3,8) <7 7*2> [4 5@3] 8>\".sub(1) // sub 1 -> 1-indexed\n.superimpose(\n x=>x.add(7).color('steelblue')\n .off(1/8,x=>x.add(\"2,4\")\n .off(1/8,x=>x.add(5).echo(4,.125,.5)\n //.hush()\n ))\n .slow(2)\n).scale('A1 minor'))\n.s(\"flbass\").n(\"<0 1>/8\")\n.gain(.3)\n.cutoff(sine.slow(7).range(200,4000))\n.resonance(10)\n//.hcutoff(400)\n.clip(1)\n.out()\n.pianoroll({vertical:1})","hash":"8sxdCCcYKcvp"},{"id":16,"created_at":"2022-06-28T22:58:35.06403+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n perc: ['perc/002_perc2.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\n\"C^7 Am7 Dm7 G7\".slow(2).voicings()\n .stack(\"0@6 [<1 2> <2 0> 1]@2\".scale('C5 major'))\n .n().slow(4)\n .s('0040_FluidR3_GM_sf2_file')\n .color('steelblue')\n .stack(\n \"<-7 ~@2 [~@2 -7] -9 ~@2 [~@2 -9] -10!2 ~ [~@2 -10] -5 ~ [-3 -2 -10]@2>*2\".scale('C3 major')\n .n().s('sawtooth').color('brown')\n )\n .attack(0.05).decay(.1).sustain(.7)\n .cutoff(perlin.range(800,2000))\n .gain(.3)\n .stack(\n s(\" sd,hh*3,~@5 \")\n .speed(perlin.range(.9,1.1))\n .n(3).color('gray')\n ).slow(3/2)\n .pianoroll({autorange:1,vertical:1,fold:0})\n .out()","hash":"PIG8q54uhQ5h"},{"id":18,"created_at":"2022-06-29T11:42:55.248174+00:00","code":"stack(\n // melody\n `[B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] \n [B3@2 D4] [A4@2 G4] [D4@2 [C4 B3]] [A3]\n [B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3]\n [B3@2 D4] [A4@2 G4] D5@2 \n [D5@2 [C5 B4]] [[C5 B4] G4@2] [C5@2 [B4 A4]] [[B4 A4] E4@2]\n [D5@2 [C5 B4]] [[C5 B4] G4 C5] [G5] [~ ~ B3]`,\n // bass\n `[[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[D2 A2] C3@2] [[C2 G2] B2@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[Eb2 Bb2] Db3@2] [[D2 A2] C3 [F3,G2]]`\n).transpose(12).slow(48).tone(\n new PolySynth().chain(\n new Gain(0.3), \n new Chorus(2, 2.5, 0.5).start(), \n new Freeverb(), \n getDestination())\n)","hash":"RyZi9bqqcQku"},{"id":19,"created_at":"2022-06-29T11:43:24.265171+00:00","code":"stack(\n seq(\n \"~\",\n \"~\",\n \"~\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [F5@2 C6] A5 G5\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [Bb5 A5 G5] F5@2\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [F5@2 C6] A5 G5\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [Bb5 A5 G5] F5@2\",\n \"A5 [F5@2 C5] A5 F5\",\n \"Ab5 [F5@2 Ab5] G5@2\",\n \"A5 [F5@2 C5] A5 F5\",\n \"Ab5 [F5@2 C5] C6@2\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [Bb5 A5 G5] F5@2\"\n ),\n seq(\n \"[F4,Bb4,D5] [[D4,G4,Bb4]@2 [Bb3,D4,F4]] [[G3,C4,E4]@2 [[Ab3,F4] [A3,Gb4]]] [Bb3,E4,G4]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, Bb3, Db3] [F3, Bb3, Db3]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]\",\n \"[~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]\",\n \"[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]\",\n \"[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]\",\n \"[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]\",\n \"[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]\"\n ),\n seq(\n \"[G3 G3 C3 E3]\",\n \"[F2 D2 G2 C2]\",\n \"[F2 D2 G2 C2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[A2 Ab2 G2 C2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[G2 C2 F2 F2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[A2 Ab2 G2 C2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[G2 C2 F2 F2]\",\n \"[Bb2 Bb2 A2 A2]\",\n \"[Ab2 Ab2 G2 [C2 D2 E2]]\",\n \"[Bb2 Bb2 A2 A2]\",\n \"[Ab2 Ab2 G2 [C2 D2 E2]]\",\n \"[F2 A2 Bb2 B2]\",\n \"[G2 C2 F2 F2]\"\n )\n).slow(51);\n","hash":"83h9X6BCipLc"},{"id":20,"created_at":"2022-06-29T20:25:43.622751+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)","hash":"Ii6-cLJkxdw9"},{"id":21,"created_at":"2022-06-29T20:25:49.311626+00:00","code":"n(\n \"a4 [a3 c3] a3 c3\"\n .sub(\"<7 12>/2\")\n .off(1/8, add(\"12\"))\n .off(1/4, add(\"7\"))\n)\n .legato(.5)\n .slow(2)\n .s(\"sawtooth square\")\n .cutoff(\"<2000 1000 500>\")\n .out()\n","hash":"-QCLFGNo4Q3J"},{"id":47,"created_at":"2022-07-18T06:48:38.473719+00:00","code":"\"c2 d2 e2@2\".struct(\"x x x*3\").note().out().pianoroll({fold:0,autorange:0,vertical:0,minMidi:30,maxMidi:50})","hash":"0KNPD8AmV-ms"},{"id":116,"created_at":"2022-08-27T21:13:04.238761+00:00","code":"const scales = sequence('C minor', ['D locrian', 'G phrygian'], 'Bb2 minor', ['C locrian','F phrygian']).slow(4)\nstack(\n \"\".fast(2).struct(\"x ~ x@3 x ~ x ~ ~ ~ x ~ x@3\".late(1/8)).early(1/8).slow(2).voicings(),\n \"[~ [0 ~]] 0 [~ [4 ~]] 4\".sub(7).restart(scales).scale(scales).early(.25)\n).note().piano().out().slow(2)","hash":"j5oC-CSjk7Kq"},{"id":22,"created_at":"2022-06-30T13:49:02.347298+00:00","code":"const lfo = cosine.slow(15);\nconst lfo2 = sine.slow(16);\nconst filter1 = x=>x.cutoff(lfo2.range(300,3000));\nconst filter2 = x=>x.hcutoff(lfo.range(1000,6000)).cutoff(4000)\nconst scales = cat('D3 major', 'G3 major').slow(8)\n\nconst drums = await players({\n bd: '344/344757_1676145-lq.mp3',\n sn: '387/387186_7255534-lq.mp3',\n hh: '561/561241_12517458-lq.mp3',\n hh2:'44/44944_236326-lq.mp3',\n hh3: '44/44944_236326-lq.mp3',\n}, 'https://freesound.org/data/previews/')\n\nstack(\n \"-7 0 -7 7\".struct(\"x(5,8,2)\").fast(2).sub(7)\n .scale(scales)\n .n()\n .s(\"sawtooth,square\")\n .gain(.3).attack(0.01).decay(0.1).sustain(.5)\n .apply(filter1),\n \"~@3 [<2 3>,<4 5>]\"\n .echo(4,1/16,.7)\n .scale(scales)\n .n()\n .s('square').gain(.7)\n .attack(0.01).decay(0.1).sustain(0)\n .apply(filter1),\n \"6 4 2\".add(14)\n .superimpose(sub(\"5\"))\n .fast(1).euclidLegato(3,8)\n .mask(\"<1 0@7>\")\n .fast(2)\n .echo(32, 1/8, .8)\n .scale(scales)\n .n()\n .s(\"sawtooth\")\n .gain(sine.range(.1,.4).slow(8))\n .attack(.001).decay(.2).sustain(0)\n .apply(filter2)\n).out().stack(\n stack(\n \"bd <~@7 [~ bd]>\".fast(2),\n \"~ sn\",\n \"[~ hh3]*2\"\n ).tone(drums.chain(vol(.18),out())).fast(2)\n).slow(2)\n \n//.pianoroll({minMidi:20, maxMidi:160})\n// strudel disable-highlighting","hash":"vwau_1P_anLs"},{"id":23,"created_at":"2022-07-01T06:57:24.49368+00:00","code":"\"[Dm7 G7] C^7\"\n .layer(\n x=>x.voicings().struct(\"x(3,8)\".fast(2)),\n x=>x.rootNotes(2).struct(\"x*4\").legato(.95)\n )\n .transpose(\"<0 1 2 1>/2\")\n .note()\n .slow(4)\n .out().piano().pianoroll({vertical:1})","hash":"wVExAEFBUPQB"},{"id":24,"created_at":"2022-07-01T14:36:15.475186+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)","hash":"C8mMgTmvsnue"},{"id":25,"created_at":"2022-07-01T14:38:58.329924+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)\n.pianoroll()","hash":"EeNsQ8hdNZwN"},{"id":26,"created_at":"2022-07-03T10:45:32.771893+00:00","code":"`[[e5 [b4 c5] d5 [c5 b4]]\n[a4 [a4 c5] e5 [d5 c5]]\n[b4 [~ c5] d5 e5]\n[c5 a4 a4 ~]\n[[~ d5] [~ f5] a5 [g5 f5]]\n[e5 [~ c5] e5 [d5 c5]]\n[b4 [b4 c5] d5 e5]\n[c5 a4 a4 ~]],\n[[e2 e3]*4]\n[[a2 a3]*4]\n[[g#2 g#3]*2 [e2 e3]*2]\n[a2 a3 a2 a3 a2 a3 b1 c2]\n[[d2 d3]*4]\n[[c2 c3]*4]\n[[b1 b2]*2 [e2 e3]*2]\n[[a1 a2]*4]`.slow(16)\n","hash":"AoWRw1oZkytb"},{"id":27,"created_at":"2022-07-03T10:45:53.927468+00:00","code":"// mixer\nconst mix = (key) => vol({\n chords: .2,\n lead: 0.8,\n bass: .4,\n snare: .95, \n kick: .9,\n hihat: .35,\n}[key]||0);\nconst delay = new FeedbackDelay(1/6, .3).chain(vol(.7), out());\nconst delay2 = new FeedbackDelay(1/6, .2).chain(vol(.15), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\n// instruments\nconst instr = (instrument) => ({\n organ: polysynth().set({...osc('sawtooth4'), ...adsr(.01,.2,0)}).chain(mix('chords').connect(delay),out()),\n lead: polysynth().set({...osc('triangle4'),...adsr(0.01,.05,0)}).chain(mix('lead').connect(delay2), out()),\n bass: polysynth().set({...osc('sawtooth8'),...adsr(.02,.05,.3,.2)}).chain(mix('bass'),lowpass(3000), out()),\n pad: polysynth().set({...osc('square2'),...adsr(0.1,.4,0.8)}).chain(vol(0.15),chorus,out()),\n hihat: metal(adsr(0, .02, 0)).chain(mix('hihat'), out()),\n snare: noise(adsr(0, .15, 0.01)).chain(mix('snare'), lowpass(5000), out()),\n kick: membrane().chain(mix('kick'), out())\n}[instrument]);\n// harmony\nconst t = transpose(\"<0 0 1 0>/8\");\nconst sowhat = scaleTranspose(\"0,3,6,9,11\");\n// track\nstack(\n \"[<0 4 [3 [2 1]]>]/4\".struct(\"[x]*3\").mask(\"[~ x ~]\").scale('D5 dorian').off(1/6, scaleTranspose(-7)).off(1/3, scaleTranspose(-5)).apply(t).tone(instr('lead')).mask(\"<~ ~ x x>/8\"),\n \"< <[d3 ~] [c3 f3] g3>>\".scale('D dorian').apply(sowhat).apply(t).tone(instr('organ')).mask(\"/8\"),\n \"<[d2 [d2 ~]*3]!3 >\".apply(t).tone(instr('bass')),\n \"c1*6\".tone(instr('hihat')),\n \"~ c3\".tone(instr('snare')),\n \"<[c1@5 c1] >\".tone(instr('kick')),\n \"[2,4]/4\".scale('D dorian').apply(t).tone(instr('pad')).mask(\"/8\")\n).fast(6/8)\n// strudel disable-highlighting","hash":"UaTcY5YrOahl"},{"id":28,"created_at":"2022-07-03T11:00:24.355036+00:00","code":"const drums = await players({\n bd: 'bd/BT0A0D0.wav',\n sn: 'sn/ST0T0S3.wav',\n hh: 'hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nstack(\n \"\",\n \"hh*4\",\n \"~ \"\n).tone(drums.chain(out()))\n","hash":"YPLI4xhBDMpV"},{"id":29,"created_at":"2022-07-04T12:35:45.49722+00:00","code":"stack(\n \" \"\n .every(2, fast(2))\n .voicings(),\n \" \"\n).transpose(\"<0 2 3 4>\")","hash":"amB31Tm55hnv"},{"id":30,"created_at":"2022-07-06T15:54:50.086508+00:00","code":"stack(\n // melody\n `[B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] \n [B3@2 D4] [A4@2 G4] [D4@2 [C4 B3]] [A3]\n [B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3]\n [B3@2 D4] [A4@2 G4] D5@2 \n [D5@2 [C5 B4]] [[C5 B4] G4@2] [C5@2 [B4 A4]] [[B4 A4] E4@2]\n [D5@2 [C5 B4]] [[C5 B4] G4 C5] [G5] [~ ~ B3]`,\n // bass\n `[[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[D2 A2] C3@2] [[C2 G2] B2@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[Eb2 Bb2] Db3@2] [[D2 A2] C3 [F3,G2]]`\n).transpose(12).slow(48).tone(\n new PolySynth().chain(\n new Gain(0.3), \n new Chorus(2, 2.5, 0.5).start(), \n new Freeverb(), \n getDestination())\n)","hash":"8OyCVeBYuqru"},{"id":31,"created_at":"2022-07-09T12:31:13.230041+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"lzjNrzv5qXL2"},{"id":48,"created_at":"2022-07-18T07:00:41.3457+00:00","code":"\"f2,f3,c4,ab4\"\n.scale(seq('F minor', 'F harmonic minor').slow(4))\n.scaleTranspose(\"<0 -1 -2 -3>\")\n.transpose(\"0 1\".slow(16))","hash":"Y5DZt5A66Jj-"},{"id":32,"created_at":"2022-07-11T06:51:34.557206+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh*4\") // drums\n .speed(perlin.range(.7,1)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .out()\n .slow(1.4)","hash":"b5ZZnwaI-UuT"},{"id":33,"created_at":"2022-07-12T02:21:17.231366+00:00","code":"stack(\n // melody\n seq(\n \"[F#5 D5] [B4 G4] Bb4 [B4 A4]\",\n \"[D5 Bb4] [G4 Eb4] F#4 [G4 F4]\",\n \"Bb4 [B4 A4] D5 [D#5 C#5]\",\n \"F#5 [G5 F5] Bb5 [F#5 F#5]\",\n ),\n // chords\n seq(\n \"[B^7 D7] [G^7 Bb7] Eb^7 [Am7 D7]\",\n \"[G^7 Bb7] [Eb^7 F#7] B^7 [Fm7 Bb7]\",\n \"Eb^7 [Am7 D7] G^7 [C#m7 F#7]\",\n \"B^7 [Fm7 Bb7] Eb^7 [C#m7 F#7]\"\n ).voicings(['E3', 'G4']),\n // bass\n seq(\n \"[B2 D2] [G2 Bb2] [Eb2 Bb3] [A2 D2]\",\n \"[G2 Bb2] [Eb2 F#2] [B2 F#2] [F2 Bb2]\",\n \"[Eb2 Bb2] [A2 D2] [G2 D2] [C#2 F#2]\",\n \"[B2 F#2] [F2 Bb2] [Eb2 Bb3] [C#2 F#2]\"\n )\n).slow(20)","hash":"YZksJ_k4TsrS"},{"id":34,"created_at":"2022-07-13T00:56:59.644328+00:00","code":"\"<0 2 4 <0 4 6>*12 <3 4>*6 <0 2 4>*2>\"\n.scale('D major')\n// .color('salmon')\n.off(2, x=>x.scaleTranspose(3).color('green'))\n.off(4, x=>x.scaleTranspose(0).color('steelblue'))\n.legato(2)\n// .echo(16, 1, .5)\n.note().piano().out()\n.pianoroll()","hash":"e9-pyQN6vY8E"},{"id":35,"created_at":"2022-07-14T01:29:05.575101+00:00","code":"stack(\n // melody\n seq(\n \"[F#5 D5] [B4 G4] Bb4 [B4 A4]\",\n \"[D5 Bb4] [G4 Eb4] F#4 [G4 F4]\",\n \"Bb4 [B4 A4] D5 [D#5 C#5]\",\n \"F#5 [G5 F5] Bb5 [F#5 F#5]\",\n ),\n // chords\n seq(\n \"[B^7 D7] [G^7 Bb7] Eb^7 [Am7 D7]\",\n \"[G^7 Bb7] [Eb^7 F#7] B^7 [Fm7 Bb7]\",\n \"Eb^7 [Am7 D7] G^7 [C#m7 F#7]\",\n \"B^7 [Fm7 Bb7] Eb^7 [C#m7 F#7]\"\n ).voicings(['E3', 'G4']),\n // bass\n seq(\n \"[B2 D2] [G2 Bb2] [Eb2 Bb3] [A2 D2]\",\n \"[G2 Bb2] [Eb2 F#2] [B2 F#2] [F2 Bb2]\",\n \"[Eb2 Bb2] [A2 D2] [G2 D2] [C#2 F#2]\",\n \"[B2 F#2] [F2 Bb2] [Eb2 Bb3] [C#2 F#2]\"\n )\n).slow(20)","hash":"ar2sdYnjIBLm"},{"id":38,"created_at":"2022-07-16T07:31:25.401071+00:00","code":"const pat = s(\"bd\").struct(\"~ x\");\n\nconsole.log('pat', pat.firstCycle().map(h=>h.showWhole()))\n\nconst pat2 = pat.struct(\"x x\");\n\nconsole.log('pat2', pat2.firstCycle().map(h=>h.showWhole()))\n\nsilence","hash":"RDyvc3SOo6kX"},{"id":40,"created_at":"2022-07-16T20:25:39.362216+00:00","code":"stack(\n s(\"bd(3,8), ~ sd\").every(4, x=>s(\"bd(5,8),sd(3,4,1)\")).late(3).webdirt(),\n n(\"<0 -2 1 4>\".scale('C2 minor')).s('sawtooth').cutoff(500).out(),\n note(\"\".voicings()).struct(\"~ x\").s('sawtooth').cutoff(2000).gain(.6).legato(.2).echo(4,1/8,.5).out()\n)","hash":"qk6JW1Bmi26s"},{"id":41,"created_at":"2022-07-17T15:41:28.991325+00:00","code":"//\"0 2 4\".add(\"<0 4 1 5 2 6 3>\").scale('C major')\ncat(\"0 2 4\".add(\"<0 4 1 5 2 6 3>\"),\"2 4 7\".add(\"<0 4 1 5 2 6 3>\"),\"4 7 9\".add(\"<0 4 1 5 2 6 3>\"),\"7 9 11\".add(\"<0 4 1 5 2 6 3>\"),\"9 11 14\".add(\"<0 4 1 5 2 6 3>\"),\"11 14 16\".add(\"<0 4 1 5 2 6 3>\"),\"14 16 18\".add(\"<0 4 1 5 2 6 3>\"),\"16 18 21\".add(\"<0 4 1 5 2 6 3>\")).scale('C major').tone((await piano()).toDestination())","hash":"c59geCmbANy8"},{"id":42,"created_at":"2022-07-17T15:54:41.151455+00:00","code":"//\"0 2 4\".add(\"<0 4 1 5 2 6 3>\").scale('C major')\ncat(\"0 2 4\".add(\"<0 4 1 5 2 6 3>\"),\"2 4 7\".add(\"<0 4 1 5 2 6 3>\"),\"4 7 9\".add(\"<0 4 1 5 2 6 3>\"),\"7 9 11\".add(\"<0 4 1 5 2 6 3>\"),\"9 11 14\".add(\"<0 4 1 5 2 6 3>\"),\"11 14 16\".add(\"<0 4 1 5 2 6 3>\"),\"14 16 18\".add(\"<0 4 1 5 2 6 3>\"),\"16 18 21\".add(\"<0 4 1 5 2 6 3>\")).scale('C major').echo(4,.25,.5).tone((await piano()).toDestination())","hash":"WD53HbM4B3Xf"},{"id":43,"created_at":"2022-07-17T15:54:41.514354+00:00","code":"//\"0 2 4\".add(\"<0 4 1 5 2 6 3>\").scale('C major')\ncat(\"0 2 4\".add(\"<0 4 1 5 2 6 3>\"),\"2 4 7\".add(\"<0 4 1 5 2 6 3>\"),\"4 7 9\".add(\"<0 4 1 5 2 6 3>\"),\"7 9 11\".add(\"<0 4 1 5 2 6 3>\"),\"9 11 14\".add(\"<0 4 1 5 2 6 3>\"),\"11 14 16\".add(\"<0 4 1 5 2 6 3>\"),\"14 16 18\".add(\"<0 4 1 5 2 6 3>\"),\"16 18 21\".add(\"<0 4 1 5 2 6 3>\")).scale('C major').echo(4,.25,.5).tone((await piano()).toDestination())","hash":"g7c_nZZ1fVJS"},{"id":44,"created_at":"2022-07-17T16:12:36.539795+00:00","code":"//\"0 2 4\".add(\"<0 4 1 5 2 6 3>\").scale('C major')\ncat(\"0 2 4\".add(\"<0 4 1 5 2 6 3>\"),\"2 4 7\".add(\"<0 4 1 5 2 6 3>\"),\"4 7 9\".add(\"<0 4 1 5 2 6 3>\"),\"7 9 11\".add(\"<0 4 1 5 2 6 3>\"),\"9 11 14\".add(\"<0 4 1 5 2 6 3>\"),\"11 14 16\".add(\"<0 4 1 5 2 6 3>\"),\"14 16 18\".add(\"<0 4 1 5 2 6 3>\"),\"16 18 21\".add(\"<0 4 1 5 2 6 3>\"),\"~ ~ ~ ~ [11, 14, 16, 18, 21]*2\".add(\"<0 4 1 5 2 6 3>\")).scale('C major').echo(6,.25,.5).tone((await piano()).toDestination())","hash":"Don6HOPD2Wwc"},{"id":45,"created_at":"2022-07-17T18:32:04.233455+00:00","code":"//\"0 2 4\".add(\"<0 4 1 5 2 6 3>\").scale('C major')\ncat(\"0 2 4\".add(\"<0 4 1 5 2 6 3>\"),\"2 4 7\".add(\"<0 4 1 5 2 6 3>\"),\"4 7 9\".add(\"<0 4 1 5 2 6 3>\"),\"7 9 11\".add(\"<0 4 1 5 2 6 3>\"),\"9 11 14\".add(\"<0 4 1 5 2 6 3>\"),\"11 14 16\".add(\"<0 4 1 5 2 6 3>\"),\"14 16 18\".add(\"<0 4 1 5 2 6 3>\"),\"16 18 21\".add(\"<0 4 1 5 2 6 3>\"),\"~ ~ ~ [11, 14, 16, 18, 21]*2\".add(\"<0 4 1 5 2 6 3>\")).scale('C major').echo(6,.25,.5).tone((await piano()).toDestination())","hash":"T8n8F1Fvew9g"},{"id":51,"created_at":"2022-07-18T23:03:11.012462+00:00","code":"backgroundImage(\n 'https://media.npr.org/assets/img/2017/02/03/barryharris_600dpi_wide-7eb49998aa1af377d62bb098041624c0a0d1a454.jpg',\n {style:'background-size:cover'})\n \n\"0,2,[7 6]\"\n .add(\"<0 1 2 3 4 5 7 8>\")\n .scale('C bebop major')\n .transpose(\"<0 1 2 1>/8\")\n .slow(2)\n .note().piano().out()\n","hash":"qbyqK2VN_6if"},{"id":52,"created_at":"2022-07-19T18:46:28.163734+00:00","code":"\"<0 2 [4 6](3,4,1) 3*2>\"\n.scale('D minor')\n.color('salmon')\n.off(1/4, x=>x.scaleTranspose(2).color('green'))\n.off(1/2, x=>x.scaleTranspose(6).color('steelblue'))\n.legato(.5)\n.echo(4, 1/8, .5)\n.note().piano().out()\n.pianoroll()","hash":"0H0ym5HypMyj"},{"id":53,"created_at":"2022-07-20T05:38:59.322905+00:00","code":"stack(\n \"c2 g2 a2 [e2@2 eb2] d2 a2 g2 [d2 ~ db2]\",\n \"[C^7 A7] [Dm7 G7]\".struct(\"[x@2 x] [~@2 x] [~ x@2]@2 [x ~@2] ~ [~@2 x@4]@2\")\n .voicings(['G3','A4'])\n).slow(4)","hash":"YAB9YoUpJwaj"},{"id":55,"created_at":"2022-07-20T20:28:25.749705+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n// strudel disable-highlighting","hash":"ODAzfGV0ZcbI"},{"id":56,"created_at":"2022-07-20T20:52:30.246557+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n","hash":"86BPLjJUsUlY"},{"id":57,"created_at":"2022-07-22T13:48:34.873528+00:00","code":"stack(\n \"c1*2\".tone(new MembraneSynth().toDestination()),\n \"~ x\".tone(new NoiseSynth().toDestination()),\n \"[~ c4]*2\".tone(new MetalSynth().set({envelope:{decay:0.06,sustain:0}}).chain(new Gain(0.5),getDestination()))\n)","hash":"a6p9WTalyHea"},{"id":58,"created_at":"2022-07-22T13:48:35.171894+00:00","code":"stack(\n \"c1*2\".tone(new MembraneSynth().toDestination()),\n \"~ x\".tone(new NoiseSynth().toDestination()),\n \"[~ c4]*2\".tone(new MetalSynth().set({envelope:{decay:0.06,sustain:0}}).chain(new Gain(0.5),getDestination()))\n)","hash":"ciNbEjRKpC5T"},{"id":59,"created_at":"2022-07-23T06:56:24.365582+00:00","code":"stack(\n \" \"\n .every(2, fast(2))\n .voicings(),\n \" \"\n).transpose(\"<0 2 3 4>\")","hash":"pLhCIXogckDD"},{"id":60,"created_at":"2022-07-23T20:56:40.69314+00:00","code":"stack(\n \" \"\n .every(2, fast(2))\n .voicings(),\n \" \"\n).transpose(\"<0 2 3 4>\")","hash":"hJFGyCmtF36W"},{"id":61,"created_at":"2022-07-24T11:03:31.223113+00:00","code":"n(\n \"a4 [a3 c3] a3 c3\"\n .sub(\"<7 12 5 12>\".slow(2))\n .off(1/4,x=>x.add(7))\n .off(1/8,x=>x.add(12))\n)\n .slow(2)\n .legato(sine.range(0.3, 2).slow(28))\n .s(\"sawtooth square\".fast(2))\n .cutoff(cosine.range(500,4000).slow(16))\n .out()","hash":"4HtBUNn4xAAA"},{"id":62,"created_at":"2022-07-30T14:20:18.860817+00:00","code":"const calcFibs = (n) => {\n const result = [1, 1];\n let fibsCount = result.length;\n for (let i = 0; i < n - 2; i++) {\n result.push(result[fibsCount-2] + result[fibsCount-1]);\n fibsCount += 1;\n }\n return result;\n}\n\nconst fibs = calcFibs(80)\n .map(x => x % 24)\n .map(x => x % 2 ? pure(x) : seq(pure(x), pure(x+2)));\n\n\n// alert()\n\npolyrhythm(seq(fibs).scale('E1 pentatonic').slow(16))\n .tone(synth(adsr(0,.1,0,0)).chain(out()))\n // .midi(\"loopMIDI Port\")","hash":"o6VENTMBn_Fo"},{"id":63,"created_at":"2022-07-31T08:44:18.354161+00:00","code":"const chords = \"\";\nconst scales = cat('C minor','F dorian','G dorian','F# mixolydian')\nstack(\n chords.voicings().struct(\"x(3,8,-1)\").velocity(.5).off(1/7,x=>x.transpose(12).velocity(.2)),\n chords.rootNotes(2).struct(\"x(4,8)\"),\n chords.rootNotes(4)\n .scale(scales)\n .struct(\"x(3,8,-2)\".fast(2))\n .scaleTranspose(\"0 4 0 6\".early(\".125 .5\")).layer(scaleTranspose(\"0,<2 [4,6] [5,7]>/3\"))\n).slow(2).transpose(-1) \n .legato(cosine.struct(\"x*8\").add(4/5).mul(4/5).fast(8))\n .velocity(sine.struct(\"x*8\").add(3/5).mul(2/5).fast(8))\n .note().piano().out().fast(3/4)","hash":"2MtjoYELsyy6"},{"id":54,"created_at":"2022-07-20T05:39:09.335398+00:00","code":"stack(\n \"c2 g2 a2 [e2@2 eb2] d2 a2 g2 [d2 ~ db2]\",\n \"[C^7 A7] [Dm7 G7]\".struct(\"[x@2 x] [~@2 x] [~ x@2]@2 [x ~@2] ~ [~@2 x@4]@2\")\n .voicings(['G3','A4'])\n).slow(4).note()","hash":"-fdVyijf3Fk0"},{"id":64,"created_at":"2022-07-31T19:09:47.101758+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n// strudel disable-highlighting","hash":"vJ2KTtZo20cu"},{"id":65,"created_at":"2022-07-31T19:09:47.681287+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n// strudel disable-highlighting","hash":"DhWsebFhaaI9"},{"id":66,"created_at":"2022-07-31T19:37:06.911082+00:00","code":"//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\n//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\nvar chooseInWith = (pat, xs) => {\n xs = xs.map(reify);\n if (xs.length == 0) {\n return silence;\n }\n return pat\n .range(0, xs.length)\n .fmap((i) => xs[Math.floor(i)])\n .innerJoin();\n};\n\nvar chooseCycles = (...xs) => chooseInWith(rand.segment(1), xs);\n\n\nchooseCycles(\n \"c4\",\n chooseCycles(\"c3 e3\", \"e3\", \"g3\")\n).fast(4)\n\n","hash":"TpZLuyJCkYlW"},{"id":67,"created_at":"2022-07-31T19:45:25.835911+00:00","code":"n(\n \"a4 [a3 c3] a3 c3\"\n .sub(\"<7 12>/2\")\n .off(1/8, add(\"12\"))\n .off(1/4, add(\"7\"))\n)\n .legato(.5)\n .slow(2)\n .s(\"sawtooth square\")\n .cutoff(\"<2000 1000 500>\")\n .out()\n","hash":"pQKoHsxS2h84"},{"id":68,"created_at":"2022-07-31T20:41:52.579757+00:00","code":"//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\n//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\nvar chooseInWith = (pat, xs) => {\n xs = xs.map(reify);\n if (xs.length == 0) {\n return silence;\n }\n return pat\n .range(0, xs.length)\n .fmap((i) => xs[Math.floor(i)])\n .innerJoin();\n};\n\nvar chooseCycles = (...xs) => chooseInWith(rand.segment(1), xs);\n\nvar randState = 0;\n\nvar chooseIndependentCycles = (...xs) => chooseInWith(rand.late((randState++)*0.0001).segment(1), xs);\n\nchooseIndependentCycles(\n \"c4\",\n chooseIndependentCycles(\"c3 e3\", \"e3\", \"g3\")\n).fast(4)\n\n","hash":"gL4HMl9q43o6"},{"id":69,"created_at":"2022-07-31T20:44:08.264338+00:00","code":"//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\n//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\nvar chooseInWith = (pat, xs) => {\n xs = xs.map(reify);\n if (xs.length == 0) {\n return silence;\n }\n return pat\n .range(0, xs.length)\n .fmap((i) => xs[Math.floor(i)])\n .innerJoin();\n};\n\nvar chooseCycles = (...xs) => chooseInWith(rand.segment(1), xs);\n\nvar randState = 0;\n\nvar chooseIndependentCycles = (...xs) => chooseInWith(rand.late((randState++)*0.0001).segment(1), xs);\n\nchooseIndependentCycles(\n \"c4\",\n chooseIndependentCycles(\"c3 e3\", \"e3\", \"g3\")\n).fast(4)\n\n","hash":"QoKBBsdDBQro"},{"id":70,"created_at":"2022-07-31T21:23:41.301044+00:00","code":"//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\n//slowcat(\"c3 e3\", \"e3\", \"g3\").late(rand.range(0,2).round()).fast(4)\n\nvar chooseInWith = (pat, xs) => {\n xs = xs.map(reify);\n if (xs.length == 0) {\n return silence;\n }\n return pat\n .range(0, xs.length)\n .fmap((i) => xs[Math.floor(i)])\n .innerJoin();\n};\n\nvar chooseCycles = (...xs) => chooseInWith(rand.segment(1), xs);\n\nvar randState = 0;\n\nvar chooseIndependentCycles = (...xs) => chooseInWith(rand.late((randState++)*0.0001).segment(1), xs);\n\nchooseIndependentCycles(\n chooseIndependentCycles(\"c3 e3\", \"e3\", \"g3\"),\n \"c4\"\n).fast(4)\n\n","hash":"TGp3R_6-qmvY"},{"id":71,"created_at":"2022-07-31T21:45:18.914427+00:00","code":"\"c9 c9 c9, c8 c8\"\n.scale('D minor')\n.note().piano().out()\n.pianoroll()","hash":"Oais65XPBeAV"},{"id":72,"created_at":"2022-07-31T21:46:18.336294+00:00","code":"\"c9 c9 c9, c8 c8\"\n.scale('D minor')\n.note().piano().out()\n.pianoroll()","hash":"ldZPCC8_189H"},{"id":73,"created_at":"2022-08-01T06:36:33.220598+00:00","code":"// this is a test of the distribution of random numbers\n\n// this function just counts how often each number occurs in the array\nconst count = (numbers) => numbers.reduce((acc, n) => {\n if(!acc[n]) {\n acc[n] = 1;\n } else {\n acc[n]++\n };\n return acc;\n},{})\n\nlet numbers;\n\n// segment one random cycle into 10000 parts\nnumbers = rand.range(0,9).round().segment(10000).queryArc(0,1).map(h=>h.value)\nconsole.log('segment 10000', count(numbers))\n/*\n0: 549\n1: 1110\n2: 1126\n3: 1106\n4: 1109\n5: 1112\n6: 1118\n7: 1113\n8: 1106\n9: 551\n*/\n// query a random signal for 10000 cycles\nnumbers = rand.range(0,9).round().segment(1).queryArc(0,10000).map(h=>h.value)\nconsole.log('query 10000', count(numbers))\n/*\n 0: 534\n1: 1300\n2: 898\n3: 1236\n4: 1034\n5: 1031\n6: 1232\n7: 900\n8: 1299\n9: 536\n*/\n// conclusion: in both cases, the distribution is not quite equal...\n\nsilence","hash":"D--IwyHBNn0a"},{"id":74,"created_at":"2022-08-01T12:54:58.375978+00:00","code":"const xorwise = (x) => {\n const a = (x << 13) ^ x;\n const b = (a >> 17) ^ a;\n return (b << 5) ^ b;\n};\nconst _frac = (x) => x - Math.trunc(x);\nconst timeToIntSeed = (x) => xorwise(Math.trunc(_frac(x / 300) * 536870912));\nconst intSeedToRand = (x) => (x % 536870912) / 536870912;\nconst timeToRand = (x) => Math.abs(intSeedToRand(timeToIntSeed(x)));\n\nconst ctx = getDrawContext();\nctx.fillStyle='darkseagreen'\nctx.clearRect(0,0,ctx.canvas.width,ctx.canvas.height)\nconst bars = 400;\nconst barMaxHeight = 200;\n\nconst barWidth = ctx.canvas.width / bars;\nfor(let i = 0;i\")\n.transpose(\"0 1\".slow(16))","hash":"faC6ykfIhu1j"},{"id":82,"created_at":"2022-08-01T23:14:59.962151+00:00","code":"const correlation = (xs, ys) => {\n let n = Math.min(xs.length, ys.length)\n let [s_x, s_y, s_xy, s_x2, s_y2] = [0,0,0,0,0] \n for (let i = 0; i < n; i++) {\n s_x += xs[i]; s_x2 += xs[i] * xs[i];\n s_y += ys[i]; s_xy += xs[i] * ys[i];\n s_y2 += ys[i] * ys[i]\n }\n return (s_xy - s_x * s_y / n) / (Math.sqrt(s_x2 - s_x * s_x / n) * Math.sqrt(s_y2 - s_y * s_y / n))\n}\n\nconst cycleCount = 10000\n\nconst nums0 = rand.late(0).segment(1).queryArc(0, cycleCount).map(x => x.value)\nlet nums1;\n\n[0.00001, 0.00005, 0.0001, 0.0002, 0.0003, 0.001, 1, 10, 2.71828, 3.14159].forEach((offset) => {\n nums1 = rand.late(offset).segment(1).queryArc(0, cycleCount).map(x => x.value)\n console.log('At offset ' + offset + ' correlation is ' + correlation(nums0, nums1));\n})\n\nsilence;","hash":"l7FO1TzD3yBA"},{"id":83,"created_at":"2022-08-02T21:59:58.510655+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1).color(\"\")\n.pianoroll({vertical:1,smear:1,fold:1})\n\n// strudel hide-heade\n// strudel hide-console","hash":"3hSnOnJz8aPZ"},{"id":84,"created_at":"2022-08-02T22:10:22.521354+00:00","code":"samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav','02_c2_finger_long_bridge.wav','03_c2_finger_short_bridge.wav','04_c2_pick_long.wav','05_c2_pick_short.wav','06_c2_palm_mute.wav'] }, \n 'github:cleary/samples-flbass/main/')\nsamples({\nbd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\nsd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\nhh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nnote(\"<8(3,8) <7 7*2> [4 5@3] 8>\".sub(1) // sub 1 -> 1-indexed\n.layer(\nx=>x,\nx=>x.add(7).color('steelblue')\n.off(1/8,x=>x.add(\"2,4\").off(1/8,x=>x.add(5).echo(4,.125,.5)))\n.slow(2),\n).scale('A1 minor'))\n.s(\"flbass\").n(0)\n.gain(.3)\n.cutoff(sine.slow(7).range(200,4000))\n.resonance(10)\n//.hcutoff(400)\n.clip(1)\n.stack(s(\"bd:1*2,~ sd:0,[~ hh:0]*2\"))\n.out()\n.color(\"\")\n.pianoroll({vertical:1,fold:0,smear:0})\n// strudel hide-console\n// strudel hide-heade","hash":"J3ClL0wQCBr_"},{"id":85,"created_at":"2022-08-03T22:41:57.671182+00:00","code":"\"0 1 2\".addIn(\"1 2\").scale('C minor').note().piano().out() // use inner (= left) structure\n\"0 1 2\".addOut(\"1 2\").scale('C minor').note().piano().out() // use outer (= right) structure\n\"0 1 2\".addMix(\"1 2\").scale('C minor').note().piano().out() // mix both structures\n","hash":"YC1KlrX1fOyP"},{"id":86,"created_at":"2022-08-06T19:41:32.193422+00:00","code":"\"[[e4*2](5,8),[c3(5,8)]*2]\".slow(4)","hash":"YD2MRLffOCRV"},{"id":87,"created_at":"2022-08-06T23:03:13.024098+00:00","code":"const chords = \"\"\nconst roots = chords.rootNotes(2)\n\nstack(\n chords.voicings(['F4', 'A5']).struct(\n ` x@2 ~ x ~ ~ ~ x |\n x? ~ ~ x@3 ~ x |\n x? ~ ~ x ~ x@3`),\n roots.struct(\"x [~ x?0.2] x [~ x?] | x!4 | x@2 ~ ~ ~ x x x\").transpose(\"0 7\")\n).slow(2).pianoroll().note().piano().out();","hash":"XxvYG4XK-I5G"},{"id":88,"created_at":"2022-08-08T02:14:13.538432+00:00","code":"stack(\n \"c3@3 [eb3, g3, [c4 d4]/2]\",\n \"c2 g2\",\n \"[eb4@5 [f4 eb4 d4]@3] [eb4 c4]/2\".slow(8)\n)","hash":"FHXCltSQwouU"},{"id":89,"created_at":"2022-08-08T06:58:26.414302+00:00","code":"Pattern.prototype.minify = function() {\n return this.fmap(mini).innerJoin();\n}\n\nstack('c3 e3 g3','c2 g2').minify()\n","hash":"Hg6JP2F6ufl1"},{"id":90,"created_at":"2022-08-08T07:02:04.72455+00:00","code":"Pattern.prototype.minify = function() {\n return this.fmap(mini).innerJoin();\n}\n\nstack('c3 e3 g3','c2 g2').minify()\n\n// strudel disable-highlighting","hash":"lNxLnMcpieR3"},{"id":91,"created_at":"2022-08-08T22:59:00.890037+00:00","code":"\"c3\".struct(cat(1,\"1\".early(0.2),\"1\".early(0.3),\"1\".early(0.4),\"1\".early(0.5))).fast(4)","hash":"78PHBhVZovgo"},{"id":92,"created_at":"2022-08-11T05:23:06.85935+00:00","code":"\nstack(\n // melody\n `<\n [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [e5 f5] [g5 a5]\n [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ g6] [g6 ~]\n [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [a5 g5] [c6 [e5@2 d5]]\n [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ [g6@2 ~] ~@2] [g5 ~] \n [~ a5] [b5 c6] [b5@2 ~@2 g5] ~\n [f5 ~] [[g5@2 f5] ~] [[e5 ~] [f5 ~]] [[f#5 ~] [g5 ~]]\n [~ a5] [b5 c6] [b5@2 ~@2 g5] ~\n [eb6 d6] [~ c6] ~!2\n >`\n .legato(.95),\n // sub melody\n `<\n [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 \n [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2\n [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 \n [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2\n [~ c5]!4 [~ a4]!2 [[c4 ~] [d4 ~]] [[eb4 ~] [e4 ~]]\n [~ c5]!4 [~ eb5]!2 [g4*2 [f4 ~]] [[e4 ~] [d4 ~]]\n >`,\n // bass\n `<\n c3!7 a3 f3!2\n e3!2 ~!4\n c3!7 a3 f3!2\n e3!2 ~!4\n f3!2 e3!2 d3!2 ~!2\n f3!2 e3!2 ab3!2 ~!2\n >`\n .legato(.5)\n).fast(2) // .note().piano().out()","hash":"rXBp8MOz1iNw"},{"id":93,"created_at":"2022-08-14T10:34:57.110119+00:00","code":"//\"0 1 2 3 4 5 6 7 8 9 10 11\".late(Math.PI).segment(12).scale('C major').pianoroll()\n\"0 1 2 3 4 5 6 7 8 9 10 11\".late(Math.PI).scale('C major').pianoroll()\n","hash":"bbPVlOzXxAxn"},{"id":94,"created_at":"2022-08-14T10:36:17.133808+00:00","code":"sine.range(0, 12).segment(12).late(Math.PI).scale('C major').pianoroll()","hash":"dZSKPnJiPMAz"},{"id":95,"created_at":"2022-08-14T13:07:25.292217+00:00","code":"samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav','02_c2_finger_long_bridge.wav','03_c2_finger_short_bridge.wav','04_c2_pick_long.wav','05_c2_pick_short.wav','06_c2_palm_mute.wav'] }, \n 'github:cleary/samples-flbass/main/')\nsamples({\nbd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\nsd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\nhh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\n\nnote(\"<8(3,8) <7 7*2> [4 5@3] 8>\".sub(1) // sub 1 -> 1-indexed\n.layer(\nx=>x,\nx=>x.add(7).color('steelblue')\n.off(1/8,x=>x.add(\"2,4\").off(1/8,x=>x.add(5).echo(4,.125,.5)))\n.slow(2),\n).scale('A1 minor'))\n.s(\"flbass\").n(0)\n.gain(.3)\n.cutoff(sine.slow(7).range(200,4000))\n.resonance(10)\n//.hcutoff(400)\n.clip(1)\n.stack(s(\"bd:1*2,~ sd:0,[~ hh:0]*2\"))\n.out()\n.pianoroll({vertical:1})","hash":"l-zyGmnM6g_q"},{"id":96,"created_at":"2022-08-14T13:51:32.968277+00:00","code":"const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out());\nconst snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out());\nconst s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out());\nstack(\n stack(\n \"0 1 4 [3!2 5]\".layer(\n // chords\n x=>x.add(\"0,3\").duration(\"0.05!3 0.02\"),\n // bass\n x=>x.add(\"-8\").struct(\"x*8\").duration(0.1) \n ),\n // melody\n \"12 11*3 12 ~\".duration(0.005) \n )\n .add(\"<0 1>\")\n .tune(\"jemblung2\")\n //.mul(22/5).round().xen(\"22edo\")\n //.mul(12/5).round().xen(\"12edo\")\n .tone(s),\n // kick\n \"[c2 ~]*2\".duration(0.05).tone(membrane().chain(out())), \n // snare\n \"[~ c1]*2\".early(0.001).tone(snare),\n // hihat\n \"c2*8\".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())),\n).slow(3)","hash":"vEpJhDLHycD8"},{"id":249,"created_at":"2022-10-08T14:26:38.096155+00:00","code":"stack(\n seq(\n \"~\",\n \"~\",\n \"~\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [F5@2 C6] A5 G5\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [Bb5 A5 G5] F5@2\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [F5@2 C6] A5 G5\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [Bb5 A5 G5] F5@2\",\n \"A5 [F5@2 C5] A5 F5\",\n \"Ab5 [F5@2 Ab5] G5@2\",\n \"A5 [F5@2 C5] A5 F5\",\n \"Ab5 [F5@2 C5] C6@2\",\n \"A5 [F5@2 C5] [D5@2 F5] F5\",\n \"[C5@2 F5] [Bb5 A5 G5] F5@2\"\n ),\n seq(\n \"[F4,Bb4,D5] [[D4,G4,Bb4]@2 [Bb3,D4,F4]] [[G3,C4,E4]@2 [[Ab3,F4] [A3,Gb4]]] [Bb3,E4,G4]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, Bb3, Db3] [F3, Bb3, Db3]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]\",\n \"[~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]\",\n \"[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]\",\n \"[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]\",\n \"[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]\",\n \"[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]\",\n \"[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]\",\n \"[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]\"\n ),\n seq(\n \"[G3 G3 C3 E3]\",\n \"[F2 D2 G2 C2]\",\n \"[F2 D2 G2 C2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[A2 Ab2 G2 C2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[G2 C2 F2 F2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[A2 Ab2 G2 C2]\",\n \"[F2 A2 Bb2 B2]\",\n \"[G2 C2 F2 F2]\",\n \"[Bb2 Bb2 A2 A2]\",\n \"[Ab2 Ab2 G2 [C2 D2 E2]]\",\n \"[Bb2 Bb2 A2 A2]\",\n \"[Ab2 Ab2 G2 [C2 D2 E2]]\",\n \"[F2 A2 Bb2 B2]\",\n \"[G2 C2 F2 F2]\"\n )\n).slow(51);\n","hash":"KEJD5r4Q7zZo"},{"id":97,"created_at":"2022-08-14T16:12:53.958113+00:00","code":"const sf = await loadSoundfont('https://felixroos.github.io/sfumato/soundfonts/Donkey%20Kong%20Country%202014.sf2')\nstack(\n // melody\n `<\n [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [e5 f5] [g5 a5]\n [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ g6] [g6 ~]\n [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [a5 g5] [c6 [e5@2 d5]]\n [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ [g6@2 ~] ~@2] [g5 ~] \n [~ a5] [b5 c6] [b5@2 ~@2 g5] ~\n [f5 ~] [[g5@2 f5] ~] [[e5 ~] [f5 ~]] [[f#5 ~] [g5 ~]]\n [~ a5] [b5 c6] [b5@2 ~@2 g5] ~\n [eb6 d6] [~ c6] ~!2\n >`\n .legato(.95),\n // sub melody\n `<\n [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 \n [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2\n [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 \n [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2\n [~ c5]!4 [~ a4]!2 [[c4 ~] [d4 ~]] [[eb4 ~] [e4 ~]]\n [~ c5]!4 [~ eb5]!2 [g4*2 [f4 ~]] [[e4 ~] [d4 ~]]\n >`,\n // bass\n `<\n c3!7 a3 f3!2\n e3!2 ~!4\n c3!7 a3 f3!2\n e3!2 ~!4\n f3!2 e3!2 d3!2 ~!2\n f3!2 e3!2 ab3!2 ~!2\n >`\n .legato(.5)\n).fast(2)\n .transpose(-12)\n .note()\n .soundfont(sf,17)","hash":"DHUbrEloJxMd"},{"id":98,"created_at":"2022-08-15T09:46:49.43021+00:00","code":"const lfo = cosine.slow(15);\nconst lfo2 = sine.slow(16);\nconst filter1 = x=>x.cutoff(lfo2.range(300,3000));\nconst filter2 = x=>x.hcutoff(lfo.range(1000,6000)).cutoff(4000)\nconst scales = cat('D3 major', 'G3 major').slow(8)\n\nconst drums = await players({\n bd: '344/344757_1676145-lq.mp3',\n sn: '387/387186_7255534-lq.mp3',\n hh: '561/561241_12517458-lq.mp3',\n hh2:'44/44944_236326-lq.mp3',\n hh3: '44/44944_236326-lq.mp3',\n}, 'https://freesound.org/data/previews/')\n\nstack(\n \"-7 0 -7 7\".struct(\"x(5,8,2)\").fast(2).sub(7)\n .scale(scales)\n .n()\n .s(\"sawtooth,square\")\n .gain(.3).attack(0.01).decay(0.1).sustain(.5)\n .apply(filter1),\n \"~@3 [<2 3>,<4 5>]\"\n .echo(4,1/16,.7)\n .scale(scales)\n .n()\n .s('square').gain(.7)\n .attack(0.01).decay(0.1).sustain(0)\n .apply(filter1),\n \"6 4 2\".add(14)\n .superimpose(sub(\"5\"))\n .fast(1).euclidLegato(3,8)\n .mask(\"<1 0@7>\")\n .fast(2)\n .echo(32, 1/8, .8)\n .scale(scales)\n .n()\n .s(\"sawtooth\")\n .gain(sine.range(.1,.4).slow(8))\n .attack(.001).decay(.2).sustain(0)\n .apply(filter2)\n).out().stack(\n stack(\n \"bd <~@7 [~ bd]>\".fast(2),\n \"~ sn\",\n \"[~ hh3]*2\"\n ).tone(drums.chain(vol(.18),out())).fast(2)\n).slow(2)\n \n//.pianoroll({minMidi:20, maxMidi:160})\n// strudel disable-highlighting","hash":"-YW3kIKIGR8j"},{"id":99,"created_at":"2022-08-16T07:15:57.59133+00:00","code":"const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out());\nconst snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out());\nconst s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out());\nstack(\n stack(\n \"0 1 4 [3!2 5]\".layer(\n // chords\n x=>x.add(\"0,3\").duration(\"0.05!3 0.02\"),\n // bass\n x=>x.add(\"-8\").struct(\"x*8\").duration(0.1) \n ),\n // melody\n \"12 11*3 12 ~\".duration(0.005) \n )\n .add(\"<0 1>\")\n .tune(\"jemblung2\")\n //.mul(22/5).round().xen(\"22edo\")\n //.mul(12/5).round().xen(\"12edo\")\n .tone(s),\n // kick\n \"[c2 ~]*2\".duration(0.05).tone(membrane().chain(out())), \n // snare\n \"[~ c1]*2\".early(0.001).tone(snare),\n // hihat\n \"c2*8\".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())),\n).slow(3)","hash":"iw5ossp4Sti1"},{"id":100,"created_at":"2022-08-16T19:31:44.909886+00:00","code":"const { default: confetti } = await import('https://cdn.skypack.dev/canvas-confetti');\n\nPattern.prototype.confetti = function() {\n return this.onTrigger((t,h)=>confetti(h.value))\n}\n\ncreateParams('particleCount','angle','spread','startVelocity','decay','gravity','drift','ticks')\n// see https://www.npmjs.com/package/canvas-confetti\n\n\"\"\n .gravity(\"<.5 1 2>\")\n .ticks(\"<100 200>\")\n .startVelocity(sine.range(1,50).slow(6))\n .drift(sine.range(-10,10).slow(7))\n .angle(sine.range(0,360).slow(8))\n .confetti()","hash":"7DsklCccTr-k"},{"id":101,"created_at":"2022-08-17T22:21:05.314956+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"ISMZvMGByNst"},{"id":102,"created_at":"2022-08-19T23:22:39.109269+00:00","code":"samples({\nbd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\nsd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\nhh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nstack(\n // bass\n \"0*2 <2(3,8) [4 3](5,8,1)>\".scale('G1 dorian').note().s('sawtooth').cutoff(1500).slow(2)\n .mask(\"x | x | x | ~\".slow(8))\n , // chord stabs\n \"~ [0,2,<4 <5 [5 6]>>]\".scale('G3 dorian').note().legato(.2).s('sawtooth').cutoff(sine.range(500,2000).slow(9)).echo(4,1/8,.5)\n //.mask(\"x | x | x | ~\".slow(8))\n , // chord bell\n \"<~ [7,~ 6@3,~@2 5@2, ~@3 4]>/4\".scale('G4 dorian').note().s('sawtooth').cutoff(1000)\n .mask(\"x | ~\".slow(16)),\n // pulsy pad\n \"4,7\".scale('G4 dorian').note().fast(2).attack(.5).s('square').cutoff(perlin.range(200,2000).slow(5)).velocity(.3)\n .mask(\"x | ~\".slow(16))\n , // drums\n \"bd*2\".s().mask(\"x | x | ~\".slow(8)),\n \"~ sd\".s().mask(\"~ | ~ | x\".slow(16)), \n \"~ [hh | hh*2]\".fast(2).s()\n .mask(\"x | x | ~\".slow(16))\n , // gedüdel\n \"~ [4 ~ 4 7] [~@2.2 7 ~] ~\"\n .slow(2)\n .scale('G3 dorian').note().s('sawtooth')\n .cutoff(sine.range(400,2000).slow(7))\n .jux(rev)\n .mask(\"x | ~\".slow(16)),\n).out()\n\n// strudel hide-header\n// strudel hide-console\n// strudel disable-highlightin","hash":"PDjOPOnV3JR6"},{"id":103,"created_at":"2022-08-20T17:19:29.930768+00:00","code":"const sf = await loadSoundfont('https://felixroos.github.io/sfumato/soundfonts/Donkey%20Kong%20Country%202014.sf2')\nstack(\n \"<[F3,C4]@2 [Eb3,Bb3] [Eb3,]>\".note().struct(\"~ \").soundfont(sf,10),\n \"\".off(1/4,x=>x.transpose(-12).degradeBy(.4)).note().soundfont(sf,5),\n \"<0 2 4 <[3 2] [5 4]>>/2\".off(1/4, add(7)).scale('D minor').note().soundfont(sf,11),\n \">,e4 f3 d4 f3*2\".note().soundfont(sf,37),\n)","hash":"u7qAdlwp3Qig"},{"id":125,"created_at":"2022-09-02T13:57:35.849957+00:00","code":"stack(\n n(\">\".voicings())\n .cutoff(sine.range(500,2000).slow(6)).s('square')\n .decay(.1).sustain(0)\n .resonance(16)\n .struct(\"~@2.2 x\".fast(2)).gain(.2)\n .echo(3,.2,.4)\n .pan(cosine.range(0,1).slow(5))\n .out()\n,\n n(\"c2 < >\")\n .decay(.1)\n .gain(.5)\n .sustain(0.8)\n .cutoff(sine.range(500,2000).slow(7))\n .squeeze(\"x(3,8)\")\n .s('sawtooth').out()\n,\n s(\"[bd ~ <~ bd>] sd,[hh@2.2 hh]*2\").out()\n,\n \"0 <2 3> <<4 5> 3> 6\"\n .off(1/16,add(2))\n .scale('C5 dorian')\n .n()\n .decay(.05)\n .sustain(0)\n .gain(.5)\n .degradeBy(.5)\n .echo(3,.2,.5)\n .pan(sine.range(0,1).slow(5))\n .out()\n)","hash":"m7Uyh34tQwqi"},{"id":104,"created_at":"2022-08-23T04:55:03.203344+00:00","code":"const lfo = cosine.slow(15);\nconst lfo2 = sine.slow(16);\nconst filter1 = x=>x.cutoff(lfo2.range(300,3000));\nconst filter2 = x=>x.hcutoff(lfo.range(1000,6000)).cutoff(4000)\nconst scales = cat('D3 major', 'G3 major').slow(8)\n\nconst drums = await players({\n bd: '344/344757_1676145-lq.mp3',\n sn: '387/387186_7255534-lq.mp3',\n hh: '561/561241_12517458-lq.mp3',\n hh2:'44/44944_236326-lq.mp3',\n hh3: '44/44944_236326-lq.mp3',\n}, 'https://freesound.org/data/previews/')\n\nstack(\n \"-7 0 -7 7\".struct(\"x(5,8,2)\").fast(2).sub(7)\n .scale(scales)\n .n()\n .s(\"sawtooth,square\")\n .gain(.3).attack(0.01).decay(0.1).sustain(.5)\n .apply(filter1),\n \"~@3 [<2 3>,<4 5>]\"\n .echo(4,1/16,.7)\n .scale(scales)\n .n()\n .s('square').gain(.7)\n .attack(0.01).decay(0.1).sustain(0)\n .apply(filter1),\n \"6 4 2\".add(14)\n .superimpose(sub(\"5\"))\n .fast(1).euclidLegato(3,8)\n .mask(\"<1 0@7>\")\n .fast(2)\n .echo(32, 1/8, .8)\n .scale(scales)\n .n()\n .s(\"sawtooth\")\n .gain(sine.range(.1,.4).slow(8))\n .attack(.001).decay(.2).sustain(0)\n .apply(filter2)\n).out().stack(\n stack(\n \"bd <~@7 [~ bd]>\".fast(2),\n \"~ sn\",\n \"[~ hh3]*2\"\n ).tone(drums.chain(vol(.18),out())).fast(2)\n).slow(2)\n \n//.pianoroll({minMidi:20, maxMidi:160})\n// strudel disable-highlighting","hash":"OhjceF8ZvYk8"},{"id":105,"created_at":"2022-08-23T04:55:26.834729+00:00","code":"const f = fast(\"<1 <2 [4 8]>>\");\nstack(\n \"c3,g3,c4\".struct(\"[x ~]*2\").apply(f).transpose(\"<0 <3 [5 [7 [9 [11 13]]]]>>\"),\n \"c2 [c2 ~]*2\".tone(synth(osc('sawtooth8')).chain(vol(0.8),out())),\n \"c1*2\".tone(membrane().chain(vol(0.8),out()))\n).slow(1)","hash":"4yn-ch_d1hnA"},{"id":106,"created_at":"2022-08-23T04:55:28.075783+00:00","code":"const f = fast(\"<1 <2 [4 8]>>\");\nstack(\n \"c3,g3,c4\".struct(\"[x ~]*2\").apply(f).transpose(\"<0 <3 [5 [7 [9 [11 13]]]]>>\"),\n \"c2 [c2 ~]*2\".tone(synth(osc('sawtooth8')).chain(vol(0.8),out())),\n \"c1*2\".tone(membrane().chain(vol(0.8),out()))\n).slow(1)","hash":"2M1kLwRf6d-Q"},{"id":107,"created_at":"2022-08-23T04:55:28.539669+00:00","code":"const f = fast(\"<1 <2 [4 8]>>\");\nstack(\n \"c3,g3,c4\".struct(\"[x ~]*2\").apply(f).transpose(\"<0 <3 [5 [7 [9 [11 13]]]]>>\"),\n \"c2 [c2 ~]*2\".tone(synth(osc('sawtooth8')).chain(vol(0.8),out())),\n \"c1*2\".tone(membrane().chain(vol(0.8),out()))\n).slow(1)","hash":"XggCKeAH5uLK"},{"id":108,"created_at":"2022-08-23T04:57:37.905414+00:00","code":"stack(\n \"c3@3 [eb3, g3, [c4 d4]/2]\",\n \"c2 g2\",\n \"[eb4@5 [f4 eb4 d4]@3] [eb4 c4]/2\".slow(8)\n)","hash":"BH_o1f7vPxd3"},{"id":109,"created_at":"2022-08-23T05:02:51.506973+00:00","code":"const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out());\nconst snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out());\nconst s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out());\nstack(\n stack(\n \"0 1 4 [3!2 5]\".layer(\n // chords\n x=>x.add(\"0,3\").duration(\"0.05!3 0.02\"),\n // bass\n x=>x.add(\"-8\").struct(\"x*8\").duration(0.1) \n ),\n // melody\n \"12 11*3 12 ~\".duration(0.005) \n )\n .add(\"<0 1>\")\n .tune(\"jemblung2\")\n //.mul(22/5).round().xen(\"22edo\")\n //.mul(12/5).round().xen(\"12edo\")\n .tone(s),\n // kick\n \"[c2 ~]*2\".duration(0.05).tone(membrane().chain(out())), \n // snare\n \"[~ c1]*2\".early(0.001).tone(snare),\n // hihat\n \"c2*8\".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())),\n).slow(3)","hash":"OdgRkOYpGrgF"},{"id":110,"created_at":"2022-08-23T19:44:54.266612+00:00","code":"const p = pure('a1').fast(10/3)\n\nconst before = getAudioContext().currentTime;\np.queryArc(0,1);\nconst after = getAudioContext().currentTime;\nconst took = (after-before)*1000;\nconsole.log(took.toFixed(2),'ms')\n\nsilence","hash":"Yizg74mNj_6L"},{"id":111,"created_at":"2022-08-24T19:21:49.421978+00:00","code":"const PIXI = await import('https://cdn.skypack.dev/pixi.js');\n\nconst app = new PIXI.Application();\n\n// The application will create a canvas element for you that you\n// can then insert into the DOM.\nconst canvas = app.view;\nwindow.pixiCanvas && window.pixiCanvas.remove()\nwindow.pixiCanvas = canvas;\ncanvas.width = window.innerWidth;\ncanvas.height = window.innerHeight;\ncanvas.style = 'pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:5';\ndocument.body.prepend(canvas);\n\n// load the texture we need\napp.loader.add('bunny', 'https://pixijs.io/examples/examples/assets/bunny.png').load((loader, resources) => {\n // This creates a texture from a 'bunny.png' image.\n const bunny = new PIXI.Sprite(resources.bunny.texture);\n\n // Setup the position of the bunny\n bunny.x = app.renderer.width / 2;\n bunny.y = app.renderer.height / 2;\n\n // Rotate around the center\n bunny.anchor.x = 0.5;\n bunny.anchor.y = 0.5;\n\n // Add the bunny to the scene we are building.\n app.stage.addChild(bunny);\n\n // Listen for frame updates\n app.ticker.add(() => {\n // each frame we spin the bunny around a bit\n bunny.rotation -= 0.1;\n });\n});\n\n\nsilence","hash":"JFekmMyzjDzs"},{"id":112,"created_at":"2022-08-24T19:30:35.25109+00:00","code":"const PIXI = await import('https://cdn.skypack.dev/pixi.js');\n\n\nconst app = new PIXI.Application({width:window.innerWidth,height:window.innerHeight});\nwindow.pixiCanvas && window.pixiCanvas.remove()\nwindow.pixiCanvas = app.view;\nwindow.pixiCanvas.style = 'pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:5';\ndocument.body.prepend(window.pixiCanvas);\n\napp.loader.add('bunny', 'https://pixijs.io/examples/examples/assets/bunny.png').load((loader, resources) => {\n const bunny = new PIXI.Sprite(resources.bunny.texture);\n bunny.x = app.renderer.width / 2;\n bunny.y = app.renderer.height / 2;\n\n bunny.anchor.x = 0.5;\n bunny.anchor.y = 0.5;\n bunny.width *=2;\n bunny.height *=2;\n\n app.stage.addChild(bunny);\n app.ticker.add((t) => {\n bunny.rotation += 0.1;\n });\n});\n\n\nsilence","hash":"ZRX_KCC7pe2k"},{"id":113,"created_at":"2022-08-24T20:15:23.808855+00:00","code":"(\"0 5 7\").piano()\n","hash":"X7Vln6QqABL2"},{"id":114,"created_at":"2022-08-25T16:25:00.451629+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"ILwq_zKFMNN5"},{"id":115,"created_at":"2022-08-25T17:08:14.813609+00:00","code":"// Chorus from \"Veronica In Ecstasy\", by Tim Smith (of Cardiacs) \nconst maj = \"0,4,7\"\nconst min = \"0,3,7\"\nstack(\n // melody\nseq(\n \"[f#6]*3 [f#6 [~ ~ f#6]]\",\n \"[f#6]*3 [[f#6 e6 ~] e6]\",\n \"[e6 e6 [e6 f#6]] [[g6 ~ d6] d6]\", \n \"[d6 d6 [e6 f#6]] [g#6 f6 c#6]\",\n \"[g#5 [ ~ ~ g#5]] [[a5 b5] c#6 c#6]\", \n \"[f#6]*3 [f6 c#6 g#5]\",\n \"[g#5 [ ~ ~ g#5]] [[a#5 c6] d6 a#5]\", \n \"[g#5 a5 b5] [c#6 d6 e6]\",\n \"[d6 a#5 f5] [[g#5 ~] g#5]\", \n \"e3 ~ [~ ~ f#3] ~\",\n \"e3 ~ [~ ~ f#3] [~ ~ f#6]\").legato(0.9),\n // chords\nseq(\n maj.add(\"b4\"), \n maj.add(\"f#4 a4\"),\n maj.add(\"c4 g4\"),\n maj.add(\"d4 c#4\"),\n maj.add(\"e4 a4\"),\n maj.add(\"b4 c#4\"),\n seq(min.add(\"f4\"), maj.add(\"a#4\")),\n maj.add(\"e4 a4\"),\n seq(maj.add(\"a#4\"), min.add(\"f4\")),\n maj.add(\"~ e4 ~ f#4\"),\n maj.add(\"~ e4 ~ f#4\"))\n .struct(\"x ~\".fast(11*4))\n).slow(21)","hash":"CSzelQFTGerr"},{"id":117,"created_at":"2022-08-30T04:40:01.053866+00:00","code":"const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out());\nconst kick = new MembraneSynth().chain(vol(.8), out());\nconst snare = new NoiseSynth().chain(vol(.8), out());\nconst hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out());\nconst bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out());\nconst keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out());\n\nconst drums = stack(\n \"c1*2\".tone(kick).mask(\"/8\"),\n \"~ \".tone(snare).mask(\"/4\"),\n \"[~ c4]*2\".tone(hihat)\n);\n\nconst thru = (x) => x.transpose(\"<0 1>/8\").transpose(-1);\nconst synths = stack(\n \"/2\".scale(timeCat([3,'C minor'],[1,'C melodic minor']).slow(8)).struct(\"[~ x]*2\")\n .layer(\n scaleTranspose(0).early(0),\n scaleTranspose(2).early(1/8),\n scaleTranspose(7).early(1/4),\n scaleTranspose(8).early(3/8)\n ).apply(thru).tone(keys).mask(\"<~ x>/16\"),\n \"/2\".struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2)).apply(thru).tone(bass),\n \"/2\".struct(\"~ [x@0.1 ~]\".fast(2)).voicings().apply(thru).every(2, early(1/8)).tone(keys).mask(\"/8\".early(1/4))\n)\nstack(\n drums.fast(2), \n synths\n).slow(2)","hash":"waoDkqtNx0Xe"},{"id":118,"created_at":"2022-08-30T12:50:49.656431+00:00","code":"const chords = \"\";\nstack(\n chords.voicings().struct(\"x(3,8,-1)\").velocity(.5).off(1/7,x=>x.transpose(12).velocity(.2)),\n chords.rootNotes(2).struct(\"x(4,8,-2)\"),\n chords.rootNotes(4)\n .scale(cat('C minor','F dorian','G dorian','F# mixolydian'))\n .struct(\"x(3,8,-2)\".fast(2))\n .scaleTranspose(\"0 4 0 6\".early(\".125 .5\")).layer(scaleTranspose(\"0,<2 [4,6] [5,7]>/4\"))\n).slow(2)\n .velocity(sine.struct(\"x*8\").add(3/5).mul(2/5).fast(8))\n .note().piano().out()","hash":"hHssvZuQ9eU-"},{"id":119,"created_at":"2022-09-01T06:27:44.063139+00:00","code":"const p = mini('c3 [e3 g3*2]');\nconst readableLocs = p.queryArc(0,1)\n .map(h=>`${h.value}: ${\n h.context.locations\n .map(l=>l.start.offset+'-'+l.end.offset)\n .join(' ')}`)\n\nconsole.log(readableLocs)\n\nsilence;","hash":"YjCJ3DhT9u4M"},{"id":120,"created_at":"2022-09-01T06:45:23.70043+00:00","code":"//await import('https://unpkg.com/zyklus@0.1.3/dist/zyklus.cjs.js');\nconst stringifyFunction = (func) => '(' + func + ')();';\nconst urlifyFunction = (func) => URL.createObjectURL(new Blob([stringifyFunction(func)], { type: 'text/javascript' }));\nconst createWorker = (func) => new Worker(urlifyFunction(func));\n\nAudioContext.prototype['createClock'] = function (\n callback, // called slightly before each cycle\n duration, // duration of each cycle\n interval = 0.1, // interval between callbacks\n overlap = 0.1, // overlap between callbacks\n) {\n let tick = 0; // counts callbacks\n let phase = 0; // next callback time\n let precision = 10 ** 4; // used to round phase\n let minLatency = 0.01;\n const setDuration = (setter) => (duration = setter(duration));\n overlap = overlap || interval / 2;\n const onTick = () => {\n const t = this.currentTime;\n const lookahead = t + interval + overlap; // the time window for this tick\n if (phase === 0) {\n phase = t + minLatency;\n }\n // callback as long as we're inside the lookahead\n while (phase < lookahead) {\n phase = Math.round(phase * precision) / precision;\n phase >= t && callback(phase, duration, tick);\n phase += duration; // increment phase by duration\n tick++;\n }\n };\n let withWorker = true;\n console.log('withWorker', withWorker)\n let intervalID,clock;\n const start = () => {\n console.log('start!');\n if(!withWorker) {\n onTick();\n intervalID = setInterval(onTick, interval * 1000);\n } else {\n clock = new ClockWorker(() => onTick(), interval);\n clock.start();\n }\n };\n const clear = () => withWorker ? clock.stop() : clearInterval(intervalID);\n const pause = () => clear();\n const stop = () => {\n tick = 0;\n phase = 0;\n clear();\n };\n // setCallback\n return { setDuration, start, stop, pause, duration };\n};\n\n\nlet cycle;\nconst tick = (ctx) => (t, duration, tick) => {\n const latency = ((t - ctx.currentTime) * 1000).toFixed(2);\n //console.log(tick, t.toFixed(2), duration, latency);\n t += 0.01;\n const o = ctx.createOscillator();\n const g = ctx.createGain();\n o.frequency.value = /*tick % 4 === 0 ? 440 :*/ 330;\n o.start(t);\n o.stop(t + duration / 2);\n const end = t + duration / 2;\n o.connect(g);\n const attack = 0.01;\n const release = 0.01;\n const max = 0.8;\n g.gain.setValueAtTime(0, t);\n g.gain.linearRampToValueAtTime(max, t + attack);\n g.gain.setValueAtTime(max, end - release);\n g.gain.linearRampToValueAtTime(0, end);\n g.connect(ctx.destination);\n};\n\nconst ctx = getAudioContext()\n\n// window.cycle && window.cycle.stop();\nwindow.cycle = ctx.createClock(tick(ctx), 0.1, 0.1,.5);\nwindow.cycle.start()\n\n/*let last;\nif(window.testInterval) {\n clearInterval(window.testInterval);\n}\nwindow.testInterval = setInterval(()=>{\n if(last) {\n const diff = ctx.currentTime - last;\n console.log(diff.toFixed(2))\n }\n last = ctx.currentTime;\n}, 100)*/\n\n\nsilence\n\n","hash":"4qVm002nu8hg"},{"id":121,"created_at":"2022-09-02T09:20:47.802149+00:00","code":"\nstack(\n // melody\n `<\n [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [e5 f5] [g5 a5]\n [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ g6] [g6 ~]\n [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [a5 g5] [c6 [e5@2 d5]]\n [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ [g6@2 ~] ~@2] [g5 ~] \n [~ a5] [b5 c6] [b5@2 ~@2 g5] ~\n [f5 ~] [[g5@2 f5] ~] [[e5 ~] [f5 ~]] [[f#5 ~] [g5 ~]]\n [~ a5] [b5 c6] [b5@2 ~@2 g5] ~\n [eb6 d6] [~ c6] ~!2\n >`\n .legato(.95),\n // sub melody\n `<\n [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 \n [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2\n [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 \n [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2\n [~ c5]!4 [~ a4]!2 [[c4 ~] [d4 ~]] [[eb4 ~] [e4 ~]]\n [~ c5]!4 [~ eb5]!2 [g4*2 [f4 ~]] [[e4 ~] [d4 ~]]\n >`,\n // bass\n `<\n c3!7 a3 f3!2\n e3!2 ~!4\n c3!7 a3 f3!2\n e3!2 ~!4\n f3!2 e3!2 d3!2 ~!2\n f3!2 e3!2 ab3!2 ~!2\n >`\n .legato(.5)\n).fast(2) // .note().piano().out()","hash":"wrcmJLYiesgF"},{"id":122,"created_at":"2022-09-02T12:22:17.050895+00:00","code":"backgroundImage(\n 'https://media.npr.org/assets/img/2017/02/03/barryharris_600dpi_wide-7eb49998aa1af377d62bb098041624c0a0d1a454.jpg',\n {style:'background-size:cover'})\n \n\"0,2,[7 6]\"\n .add(\"<0 1 2 3 4 5 7 8>\")\n .scale('C bebop major')\n .transpose(\"<0 1 2 1>/8\")\n .slow(2)\n .note().piano().out()\n","hash":"tiYDzBGIFjYV"},{"id":123,"created_at":"2022-09-02T12:26:01.83452+00:00","code":"// mixer\nconst mix = (key) => vol({\n chords: .2,\n lead: 0.8,\n bass: .4,\n snare: .95, \n kick: .9,\n hihat: .35,\n}[key]||0);\nconst delay = new FeedbackDelay(1/6, .3).chain(vol(.7), out());\nconst delay2 = new FeedbackDelay(1/6, .2).chain(vol(.15), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\n// instruments\nconst instr = (instrument) => ({\n organ: polysynth().set({...osc('sawtooth4'), ...adsr(.01,.2,0)}).chain(mix('chords').connect(delay),out()),\n lead: polysynth().set({...osc('triangle4'),...adsr(0.01,.05,0)}).chain(mix('lead').connect(delay2), out()),\n bass: polysynth().set({...osc('sawtooth8'),...adsr(.02,.05,.3,.2)}).chain(mix('bass'),lowpass(3000), out()),\n pad: polysynth().set({...osc('square2'),...adsr(0.1,.4,0.8)}).chain(vol(0.15),chorus,out()),\n hihat: metal(adsr(0, .02, 0)).chain(mix('hihat'), out()),\n snare: noise(adsr(0, .15, 0.01)).chain(mix('snare'), lowpass(5000), out()),\n kick: membrane().chain(mix('kick'), out())\n}[instrument]);\n// harmony\nconst t = transpose(\"<0 0 1 0>/8\");\nconst sowhat = scaleTranspose(\"0,3,6,9,11\");\n// track\nstack(\n \"[<0 4 [3 [2 1]]>]/4\".struct(\"[x]*3\").mask(\"[~ x ~]\").scale('D5 dorian').off(1/6, scaleTranspose(-7)).off(1/3, scaleTranspose(-5)).apply(t).tone(instr('lead')).mask(\"<~ ~ x x>/8\"),\n \"< <[d3 ~] [c3 f3] g3>>\".scale('D dorian').apply(sowhat).apply(t).tone(instr('organ')).mask(\"/8\"),\n \"<[d2 [d2 ~]*3]!3 >\".apply(t).tone(instr('bass')),\n \"c1*6\".tone(instr('hihat')),\n \"~ c3\".tone(instr('snare')),\n \"<[c1@5 c1] >\".tone(instr('kick')),\n \"[2,4]/4\".scale('D dorian').apply(t).tone(instr('pad')).mask(\"/8\")\n).fast(6/8)\n// strudel disable-highlighting","hash":"Y1nz8H0a10CF"},{"id":124,"created_at":"2022-09-02T13:56:30.84887+00:00","code":"stack(\n n(\">\".voicings())\n .cutoff(sine.range(500,2000).slow(6)).s('square')\n .decay(.1).sustain(0)\n .resonance(16)\n .struct(\"~@2.2 x\".fast(2)).gain(.2)\n .echo(3,.2,.4)\n .pan(cosine.range(0,1).slow(5))\n .out()\n,\n n(\"c2 < >\")\n .decay(.1)\n .gain(.5)\n .sustain(0.8)\n .cutoff(sine.range(500,2000).slow(7))\n .squeeze(\"x(3,8)\")\n .s('sawtooth').out()\n,\n s(\"[bd ~ <~ bd>] sd,[hh@2.2 hh]*2\").webdirt()\n,\n \"0 <2 3> <<4 5> 3> 6\"\n .off(1/16,add(2))\n .scale('C5 dorian')\n .n()\n .decay(.05)\n .sustain(0)\n .gain(.5)\n .degradeBy(.5)\n .echo(3,.2,.5)\n .pan(sine.range(0,1).slow(5))\n .out()\n)","hash":"SZDwdxhme28o"},{"id":126,"created_at":"2022-09-03T19:59:51.511621+00:00","code":"stack(\n timeCat([3, c3], [1, stack(eb3, g3, seq(c4, d4).slow(2))]),\n seq(c2, g2),\n seq(\n timeCat([5, eb4], [3, seq(f4, eb4, d4)]), \n seq(eb4, c4).slow(2)\n ).slow(4)\n)","hash":"P9d8_AXWM7ef"},{"id":127,"created_at":"2022-09-03T23:29:42.442252+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)","hash":"FM1koCTLh1IM"},{"id":128,"created_at":"2022-09-05T07:15:00.81955+00:00","code":"const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out());\nconst snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out());\nconst s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out());\nstack(\n stack(\n \"0 1 4 [3!2 5]\".layer(\n // chords\n x=>x.add(\"0,3\").duration(\"0.05!3 0.02\"),\n // bass\n x=>x.add(\"-8\").struct(\"x*8\").duration(0.1) \n ),\n // melody\n \"12 11*3 12 ~\".duration(0.005) \n )\n .add(\"<0 1>\")\n .tune(\"jemblung2\")\n //.mul(22/5).round().xen(\"22edo\")\n //.mul(12/5).round().xen(\"12edo\")\n .tone(s),\n // kick\n \"[c2 ~]*2\".duration(0.05).tone(membrane().chain(out())), \n // snare\n \"[~ c1]*2\".early(0.001).tone(snare),\n // hihat\n \"c2*8\".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())),\n).slow(3)","hash":"1SAqiKiVI8r-"},{"id":129,"created_at":"2022-09-05T07:21:08.871892+00:00","code":"seq(e4, [b2, b3], c4)\n.every(4, fast(2))\n.every(3, slow(1.5))\n.fast(cat(1.25, 1, 1.5))\n.every(2, _ => seq(e4, r, e3, d4, r))","hash":"Pds79yD4qQKJ"},{"id":130,"created_at":"2022-09-05T08:32:31.061321+00:00","code":"samples({mad:'https://freesound.org/data/previews/22/22274_109943-lq.mp3'})\nstack(\n stack(\n \"c3*2 [[c3@1.4 bb2] ab2] gb2*2 <[[gb2@1.4 ab2] bb2] gb2>\".legato(\".5 1\".fast(2)).velocity(.8),\n \"0 ~\".scale('c4 whole tone')\n .euclidLegato(3,8).slow(2).mask(\"x ~\")\n .stutWith(8, 1/16, (x,n)=>x.scaleTranspose(n).velocity(Math.pow(.7,n)))\n .scaleTranspose(\"<0 1 2 3 4 3 2 1>\")\n .fast(2)\n .velocity(.7)\n .legato(.5)\n .stut(3, .5, 1/8)\n ).transpose(-1).note().piano(),\n s(\"mad\").slow(2)\n).cpm(78).slow(4)\n .out()\n .pianoroll()\n","hash":"DYJx5C-3NrV7"},{"id":131,"created_at":"2022-09-05T20:04:20.824387+00:00","code":"stack(\n \"2,6\"\n .scale('F3 dorian')\n .transpose(sine2.struct(\"x*64\").slow(4).mul(2).round())\n .fast(2)\n .struct(\"x x*3\")\n .legato(\".9 .3\"),\n \"0@3 -3*3\".legato(\".95@3 .4\").scale('F2 dorian')\n)\n .transpose(\"<0 1 2 1>/2\".early(0.5))\n .transpose(5)\n .fast(2 / 3)\n .note().piano().out()","hash":"9_BPqHIO4rPv"},{"id":132,"created_at":"2022-09-05T20:58:11.281557+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n// strudel disable-highlighting","hash":"FwkQ0EG3Kkwm"},{"id":133,"created_at":"2022-09-05T22:01:06.950011+00:00","code":"samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav','02_c2_finger_long_bridge.wav','03_c2_finger_short_bridge.wav','04_c2_pick_long.wav','05_c2_pick_short.wav','06_c2_palm_mute.wav'] }, \n 'github:cleary/samples-flbass/main/')\nsamples({\nbd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\nsd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\nhh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nnote(\"<8(3,8) <7 7*2> [4 5@3] 8>\".sub(1) // sub 1 -> 1-indexed\n.layer(\nx=>x,\nx=>x.add(7).color('steelblue')\n.off(1/8,x=>x.add(\"2,4\").off(1/8,x=>x.add(5).echo(4,.125,.5)))\n.slow(2),\n).scale('A1 minor'))\n.s(\"flbass\").n(0)\n.gain(.3)\n.cutoff(sine.slow(7).range(200,4000))\n.resonance(10)\n//.hcutoff(400)\n.clip(1)\n.stack(s(\"bd:1*2,~ sd:0,[~ hh:0]*2\"))\n.out()\n.pianoroll({vertical:1})","hash":"Cb_YrHpHKkJN"},{"id":134,"created_at":"2022-09-05T22:19:15.080793+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n casio: ['casio/high.wav', 'casio/low.wav']\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nsamples({\n lo: ['lo/001.wav', 'lo/002.wav', 'lo/003.wav', 'lo/004.wav', 'lo/005.wav', 'lo/006.wav', 'lo/007.wav', 'lo/008.wav'],\n hi: ['hi/001.wav', 'hi/002.wav', 'hi/003.wav', 'hi/004.wav', 'hi/005.wav', 'hi/006.wav', 'hi/007.wav', 'hi/008.wav']\n}, 'github:yaxu/drumming-circle/main/sounds/');\n\n\ns(\"hi ~ lo ~ hi ~ [hi ~] hi\").every(3,rev)\n .webdirt()","hash":"SkqbkK705Olu"},{"id":135,"created_at":"2022-09-05T23:01:03.033407+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n casio: ['casio/high.wav', 'casio/low.wav']\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nsamples({\n lo: ['lo/001.wav', 'lo/002.wav', 'lo/003.wav', 'lo/004.wav', 'lo/005.wav', 'lo/006.wav', 'lo/007.wav', 'lo/008.wav'],\n hi: ['hi/001.wav', 'hi/002.wav', 'hi/003.wav', 'hi/004.wav', 'hi/005.wav', 'hi/006.wav', 'hi/007.wav', 'hi/008.wav']\n}, 'github:yaxu/drumming-circle/main/sounds/');\n\n\ngain(\"1 0.5 1*2 0.2 1 0.25 1*1 0.2\")\n .s(\"\")\n .speed(\"1 2 1\")\n .slow(3)\n .out()\n\ngain(\"1 0.5 1*2 0.2 1 0.25 1*1 0.2\")\n .s(\"lo\")\n .speed(\"2\")\n .slow(3)\n .webdirt()\n","hash":"-hyad472v8by"},{"id":136,"created_at":"2022-09-05T23:06:36.703716+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n casio: ['casio/high.wav', 'casio/low.wav']\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nsamples({\n lo: ['lo/001.wav', 'lo/002.wav', 'lo/003.wav', 'lo/004.wav', 'lo/005.wav', 'lo/006.wav', 'lo/007.wav', 'lo/008.wav'],\n hi: ['hi/001.wav', 'hi/002.wav', 'hi/003.wav', 'hi/004.wav', 'hi/005.wav', 'hi/006.wav', 'hi/007.wav', 'hi/008.wav']\n}, 'github:yaxu/drumming-circle/main/sounds/');\n\n\ngain(\"1 0.5 1*2 0.2 1 0.25 1*1 0.2\")\n .s(\"lo\")\n .speed(\"2 \")\n .release(.2)\n .clip(1)\n .slow(3)\n .out()\n\n/*gain(\"1 0.5 1*2 0.2 1 0.25 1*1 0.2\")\n .s(\"lo\")\n .speed(\"2\")\n .slow(4)\n .webdirt()*/\n","hash":"BApYR1gphKJ7"},{"id":137,"created_at":"2022-09-05T23:16:35.299087+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n casio: ['casio/high.wav', 'casio/low.wav']\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nsamples({\n lo: ['lo/001.wav', 'lo/002.wav', 'lo/003.wav', 'lo/004.wav', 'lo/005.wav', 'lo/006.wav', 'lo/007.wav', 'lo/008.wav'],\n hi: ['hi/001.wav', 'hi/002.wav', 'hi/003.wav', 'hi/004.wav', 'hi/005.wav', 'hi/006.wav', 'hi/007.wav', 'hi/008.wav']\n}, 'github:yaxu/drumming-circle/main/sounds/');\n\n\ngain(\"1 0.5 1*2 0.2 1 0.2*3 1*1 0.2\")\n .s(\"lo\")\n .speed(\"1 1.2 1\")\n .off(\"<0.25 0.125>\", x => x.n(2))\n .chunk(4, x => x.hcutoff(1000).resonance(0.2).fast(2))\n .slow(3)\n .out()\n\n","hash":"wK1UQcYoYpoD"},{"id":138,"created_at":"2022-09-06T04:25:51.520248+00:00","code":"const delay = new FeedbackDelay(1/3, .8).chain(vol(.2), out());\nlet bell = await sampler({\n C6: 'https://freesound.org/data/previews/411/411089_5121236-lq.mp3'\n})\nconst bass = await sampler({\n d2: 'https://freesound.org/data/previews/608/608286_13074022-lq.mp3'\n});\nbell = bell.chain(vol(0.6).connect(delay),out());\n\n\"0\".euclidLegato(3,8)\n .echo(3, 1/16, .5)\n .add(rand.range(0,12))\n .velocity(rand.range(.5,1))\n .legato(rand.range(.4,3))\n .scale(cat('D minor pentatonic')).tone(bell)\n .stack(\"\".euclidLegato(6,8,1).tone(bass.toDestination()))\n .slow(6)\n .pianoroll({minMidi:20,maxMidi:120,background:'transparent'})","hash":"lB2HuXEXyTex"},{"id":139,"created_at":"2022-09-06T07:46:51.273258+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n casio: ['casio/high.wav', 'casio/low.wav']\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nsamples({\n lo: ['lo/002.wav', 'lo/001.wav', 'lo/003.wav', 'lo/004.wav', 'lo/005.wav', 'lo/006.wav', 'lo/007.wav', 'lo/008.wav'],\n hi: ['hi/002.wav', 'hi/001.wav', 'hi/003.wav', 'hi/004.wav', 'hi/005.wav', 'hi/006.wav', 'hi/007.wav', 'hi/008.wav']\n}, 'github:yaxu/drumming-circle/main/sounds/');\n\n\ngain(\"1 1 [1 0.75] 1(3,8)\")\n .s(\"lo hi lo hi\")\n .iter(4)\n .slow(4)\n .out()\n .cps(1.1)\n\n","hash":"WUxQVJIu27Nz"},{"id":140,"created_at":"2022-09-06T10:57:24.344366+00:00","code":"const scale = cat('C3 dorian','Bb2 major').slow(4);\nstack(\n \"2*4\".add(12).scale(scale)\n .off(1/8,x=>x.scaleTranspose(\"2\")).fast(2)\n .scaleTranspose(\"<0 1 2 1>\").hush(),\n \"<0 1 2 3>(3,8,2)\"\n .scale(scale)\n .off(1/4,x=>x.scaleTranspose(\"2,4\")),\n \"<0 4>(5,8)\".scale(scale).transpose(-12)\n)\n .velocity(\".6 .7\".fast(4))\n .legato(\"2\")\n .scale(scale)\n.scaleTranspose(\"<0>\".slow(4))\n.transpose(5)\n.note().piano().out()\n.velocity(.8)\n.slow(2)\n.pianoroll({maxMidi:100,minMidi:20})","hash":"ZQ-ce-Qj-nuP"},{"id":141,"created_at":"2022-09-06T20:14:04.846599+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"tBPkuxuje0iY"},{"id":142,"created_at":"2022-09-08T05:11:19.044425+00:00","code":"samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav','02_c2_finger_long_bridge.wav','03_c2_finger_short_bridge.wav','04_c2_pick_long.wav','05_c2_pick_short.wav','06_c2_palm_mute.wav'] }, \n 'github:cleary/samples-flbass/main/')\nsamples({\nbd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\nsd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\nhh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nnote(\"<8(3,8) <7 7*2> [4 5@3] 8>\".sub(1) // sub 1 -> 1-indexed\n.layer(\nx=>x,\nx=>x.add(7).color('steelblue')\n.off(1/8,x=>x.add(\"2,4\").off(1/8,x=>x.add(5).echo(4,.125,.5)))\n.slow(2),\n).scale('A1 minor'))\n.s(\"flbass\").n(0)\n.gain(.3)\n.cutoff(sine.slow(7).range(200,4000))\n.resonance(10)\n//.hcutoff(400)\n.clip(1)\n.stack(s(\"bd:1*2,~ sd:0,[~ hh:0]*2\"))\n.out()\n.pianoroll({vertical:1})","hash":"ak6ZpErh0hl1"},{"id":143,"created_at":"2022-09-09T18:35:41.770146+00:00","code":"// Chorus from \"Veronica In Ecstasy\", by Tim Smith (of Cardiacs) \nconst maj = \"0,4,7\"\nconst min = \"0,3,7\"\nstack(\n // melody\nseq(\n \"[f#6]*3 [f#6 [~ ~ f#6]]\",\n \"[f#6]*3 [[f#6 e6 ~] e6]\",\n \"[e6 e6 [e6 f#6]] [[g6 ~ d6] d6]\", \n \"[d6 d6 [e6 f#6]] [g#6 f6 c#6]\",\n \"[g#5 [ ~ ~ g#5]] [[a5 b5] c#6 c#6]\", \n \"[f#6]*3 [f6 c#6 g#5]\",\n \"[g#5 [ ~ ~ g#5]] [[a#5 c6] d6 a#5]\", \n \"[g#5 a5 b5] [c#6 d6 e6]\",\n \"[d6 a#5 f5] [[g#5 ~] g#5]\", \n \"e3 ~ [~ ~ f#3] ~\",\n \"e3 ~ [~ ~ f#3] [~ ~ f#6]\").legato(0.9),\n // chords\nseq(\n maj.add(\"b4\"), \n maj.add(\"f#4 a4\"),\n maj.add(\"c4 g4\"),\n maj.add(\"d4 c#4\"),\n maj.add(\"e4 a4\"),\n maj.add(\"b4 c#4\"),\n seq(min.add(\"f4\"), maj.add(\"a#4\")),\n maj.add(\"e4 a4\"),\n seq(maj.add(\"a#4\"), min.add(\"f4\")),\n maj.add(\"~ e4 ~ f#4\"),\n maj.add(\"~ e4 ~ f#4\"))\n .struct(\"x ~\".fast(11*4))\n).slow(21)\n","hash":"U9J_c-Insgbc"},{"id":144,"created_at":"2022-09-09T20:19:44.139115+00:00","code":"// Chorus from \"Veronica In Ecstasy\", by Tim Smith (of Cardiacs) \nconst maj = \"0,4,7\"\nconst min = \"0,3,7\"\nstack(\n // melody\nseq(\n \"[f#6]*3 [f#6 [~ ~ f#6]]\",\n \"[f#6]*3 [[f#6 e6 ~] e6]\",\n \"[e6 e6 [e6 f#6]] [[g6 ~ d6] d6]\", \n \"[d6 d6 [e6 f#6]] [g#6 f6 c#6]\",\n \"[g#5 [ ~ ~ g#5]] [[a5 b5] c#6 c#6]\", \n \"[f#6]*3 [f6 c#6 g#5]\",\n \"[g#5 [ ~ ~ g#5]] [[a#5 c6] d6 a#5]\", \n \"[g#5 a5 b5] [c#6 d6 e6]\",\n \"[d6 a#5 f5] [[g#5 ~] g#5]\", \n \"e3 ~ [~ ~ f#3] ~\",\n \"e3 ~ [~ ~ f#3] [~ ~ f#6]\").legato(0.9),\n // chords\nseq(\n maj.add(\"b4\"), \n maj.add(\"f#4 a4\"),\n maj.add(\"c4 g4\"),\n maj.add(\"d4 c#4\"),\n maj.add(\"e4 a4\"),\n maj.add(\"b4 c#4\"),\n seq(min.add(\"f4\"), maj.add(\"a#4\")),\n maj.add(\"e4 a4\"),\n seq(maj.add(\"a#4\"), min.add(\"f4\")),\n maj.add(\"~ e4 ~ f#4\"),\n maj.add(\"~ e4 ~ f#4\"))\n .struct(\"x ~\".fast(11*4))\n).slow(21).note().piano().out()\n","hash":"y2FS3Xvqv68d"},{"id":153,"created_at":"2022-09-11T10:53:19.74127+00:00","code":"const chords = \"\"\nconst roots = chords.rootNotes(2)\n\nstack(\n chords.voicings(['F4', 'A5']).struct(\n ` x@2 ~ x ~ ~ ~ x |\n x? ~ ~ x@3 ~ x |\n x? ~ ~ x ~ x@3`),\n roots.struct(\"x [~ x?0.2] x [~ x?] | x!4 | x@2 ~ ~ ~ x x x\").transpose(\"0 7\")\n).slow(2).pianoroll().note().piano().out();\n","hash":"NWLKF4C7o4EX"},{"id":174,"created_at":"2022-09-16T09:06:24.618281+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\ns(\"bd,[~ ],hh(3,4)\") // drums\n .sometimesBy(.5,x=>x.coarse(\"16\"))\n .sometimesBy(.4,x=>x.shape(\".8\"))\n .sometimesBy(.3,x=>x.crush(\"8\").gain(.2))\n .stack(\"(3,8)\".note().s('sawtooth').cutoff(sine.range(200,1000).slow(7)).coarse(perlin.range(2,12).round()))\n .speed(perlin.range(.7,.9))\n .someCyclesBy(.1, x=>x.reset(\"x(5,8)\"))\n .out()\n","hash":"IuUGlGkdiPX-"},{"id":145,"created_at":"2022-09-09T22:02:32.827363+00:00","code":"// Chorus from \"Veronica In Ecstasy\", by Tim Smith (of Cardiacs) \nconst maj = \"0,4,7\"\nconst min = \"0,3,7\"\nstack(\n /* melody\nseq(\n \"[f#6]*3 [f#6 [~ ~ f#6]]\",\n \"[f#6]*3 [[f#6 e6 ~] e6]\",\n \"[e6 e6 [e6 f#6]] [[g6 ~ d6] d6]\", \n \"[d6 d6 [e6 f#6]] [g#6 f6 c#6]\",\n \"[g#5 [ ~ ~ g#5]] [[a5 b5] c#6 c#6]\", \n \"[f#6]*3 [f6 c#6 g#5]\",\n \"[g#5 [ ~ ~ g#5]] [[a#5 c6] d6 a#5]\", \n \"[g#5 a5 b5] [c#6 d6 e6]\",\n \"[d6 a#5 f5] [[g#5 ~] g#5]\", \n \"e3 ~ [~ ~ f#3] ~\",\n \"e3 ~ [~ ~ f#3] [~ ~ f#6]\").legato(0.9),\n */\n // chords\nseq(\n min.add(\"c4\"), min.add(\"c4\"), \n maj.add(\"ab3\"), maj.add(\"ab3\"), \n maj.add(\"db4\"), maj.add(\"db4\"), min.add(\"c4\"), \n maj.add(\"f3\"), maj.add(\"bb3\"), \n maj.add(\"c4\"), maj.add(\"c4\"), \n maj.add(\"f3\"), maj.add(\"bb3\"), \n maj.add(\"c4\"), maj.add(\"c4\"), \n maj.add(\"f3\"), maj.add(\"bb3\"), \n maj.add(\"eb4\"), min.add(\"d4\"), \n seq(min.add(\"c4\"), min.add(\"d4\")),\n maj.add(\"eb4\"),\n maj.add(\"eb4\"), min.add(\"d4\"), \n seq(min.add(\"c4\"), min.add(\"d4\")),\n maj.add(\"eb4\")\n\n ).struct(\"x ~\".fast(25*2))\n).slow(24).note().piano().out()\n","hash":"d7-gUjyRbKP9"},{"id":146,"created_at":"2022-09-10T00:32:25.471086+00:00","code":"stack(\n \"[db3, f3, eb3, fb3, a3, b3, c3, d3, db3][d3, e3, f3, g3, ab3, bb3, b3, bb3, d3][db3, eb3, e3, eb3, g3, a3, bb3, c3, db3]@2\".slow(4).late(.1),\n cat(\n 'Dracula?',\n 'Dracula.'\n ).speak(\"en\".slow(24), \"<0 0 0 2 3 4 5 6>\".slow(4)),\n).slow(4)","hash":"lqXKPxgm_j0a"},{"id":147,"created_at":"2022-09-10T11:21:59.12761+00:00","code":"// \"Appealing to Venus\" (By Tim Smith of The Sea Nymphs) \nconst maj = \"0,4,7\"\nconst imaj = \"0,4,-5\"\nconst min = \"0,3,7\"\nconst imin = \"0,3,-5\"\nstack(\n // melody\n `[\n ~@2 c5 d5@2 eb5 d5@3 c5@2 g#4@3 eb5@8 ~@2\n ~@2 c#5 d#5@2 f5 d#5@3 c#5@2 d#5@3\n d#5@3 f5@3 a5@3 a#5@3 a#5@3 g5@6 f5 e5@4 \n ~ e5 f5@2 a5@3 a#5@3 a#5@3 g5@6 f5 e5@4 \n ~ e5 f5@2 a5@3 a#5@3 a#5@3 \n g5@7 f5@6 d#5@3 f5@3 g5@4 ~@2\n g5@6 f5@6 d#5@3 f5@3 g5@4 ~@2\n ]`.legato(0.95).n().s('Oboe: Reed').out()\n ,\n \n // chords \n seq(\n min.add(\"c4\"), min.add(\"c4\"), \n maj.add(\"ab3\"), maj.add(\"ab3\"), \n imaj.add(\"db4\"), imaj.add(\"db4\"), \n min.add(\"c4\"), \n maj.add(\"f3\"), maj.add(\"bb3\"), \n maj.add(\"c4\"), maj.add(\"c4\"), \n maj.add(\"f3\"), maj.add(\"bb3\"), \n maj.add(\"c4\"), maj.add(\"c4\"), \n maj.add(\"f3\"), maj.add(\"bb3\"), \n maj.add(\"eb3\"), min.add(\"d3\"), \n min.add(\"c3 d3\"),\n maj.add(\"eb3 ~\"),\n maj.add(\"eb3\"), min.add(\"d3\"), \n min.add(\"c3 d3\"),\n maj.add(\"eb3 ~\")\n\n ).struct(\"x x \".fast(25)).n().s('Acoustic Grand Piano: Piano').out()\n \n\n).slow(25)\n \n\n","hash":"5obY2LrCcbZI"},{"id":148,"created_at":"2022-09-10T11:43:00.445746+00:00","code":"\"c3 eb3 g3 c4\"\n .off(1/8, x=>x.add(7).color('yellow'))\n .off(1/4, x=>x.add(12).color('salmon'))\n .n().s('Oboe: Reed').gain(.5)\n .cutoff(sine.range(200,2000).slow(4))\n .out()\n .pianoroll()","hash":"8262D2qsUNtO"},{"id":149,"created_at":"2022-09-10T13:05:19.12357+00:00","code":"// \"Appealing to Venus\" (By Tim Smith of The Sea Nymphs) \nconst maj = \"0,4,7\"\nconst imaj = \"0,4,-5\"\nconst iimaj = \"0,-8,-5\"\nconst min = \"0,3,7\"\nconst imin = \"0,3,-5\"\nconst iimin = \"0,-9,-5\"\n\nconst chords = seq(\n imin.add(\"c4\"), imin.add(\"c4\"), maj.add(\"ab3\"), maj.add(\"ab3\"), \n iimaj.add(\"db4\"), iimaj.add(\"db4\"), imin.add(\"c4\"), \n maj.add(\"f3\"), imaj.add(\"bb3\"), imaj.add(\"c4\"), imaj.add(\"c4\"), \n maj.add(\"f3\"), imaj.add(\"bb3\"), imaj.add(\"c4\"), imaj.add(\"c4\"), \n maj.add(\"f3\"), imaj.add(\"bb3\"), \n maj.add(\"eb3\"), min.add(\"d3\"), min.add(\"c3 d3\"), maj.add(\"eb3 ~\"),\n maj.add(\"eb3\"), min.add(\"d3\"), min.add(\"c3 d3\"), maj.add(\"eb3 ~\"),\n \n imaj.add(\"c4\"), imaj.add(\"c4\"), imaj.add(\"ab3\"), maj.add(\"eb3\"), \n imaj.add(\"ab3\"), imaj.add(\"a3\"), maj.add(\"e3\"), imaj.add(\"b3\"), \n maj.add(\"db3\"), min.add(\"c3\"), seq(iimin.add(\"bb3\"),min.add(\"c3\")), maj.add(\"db3 ~\"),\n maj.add(\"db3\"), min.add(\"c3\"), seq(iimin.add(\"bb3\"),min.add(\"c3\")), maj.add(\"db3 ~\")\n );\n\nstack( \n // melody\n `[\n ~@2 c5 d5@2 eb5 d5@3 c5@2 g#4@3 eb5@8 ~@2\n ~@2 c#5 d#5@2 f5 d#5@3 c#5@2 d#5@3\n d#5@3 f5@3 a5@3 a#5@3 a#5@3 g5@6 f5 e5@4 \n ~ e5 f5@2 a5@3 a#5@3 a#5@3 g5@6 f5 e5@4 \n ~ e5 f5@2 a5@3 a#5@3 a#5@3 \n g5@7 f5@6 d#5@3 f5@3 g5@6\n ~@24\n\n e5@2 e5@3 f5@3 g5@3 g#5@3 g5@3 g5@3 c6@3\n c6@3 c6@3 c#6@3 b5@3 [f#5 g#5 f#5@3]@3 e5@3 b5@3 b5@3\n g#5@7 d#5@6 c#5@3 d#5@3 f5@6\n ~@24\n ]`.legato(0.95).n().s('Oboe: Reed').gain(0.4).out()\n ,\n // second voice\n `[\n ~@150\n \n c5@2 c5@3 d5@3 e5@3 d#5@3 d#5@3 c5@3 g5@3\n g5@3 g5@3 g#5@3 e5@3 [c#5 d#5 c#5@3]@3 b4@3 f#5@3 f#5@3\n c#5@7 c5@6 a#4@3 c5@3 c#5@6\n ~@24\n ]`.legato(0.95).n().s('Oboe: Reed').gain(0.3).out()\n ,\n // chords \n chords.struct(\"x x \".fast(25+16)).n().s('Acoustic Grand Piano: Piano').gain(0.25).out(),\n chords.struct(\"x x\".fast(25+16)).n().s('Church Organ: Organ').gain(0.2).out(),\n \n).slow(45)\n ","hash":"9PUNz9fqWo2F"},{"id":150,"created_at":"2022-09-10T16:52:01.48691+00:00","code":"// \"Oh\" (By Tim Smith of Spratleys Japs)\n\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst line = `[g#3@16 f#3@8 b3@12 e3@4 a3@8 d3@4 g3@8 a3@4 g3@16 a3@4 g3@16 g#3@4 c#4@4 f#3@4 b3@4 e3@4 a3@8 b3@4 a3@8 c4@4 d#4@24 f4@8 d#4@16]`\n\nstack( \n // melody\n `d#5@16 d#5@8 d#5@12 e5@4 c#5@8 d5@4 d5@8 c#5@4 b4@16 c#5@4 b4@16 c5@4 f5@4 a#4@4 d#5@4 g#4@4 e5@4 b4@3 d#5 f#5@4 d#5@8 e5@4 g4@4 g5@12 f5@4 a5@16 a#5@12`\n .n().s('Piccolo: Pipe').gain(0.35).out(), \n // chords\n line.add(maj)\n .n().s('Choir Aahs: Ensemble').gain(0.15).out(),\n line.add(imaj)\n .n().s('Choir Aahs: Ensemble').gain(0.10).out(),\n // bass\n line.struct(\"x x x x\".fast(48)).transpose(-24).legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out(),\n\n s(\"[[bd bd] sn],hh*2\").fast(48).gain(.20).out()\n \n).slow(65)\n ","hash":"wkDHhKIUtwY_"},{"id":151,"created_at":"2022-09-10T16:54:41.32735+00:00","code":"// \"Oh\" (By Tim Smith of Spratleys Japs)\n\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst line = `[g#3@16 f#3@8 b3@12 e3@4 a3@8 d3@4 g3@8 a3@4 g3@16 a3@4 g3@16 g#3@4 c#4@4 f#3@4 b3@4 e3@4 a3@8 b3@4 a3@8 c4@4 d#4@24 f4@8 d#4@16]`\n\nstack( \n // melody\n `d#5@16 d#5@8 d#5@12 e5@4 c#5@8 d5@4 d5@8 c#5@4 b4@16 c#5@4 b4@16 c5@4 f5@4 a#4@4 d#5@4 g#4@4 e5@4 b4@3 d#5 f#5@4 d#5@8 e5@4 g4@4 g5@12 f5@4 a5@16 a#5@12`\n .n().s('Piccolo: Pipe').gain(0.35).out(), \n // chords\n line.add(maj)\n .n().s('Choir Aahs: Ensemble').gain(0.15).out(),\n line.add(imaj).transpose(12)\n .n().s('Choir Aahs: Ensemble').gain(0.15).out(),\n // bass\n line.struct(\"x x x x\".fast(48)).transpose(-24).legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out(),\n\n s(\"[[bd bd] sn],hh*2\").fast(48).gain(.20).out()\n \n).slow(65)\n ","hash":"Zj9qfA1PhcDS"},{"id":152,"created_at":"2022-09-11T10:11:31.941927+00:00","code":"samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav','02_c2_finger_long_bridge.wav','03_c2_finger_short_bridge.wav','04_c2_pick_long.wav','05_c2_pick_short.wav','06_c2_palm_mute.wav'] }, \n 'github:cleary/samples-flbass/main/')\nsamples({\nbd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\nsd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\nhh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\nnote(\"<8(3,8) <7 7*2> [4 5@3] 8>\".sub(1) // sub 1 -> 1-indexed\n.layer(\nx=>x,\nx=>x.add(7).color('steelblue')\n.off(1/8,x=>x.add(\"2,4\").color('yellow').off(1/8,x=>x.add(5).color('darkseagreen').echo(4,.125,.5)))\n.slow(2),\n).scale('A1 minor'))\n.s(\"flbass\").n(0)\n.gain(.3)\n.cutoff(sine.slow(7).range(200,4000))\n.resonance(10)\n//.hcutoff(400)\n.clip(1)\n.stack(s(\"bd:1*2,~ sd:0,[~ hh:0]*2\"))\n.out()\n.pianoroll({vertical:1})","hash":"p_G-4ZB295BP"},{"id":218,"created_at":"2022-09-27T04:12:07.011178+00:00","code":"stack(\"\".m.voicings(), ''.m)\n .midi()","hash":"sOP6EO9TO4HO"},{"id":154,"created_at":"2022-09-11T14:23:43.062479+00:00","code":"// theme from \"The Breakfast Line\" (By Tim Smith of Cardiacs)\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nstack( \n // melody \n `[\n c#6@2 f5 c6@3 a#5 a5@2 g5@3 c#5 e5@2 d#5@2 f#5 a5@3 a6@3\n a5 g5 f5 d#5 c#5 b4 a5@3 a5@3 f5 g5 a5 a#5 g#5 g5 f5 g5 a5 b5 d5 g5 \n c#5@2 b4 f5@3 c#5 d#5 f5 g5 c#5@2 c5@3 c#5@3 c#5@6\n c#5 g#5 g5 a#4 f5 d#5 c#5 c5 g#5 c#5 c5 b4 c#5@2 b4 a5@3 c#5 b4@2 a5@6 \n b5 g5@2 e5 a5 b5 b5@6 b5 a#5 g5 a5@3 b5 g5 d5 c#5 a5@2 b5 g5 d#5 c#5 a5@2\n g5@2 d#5 f5 d#5 c#5 b4 a4 g4 a4 b4 c#5 d#5 f5 g5 \n ]`\n .legato(0.93).n().s('Overdriven Guitar: Guitar').gain(0.18).out(), \n // chords\n `[C#4 D#4 F4 G4 A3 B3]!8`.add(imaj)\n .n().s('Choir Aahs: Ensemble').gain(0.24).out(),\n // bass\n `[C#2 D#2 C2 D2 A1 B1]!8`.legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out(), \n // drums\n s(\"[[bd ~ bd sn ~ bd],[hh*6]]!24\").gain(.20).out()\n\n).slow(37.6)\n ","hash":"XhNBCyuzIVOD"},{"id":155,"created_at":"2022-09-11T14:56:57.722768+00:00","code":"// theme from \"The Breakfast Line\" (By Tim Smith of Cardiacs)\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst melody =`[\n c#6@2 f5 c6@3 a#5 a5@2 g5@3 c#5 e5@2 d#5@2 f#5 a5@3 a6@3\n a5 g5 f5 d#5 c#5 b4 a5@3 a5@3 f5 g5 a5 a#5 g#5 g5 f5 g5 a5 b5 d5 g5 \n c#5@2 b4 f5@3 c#5 d#5 f5 g5 c#5@2 c5@3 c#5@3 c#5@6\n c#5 g#5 g5 a#4 f5 d#5 c#5 c5 g#5 c#5 c5 b4 c#5@2 b4 a5@3 c#5 b4@2 a5@6 \n b5 g5@2 e5 a5 b5 b5@6 b5 a#5 g5 a5@3 b5 g5 d5 c#5 a5@2 b5 g5 d#5 c#5 a5@2\n g5@2 d#5 f5 d#5 c#5 b4 a4 g4 a4 b4 c#5 d#5 f5 g5 ]`.legato(0.93)\nstack( \n // melody \n melody.transpose(-12).n().s('Overdriven Guitar: Guitar').gain(0.20).out(), \n melody.n().s('Overdriven Guitar: Guitar').gain(0.10).out(), \n // chords\n `[C#4 D#4 F4 G4 A3 B3]!8`.add(imaj)\n .n().s('Choir Aahs: Ensemble').gain(0.25).out(),\n // bass\n `[C#2 D#2 C2 D2 A1 B1]!8`.legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out(), \n // drums\n s(\"[bd ~ bd sn ~ bd,hh*6]!23 [sn*6,hh*6]\").gain(0.25).out()\n).slow(38)\n ","hash":"AL73np8C7Fe7"},{"id":156,"created_at":"2022-09-11T16:46:44.314327+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .out()\n .slow(3/2)","hash":"89gJxIK34OPK"},{"id":157,"created_at":"2022-09-12T01:28:44.939598+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)","hash":"8g4oMFkLYMXZ"},{"id":158,"created_at":"2022-09-12T02:53:20.33879+00:00","code":"const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out());\nconst kick = new MembraneSynth().chain(vol(.8), out());\nconst snare = new NoiseSynth().chain(vol(.8), out());\nconst hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out());\nconst bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out());\nconst keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out());\n\nconst drums = stack(\n \"c1*2\".tone(kick).mask(\"/8\"),\n \"~ \".tone(snare).mask(\"/4\"),\n \"[~ c4]*2\".tone(hihat)\n);\n\nconst thru = (x) => x.transpose(\"<0 1>/8\").transpose(-1);\nconst synths = stack(\n \"/2\".scale(timeCat([3,'C minor'],[1,'C melodic minor']).slow(8)).struct(\"[~ x]*2\")\n .layer(\n scaleTranspose(0).early(0),\n scaleTranspose(2).early(1/8),\n scaleTranspose(7).early(1/4),\n scaleTranspose(8).early(3/8)\n ).apply(thru).tone(keys).mask(\"<~ x>/16\"),\n \"/2\".struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2)).apply(thru).tone(bass),\n \"/2\".struct(\"~ [x@0.1 ~]\".fast(2)).voicings().apply(thru).every(2, early(1/8)).tone(keys).mask(\"/8\".early(1/4))\n)\nstack(\n drums.fast(2), \n synths\n).slow(2)","hash":"NIQF-VGYdB83"},{"id":159,"created_at":"2022-09-12T04:21:55.945329+00:00","code":"const chords = \"\";\nstack(\n chords.voicings().struct(\"x(3,8,-1)\").velocity(.5).off(1/7,x=>x.transpose(12).velocity(.2)),\n chords.rootNotes(2).struct(\"x(4,8,-2)\"),\n chords.rootNotes(4)\n .scale(cat('C minor','F dorian','G dorian','F# mixolydian'))\n .struct(\"x(3,8,-2)\".fast(2))\n .scaleTranspose(\"0 4 0 6\".early(\".125 .5\")).layer(scaleTranspose(\"0,<2 [4,6] [5,7]>/4\"))\n).slow(2)\n .velocity(sine.struct(\"x*8\").add(3/5).mul(2/5).fast(8))\n .note().piano().out()","hash":"KOAtvzaJcmmY"},{"id":160,"created_at":"2022-09-12T16:58:43.165364+00:00","code":"stack(\n // melody\n `[B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] \n [B3@2 D4] [A4@2 G4] [D4@2 [C4 B3]] [A3]\n [B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3]\n [B3@2 D4] [A4@2 G4] D5@2 \n [D5@2 [C5 B4]] [[C5 B4] G4@2] [C5@2 [B4 A4]] [[B4 A4] E4@2]\n [D5@2 [C5 B4]] [[C5 B4] G4 C5] [G5] [~ ~ B3]`,\n // bass\n `[[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[D2 A2] C3@2] [[C2 G2] B2@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[Eb2 Bb2] Db3@2] [[D2 A2] C3 [F3,G2]]`\n).transpose(12).slow(48).tone(\n new PolySynth().chain(\n new Gain(0.3), \n new Chorus(2, 2.5, 0.5).start(), \n new Freeverb(), \n getDestination())\n)","hash":"pK517-FAktOc"},{"id":161,"created_at":"2022-09-13T21:04:40.773025+00:00","code":"samples({mad:'https://freesound.org/data/previews/22/22274_109943-lq.mp3'})\nstack(\n stack(\n \"c3*2 [[c3@1.4 bb2] ab2] gb2*2 <[[gb2@1.4 ab2] bb2] gb2>\".legato(\".5 1\".fast(2)).velocity(.8),\n \"0 ~\".scale('c4 whole tone')\n .euclidLegato(3,8).slow(2).mask(\"x ~\")\n .stutWith(8, 1/16, (x,n)=>x.scaleTranspose(n).velocity(Math.pow(.7,n)))\n .scaleTranspose(\"<0 1 2 3 4 3 2 1>\")\n .fast(2)\n .velocity(.7)\n .legato(.5)\n .stut(3, .5, 1/8)\n ).transpose(-1).note().piano(),\n s(\"mad\").slow(2)\n).cpm(78).slow(4)\n .out()\n .pianoroll()\n","hash":"H3BbA0AovtKs"},{"id":162,"created_at":"2022-09-13T21:48:42.132401+00:00","code":"// \"Oh\" (By Tim Smith of Spratleys Japs)\n\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst line = `[g#3@16 f#3@8 b3@12 e3@4 a3@8 d3@4 g3@8 a3@4 g3@16 a3@4 g3@16 g#3@4 c#4@4 f#3@4 b3@4 e3@4 a3@8 b3@4 a3@8 c4@4 d#4@24 f4@8 d#4@16]`\n\nstack( \n // melody\n `d#5@16 d#5@8 d#5@12 e5@4 c#5@8 d5@4 d5@8 c#5@4 b4@16 c#5@4 b4@16 c5@4 f5@4 a#4@4 d#5@4 g#4@4 e5@4 b4@3 d#5 f#5@4 d#5@8 e5@4 g4@4 g5@12 f5@4 a5@16 a#5@12`\n .n().s('Piccolo: Pipe').gain(0.35).out(), \n // chords\n line.add(maj)\n .n().s('Choir Aahs: Ensemble').gain(0.15).out(),\n line.add(imaj).transpose(12)\n .n().s('Choir Aahs: Ensemble').gain(0.15).out(),\n // bass\n line.struct(\"x x x x\".fast(48)).transpose(-24).legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out(),\n\n s(\"[[bd bd] sn],hh*2\").fast(48).gain(.20).out()\n \n).slow(65)\n ","hash":"Y9RZADkxt8UL"},{"id":163,"created_at":"2022-09-13T23:04:35.959127+00:00","code":"stack(\n seq(\n e5, [b4, c5], d5, [c5, b4],\n a4, [a4, c5], e5, [d5, c5],\n b4, [r, c5], d5, e5,\n c5, a4, a4, r,\n [r, d5], [r, f5], a5, [g5, f5],\n e5, [r, c5], e5, [d5, c5],\n b4, [b4, c5], d5, e5,\n c5, a4, a4, r,\n ).rev(),\n seq(\n e2, e3, e2, e3, e2, e3, e2, e3,\n a2, a3, a2, a3, a2, a3, a2, a3,\n gs2, gs3, gs2, gs3, e2, e3, e2, e3,\n a2, a3, a2, a3, a2, a3, b1, c2,\n d2, d3, d2, d3, d2, d3, d2, d3,\n c2, c3, c2, c3, c2, c3, c2, c3,\n b1, b2, b1, b2, e2, e3, e2, e3,\n a1, a2, a1, a2, a1, a2, a1, a2,\n ).rev()\n).slow(16)","hash":"bxwipc2kqreB"},{"id":164,"created_at":"2022-09-13T23:06:23.988071+00:00","code":"// theme from \"The Breakfast Line\" (By Tim Smith of Cardiacs)\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nstack( \n // melody \n `[\n c#6@2 f5 c6@3 a#5 a5@2 g5@3 c#5 e5@2 d#5@2 f#5 a5@3 a6@3\n a5 g5 f5 d#5 c#5 b4 a5@3 a5@3 f5 g5 a5 a#5 g#5 g5 f5 g5 a5 b5 d5 g5 \n c#5@2 b4 f5@3 c#5 d#5 f5 g5 c#5@2 c5@3 c#5@3 c#5@6\n c#5 g#5 g5 a#4 f5 d#5 c#5 c5 g#5 c#5 c5 b4 c#5@2 b4 a5@3 c#5 b4@2 a5@6 \n b5 g5@2 e5 a5 b5 b5@6 b5 a#5 g5 a5@3 b5 g5 d5 c#5 a5@2 b5 g5 d#5 c#5 a5@2\n g5@2 d#5 f5 d#5 c#5 b4 a4 g4 a4 b4 c#5 d#5 f5 g5 \n ]`.rev()\n .legato(0.93).n().s('Overdriven Guitar: Guitar').gain(0.18).out(), \n // chords\n `[C#4 D#4 F4 G4 A3 B3]!8`.rev().add(imaj)\n .n().s('Choir Aahs: Ensemble').gain(0.24).out(),\n // bass\n `[C#2 D#2 C2 D2 A1 B1]!8`.rev().legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out(), \n // drums\n s(\"[[bd ~ bd sn ~ bd],[hh*6]]!24\").rev().gain(.20).out()\n\n).slow(37.6)\n ","hash":"qGimkQi_nszY"},{"id":165,"created_at":"2022-09-14T10:53:59.02489+00:00","code":"const delay = new FeedbackDelay(1/3, .8).chain(vol(.2), out());\nlet bell = await sampler({\n C6: 'https://freesound.org/data/previews/411/411089_5121236-lq.mp3'\n})\nconst bass = await sampler({\n d2: 'https://freesound.org/data/previews/608/608286_13074022-lq.mp3'\n});\nbell = bell.chain(vol(0.6).connect(delay),out());\n\n\"0\".euclidLegato(3,8)\n .echo(3, 1/16, .5)\n .add(rand.range(0,12))\n .velocity(rand.range(.5,1))\n .legato(rand.range(.4,3))\n .scale(cat('D minor pentatonic')).tone(bell)\n .stack(\"\".euclidLegato(6,8,1).tone(bass.toDestination()))\n .slow(6)\n .pianoroll({minMidi:20,maxMidi:120,background:'transparent'})","hash":"DVESSaRggtn_"},{"id":166,"created_at":"2022-09-14T10:58:21.481945+00:00","code":"const lfo = cosine.slow(15);\nconst lfo2 = sine.slow(16);\nconst filter1 = x=>x.cutoff(lfo2.range(300,3000));\nconst filter2 = x=>x.hcutoff(lfo.range(1000,6000)).cutoff(4000)\nconst scales = cat('D3 major', 'G3 major').slow(8)\n\nconst drums = await players({\n bd: '344/344757_1676145-lq.mp3',\n sn: '387/387186_7255534-lq.mp3',\n hh: '561/561241_12517458-lq.mp3',\n hh2:'44/44944_236326-lq.mp3',\n hh3: '44/44944_236326-lq.mp3',\n}, 'https://freesound.org/data/previews/')\n\nstack(\n \"-7 0 -7 7\".struct(\"x(5,8,2)\").fast(2).sub(7)\n .scale(scales)\n .n()\n .s(\"sawtooth,square\")\n .gain(.3).attack(0.01).decay(0.1).sustain(.5)\n .apply(filter1),\n \"~@3 [<2 3>,<4 5>]\"\n .echo(4,1/16,.7)\n .scale(scales)\n .n()\n .s('square').gain(.7)\n .attack(0.01).decay(0.1).sustain(0)\n .apply(filter1),\n \"6 4 2\".add(14)\n .superimpose(sub(\"5\"))\n .fast(1).euclidLegato(3,8)\n .mask(\"<1 0@7>\")\n .fast(2)\n .echo(32, 1/8, .8)\n .scale(scales)\n .n()\n .s(\"sawtooth\")\n .gain(sine.range(.1,.4).slow(8))\n .attack(.001).decay(.2).sustain(0)\n .apply(filter2)\n).out().stack(\n stack(\n \"bd <~@7 [~ bd]>\".fast(2),\n \"~ sn\",\n \"[~ hh3]*2\"\n ).tone(drums.chain(vol(.18),out())).fast(2)\n).slow(2)\n \n//.pianoroll({minMidi:20, maxMidi:160})\n// strudel disable-highlighting","hash":"CHh9ZGJxiWnm"},{"id":167,"created_at":"2022-09-14T20:27:56.840816+00:00","code":"Pattern.prototype.teeter = function(probability, other) {\n return this.sometimesBy(probability, () => other)\n}\n\n\"bd\".teeter(0.7, \"hh\").s().fast(4).out()","hash":"7C7fQJ7ENNd3"},{"id":168,"created_at":"2022-09-14T22:19:56.095051+00:00","code":"\"bd\".sometimes(set(\"hh\")).s().fast(4).out()","hash":"VGsjmHzmkMz0"},{"id":169,"created_at":"2022-09-14T22:22:17.092485+00:00","code":"\"bd\".sometimes(x => x.squeeze(\"hh hh hh\")).s().fast(4).out()","hash":"4QSBDxgdgAIr"},{"id":170,"created_at":"2022-09-14T22:27:33.350324+00:00","code":"\"bd@2 bd\".sometimes(x => x.squeeze(\"hh hh hh\")).s().out()","hash":"_1ClWbH9kSKC"},{"id":171,"created_at":"2022-09-15T05:18:14.096948+00:00","code":"\n\nconst delay = new FeedbackDelay(1/7, .1).chain(vol(0.9), out());\nconst reverb = new Reverb(1).chain(vol(3), out());\nconst hihat = new MetalSynth()\n .set(adsr(0, .01, 0, .1))\n .chain(vol(.01).connect(delay),out());\nlet kick = await sampler({\n c3: 'https://blog.livecoding.nyuadim.com/public/Dirt-Samples/808bd/BD0010.WAV'\n})\nkick = kick.chain(vol(1).connect(reverb),out());\n\nstack(\n \"\"\n .add(isaw.mul(12).slow(4))\n .slow(2).tone(kick.toDestination()),\n `[ >, \n ]`\n .degradeBy(0.01)\n .legato(20)\n .velocity(1)\n .tone((await piano()).toDestination()),//.midi('IAC Driver Bus 1'),\n \"<~ 3> 2 ~ [2 <[~ [-0*3]?] ~>]\"\n .slow(2).tone(hihat.toDestination())\n)\n\n","hash":"nmwsMPG16O1L"},{"id":173,"created_at":"2022-09-15T19:53:11.667602+00:00","code":"\"\"\n .off(1/8,x=>x.add(12).degradeBy(.5))\n .superimpose(add(.05))\n .n() \n .decay(.25).sustain(0)\n .s('sawtooth')\n .gain(.4)\n .vowel(\"\")\n .out()","hash":"bdsxEcjr7fkg"},{"id":184,"created_at":"2022-09-20T16:08:24.400263+00:00","code":"stack(\n \"2,6\"\n .scale('F3 dorian')\n .transpose(sine2.struct(\"x*64\").slow(4).mul(2).round())\n .fast(2)\n .struct(\"x x*3\")\n .legato(\".9 .3\"),\n \"0@3 -3*3\".legato(\".95@3 .4\").scale('F2 dorian')\n)\n .transpose(\"<0 1 2 1>/2\".early(0.5))\n .transpose(5)\n .fast(2 / 3)\n .note().piano().out()","hash":"irMD_KH0ICbf"},{"id":175,"created_at":"2022-09-16T16:10:39.404129+00:00","code":"const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out());\nconst kick = new MembraneSynth().chain(vol(.8), out());\nconst snare = new NoiseSynth().chain(vol(.8), out());\nconst hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out());\nconst bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out());\nconst keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out());\n\nconst drums = stack(\n \"c1*2\".tone(kick).mask(\"/8\"),\n \"~ \".tone(snare).mask(\"/4\"),\n \"[~ c4]*2\".tone(hihat)\n);\n\nconst thru = (x) => x.transpose(\"<0 1>/8\").transpose(-1);\nconst synths = stack(\n \"/2\".scale(timeCat([3,'C minor'],[1,'C melodic minor']).slow(8)).struct(\"[~ x]*2\")\n .layer(\n scaleTranspose(0).early(0),\n scaleTranspose(2).early(1/8),\n scaleTranspose(7).early(1/4),\n scaleTranspose(8).early(3/8)\n ).apply(thru).tone(keys).mask(\"<~ x>/16\"),\n \"/2\".struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2)).apply(thru).tone(bass),\n \"/2\".struct(\"~ [x@0.1 ~]\".fast(2)).voicings().apply(thru).every(2, early(1/8)).tone(keys).mask(\"/8\".early(1/4))\n)\nstack(\n drums.fast(2), \n synths\n).slow(2)","hash":"1QH3HPhZ1uad"},{"id":176,"created_at":"2022-09-16T16:17:58.099744+00:00","code":"const scale = cat('C3 dorian','Bb2 major').slow(4);\nstack(\n \"2*4\".add(12).scale(scale)\n .off(1/8,x=>x.scaleTranspose(\"2\")).fast(2)\n .scaleTranspose(\"<0 1 2 1>\").hush(),\n \"<0 1 2 3>(3,8,2)\"\n .scale(scale)\n .off(1/4,x=>x.scaleTranspose(\"2,4\")),\n \"<0 4>(5,8)\".scale(scale).transpose(-12)\n)\n .velocity(\".6 .7\".fast(4))\n .legato(\"2\")\n .scale(scale)\n.scaleTranspose(\"<0>\".slow(4))\n.transpose(5)\n.note().piano().out()\n.velocity(.8)\n.slow(2)\n.pianoroll({maxMidi:100,minMidi:20})","hash":"hxJZG7SS71HP"},{"id":177,"created_at":"2022-09-16T22:21:30.67989+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n// strudel disable-highlighting","hash":"EoVX7HjwHB8r"},{"id":178,"created_at":"2022-09-16T23:02:44.33235+00:00","code":"const chords = \"\";\nstack(\n chords.voicings().struct(\"x(3,8,-1)\").velocity(.5).off(1/7,x=>x.transpose(12).velocity(.2)),\n chords.rootNotes(2).struct(\"x(4,8,-2)\"),\n chords.rootNotes(4)\n .scale(cat('C minor','F dorian','G dorian','F# mixolydian'))\n .struct(\"x(3,8,-2)\".fast(2))\n .scaleTranspose(\"0 4 0 6\".early(\".125 .5\")).layer(scaleTranspose(\"0,<2 [4,6] [5,7]>/4\"))\n).slow(2)\n .velocity(sine.struct(\"x*8\").add(3/5).mul(2/5).fast(8))\n .note().piano().out()","hash":"tVIePZOlbUFE"},{"id":179,"created_at":"2022-09-18T04:46:14.855382+00:00","code":"stack(\n freq(\"55 [110,165] 110 [220,275]\".mul(\"<1 <3/4 2/3>>\").struct(\"x(3,8)\").layer(x=>x.mul(\"1.006,.995\"))),\n freq(\"440(5,8)\".legato(.18).mul(\"<1 3/4 2 2/3>\")).gain(perlin.range(.2,.8))\n).s(\"/2\")\n .onTrigger((t,hap,ct)=>{\n const ac = Tone.getContext().rawContext;\n t = ac.currentTime + t - ct;\n const { freq, s, gain = 1 } = hap.value;\n const master = ac.createGain();\n master.gain.value = 0.1 * gain;\n master.connect(ac.destination);\n const o = ac.createOscillator();\n o.type = s || 'triangle';\n o.frequency.value = Number(freq);\n o.connect(master);\n o.start(t);\n o.stop(t + hap.duration);\n}).stack(s(\"bd(3,8),hh*4,~ sd\").webdirt())","hash":"P_Fi2yRHrXHj"},{"id":180,"created_at":"2022-09-18T15:44:49.144663+00:00","code":"stack(\ns(\"bd, [~ sd], hh(3, 4)\")\n,\"5@2 4 3 5@2 4 4 ~ 3 ~!2 ~!4 ~ 4!3 4@2 4 4@2 3 ~@6\"\n .slow(4).scale('C2 major').note().s('sawtooth')\n.slow(2)\n).out()","hash":"brh8FpBbbH--"},{"id":181,"created_at":"2022-09-19T00:39:23.928137+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"Uw7K4l1pIVUt"},{"id":182,"created_at":"2022-09-19T18:35:27.986831+00:00","code":"seq(5).seq([8,9]).cat(6).cat([7,5])\n .superimpose(x=>x.add(3))\n \n.scale('c major')\n.pianoroll()","hash":"dhBbMccpPgg8"},{"id":183,"created_at":"2022-09-20T00:55:07.074524+00:00","code":"// mixer\nconst mix = (key) => vol({\n chords: .2,\n lead: 0.8,\n bass: .4,\n snare: .95, \n kick: .9,\n hihat: .35,\n}[key]||0);\nconst delay = new FeedbackDelay(1/6, .3).chain(vol(.7), out());\nconst delay2 = new FeedbackDelay(1/6, .2).chain(vol(.15), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\n// instruments\nconst instr = (instrument) => ({\n organ: polysynth().set({...osc('sawtooth4'), ...adsr(.01,.2,0)}).chain(mix('chords').connect(delay),out()),\n lead: polysynth().set({...osc('triangle4'),...adsr(0.01,.05,0)}).chain(mix('lead').connect(delay2), out()),\n bass: polysynth().set({...osc('sawtooth8'),...adsr(.02,.05,.3,.2)}).chain(mix('bass'),lowpass(3000), out()),\n pad: polysynth().set({...osc('square2'),...adsr(0.1,.4,0.8)}).chain(vol(0.15),chorus,out()),\n hihat: metal(adsr(0, .02, 0)).chain(mix('hihat'), out()),\n snare: noise(adsr(0, .15, 0.01)).chain(mix('snare'), lowpass(5000), out()),\n kick: membrane().chain(mix('kick'), out())\n}[instrument]);\n// harmony\nconst t = transpose(\"<0 0 1 0>/8\");\nconst sowhat = scaleTranspose(\"0,3,6,9,11\");\n// track\nstack(\n \"[<0 4 [3 [2 1]]>]/4\".struct(\"[x]*3\").mask(\"[~ x ~]\").scale('D5 dorian').off(1/6, scaleTranspose(-7)).off(1/3, scaleTranspose(-5)).apply(t).tone(instr('lead')).mask(\"<~ ~ x x>/8\"),\n \"< <[d3 ~] [c3 f3] g3>>\".scale('D dorian').apply(sowhat).apply(t).tone(instr('organ')).mask(\"/8\"),\n \"<[d2 [d2 ~]*3]!3 >\".apply(t).tone(instr('bass')),\n \"c1*6\".tone(instr('hihat')),\n \"~ c3\".tone(instr('snare')),\n \"<[c1@5 c1] >\".tone(instr('kick')),\n \"[2,4]/4\".scale('D dorian').apply(t).tone(instr('pad')).mask(\"/8\")\n).fast(6/8)\n// strudel disable-highlighting","hash":"U5sIL_DhqTip"},{"id":185,"created_at":"2022-09-20T16:20:26.184708+00:00","code":"stack()\n\n// Notes\n// stack(\"e5\")\n\n// Sequences\n// stack(\"e5 b4 d5 c5\")\n\n// Sequences divided by 2\n// stack(\"[e5 b4 d5 c5]/2\")\n\n// Angle brackets, same as sequences divided by 4\n// stack(\"\")\n\n// Sequences multiplication\n// stack(\"[e5 b4 d5 c5]*2\")\n\n// Bracket nesting\n// stack(\"e5 [b4 c5] d5 [c5 b4]\")\n\n// Rests\n// stack(\"[b4 [~ c5] d5 e5]\")\n\n// Parallel\n// stack(\"g3,b3,e4\")\n\n// Multiple parallels\n// stack(\"<[g3,b3,e4] [a3,c3,e4] [b3,d3,f#4] [b3,e4,g4]>\")\n\n// Elongation\n// stack(\"<[g3,b3,e4]@2 [a3,c3,e4] [b3,d3,f#4]>\")\n\n// Replication\n// stack(\"<[g3,b3,e4]!2 [a3,c3,e4] [b3,d3,f#4]>\")\n\n// Euclidian with slow down\n// stack(\"e5(2,8) b4(3,8) d5(2,8) c5(3,8)\".slow(4))","hash":"A6Mqjuhn1Wpr"},{"id":186,"created_at":"2022-09-20T16:29:53.076012+00:00","code":"stack()\n\n// Synths\n// stack(note(\"c2 >\").s('sawtooth').out())\n\n// Multiple synths\n// stack(note(\"c2 >\").s(\"\").out())\n\n// Envelope\n// stack(note(\"c2 >\").s('sawtooth').attack(.1).decay(.1).sustain(.2).release(.1).out())\n\n// Samples\n// stack(s(\"bd sd,hh*8,misc/2\").out())\n\n// Custom sample maps\n// samples({\n// bd: 'bd/BT0AADA.wav',\n// sd: 'sd/rytm-01-classic.wav',\n// hh: 'hh27/000_hh27closedhh.wav',\n// }, 'https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/');\n// s(\"bd sd,hh*8\").out()\n\n// Custom sample maps with Github shortcuts\n// samples({\n// bd: 'bd/BT0AADA.wav',\n// sd: 'sd/rytm-01-classic.wav',\n// hh: 'hh27/000_hh27closedhh.wav',\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// s(\"bd sd,hh*8\").out()\n\n// Mutiple samples per sound\n// samples({\n// bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav'],\n// sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n// hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// s(\",~ ,[hh:0 hh:1]*2\").out()\n\n// Pitched sounds\n// samples({\n// \"gtr\": 'gtr/0001_cleanC.wav',\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g3 [bb3 c4] @2\").s('gtr').gain(.5).out()\n\n// Pitched sounds with clip\n// samples({\n// \"gtr\": 'gtr/0001_cleanC.wav',\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g3 [bb3 c4] @2\").s('gtr').clip(1)\n// .gain(.5).out()\n\n// Base pitch \n// samples({\n// \"gtr\": 'gtr/0001_cleanC.wav',\n// \"moog\": { 'g3': 'moog/005_Mighty%20Moog%20G3.wav' },\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g3 [bb3 c4] @2\").s(\"gtr,moog\").clip(1)\n// .gain(.5).out()\n\n// Base pitch with different regions of the keyboard\n// samples({\n// \"moog\": {\n// 'g2': 'moog/004_Mighty%20Moog%20G2.wav',\n// 'g3': 'moog/005_Mighty%20Moog%20G3.wav',\n// 'g4': 'moog/006_Mighty%20Moog%20G4.wav',\n// }}, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g2!2 !2, g4 f4]>\")\n// .s('moog').clip(1)\n// .gain(.5).out()","hash":"2-JbRPIoRj7X"},{"id":187,"created_at":"2022-09-20T16:30:30.971605+00:00","code":"stack()\n\n// Synths\n// stack(note(\"c2 >\").s('sawtooth').out())\n\n// Multiple synths\n// stack(note(\"c2 >\").s(\"\").out())\n\n// Envelope\n// stack(note(\"c2 >\").s('sawtooth').attack(.1).decay(.1).sustain(.2).release(.1).out())\n\n// Samples\n// stack(s(\"bd sd,hh*8,misc/2\").out())\n\n// Custom sample maps\n// samples({\n// bd: 'bd/BT0AADA.wav',\n// sd: 'sd/rytm-01-classic.wav',\n// hh: 'hh27/000_hh27closedhh.wav',\n// }, 'https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/');\n// s(\"bd sd,hh*8\").out()\n\n// Custom sample maps with Github shortcuts\n// samples({\n// bd: 'bd/BT0AADA.wav',\n// sd: 'sd/rytm-01-classic.wav',\n// hh: 'hh27/000_hh27closedhh.wav',\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// s(\"bd sd,hh*8\").out()\n\n// Mutiple samples per sound\n// samples({\n// bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav'],\n// sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n// hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// s(\",~ ,[hh:0 hh:1]*2\").out()\n\n// Pitched sounds\n// samples({\n// \"gtr\": 'gtr/0001_cleanC.wav',\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g3 [bb3 c4] @2\").s('gtr').gain(.5).out()\n\n// Pitched sounds with clip\n// samples({\n// \"gtr\": 'gtr/0001_cleanC.wav',\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g3 [bb3 c4] @2\").s('gtr').clip(1)\n// .gain(.5).out()\n\n// Base pitch \n// samples({\n// \"gtr\": 'gtr/0001_cleanC.wav',\n// \"moog\": { 'g3': 'moog/005_Mighty%20Moog%20G3.wav' },\n// }, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g3 [bb3 c4] @2\").s(\"gtr,moog\").clip(1)\n// .gain(.5).out()\n\n// Base pitch with different regions of the keyboard\n// samples({\n// \"moog\": {\n// 'g2': 'moog/004_Mighty%20Moog%20G2.wav',\n// 'g3': 'moog/005_Mighty%20Moog%20G3.wav',\n// 'g4': 'moog/006_Mighty%20Moog%20G4.wav',\n// }}, 'github:tidalcycles/Dirt-Samples/master/');\n// note(\"g2!2 !2, g4 f4]>\")\n// .s('moog').clip(1)\n// .gain(.5).out()","hash":"wVDgPVVgbrSK"},{"id":188,"created_at":"2022-09-21T15:48:45.208649+00:00","code":"const drums = await players({\n bd: 'bd/BT0A0D0.wav',\n sn: 'sn/ST0T0S3.wav',\n hh: 'hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nstack(\n \"\",\n \"hh*4\",\n \"~ \"\n).tone(drums.chain(out()))\n","hash":"z0OoCML7DPQb"},{"id":189,"created_at":"2022-09-21T17:16:52.291937+00:00","code":"const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out());\nconst kick = new MembraneSynth().chain(vol(.8), out());\nconst snare = new NoiseSynth().chain(vol(.8), out());\nconst hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out());\nconst bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out());\nconst keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out());\nconst drums = stack(\n \"c1*2\".tone(kick).mask(\"/8\"),\n \"~ \".tone(snare).mask(\"/4\"),\n \"[~ c4]*2\".tone(hihat)\n);\nconst thru = (x) => x.transpose(\"<0 1>\").transpose(-1);\nstack(\n seq(\n \"[e4 c4] [a4 c4] [e4 c4] [e4 f4]\",\n \"[e4 b4] [g3 b4] e4 d4\",\n \"[e4 c4] [a4 c4] [e4 c4] [e4 f4]\",\n \"[e4 b4] [g3 b4] e4@1.5 g5@0.5\"\n ).tone(keys),\n drums.fast(8),\n // chords\n \"/2\".struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2)).apply(thru).tone(bass),\n \"[A3,C4,E4,A5]*2\".tone(kick).mask(\"*4\")\n).slow(8).note()","hash":"SWekIFXDlrLE"},{"id":190,"created_at":"2022-09-21T19:46:26.709827+00:00","code":"//let p = s(\"hh\").chop(4) // this works\n//let p = s(\"hh\").chop(4).slow(2) // this also works\nlet p = s(\"hh\").slow(2).chop(4) // this doesnt work\n\nconsole.log(p._firstCycleValues)\n\np.out()\n\n","hash":"70M98P_ZVSJe"},{"id":191,"created_at":"2022-09-21T19:54:06.809667+00:00","code":"//let p = s(\"hh\").ply(4) // this works\n//let p = s(\"hh\").ply(4).slow(2) // this also works\nlet p = s(\"hh\").slow(2).ply(2) // this doesnt work\n\nconsole.log(p._firstCycleValues)\n\np.out()\n\n","hash":"SB-hFm0uROHV"},{"id":192,"created_at":"2022-09-21T22:08:51.441153+00:00","code":"samples({\n p: 'https://cdn.freesound.org/previews/648/648433_11943129-lq.mp3',\n})\n\ns(\"p\")\n .chop(128)\n .loopAt(32,1)\n .jux(rev)\n .shape(.5)\n .out()","hash":"t2KXoS_qssjD"},{"id":193,"created_at":"2022-09-22T06:39:38.309395+00:00","code":"const bpm = 80;\nconst lead = polysynth().set({...osc('sine4'),...adsr(.004)}).chain(vol(0.15),out())\nconst bass = fmsynth({...osc('sawtooth6'),...adsr(0.05,.6,0.8,0.1)}).chain(vol(0.6), out());\nconst s = scale(cat('F3 minor', 'Ab3 major', 'Bb3 dorian', 'C4 phrygian dominant').slow(4));\nstack(\n \"0 2\".struct(\" [x ~]\").apply(s).scaleTranspose(stack(0,2)).tone(lead),\n \"<6 7 9 7>\".struct(\"[~ [x ~]*2]*2\").apply(s).scaleTranspose(\"[0,2] [2,4]\".fast(2).every(4,rev)).tone(lead),\n\t\"-14\".struct(\"[~ x@0.8]*2\".early(0.01)).apply(s).tone(bass),\n \"c2*2\".tone(membrane().chain(vol(0.6), out())),\n \"~ c2\".tone(noise().chain(vol(0.2), out())),\n \"c4*4\".tone(metal(adsr(0,.05,0)).chain(vol(0.03), out()))\n)\n.slow(120 / bpm)","hash":"k0435I3IQEH4"},{"id":194,"created_at":"2022-09-22T06:52:23.642954+00:00","code":"const bpm = 10;\nconst lead = polysynth().set({...osc('sine4'),...adsr(.004)}).chain(vol(0.15),out())\nconst bass = fmsynth({...osc('sawtooth6'),...adsr(0.05,.6,0.8,0.1)}).chain(vol(0.6), out());\nconst s = scale(cat('F3 minor', 'Ab3 major', 'Bb3 dorian', 'C4 phrygian dominant').slow(4));\nstack(\n \"0 2\".struct(\" [x ~]\").apply(s).scaleTranspose(stack(0,2)).tone(lead),\n \"<6 7 9 7>\".struct(\"[~ [x ~]*2]*2\").apply(s).scaleTranspose(\"[0,2] [2,4]\".fast(2).every(4,rev)).tone(lead),\n\t\"-14\".struct(\"[~ x@0.8]*2\".early(0.01)).apply(s).tone(bass),\n \"c2*2\".tone(membrane().chain(vol(0.6), out())),\n \"~ c2\".tone(noise().chain(vol(0.2), out())),\n \"c4*4\".tone(metal(adsr(0,.05,0)).chain(vol(0.03), out()))\n)\n.slow(120 / bpm)","hash":"vDsUyH8IUJn6"},{"id":195,"created_at":"2022-09-22T07:19:55.396442+00:00","code":"backgroundImage('https://images.nintendolife.com/news/2016/08/video_exploring_the_funky_inspiration_for_the_super_mario_bros_underground_theme/large.jpg',{ className:'darken' })\n\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nconst h = x=>x.transpose(\"<0@2 5 0 7 5 0 -5>/2\")\n\nstack(\n s(\"< sn> hh\").fast(2).gain(.7),\n \"[c2 a1 bb1 ~] ~\"\n .echo(2, 1/16, 1)\n .legato(.4)\n .slow(2)\n .layer(h)\n .note().s('square')\n .cutoff(400).decay(.12).sustain(0)\n ,\n \"[g2,[c3 eb3]]\".iter(4)\n .echoWith(4, 1/8, (x,n)=>x.transpose(n*12).velocity(Math.pow(.4,n)))\n .legato(.1)\n .layer(h).note()\n).out()\n .fast(2/3)\n .pianoroll({})","hash":"YJ2iESN49BD6"},{"id":196,"created_at":"2022-09-22T08:09:58.051557+00:00","code":"const f = fast(\"<1 <2 [6 5]>>\");\nstack(\n \"c3,g3,c4\".struct(\"[x ~]*2\").apply(f).transpose(\"<0 <3 [5 [7 [9 [11 22]]]]>>\"),\n \"c2 [c2 ~]*2\".tone(synth(osc('sawtooth8')).chain(vol(0.8),out())),\n \"c1*2\".tone(membrane().chain(vol(0.8),out()))\n).slow(1)","hash":"Z6fHLg-51AUc"},{"id":197,"created_at":"2022-09-22T12:10:13.836207+00:00","code":"stack(\n \"c1*2\".tone(membrane().chain(vol(0.8),out())),\n \"~ c3\".tone(noise().chain(vol(0.8),out())),\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.015)).chain(vol(0.8),out()))\n)\n","hash":"GW0d4wRtDmED"},{"id":219,"created_at":"2022-09-28T16:11:31.253189+00:00","code":"\"\".voicings()\n .superimpose(x=>x.add(perlin.range(0,.3)))\n .color(\"orange | orchid | darkseagreen\".fast(3))\n .add(\"<0 2>/8\")\n .note().s('sawtooth')\n .attack(.1).decay(.05).sustain(.2)\n .segment(\"<6@3 3>\")\n .cutoff(saw.range(500,2000).slow(16))\n .gain(isaw)\n .out()\n .pianoroll({ vertical:1, fold:1, smear:0 })","hash":"ddiSv-lz2_cp"},{"id":198,"created_at":"2022-09-22T17:02:04.116881+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"iliL_rgeboIg"},{"id":199,"created_at":"2022-09-22T18:47:54.868449+00:00","code":"\"42\".segment(32).add(sine.range(0,12).slow(8)).note()\n .attack(0).release(0).s('triangle').out()","hash":"IVv5q7W4BDiN"},{"id":200,"created_at":"2022-09-22T18:50:13.653446+00:00","code":"\"50\".segment(32).add(sine.range(0,12).slow(4)).note()\n .attack(0).release(0).s('triangle').out()","hash":"N6kOKngern0Y"},{"id":201,"created_at":"2022-09-22T18:57:27.613815+00:00","code":"\"42\".segment(16).add(rand.range(0,12).slow(8)).note()\n .attack(0).release(0).s('triangle').out()","hash":"wIjKrvTVPfgZ"},{"id":202,"created_at":"2022-09-22T20:39:36.833517+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\n\nconst maj1 = \"[0 4 7 4]\"\nconst maj2 = \"[0 4 7]*2\"\nconst maj4 = \"[0 4 7 12]*7\"\nconst imaj1 = \"[-5 0 4]\"\nconst imaj2 = \"[-5 0 4]*2\"\nconst iimaj2 = \"[-8 -5 0]*2\"\nconst imaj3 = \"[-5 0 4]*3\"\nconst imaj4 = \"[-5 0 4]*4\"\nconst min1 = \"[0 3 7]\"\n\nstack(\n \n timeCat([2,imaj2.add(\"a3\")],[2,maj2.add(\"e3\")],\n [1,imaj1.add(\"a3\")],[1,min1.add(\"f#3\")],[2,imaj2.add(\"b3\")],[2,maj2.add(\"e3\")],\n [1,imaj1.add(\"a3\")],[1,\"~\"],[4,maj4.add(\"f#3\")],\n [2,imaj1.add(\"a3\")],[1,\"~\"],[4,maj4.add(\"f#3\")], [2,\"~\"])\n .velocity(\"[.2@4 .22 .23 .24 .25 .2@3 .4@4 .2@3 .4@6]\")\n .slow(2)\n .tone(kalimba)\n \n)\n .slow(6).pianoroll()","hash":"iqZ-ex573FFd"},{"id":203,"created_at":"2022-09-23T01:28:49.684702+00:00","code":"note(\"db5 [[<[b5 eb5] [b5,eb5]> ] ] [d5 ] [ab5,[],]\"\n .off(0, x=>x.rev().fast(\"1\").transpose(\"<7 -14>\"))\n )\n .rev()\n .fast(\"0.25\")\n // .transpose(\"0 1\")\n .s(\"\")\n .out()","hash":"0nlMXAIzgsdw"},{"id":204,"created_at":"2022-09-23T10:35:55.739979+00:00","code":"samples({\n p: 'https://cdn.freesound.org/previews/648/648433_11943129-lq.mp3',\n})\n\ns(\"p\")\n .loopAt(32,1)\n .chop(128)\n .ply(2)\n .jux(rev)\n .shape(.4)\n .decay(.1)\n .sustain(.4)\n .out()","hash":"-4PvWekokc4W"},{"id":205,"created_at":"2022-09-23T15:33:41.821479+00:00","code":"note(\"db5 [[<[b5 eb5] [b5,eb5]> ] ] [d5 ] [ab5,[],]\"\n .chunk(4, x=>x.fast(1.5).add(\"5 -9\"))\n .slow(1.1)\n )\n .cat(\n note(\"db5 [[<[b5 eb5] [b5,eb5]> ] ] [d5 ] [ab5,[],]\"\n .chunk(4, x=>x.slow(1.5).add(\"9 -5\"))\n .fast(1.1)\n .rev()\n )\n )\n .fast(\"0.25\")\n // .transpose(\"0 1\")\n .s(\"[piano]\")\n .out()","hash":"norqcTA-uOs0"},{"id":206,"created_at":"2022-09-23T18:28:20.03322+00:00","code":"\nconst melody1=\"c3 eb3 g3 g2\"\nconst melody2=\"g3 f3 ab3 b2 ab3 f3\"\n\nn(cat(melody1,melody2)).s('sawtooth')\n .attack(0).decay(.1).sustain(.2).release(0.9).out()","hash":"WrN_Cv-hQMo0"},{"id":207,"created_at":"2022-09-23T18:31:59.033058+00:00","code":"\nconst melody1=\"c3 eb3 g3 g2 \"\nconst melody2=\"g3 f3 ab3 b2 ab3 f3 \"\n\nn(melody1 + melody2).s('sawtooth')\n ","hash":"YFbUtVxvA82E"},{"id":208,"created_at":"2022-09-23T18:52:39.661234+00:00","code":"\nconst melody1=[2,\"c3 \"]\nconst melody2=[6,\"g3 f3 ab3 b2 ab3 f3\"]\nconst melody3=[3,\"eb3 f3 g3\"]\n\nn(timeCat(melody1,melody2,melody1,melody3)).s('sawtooth').attack(0.1).decay(0.1).sustain(0.4).release(1)\n.slow(3)\n ","hash":"SHdla152eDum"},{"id":209,"created_at":"2022-09-23T18:52:51.599247+00:00","code":"\nconst melody1='c3 eb3 g3 g2 '\nconst melody2='g3 f3 ab3 b2 ab3 f3 '\n\nmini(melody1 + melody2).n().s('sawtooth')\n ","hash":"Jk_4KtRME5zL"},{"id":212,"created_at":"2022-09-24T22:37:52.29314+00:00","code":"stack(\n s(\"bd \")\n .delay(.5)\n .delaytime(.33)\n .delayfeedback(.6),\n s(\"hh*2\")\n .delay(.8)\n .delaytime(.08)\n .delayfeedback(.7)\n .orbit(2)\n).out()","hash":"QJdSFHrNzFlO"},{"id":213,"created_at":"2022-09-24T22:39:00.918817+00:00","code":"stack(\n s(\"bd \")\n .delay(.5)\n .delaytime(.33)\n .delayfeedback(.6),\n s(\"hh*2\")\n .delay(.8)\n .delaytime(.08)\n .delayfeedback(.7)\n .orbit(2)\n).sometimes(x=>x.speed(\"-1\")).out()","hash":"Nkv2L01eF62W"},{"id":214,"created_at":"2022-09-24T22:46:56.820568+00:00","code":"stack(\n s(\"bd \")\n .delay(\"<0 .5>\")\n .delaytime(\".16 | .33\")\n .delayfeedback(\".6 | .8\")\n).sometimes(x=>x.speed(\"-1\")).out()","hash":"fWCYi76JTGuA"},{"id":215,"created_at":"2022-09-25T14:33:05.944043+00:00","code":"stack(\n \"c1*2\".tone(membrane().chain(vol(0.8),out())),\n \"~ c3\".tone(noise().chain(vol(0.8),out())),\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.015)).chain(vol(0.8),out()))\n)\n","hash":"yJ-qOjgrjkMk"},{"id":216,"created_at":"2022-09-25T14:51:05.640729+00:00","code":"note(cat(\n stack(g3,b3,e4)*6,\n stack(a3,c3,e4)*10,\n stack(b3,d3,fs4)*12,\n stack([b3,e4,g4])*7\n)).s(\"sawtooth triangle triangle\")\n .cutoff(\"<4000 2000 1000 500 1000 2000>\")\n .crush(\"<16 8 7>\")\n .out()","hash":"UPVdAQhVNgbc"},{"id":217,"created_at":"2022-09-26T18:22:25.575795+00:00","code":"samples({\n \"gtr\": 'gtr/0001_cleanC.wav',\n}, 'github:tidalcycles/Dirt-Samples/master/');\nnote(\"db5 [[<[b5 eb5] [b5,eb5]> ] ] [d5 ] <[ab5,[],] [ab3 e7 c6]>\"\n .chunk(4, x=>x.fast(1.5).add(\"-24 -12\"))\n .every(2, x=>x.chunk(8, x=>x.slow(5.5).add(\"12 -12\")).rev())\n .sometimesBy(.4, x=>x.add(\"12\"))\n .every(3, x=>x.add(\"<-7 0 3 14>\"))\n )\n .fast(\"0.125 0.25\")\n .s(\"piano\")\n .cutoff('500')\n // .stack(sine.struct(\"x*16\").mul(7).round().scale('C major'))\n .out()","hash":"WDuiXaMhRRx5"},{"id":211,"created_at":"2022-09-23T21:55:34.405544+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav', 'bd/BT7A0D7.wav'],\n birds: ['birds/001_10.wav','birds/003_3.wav','birds/005_5.wav'],\n breaks125: 'breaks125/015_sdstckbr.wav',\n hh: ['hh/000_hh3closedhh.wav','hh27/008_hh27perc1.wav','hh/002_hh3hit1.wav'],\n \"gtr\": 'gtr/0001_cleanC.wav',\n}, 'github:tidalcycles/Dirt-Samples/master/');\ns(\"[bd birds [misc ht,bd] breaks125]/4.5,hh lt hh bd\").note(\"[44 30 51]/2.4\").n(\"[0 1 2 3]/2.75\")//\n .cut(\"[1 0 1 0 2 2 1 2 2]/1.75\")\n .attack(\"[.01 0.05 0]/1.2\").decay(\".1 0.01 0.9\").sustain(\".2 0.6\").release(\"[.5 1 0.1]/2.6\")\n // .shape(\"0.2\")\n .pan(\"[.5 1 .5 0]/0.75\")\n .iterBack(4)\n .echoWith(3, \"[2.125 2.5]/3\", (p,n) => p.add(n + 4).rev().release(2))\n // .coarse(\"1\")\n // .shape(1)\n .out()","hash":"o5LLePbx8kiQ"},{"id":221,"created_at":"2022-09-29T18:38:57.572257+00:00","code":"const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out());\nconst snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out());\nconst s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out());\nstack(\n stack(\n \"0 1 4 [3!2 5]\".layer(\n // chords\n x=>x.add(\"0,3\").duration(\"0.05!3 0.02\"),\n // bass\n x=>x.add(\"-8\").struct(\"x*8\").duration(0.1) \n ),\n // melody\n \"12 11*3 12 ~\".duration(0.005) \n )\n .add(\"<0 1>\")\n .tune(\"jemblung2\")\n //.mul(22/5).round().xen(\"22edo\")\n //.mul(12/5).round().xen(\"12edo\")\n .tone(s),\n // kick\n \"[c2 ~]*2\".duration(0.05).tone(membrane().chain(out())), \n // snare\n \"[~ c1]*2\".early(0.001).tone(snare),\n // hihat\n \"c2*8\".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())),\n).slow(3)","hash":"IPOyuRRkZaNr"},{"id":222,"created_at":"2022-10-01T09:49:32.918623+00:00","code":"const chords = \"\"\nconst roots = chords.rootNotes(2)\n\n\nstack(\n chords.voicings(['F4','F5','F6','F8'])\n .struct(\n `x ~ x x|x ~ ~ x ~ x` ), //` x@2 | ~ x | ~ x ~ x x? ~ ~ x@3 ~ x | x? ~ ~ x ~ x@3`),\n roots\n .struct(\n `x(3,12)`\n )\n).slow(0.5)\n .note().piano().out();\n \n //.pianoroll().note().piano().out();","hash":"fGbP7VOtCWWU"},{"id":223,"created_at":"2022-10-01T10:03:38.40993+00:00","code":"const chords = \"\"\nconst roots = chords.rootNotes(2)\n\n\nstack(\n chords.voicings()\n .struct(\n `x ~ x x|x ~ ~ x ~ x` ).slow(6), //` x@2 | ~ x | ~ x ~ x x? ~ ~ x@3 ~ x | x? ~ ~ x ~ x@3`),\n roots\n .struct(\n `x(1,4) | x(2,8)`\n )\n).slow(0.5)\n .note().piano().out();\n \n //.pianoroll().note().piano().out();","hash":"4YKibw76FrRb"},{"id":224,"created_at":"2022-10-01T12:33:23.714652+00:00","code":"const chords = \"\"\nconst roots = chords.rootNotes(2)\n\n\nstack(\n chords.voicings()\n .struct(\n `x x x [x x]| x ~ x x` ).slow(4), //` x@2 | ~ x | ~ x ~ x x? ~ ~ x@3 ~ x | x? ~ ~ x ~ x@3`),\n roots\n .struct(\n `x(1,4) | x(4,8)`\n ).slow(2)\n).slow(0.5)\n .note().piano().out();\n \n //.pianoroll().note().piano().out();","hash":"7UmR7rJMSvWq"},{"id":225,"created_at":"2022-10-01T12:55:39.978417+00:00","code":"`C5 f5 f5 [g5 a5][bb5 g5] a5 [g5 a5]bb5 a5 [g5 f5] g5 [f5]@2 [a5 bb5] [c6]@2 [d6] [c6]@2,\n[c3][g3]`\n\n .slow(8).note().piano().out()\n","hash":"N0a4wkk96WWE"},{"id":226,"created_at":"2022-10-02T07:10:22.771855+00:00","code":"n(\n \"a4 [a3 c3] a3 c3\"\n .sub(\"<7 12 5 12>\".slow(2))\n .off(1/4,x=>x.add(7))\n .off(1/8,x=>x.add(12))\n)\n .slow(2)\n .legato(sine.range(0.3, 2).slow(28))\n .s(\"sawtooth square\".fast(2))\n .cutoff(cosine.range(500,4000).slow(16))\n .out()","hash":"s8HiRvW_Rngj"},{"id":227,"created_at":"2022-10-02T16:05:55.819171+00:00","code":"// theme from \"The Breakfast Line\" (By Tim Smith of Cardiacs)\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst melody =`[\n c#6@2 f5 c6@3 a#5 a5@2 g5@3 c#5 e5@2 d#5@2 f#5 a5@3 a6@3\n a5 g5 f5 d#5 c#5 b4 a5@3 a5@3 f5 g5 a5 a#5 g#5 g5 f5 g5 a5 b5 d5 g5 \n c#5@2 b4 f5@3 c#5 d#5 f5 g5 c#5@2 c5@3 c#5@3 c#5@6\n c#5 g#5 g5 a#4 f5 d#5 c#5 c5 g#5 c#5 c5 b4 c#5@2 b4 a5@3 c#5 b4@2 a5@6 \n b5 g5@2 e5 a5 b5 b5@6 b5 a#5 g5 a5@3 b5 g5 d5 c#5 a5@2 b5 g5 d#5 c#5 a5@2\n g5@2 d#5 f5 d#5 c#5 b4 a4 g4 a4 b4 c#5 d#5 f5 g5 ]`.legato(0.93)\nstack( \n // melody \n melody.transpose(-12).n().s('Overdriven Guitar: Guitar').gain(0.20).out().rev(), \n melody.n().s('Overdriven Guitar: Guitar').gain(0.10).out().rev(), \n // chords\n `[C#4 D#4 F4 G4 A3 B3]!8`.add(imaj)\n .n().s('Choir Aahs: Ensemble').gain(0.25).out().rev(),\n // bass\n `[C#2 D#2 C2 D2 A1 B1]!8`.legato(0.90)\n .n().s('Electric Bass (finger): Bass').gain(0.3).out().rev(), \n // drums\n s(\"[bd ~ bd sn ~ bd,hh*6]!23 [sn*6,hh*6]\").gain(0.25).out().rev()\n).slow(38)\n ","hash":"Z1ywkDoR6Tca"},{"id":228,"created_at":"2022-10-02T19:17:12.25556+00:00","code":"// BIG SHIP THEME - (Cardiacs)\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst iimaj = \"[0,-8,-5]\"\nconst min = \"[0,3,7]\"\nconst imin = \"[0,3,-5]\"\nconst iimin = \"[0,-9,-5]\"\nstack(\n // NON-VOICED VERSION\n timeCat(\n [1,min.add(\"a4\")],[1,min.add(\"a4\")],[1,maj.add(\"d5\")],[1,maj.add(\"f4\")],[1,min.add(\"a4\")],[2,maj.add(\"d5\")],\n [1,min.add(\"a4\")],[1,min.add(\"a4\")],[1,maj.add(\"a#4\")],[1,min.add(\"a4\")],[2,maj.add(\"e4\")],\n [1,maj.add(\"c5\")],[1,maj.add(\"f4\")],[1,min.add(\"a4\")],[4,maj.add(\"d5\")]\n ).n().s('Church Organ: Organ').gain(0.2).out()\n \n \n // VOICED VERSION\n /*\n timeCat(\n [1,min.add(\"a4\")],[1,imin.add(\"a4\")],[1,iimaj.add(\"d5\")],[1,maj.add(\"f4\")],[1,imin.add(\"a4\")],[2,iimaj.add(\"d5\")],\n [1,min.add(\"a4\")],[1,imin.add(\"a4\")],[1,imaj.add(\"a#4\")],[1,imin.add(\"a4\")],[2,maj.add(\"e4\")],\n [1,iimaj.add(\"c5\")],[1,maj.add(\"f4\")],[1,imin.add(\"a4\")],[4,iimaj.add(\"d5\")]\n ).n().s('Church Organ: Organ').gain(0.2).out(),\n */\n \n ,\n s(\"[[bd bd] [cp ~ ~ cp] ,hh*4]!20\").gain(0.25).out() \n)\n .slow(20).pianoroll()","hash":"eXyJ5cvdMxIl"},{"id":229,"created_at":"2022-10-02T19:18:09.419605+00:00","code":"// BIG SHIP THEME - (Cardiacs)\nconst maj = \"[0,4,7]\"\nconst imaj = \"[0,4,-5]\"\nconst iimaj = \"[0,-8,-5]\"\nconst min = \"[0,3,7]\"\nconst imin = \"[0,3,-5]\"\nconst iimin = \"[0,-9,-5]\"\nstack(\n // NON-VOICED VERSION\n /*\n timeCat(\n [1,min.add(\"a4\")],[1,min.add(\"a4\")],[1,maj.add(\"d5\")],[1,maj.add(\"f4\")],[1,min.add(\"a4\")],[2,maj.add(\"d5\")],\n [1,min.add(\"a4\")],[1,min.add(\"a4\")],[1,maj.add(\"a#4\")],[1,min.add(\"a4\")],[2,maj.add(\"e4\")],\n [1,maj.add(\"c5\")],[1,maj.add(\"f4\")],[1,min.add(\"a4\")],[4,maj.add(\"d5\")]\n ).n().s('Church Organ: Organ').gain(0.2).out()\n */ \n // VOICED VERSION\n timeCat(\n [1,min.add(\"a4\")],[1,imin.add(\"a4\")],[1,iimaj.add(\"d5\")],[1,maj.add(\"f4\")],[1,imin.add(\"a4\")],[2,iimaj.add(\"d5\")],\n [1,min.add(\"a4\")],[1,imin.add(\"a4\")],[1,imaj.add(\"a#4\")],[1,imin.add(\"a4\")],[2,maj.add(\"e4\")],\n [1,iimaj.add(\"c5\")],[1,maj.add(\"f4\")],[1,imin.add(\"a4\")],[4,iimaj.add(\"d5\")]\n ).n().s('Church Organ: Organ').gain(0.2).out()\n \n ,s(\"[[bd bd] [cp ~ ~ cp] ,hh*4]!20\").gain(0.25).out() \n).slow(20).pianoroll()","hash":"YSgSSFCioxs0"},{"id":230,"created_at":"2022-10-03T06:54:57.974976+00:00","code":"stack(\n \"c1*2\".tone(membrane().chain(vol(0.8),out())),\n \"~ c3\".tone(noise().chain(vol(0.8),out())),\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.015)).chain(vol(0.8),out()))\n)\n","hash":"lAIAC1TOD3zB"},{"id":231,"created_at":"2022-10-05T10:39:01.1837+00:00","code":"n(\n \"a4 [a3 c3] a3 c3\"\n .sub(\"<7 12 5 12>\".slow(2))\n .off(1/4,x=>x.add(7))\n .off(1/8,x=>x.add(12))\n)\n .slow(2)\n .legato(sine.range(0.3, 2).slow(28))\n .s(\"sawtooth square\".fast(2))\n .cutoff(cosine.range(500,4000).slow(16))\n .out()","hash":"LZ-aTB2xiaZ8"},{"id":232,"created_at":"2022-10-05T22:33:35.053024+00:00","code":"backgroundImage('https://images.nintendolife.com/news/2016/08/video_exploring_the_funky_inspiration_for_the_super_mario_bros_underground_theme/large.jpg',{ className:'darken' })\n\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nconst h = x=>x.transpose(\"<0@2 5 0 7 5 0 -5>/2\")\n\nstack(\n s(\"< sn> hh\").fast(1).gain(.14),\n \"[c2 a1 bb1 ~] ~\"\n .echo(2, 1/16, 1)\n .legato(.4)\n .slow(2)\n .layer(h)\n .note().s('square')\n .cutoff(400).decay(.12).sustain(0)\n ,\n \"[g2,[c3 eb3]]\".iter(4)\n .echoWith(4, 1/8, (x,n)=>x.transpose(n*150).velocity(Math.pow(.4,n)))\n .legato(.1)\n .layer(h).note()\n).out()\n .fast(2/3)\n .pianoroll({})","hash":"_zhepg-kT6fD"},{"id":234,"created_at":"2022-10-06T09:10:06.054531+00:00","code":"stack(\n note(\"c2 >\").s('square').attack(.1).decay(.1).sustain(.2).release(.1),\n s(\",hh*2\").fast(2).crush((\"<16 8 7 6 5 4 3 2>\").fast(4))\n).out()","hash":"1moEu58ZjMF4"},{"id":235,"created_at":"2022-10-06T09:15:51.853391+00:00","code":"stack(\n note(\"c2 >\").slow(2).s('square').attack(.1).decay(.1).sustain(.2).release(.1),\n s(\",hh*2\").fast(2).crush((\"<16 8 7 6 5 4 3 2>\").fast(4))\n).out()","hash":"1W8nlZAFzi5T"},{"id":236,"created_at":"2022-10-06T09:41:01.092404+00:00","code":"stack(\n note(\"c2 >\").slow(2).s('square').attack(.1).decay(.1).sustain(.2).release(.1),\n s(\",hh*2\").fast(2).crush((\"<16 8 7 6 5 4 3 2>\").fast(4))\n).out()","hash":"exwhYw9VYVQz"},{"id":237,"created_at":"2022-10-06T12:19:08.812397+00:00","code":"stack(\n note(\"c3!2 g3@2 e3, \").slow(2).s('sawtooth')\n .attack(.1).decay(.2).sustain(.3).release(.1).bandf(500).bandq(\"1\"),\n // s(\",hh*2\").slow(1).crush((\"<16 8 7 6 5 4 3 2>\").fast(4))\n).out()","hash":"z4zPoaRLF6Vs"},{"id":238,"created_at":"2022-10-06T12:33:27.258246+00:00","code":"stack(\n // note(\"c3!2 g3@2 e3, \").slow(2).s('sawtooth')\n // .attack(.1).decay(.2).sustain(.3).release(.1).bandf(500).bandq(\"1\"),\n s(\"bd bd bd [bd bd], hh*2 hh*4\").fast(1).every(3, x=>x.rev())\n //.crush((\"<16 8 7 6 5 4 3 2>\").fast(4))\n).out()","hash":"VzJokumWaip_"},{"id":239,"created_at":"2022-10-06T12:41:54.620683+00:00","code":"stack(\n // note(\"c3!2 g3@2 e3, \").slow(2).s('sawtooth')\n // .attack(.1).decay(.2).sustain(.3).release(.1).bandf(500).bandq(\"1\"),\n s(\"bd bd@2 bd [bd bd], hh*2 hh*4\").fast(1)\n .every(3, x=>x.rev())\n .every(3, x=>x.cutoff(\"4000 2000 1000 500 200 100\"))\n .every(1, x=>x.resonance(\"0 10 20 30\"))\n //.crush((\"<16 8 7 6 5 4 3 2>\").fast(4))\n).out()","hash":"gb4pffOZyATk"},{"id":240,"created_at":"2022-10-07T00:06:10.737895+00:00","code":"\"0 1 1 2 3 5 8 13\"\n.scale(seq('C2 major', 'C2 minor').slow(4))\n.color(\" [white | gray]\")\n.pianoroll({ vertical:1, fold:1, smear:0,background:'black' })","hash":"C6vcsMx8UtjJ"},{"id":241,"created_at":"2022-10-07T04:46:50.108192+00:00","code":"backgroundImage('https://images.nintendolife.com/news/2016/08/video_exploring_the_funky_inspiration_for_the_super_mario_bros_underground_theme/large.jpg',{ className:'darken' })\n\nsamples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nconst h = x=>x.transpose(\"<0@2 5 0 7 5 0 -5>/2\")\n\nstack(\n s(\"< sn> hh\").fast(2).gain(.7),\n \"[c2 a1 bb1 ~] ~\"\n .echo(2, 1/16, 1)\n .legato(.4)\n .slow(2)\n .layer(h)\n .note().s('square')\n .cutoff(400).decay(.12).sustain(0)\n ,\n \"[g2,[c3 eb3]]\".iter(4)\n .echoWith(4, 1/8, (x,n)=>x.transpose(n*12).velocity(Math.pow(.4,n)))\n .legato(.1)\n .layer(h).note()\n).out()\n .fast(2/3)\n .pianoroll({})","hash":"jyNjgy-bZ0X7"},{"id":242,"created_at":"2022-10-07T18:26:30.694005+00:00","code":"stack(\n note(\"c1\").slow(2).s('sawtooth').\n attack(.1).decay(.2).sustain(.3).release(.1).bandf(500).bandq(\"1\").gain(3),\n s(\"bd@2 bd bd!2 bd*2\").slow(2)\n .every(4, x=>x.rev())\n).out()","hash":"MPVT_kG6Yni7"},{"id":243,"created_at":"2022-10-07T20:00:29.896851+00:00","code":"n(\n \"a4 [a#3 c3] a3 cb3\"\n .sub(\"<7 3>/2\")\n .off(1/8, add(\"21\"))\n .off(1/4, add(\"3\"))\n)\n .legato(.10)\n .slow(1)\n .s(\"sawtooth square\")\n .cutoff(\"<2000 1000 500 300>\")\n .out()\n","hash":"Ul_u7MyAGKXb"},{"id":244,"created_at":"2022-10-07T20:02:44.300956+00:00","code":"n(\n \"a4 [a#3 c3] a3 cb3\"\n .sub(\"<7 3>/2\")\n .off(1/8, add(\"21\"))\n .off(1/4, add(\"3\"))\n)\n .legato(.15)\n .slow(1)\n .s(\"sine\")\n .cutoff(\"<1500 1000 500 300>\")\n .out()\n","hash":"6geTqvPlUvv4"},{"id":245,"created_at":"2022-10-08T00:37:52.294005+00:00","code":"const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out());\nconst snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out());\nconst s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out());\nstack(\n stack(\n \"0 1 4 [3!2 5]\".layer(\n // chords\n x=>x.add(\"0,3\").duration(\"0.05!3 0.02\"),\n // bass\n x=>x.add(\"-8\").struct(\"x*8\").duration(0.1) \n ),\n // melody\n \"12 11*3 12 ~\".duration(0.005) \n )\n .add(\"<0 1>\")\n .tune(\"jemblung2\")\n //.mul(22/5).round().xen(\"22edo\")\n //.mul(12/5).round().xen(\"12edo\")\n .tone(s),\n // kick\n \"[c2 ~]*2\".duration(0.05).tone(membrane().chain(out())), \n // snare\n \"[~ c1]*2\".early(0.001).tone(snare),\n // hihat\n \"c2*8\".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())),\n).slow(3)","hash":"5-NpsIAJqGJX"},{"id":248,"created_at":"2022-10-08T13:16:52.512562+00:00","code":"\"<0 2 4 8 ~ 4 ~ 2 0!3 3 6 ~!5>*4\"\n .superimpose(x=>x.add(2))\n .scale('C minor').note().out()","hash":"FavmsfMCEJh9"},{"id":250,"created_at":"2022-10-09T07:02:03.84216+00:00","code":"const delay = new FeedbackDelay(1/12, .4).chain(vol(0.3), out());\n\nconst drums = await players({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/')\n\nconst rhodes = await sampler({\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n \" \"\n .tone(drums.chain(out())),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .tone(rhodes.chain(vol(0.5).connect(delay), out())),\n //\"]>\".slow(2).voicings().struct(\"~ x\").legato(.25).tone(rhodes),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2)\n .tone(bass),\n).fast(3/2)","hash":"JzQ_9QyLrKhy"},{"id":251,"created_at":"2022-10-15T14:48:24.331421+00:00","code":"stack(\"\".m.voicings(), ''.m)\n .midi('Midi Through Port-0' | 'TiMidity port 0' | 'TiMidity port 1' | 'TiMidity port 2' | 'TiMidity port 3')","hash":"H9-8RjyncjzI"},{"id":252,"created_at":"2022-10-18T18:17:58.804856+00:00","code":"\"c3 eb3 g3\".add(\"<0 2 0 -2 5>\")","hash":"CG9iByv5zHY-"},{"id":253,"created_at":"2022-10-18T18:42:01.436719+00:00","code":"\"c3 eb3 g3 c2\".add(\"<0 2 0 -2 5>\")","hash":"FgUTcaG_XKGK"},{"id":254,"created_at":"2022-10-19T04:54:32.526246+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)","hash":"CmY3ebvIfYEG"},{"id":255,"created_at":"2022-10-19T19:20:59.256279+00:00","code":"const delay = new FeedbackDelay(1/3, .8).chain(vol(.2), out());\nlet bell = await sampler({\n C6: 'https://freesound.org/data/previews/411/411089_5121236-lq.mp3'\n})\nconst bass = await sampler({\n d2: 'https://freesound.org/data/previews/608/608286_13074022-lq.mp3'\n});\nbell = bell.chain(vol(0.6).connect(delay),out());\n\n\"0\".euclidLegato(3,8)\n .echo(3, 1/16, .5)\n .add(rand.range(0,12))\n .velocity(rand.range(.5,1))\n .legato(rand.range(.4,3))\n .scale(cat('D minor pentatonic')).tone(bell)\n .stack(\"\".euclidLegato(6,8,1).tone(bass.toDestination()))\n .slow(6)\n .pianoroll({minMidi:20,maxMidi:120,background:'transparent'})","hash":"yNx4koGpPrSH"},{"id":256,"created_at":"2022-10-19T19:21:32.488574+00:00","code":"\"<0 2 [4 6](3,4,1) 3*2>\"\n.scale('D minor')\n.color('salmon')\n.off(1/4, x=>x.scaleTranspose(2).color('green'))\n.off(1/2, x=>x.scaleTranspose(6).color('steelblue'))\n.legato(.5)\n.echo(4, 1/8, .5)\n.note().piano().out()\n.pianoroll()","hash":"oBtcxYrbZlNG"},{"id":257,"created_at":"2022-10-20T00:32:19.539706+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n perc: ['perc/002_perc2.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\n\n\"C^7 Am7 Dm7 G7\".slow(2).voicings()\n .stack(\"0@6 [<1 2> <2 0> 1]@2\".scale('C5 major'))\n .n().slow(4)\n .s('0040_FluidR3_GM_sf2_file')\n .color('steelblue')\n .stack(\n \"<-7 ~@2 [~@2 -7] -9 ~@2 [~@2 -9] -10!2 ~ [~@2 -10] -5 ~ [-3 -2 -10]@2>*2\".scale('C3 major')\n .n().s('sawtooth').color('brown')\n )\n .attack(0.05).decay(.1).sustain(.7)\n .cutoff(perlin.range(800,2000))\n .gain(.3)\n .stack(\n s(\" sd,hh*3,~@5 \")\n .speed(perlin.range(.9,1.1))\n .n(3).color('gray')\n ).slow(3/2)\n //.pianoroll({autorange:1,vertical:1,fold:0})\n .out()","hash":"eCz4nyUk3TnN"},{"id":259,"created_at":"2022-10-22T03:34:18.383322+00:00","code":"samples({mad:'https://freesound.org/data/previews/22/22274_109943-lq.mp3'})\nstack(\n stack(\n \"c3*2 [[c3@1.4 bb2] ab2] gb2*2 <[[gb2@1.4 ab2] bb2] gb2>\".legato(\".5 1\".fast(2)).velocity(.8),\n \"0 ~\".scale('c4 whole tone')\n .euclidLegato(3,8).slow(2).mask(\"x ~\")\n .stutWith(8, 1/16, (x,n)=>x.scaleTranspose(n).velocity(Math.pow(.7,n)))\n .scaleTranspose(\"<0 1 2 3 4 3 2 1>\")\n .fast(2)\n .velocity(.7)\n .legato(.5)\n .stut(3, .5, 1/8)\n ).transpose(-1).note().piano(),\n s(\"mad\").slow(2)\n).cpm(78).slow(4)\n .out()\n .pianoroll()\n","hash":"J3FcQgOeZ3cV"},{"id":260,"created_at":"2022-10-22T12:26:24.413978+00:00","code":"stack(\n // melody\n `[B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] \n [B3@2 D4] [A4@2 G4] [D4@2 [C4 B3]] [A3]\n [B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3]\n [B3@2 D4] [A4@2 G4] D5@2 \n [D5@2 [C5 B4]] [[C5 B4] G4@2] [C5@2 [B4 A4]] [[B4 A4] E4@2]\n [D5@2 [C5 B4]] [[C5 B4] G4 C5] [G5] [~ ~ B3]`,\n // bass\n `[[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[D2 A2] C3@2] [[C2 G2] B2@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[Eb2 Bb2] Db3@2] [[D2 A2] C3 [F3,G2]]`\n).transpose(12).slow(48).tone(\n new PolySynth().chain(\n new Gain(0.3), \n new Chorus(2, 2.5, 0.5).start(), \n new Freeverb(), \n getDestination())\n)","hash":"tTlyA1JzHklU"},{"id":261,"created_at":"2022-10-22T16:40:24.481644+00:00","code":"samples({\n bd: 'bd/BT0AADA.wav',\n sd: 'sd/rytm-01-classic.wav',\n hh: 'hh27/000_hh27closedhh.wav',\n oh: 'hh27/007_hh3openhh.wav',\n}, 'https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/');\n\nstack(\n cat(\n note(\"[c2(2, 8), c3(3, 8)] [e2(4, 5), g3(3, 2)]\"),\n note(\"[g2(2, 8), a#2(3, 8)] [e2(2, 5), g2(3, 2)]\")\n ).slow(2).s('sawtooth').attack(.1).release(.3).vowel(\" \").out(),\n cat(\n note(\" [] ~ [(3,8,4) ]\".transpose(\"<0 5 3> [<0 12> <5 12>] 3 7\".slow(5)))\n ).slow(3).s('sawtooth').attack(0).release(.3).cutoff(\"<200 100> <300 100 200 400>\").fast(2).out(),\n cat(\n note(\"c2(3, 2, 8) c#2(3, 2, 7)\")\n )\n .s(\"sd bd sd bd bd\").degradeBy(.3).out(),\n cat(\n note(\"c2(2, 3, 3)\"),\n note(\"c2(1, 3, 3)\")\n ).fast(4)\n .s(\"hh oh\").sometimesBy(.4, x=>x.speed(\"0.5\")).out()\n)","hash":"hIhmX2R9gtwL"},{"id":262,"created_at":"2022-10-22T22:19:47.056704+00:00","code":"const t = x => x.scaleTranspose(\"<0 2 4 3>/4\").transpose(-2)\nconst s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4))\nconst delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out());\nconst chorus = new Chorus(1,2.5,0.5).start();\nstack(\n // melody\n \"<<10 7> <8 3>>/4\".struct(\"x*3\").apply(s)\n .scaleTranspose(\"<0 3 2> <1 4 3>\")\n .superimpose(scaleTranspose(2).early(1/8))\n .apply(t).tone(polysynth().set({\n ...osc('triangle4'),\n ...adsr(0,.08,0)\n }).chain(vol(0.2).connect(delay),chorus,out())).mask(\"<~@3 x>/16\".early(1/8)),\n // pad\n \"[1,3]/4\".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({\n ...osc('square2'),\n ...adsr(0.1,.4,0.8)\n }).chain(vol(0.2),chorus,out())).mask(\"<~ x>/32\"),\n // xylophone\n \"c3,g3,c4\".struct(\"\").fast(\"<1 <2!3 [4 8]>>\").apply(s).scaleTranspose(\"<0 <1 [2 [3 <4 5>]]>>\").apply(t).tone(polysynth().set({\n ...osc('sawtooth4'),\n ...adsr(0,.1,0)\n }).chain(vol(0.4).connect(delay),out())).mask(\"/16\".early(1/8)),\n // bass\n \"c2 [c2 ~]*2\".scale('C hirajoshi').apply(t).tone(synth({\n ...osc('sawtooth6'),\n ...adsr(0,.03,.4,.1)\n }).chain(vol(0.4),out())),\n // kick\n \"*2\".tone(membrane().chain(vol(0.8),out())),\n // snare\n \"~ \".tone(noise().chain(vol(0.8),out())),\n // hihat\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out()))\n).slow(1)\n// strudel disable-highlighting","hash":"NIL21RJTmuAa"},{"id":263,"created_at":"2022-10-23T20:15:19.203301+00:00","code":"stack(\n // melody\n `[B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] \n [B3@2 D4] [A4@2 G4] [D4@2 [C4 B3]] [A3]\n [B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3]\n [B3@2 D4] [A4@2 G4] D5@2 \n [D5@2 [C5 B4]] [[C5 B4] G4@2] [C5@2 [B4 A4]] [[B4 A4] E4@2]\n [D5@2 [C5 B4]] [[C5 B4] G4 C5] [G5] [~ ~ B3]`,\n // bass\n `[[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2]\n [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[D2 A2] C3@2] [[C2 G2] B2@2]\n [[F2 C3] E3@2] [[E2 B2] D3@2] [[Eb2 Bb2] Db3@2] [[D2 A2] C3 [F3,G2]]`\n).transpose(12).slow(48).tone(\n new PolySynth().chain(\n new Gain(0.3), \n new Chorus(2, 2.5, 0.5).start(), \n new Freeverb(), \n getDestination())\n)","hash":"CGh4oLKu9tOp"},{"id":264,"created_at":"2022-10-23T21:30:29.104084+00:00","code":"stack(\n freq(\"55 [110,165] 110 [220,275]\".mul(\"<1 <3/4 2/3>>\").struct(\"x(3,8)\").layer(x=>x.mul(\"1.006,.995\"))),\n freq(\"440(5,8)\".legato(.18).mul(\"<1 3/4 2 2/3>\")).gain(perlin.range(.2,.8))\n).s(\"/2\")\n .onTrigger((t,hap,ct)=>{\n const ac = Tone.getContext().rawContext;\n t = ac.currentTime + t - ct;\n const { freq, s, gain = 1 } = hap.value;\n const master = ac.createGain();\n master.gain.value = 0.1 * gain;\n master.connect(ac.destination);\n const o = ac.createOscillator();\n o.type = s || 'triangle';\n o.frequency.value = Number(freq);\n o.connect(master);\n o.start(t);\n o.stop(t + hap.duration);\n}).stack(s(\"bd(3,8),hh*4,~ sd\").webdirt())","hash":"N486QfFJ2NvV"},{"id":265,"created_at":"2022-10-25T19:49:39.322172+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\n\nnote(\"c2 >/2\").s(\"\").vowel(\"\").gain(sine.range(.2,2).slow(16))\n .stack(\n note(\"c1 >\").s(\"sine\").shape(.7).gain(cosine.range(.4,1.6).slow(9))\n )\n .stack(\n s(\"[[hh hh]*2 [hh]*2]\").pan(cc(\"<.5 .8 .5 .2>\", \".5\", \".5\")).degradeBy(0.08).often(x=>x.speed(\"0.9 1.1\")).gain([.2,.5,.6,.4]) ).stack(\n s(\"[bd@2 bd@2 bd]/2\") ).stack(\n s(\"[misc misc]/4\").n(\"13\") )\n .fast(1.1)\n .delay(.1)\n .out()","hash":"Njas64Vf03LO"},{"id":266,"created_at":"2022-10-25T20:06:35.487506+00:00","code":"const drums = await players({\n bd: 'bd/BT0A0D0.wav',\n sn: 'sn/ST0T0S3.wav',\n hh: 'hh/000_hh3closedhh.wav'\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\n\nstack(\n \"\",\n \"hh*4\",\n \"~ \"\n).tone(drums.chain(out()))\n","hash":"-qcqwVsJXv8J"},{"id":267,"created_at":"2022-10-25T20:07:36.84852+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\n\nnote(\"c2 >/2\").s(\"\").vowel(\"\").gain(perlin.range(.2,2).slow(16))\n .stack(\n note(\"c1 >\").s(\"sine\").shape(.7).gain(perlin.range(.4,1.6).slow(9))\n )\n .stack(\n s(\"[[hh hh]*2 [hh]*2]\").pan(perlin.range(0,1)).degradeBy(0.08).often(x=>x.speed(\"0.9 1.1\")).gain([.2,.5,.6,.4]) ).stack(\n s(\"[bd:4@2 bd:4@2 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\") ).stack(\n s(\"[misc]/4\").n(\"13\") )\n .fast(1.1)\n .delay(.1)\n .out()","hash":"Q2WQMrJVFb46"},{"id":268,"created_at":"2022-10-25T20:21:05.405473+00:00","code":"stack(\n \"c1*2\".tone(membrane().chain(vol(0.8),out())),\n \"~ c3\".tone(noise().chain(vol(0.8),out())),\n \"c3*4\".transpose(\"[-24 0]*2\").tone(metal(adsr(0,.015)).chain(vol(0.8),out()))\n)\n","hash":"IV4pDyaLUMB0"},{"id":269,"created_at":"2022-10-25T21:03:15.282811+00:00","code":"backgroundImage('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXR0rKqW3VwY%2Fmaxresdefault.jpg&f=1&nofb=1', \n{ className:'darken', style:'background-size:cover'})\nstack(\n \"[g3,bb3,d4] [f3,a3,c4] [c3,e3,g3]@2\".slow(2).late(.1),\n cat(\n 'Baker man',\n 'is baking bread',\n 'Baker man',\n 'is baking bread',\n 'Sagabona',\n 'kunjani wena',\n 'Sagabona',\n 'kunjani wena',\n 'The night train, is coming',\n 'got to keep on running',\n 'The night train, is coming',\n 'got to keep on running',\n ).speak(\"en zu en\".slow(12), \"<0 2 3 4 5 6>\".slow(2)),\n).slow(4)","hash":"XQ_uhshhjEYw"},{"id":270,"created_at":"2022-10-27T00:16:11.505229+00:00","code":"backgroundImage(\n 'https://media.npr.org/assets/img/2017/02/03/barryharris_600dpi_wide-7eb49998aa1af377d62bb098041624c0a0d1a454.jpg',\n {style:'background-size:cover'})\n \n\"0,2,[7 6]\"\n .add(\"<0 1 2 3 4 5 7 8>\")\n .scale('C bebop major')\n .transpose(\"<0 1 2 1>/8\")\n .slow(2)\n .note().piano().out()\n","hash":"XDCsI7uPtnav"},{"id":271,"created_at":"2022-10-27T08:08:10.650623+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\n\nnote(\"c2 >/2\").s(\"\").vowel(\"\").gain(perlin.range(.2,2).slow(16))\n .stack(\n note(\"c1 >\").s(\"sine\").shape(.7).gain(perlin.range(.4,1.6).slow(9))\n )\n .stack(\n s(\"[[hh hh]*2 [hh]*2]\").pan(perlin.range(0,1)).degradeBy(0.08).often(x=>x.speed(\"0.9 1.1\")).gain([.2,.5,.6,.4]) ).stack(\n s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\") ).stack(\n s(\"[~@3 misc]/4\").n(\"13\") )\n .fast(1.1)\n .delay(.1)\n .out()","hash":"2t_PSStoDUhV"},{"id":272,"created_at":"2022-10-27T18:07:18.311401+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\n\nnote(\"[c4 >]/2\").s(\"piano\").degradeBy(.4)\n .stack(\n note(\"[c4 >]/2\").transpose(0).s(\"/2\").vowel(\"\").gain(perlin.range(1.8,2).slow(16)).hcutoff(800)\n )\n .stack(\n note(\"c1 >\").transpose(-12).degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).stack(\n //note(\"c3 >/2\").transpose(7).s(\"\").vowel(\"*2\").gain(perlin.range(1.5,1.3)).pan(1).hcutoff(700)\n ).stack(\n //note(\"[c2 >/2]/3\").transpose(12).s(\"\").vowel(\"\").gain(perlin.range(1,1.6)).pan(0).hcutoff(900)\n )\n .cutoff(perlin.range(1000,2000)).resonance(0)\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.2,.4)).cutoff(100)).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .fast(1.2)\n .cutoff(perlin.range(500,2000))\n .delay(.1)\n .out()","hash":"J4419vLymh08"},{"id":273,"created_at":"2022-10-27T21:25:31.085012+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\n\nnote(\"[c4 >]/2\").s(\"piano\").degradeBy(.4)\n .stack(\n note(\"[c4 >]/2\").transpose(0).s(\"/2\").vowel(\"\").gain(perlin.range(1.8,2).slow(16)).hcutoff(800)\n )\n .stack(\n note(\"c1 >\").transpose(-12).degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).stack(\n //note(\"c3 >/2\").transpose(7).s(\"\").vowel(\"*2\").gain(perlin.range(1.5,1.3)).pan(1).hcutoff(700)\n ).stack(\n //note(\"[c2 >/2]/3\").transpose(12).s(\"\").vowel(\"\").gain(perlin.range(1,1.6)).pan(0).hcutoff(900)\n )\n .cutoff(perlin.range(1000,2000)).resonance(0)\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.2,.4)).cutoff(100)).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .fast(.8)\n .cutoff(perlin.range(500,2000))\n .delay(.1)\n .out()","hash":"hGG0rEr1zC3A"},{"id":274,"created_at":"2022-10-28T14:32:09.078571+00:00","code":"const scale = cat('C3 dorian','Bb2 major').slow(4);\nstack(\n \"2*4\".add(12).scale(scale)\n .off(1/8,x=>x.scaleTranspose(\"2\")).fast(2)\n .scaleTranspose(\"<0 1 2 1>\").hush(),\n \"<0 1 2 3>(3,8,2)\"\n .scale(scale)\n .off(1/4,x=>x.scaleTranspose(\"2,4\")),\n \"<0 4>(5,8)\".scale(scale).transpose(-12)\n)\n .velocity(\".6 .7\".fast(4))\n .legato(\"2\")\n .scale(scale)\n.scaleTranspose(\"<0>\".slow(4))\n.transpose(5)\n.note().piano().out()\n.velocity(.8)\n.slow(2)\n.pianoroll({maxMidi:100,minMidi:20})","hash":"ahkvgPdMeapI"},{"id":275,"created_at":"2022-10-28T15:22:48.00853+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\nnote(\"<[c4,e4,g4] [f4,a4,d4] ~ ~ >\").s(\"piano\")\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n ) \n .gain(.5).out()\n/*\nnote(\"[c4 >]/2\").s(\"piano\").degradeBy(.4)\n .stack(\n note(\"[c4 >]/2\").s(\"/2\").vowel(\"\").gain(perlin.range(1.8,2).slow(16)).hcutoff(800)\n )\n .stack(\n note(\"c1 >\").degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).stack(\n note(\"c3 >/2\").s(\"\").vowel(\"*2\").gain(perlin.range(1.5,1.3)).pan(1).hcutoff(700)\n ).stack(\n note(\"[c2 >/2]/3\").s(\"\").vowel(\"\").gain(perlin.range(1,1.6)).pan(0).hcutoff(900)\n )\n .cutoff(perlin.range(1000,2000)).resonance(0)\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.2,.4)).cutoff(100)).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .fast(1.2)\n .cutoff(perlin.range(500,2000))\n .delay(.1)\n .out()*/","hash":"um_AAxJMJr5U"},{"id":276,"created_at":"2022-10-28T15:47:08.283377+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\nnote(\"<[c4,eb4,g4] [f4,ab4,d4] ~ [[c4,eb4,[a5 g4]]]>\").s(\"\").gain(sine.slow(8).range(0,1))\n .stack(\n note(\"<[c4,eb4,g4] [f4,ab4,d4] ~ [[c4,eb4,[a5 g4]]]>\").s(\"\").vowel(\"\").gain(cosine.slow(8).range(1,0))\n )\n .stack(\n s(\"*2\").pan(perlin.range(0,1)).often(x=>x.speed(\"<.9 1.1>\")).gain(rand.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n s(\"*8\").pan(rand.range(0,1)).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n ).fast(.8)\n .gain(.5).out()\n/*\nnote(\"[c4 >]/2\").s(\"piano\").degradeBy(.4)\n .stack(\n note(\"[c4 >]/2\").s(\"/2\").vowel(\"\").gain(perlin.range(1.8,2).slow(16)).hcutoff(800)\n )\n .stack(\n note(\"c1 >\").degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).stack(\n note(\"c3 >/2\").s(\"\").vowel(\"*2\").gain(perlin.range(1.5,1.3)).pan(1).hcutoff(700)\n ).stack(\n note(\"[c2 >/2]/3\").s(\"\").vowel(\"\").gain(perlin.range(1,1.6)).pan(0).hcutoff(900)\n )\n .cutoff(perlin.range(1000,2000)).resonance(0)\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.2,.4)).cutoff(100)).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .fast(1.2)\n .cutoff(perlin.range(500,2000))\n .delay(.1)\n .out()*/","hash":"UxSJbzL1d05O"},{"id":277,"created_at":"2022-10-28T15:52:33.545403+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\nnote(\"<[c4,eb4,g4] [f4,ab4,d4] ~ [[c4,eb4,[a5 g4]]]>\").s(\"\").gain(sine.slow(8).range(0,1))\n .stack(\n note(\"<[c4,eb4,g4] [f4,ab4,d4] ~ [[c4,eb4,[a5 g4]]]>\").s(\"\").vowel(\"\").gain(cosine.slow(8).range(0,1))\n )\n .stack(\n s(\"*2\").pan(perlin.range(0,1)).often(x=>x.speed(\"<.9 1.1>\")).gain(rand.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n s(\"*8\").pan(rand.range(0,1)).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n ).fast(.8)\n .gain(.5).out()\n/*\nnote(\"[c4 >]/2\").s(\"piano\").degradeBy(.4) \n .stack(\n note(\"[c4 >]/2\").s(\"/2\").vowel(\"\").gain(perlin.range(1.8,2).slow(16)).hcutoff(800)\n )\n .stack(\n note(\"c1 >\").degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).stack(\n note(\"c3 >/2\").s(\"\").vowel(\"*2\").gain(perlin.range(1.5,1.3)).pan(1).hcutoff(700)\n ).stack(\n note(\"[c2 >/2]/3\").s(\"\").vowel(\"\").gain(perlin.range(1,1.6)).pan(0).hcutoff(900)\n )\n .cutoff(perlin.range(1000,2000)).resonance(0)\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.2,.4)).cutoff(100)).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .fast(1.2)\n .cutoff(perlin.range(500,2000))\n .delay(.1)\n .out()*/","hash":"90drkbxdBr2-"},{"id":278,"created_at":"2022-10-28T19:07:09.296506+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .out()\n .slow(3/2)","hash":"aGtqNXDNRxdA"},{"id":279,"created_at":"2022-10-28T19:08:18.322641+00:00","code":"const delay = new FeedbackDelay(1/3, .5).chain(vol(.2), out())\nlet kalimba = await sampler({\n C5: 'https://freesound.org/data/previews/536/536549_11935698-lq.mp3'\n})\nkalimba = kalimba.chain(vol(0.6).connect(delay),out());\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major'])\n\nstack(\n \"[0 2 4 6 9 2 0 -2]*3\"\n .add(\"<0 2>/4\")\n .scale(scales)\n .struct(\"x*8\")\n .velocity(\"<.8 .3 .6>*8\")\n .slow(2)\n .tone(kalimba),\n \"\"\n .scale(scales)\n .scaleTranspose(\"[0 <2 4>]*2\")\n .struct(\"x*4\")\n .velocity(\"<.8 .5>*4\")\n .velocity(0.8)\n .slow(2)\n .tone(kalimba)\n)\n .legato(\"<.4 .8 1 1.2 1.4 1.6 1.8 2>/8\")\n .fast(1)","hash":"N3UBBhj_uwxd"},{"id":280,"created_at":"2022-10-28T19:15:47.584269+00:00","code":"const bpm = 80;\nconst lead = polysynth().set({...osc('sine3'),...adsr(.004)}).chain(vol(0.15),out())\nconst bass = fmsynth({...osc('sawtooth5'),...adsr(0.05,.6,0.8,0.1)}).chain(vol(0.6), out());\nconst s = scale(cat('F3 minor', 'Ab3 major', 'Bb3 dorian', 'C4 phrygian dominant').slow(4));\nstack(\n \"0 2\".struct(\" [x ~]\").apply(s).scaleTranspose(stack(0,2)).tone(lead),\n \"<6 7 9 7>\".struct(\"[~ [x ~]*2]*2\").apply(s).scaleTranspose(\"[0,2] [2,4]\".fast(2).every(4,rev)).tone(lead),\n\t\"-14\".struct(\"[~ x@0.8]*2\".early(0.01)).apply(s).tone(bass),\n \"c2*2\".tone(membrane().chain(vol(0.6), out())),\n \"~ c2\".tone(noise().chain(vol(0.2), out())),\n \"c4*4\".tone(metal(adsr(0,.1,0)).chain(vol(0.03), out()))\n)\n.slow(120/ bpm)","hash":"wF7a24BViyqU"},{"id":281,"created_at":"2022-10-28T20:47:17.342086+00:00","code":"let cc = chooseCycles\n\"<0 1 2 3 4 5 6 7 8 9 10 11 12 13>\"\nnote(\"<[c4,eb4,g4] [f4,ab4,d4] ~ [[c4,eb4,[a5 g4]]]>\").s(\"\").gain(sine.slow(8).range(0,1))\n .stack(\n \"<[c4,eb4,g4] [f4,ab4,d4] ~ [[c4,eb4,[a5 g4]]]>\".transpose(12).s(\"\").vowel(\"\").gain(cosine.slow(8).range(0,1))\n )\n .stack(\n s(\"*2\").pan(perlin.range(0,1)).often(x=>x.speed(\"<.9 1.1>\")).gain(rand.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n s(\"*8\").pan(rand.range(0,1)).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.1,.2)).cutoff(perlin.range(1000,10000))).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .stack(\n \"c1 >\".degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).fast(1.2)\n .gain(.5).out()\n/*\nnote(\"[c4 >]/2\").s(\"piano\").degradeBy(.4) \n .stack(\n note(\"[c4 >]/2\").s(\"/2\").vowel(\"\").gain(perlin.range(1.8,2).slow(16)).hcutoff(800)\n )\n .stack(\n \"c1 >\".degradeBy(0.3).s(\"sine\").shape(perlin.range(.3,.5)).gain(perlin.range(.3,.8))\n ).stack(\n note(\"c3 >/2\").s(\"\").vowel(\"*2\").gain(perlin.range(1.5,1.3)).pan(1).hcutoff(700)\n ).stack(\n note(\"[c2 >/2]/3\").s(\"\").vowel(\"\").gain(perlin.range(1,1.6)).pan(0).hcutoff(900)\n )\n .cutoff(perlin.range(1000,2000)).resonance(0)\n .stack(\n s(\"*8\").pan(perlin.range(0,1)).degradeBy(0.12).often(x=>x.speed(\"<0.8 .9 1.1 1.2>\")).gain(perlin.range(0.2,.4)).cutoff(100)).stack(\n // s(\"[bd:4@2 bd:4@3 bd:4]/2\") ).stack( \n s(\"[bd:7@2 ~@2 bd:7]/2\").cutoff(\"300 1000\") ).stack(\n s(\"<~@3 misc>\").n(\"<13 7>/4\").gain(.5)\n )\n .fast(1.2)\n .cutoff(perlin.range(500,2000))\n .delay(.1)\n .out()*/","hash":"h87w26zgMJ0L"},{"id":282,"created_at":"2022-10-29T16:50:15.341568+00:00","code":"samples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', \n hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav',\n}, 'https://loophole-letters.vercel.app/samples/tidal/')\nconst imaj = \"[0,4,-5]\"\nconst melody =`[\n c#6@2 f5 c6@3 a#5 a5@2 g5@3 c#5 e5@2 d#5@2 f#5 a5@3 a6@3\n a5 g5 f5 d#5 c#5 b4 a5@3 a5@3 f5 g5 a5 a#5 g#5 g5 f5 g5 a5 b5 d5 g5 \n c#5@2 b4 f5@3 c#5 d#5 f5 g5 c#5@2 c5@3 c#5@3 c#5@6\n c#5 g#5 g5 a#4 f5 d#5 c#5 c5 g#5 c#5 c5 b4 c#5@2 b4 a5@3 c#5 b4@2 a5@6 \n b5 g5@2 e5 a5 b5 b5@6 b5 a#5 g5 a5@3 b5 g5 d5 c#5 a5@2 b5 g5 d#5 c#5 a5@2\n g5@2 d#5 f5 d#5 c#5 b4 a4 g4 a4 b4 c#5 d#5 f5 g5 ]`.legato(0.93)\nstack( \n melody.transpose(-12).n().s('Overdriven Guitar: Guitar').gain(0.19).rev(), \n melody.n().s('Overdriven Guitar: Guitar').gain(0.09).rev(), \n `[C#4 D#4 F4 G4 A3 B3]!8`.add(imaj).n().s('Choir Aahs: Ensemble').gain(0.25).rev(),\n `[C#2 D#2 C2 D2 A1 B1]!8`.legato(0.90).n().s('Electric Bass (finger): Bass').gain(0.3).rev(), \n s(\"[bd ~ bd sn ~ bd,hh*6]!23 [sn*6,hh*6]\").gain(0.25).rev()\n).slow(38)","hash":"fwBxQjt9aVhx"},{"id":283,"created_at":"2022-10-29T19:07:09.320134+00:00","code":"samples({ bell: {b4:'https://cdn.freesound.org/previews/339/339809_5121236-lq.mp3'}})\n\nstack(\n // bass\n note(\"[0 ~] [2 [0 2]] [4 4*2] [[4 ~] [2 ~] 0@2]\".scale('g1 dorian').superimpose(x=>x.add(.02)))\n .s('sawtooth').cutoff(200).resonance(20).gain(.15).shape(.6).release(.05),\n // perc\n s(\"[~ hh]*4\").room(\"0 0.5\".fast(2)).end(perlin.range(0.02,1)),\n s(\"mt lt ht\").struct(\"x(3,8)\").fast(2).gain(.5).room(.5).sometimes(x=>x.speed(\".5\")),\n s(\"misc:2\").speed(1).delay(.5).delaytime(1/3).gain(.4),\n // chords\n note(\"[~ Gm7] ~ [~ Dm7] ~\".voicings().superimpose(x=>x.add(.1)))\n .s('sawtooth').gain(.5)\n .cutoff(perlin.range(400,3000).slow(8))\n .decay(perlin.range(0.05,.2)).sustain(0)\n .delay(.9).room(1),\n // blips\n note(\n \"0 5 4 2\".iter(4)\n .off(1/3, add(7))\n .scale('g4 dorian')\n ).s('square').cutoff(2000).decay(.03).sustain(0)\n .degradeBy(.2)\n .orbit(2).delay(.2).delaytime(\".33 | .6 | .166 | .25\")\n .room(1).gain(.5).mask(\"<0 1>/8\"),\n // bell\n note(rand.range(0,12).struct(\"x(5,8)\").scale('g2 minor pentatonic')).s('bell').begin(.05)\n .delay(.2).degradeBy(.4).gain(.4)\n .mask(\"<1 0>/8\")\n).slow(5)","hash":"3rnmA7q0g2i-"},{"id":284,"created_at":"2022-10-29T20:05:35.807211+00:00","code":"samples({bass:'https://cdn.freesound.org/previews/614/614637_2434927-hq.mp3',\n dino:{b4:'https://cdn.freesound.org/previews/316/316403_5123851-hq.mp3'}})\n\nstack(\n s('bass').loopAt(8,1).clip(1),\n s(\"bd*2, ~ sd,hh*4\"),\n note(\"Abm7\".voicings(['c3','a4']).struct(\"x(3,8,1)\".slow(2))),\n \"0 1 2 3\".scale('ab4 minor pentatonic')\n .superimpose(x=>x.add(.1))\n .sometimes(x=>x.add(12))\n .note().s('sawtooth')\n .cutoff(sine.range(400,2000).slow(16)).gain(.8)\n .decay(perlin.range(.05,.2)).sustain(0)\n .delay(sine.range(0,.5).slow(32))\n .degradeBy(.4).room(1),\n note(\"\").s('dino').delay(.8).slow(8).room(.5)\n)","hash":"w1af5xWyhwNm"},{"id":285,"created_at":"2022-10-29T20:27:02.094212+00:00","code":"samples({ bell: {b4:'https://cdn.freesound.org/previews/339/339809_5121236-lq.mp3'}})\n\nstack(\n // bass\n note(\"[0 ~] [2 [0 2]] [4 4*2] [[4 ~] [2 ~] 0@2]\".scale('g1 dorian').superimpose(x=>x.add(.02)))\n .s('sawtooth').cutoff(200).resonance(20).gain(.15).shape(.6).release(.05),\n // perc\n s(\"[~ hh]*4\").room(\"0 0.5\".fast(2)).end(perlin.range(0.02,1)),\n s(\"mt lt ht\").struct(\"x(3,8)\").fast(2).gain(.5).room(1).sometimes(x=>x.speed(\"2\")),\n s(\"misc:2\").speed(1).delay(.5).delaytime(1/3).gain(.4),\n // chords\n note(\"[~ Gm7] ~ [~ Dm7] ~\".voicings().superimpose(x=>x.add(.1)))\n .s('sawtooth').gain(.5)\n .cutoff(perlin.range(400,3000).slow(8))\n .decay(perlin.range(0.05,.2)).sustain(0)\n .delay(.9).room(1),\n // blips\n note(\n \"0 5 4 2\".iter(4)\n .off(1/3, add(7))\n .scale('g4 dorian')\n ).s('square').cutoff(2000).decay(.03).sustain(0)\n .degradeBy(.2)\n .orbit(2).delay(.2).delaytime(\".33 | .6 | .166 | .25\")\n .room(1).gain(.5).mask(\"<0 1>/8\"),\n // bell\n note(rand.range(0,12).struct(\"x(5,8)\").scale('g2 minor pentatonic')).s('bell').begin(.05)\n .delay(.2).degradeBy(.4).gain(.4)\n .mask(\"<1 0>/8\")\n).slow(5)","hash":"Ne_BJMKKDCO_"},{"id":286,"created_at":"2022-10-30T18:26:13.585639+00:00","code":"stack(\n s(\"[woodblock:1 woodblock:2*2] snare_rim:0,gong/8,brakedrum:1(3,8),~@3 cowbell:3\")\n .sometimes(x=>x.speed(2)),\n note(\"<0 4 1 3 2>\".off(\".25 | .125\",add(2)).scale('D3 hirajoshi')).s(\"clavisynth\").gain(.2).delay(.25).jux(rev).degradeBy(sine.range(0,.5).slow(32)),\n note(\"<0@3 <2(3,8) 3(3,8)>>\".scale('D1 hirajoshi')).s('psaltery_pluck').gain(.6).clip(1).release(.1).room(.5)\n)","hash":"G2H5FM0Fc94a"},{"id":287,"created_at":"2022-10-30T19:31:11.094689+00:00","code":"\"c3 eb3(3,8) c4/2 g3*2\"\n .superimpose(\n x=>x.slow(2).add(12),\n x=>x.slow(4).sub(5)\n ).add(\"<0 1>/16\")\n .note().s('ocarina_vib').clip(1)\n .release(.1).room(1).gain(.2)\n .color(\"salmon | orange | darkseagreen\")\n.pianoroll({fold:0,autorange:0,vertical:0,cycles:12,smear:0,minMidi:40})\n","hash":"EPFzAz99hwZW"},{"id":288,"created_at":"2022-10-31T23:47:57.778883+00:00","code":"stack(\n s(\"bd*2,~ [cp,sd]\").bank('RolandTR909'),\n \n s(\"hh:1*4\").sometimes(fast(\"2\"))\n .rarely(x=>x.speed(\".5\").delay(.5))\n .end(perlin.range(0.02,.05).slow(8))\n .bank('RolandTR909').room(.5)\n .gain(\"0.4,0.4(5,8)\"),\n \n note(\"<0 2 5 3>\".scale('G1 minor')).struct(\"x(5,8)\").s('sawtooth').decay(.1).sustain(0),\n \n note(\",Bb3,D3\").struct(\"~ x*2\").s('square').clip(1)\n .cutoff(sine.range(500,4000).slow(16)).resonance(10)\n .decay(sine.slow(15).range(.05,.2)).sustain(0)\n .room(.5).gain(.3).delay(.2).mask(\"<0 1@3>/8\"),\n \n \"0 5 3 2\".sometimes(slow(2)).off(1/8,add(5)).scale('G4 minor').note()\n .decay(.05).sustain(0).delay(.2).degradeBy(.5).mask(\"<0 1>/16\")\n)","hash":"DSvgYUzEgx6n"},{"id":289,"created_at":"2022-11-01T23:23:38.813645+00:00","code":"stack(\n s(\"bd \")\n .delay(\"<0 .5>\")\n .delaytime(\".16 | .33\")\n .delayfeedback(\".6 | .8\")\n ).sometimes(x=>x.speed(\"-1\"))","hash":"cRvfurHbl4jo"},{"id":290,"created_at":"2022-11-02T20:39:52.338505+00:00","code":"await samples('https://gist.githubusercontent.com/felixroos/b9d461966ae1aaa660beea7c61482d21/raw/dirt-samples.json')\n\ns(\"jvbass:7 , bd hh,[bottle | psr]\")\n .sometimes(fast(\"2\"))\n .rarely(x=>x.speed(\".5\"))\n .off(1/8,x=>x.delay(.5))\n .often(x=>x.cutoff(1000))\n .gain(rand.range(.4,.8))\n .room(1)","hash":"DGHGUqRXr5pe"},{"id":291,"created_at":"2022-11-02T20:50:13.110981+00:00","code":"await samples('https://gist.githubusercontent.com/felixroos/b9d461966ae1aaa660beea7c61482d21/raw/dirt-samples.json')\n\ns(\"jvbass:7(2,9) , bd hh*3,[bottle | psr]\")\n .sometimes(slow(\"2\"))\n .rarely(x=>x.speed(\".5\"))\n .often(x=>x.cutoff(1000))\n .every(4, rev)\n .gain(rand.range(.4,.8))\n .room(.6).jux(rev)","hash":"RBaWr8-15Guk"},{"id":292,"created_at":"2022-11-02T20:54:16.465272+00:00","code":"await samples('https://tinyurl.com/dirt-samples')\n\ns(\"jvbass:7(2,9) , bd hh*3,[bottle | psr]\")\n .sometimes(slow(\"2\"))\n .rarely(x=>x.speed(\".5\"))\n .often(x=>x.cutoff(1000))\n .every(4, rev)\n .gain(rand.range(.4,.8))\n .room(.6).jux(rev)","hash":"c41h3Z1fwqTB"},{"id":293,"created_at":"2022-11-02T20:54:46.19725+00:00","code":"await samples('https://gist.githubusercontent.com/felixroos/b9d461966ae1aaa660beea7c61482d21/raw/dirt-samples.json')\n\ns(\"bev\")\n .chop(64)\n .slow(16)\n .jux(rev)\n .chunk(4, x => x.slow(2).speed(0.5))\n .room(.9)","hash":"lvF3fzHrDbyx"},{"id":294,"created_at":"2022-11-02T22:21:18.991653+00:00","code":"await samples('github:tidalcycles/Dirt-Samples/master')\n\ns(\"jvbass:7(2,9) , bd hh*3,[bottle | psr]\")\n .sometimes(slow(\"2\"))\n .rarely(x=>x.speed(\".5\"))\n .often(x=>x.cutoff(1000))\n .every(4, rev)\n .gain(rand.range(.4,.8))\n .room(.6).jux(rev)","hash":"vqqfVtY-n1Z6"},{"id":295,"created_at":"2022-11-02T22:28:26.618474+00:00","code":"await samples('github:tidalcycles/Dirt-Samples/master')\n\ns(\"[future:2 future:3] sd [future:4 future:3 future:2] sd\")\n .chop(\"<16 32>\")\n .chunk(4,x => x.speed(2))\n .iter(4)\n .slow(2)\n .jux(rev)\n .room(0.6)","hash":"C7PwKmsYAOJL"},{"id":296,"created_at":"2022-11-02T23:23:44.68464+00:00","code":"samples({\n bell: { c6: 'https://freesound.org/data/previews/411/411089_5121236-lq.mp3' },\n bass: { d2: 'https://freesound.org/data/previews/608/608286_13074022-lq.mp3' }\n})\n\nstack(\n // bells\n \"0\".euclidLegato(3,8)\n .echo(3, 1/16, .5)\n .add(rand.range(-24,24))\n .velocity(rand.range(.5,1))\n .legato(rand.range(.4,3))\n .scale(cat('D minor pentatonic')).note()\n .s('bell').gain(.6).delay(.2).delaytime(1/3).delayfeedback(.8),\n // bass\n \"\".euclidLegato(6,8,1).note().s('bass').clip(1).gain(.8)\n)\n .slow(2)\n .pianoroll({minMidi:20,maxMidi:120,background:'transparent'})\n ","hash":"Z1mqx-eU-KcX"},{"id":297,"created_at":"2022-11-03T09:36:30.528728+00:00","code":"samples({ p: 'https://cdn.freesound.org/previews/648/648433_11943129-lq.mp3' })\n\ns(\"p\")\n .loopAt(32,1)\n .chop(128)\n .jux(rev)\n .shape(.4)\n .decay(.1)\n .sustain(.6)\n ","hash":"Ypr_TlVFjVV5"},{"id":298,"created_at":"2022-11-03T11:03:58.705803+00:00","code":"saw.range(0,7).floor().slow(2)\n .struct(seq(\"x\", \"x(3,8)\".slow(2)))\n .superimpose(\n x=>x.add(\"1 6\").slow(2),\n x=>x.add(\"2\").late(.5).slow(2),\n x=>x.sub(\"7\").slow(4),\n )\n .degradeBy(0.2)\n .echo(4,\"<.5 .25 .125>\",.5)\n .scale(cat('C major',['D dorian','G mixolydian']).slow(4))\n .velocity(\".5 .6 .7\".fast(7))\n .transpose(2)\n .tone((await piano()).toDestination())\n .slow(2)","hash":"5pmvveRR-gKc"},{"id":39,"created_at":"2022-07-16T16:42:59.341865+00:00","code":"const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out());\nconst kick = new MembraneSynth().chain(vol(.8), out());\nconst snare = new NoiseSynth().chain(vol(.8), out());\nconst hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out());\nconst bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out());\nconst keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out());\nconst drums = stack(\n\"c1*2\".tone(kick).bypass(\"<0@7 1>/8\"),\n\"~ \".tone(snare).bypass(\"<0@7 1>/4\"),\n\"[~ c4]*2\".tone(hihat)\n);\nconst thru = (x) => x.transpose(\"<0 1>/8\").transpose(-1);\nconst synths = stack(\n\"/2\".scale(timeCat([3,'C minor'],[1,'C melodic minor']).slow(8)).struct(\"[~ x]*2\")\n.layer(\nscaleTranspose(0).early(0),\nscaleTranspose(2).early(1/8),\nscaleTranspose(7).early(1/4),\nscaleTranspose(8).early(3/8)\n).layer(thru).tone(keys).bypass(\"<1 0>/16\"),\n\"/2\".struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2)).layer(thru).tone(bass),\n\"/2\".struct(\"~ [x@0.1 ~]\".fast(2)).voicings().layer(thru).every(2, early(1/8)).tone(keys).bypass(\"<0@7 1>/8\".early(1/4))\n)\nstack(\ndrums.fast(2),\nsynths\n).slow(2);","hash":"E9HzjWmePz3x"},{"id":50,"created_at":"2022-07-18T13:08:12.569425+00:00","code":"const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out());\nconst kick = new MembraneSynth().chain(vol(.8), out());\nconst snare = new NoiseSynth().chain(vol(.8), out());\nconst hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out());\nconst bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out());\nconst keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out());\n\nconst drums = stack(\n \"c1*2\".tone(kick).mask(\"/8\"),\n \"~ \".tone(snare).mask(\"/4\"),\n \"[~ c4]*2\".tone(hihat)\n);\n\nconst thru = (x) => x.transpose(\"<0 1>/8\").transpose(-1);\nconst synths = stack(\n \"/2\".scale(timeCat([3,'C minor'],[1,'C melodic minor']).slow(8)).struct(\"[~ x]*2\")\n .layer(\n scaleTranspose(0).early(0),\n scaleTranspose(2).early(1/8),\n scaleTranspose(7).early(1/4),\n scaleTranspose(8).early(3/8)\n ).apply(thru).tone(keys).mask(\"<~ x>/16\"),\n \"/2\".struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2)).apply(thru).tone(bass),\n \"/2\".struct(\"~ [x@0.1 ~]\".fast(2)).voicings().apply(thru).every(2, early(1/8)).tone(keys).mask(\"/8\".early(1/4))\n)\nstack(\n drums.fast(2), \n synths\n).slow(2)","hash":"PQfKr5ac-4x0"},{"id":299,"created_at":"2022-11-03T14:38:53.729877+00:00","code":"const keys = x => x.s('sawtooth').cutoff(1200).gain(.5).attack(0).decay(.16).sustain(.3).release(.1);\n\nconst drums = stack(\n s(\"bd*2\").mask(\"/8\").gain(.8),\n s(\"~ \").mask(\"/4\").gain(.5),\n s(\"[~ hh]*2\").delay(.3).delayfeedback(.5).delaytime(.125).gain(.4)\n);\n\nconst thru = (x) => x.transpose(\"<0 1>/8\").transpose(-1);\nconst synths = stack(\n \"/2\".scale(timeCat([3,'C minor'],[1,'C melodic minor'])\n .slow(8)).struct(\"[~ x]*2\")\n .layer(\n scaleTranspose(0).early(0),\n scaleTranspose(2).early(1/8),\n scaleTranspose(7).early(1/4),\n scaleTranspose(8).early(3/8)\n ).apply(thru).note().apply(keys).mask(\"<~ x>/16\"),\n note(\"/2\".apply(thru))\n .struct(\"[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2\".fast(2))\n .s('sawtooth').attack(0.001).decay(0.2).sustain(1).cutoff(500),\n \"/2\".struct(\"~ [x@0.2 ~]\".fast(2)).voicings()\n .apply(thru).every(2, early(1/8)).note().apply(keys).sustain(0)\n .delay(.4).delaytime(.12)\n .mask(\"/8\".early(1/4))\n)\nstack(\n drums.fast(2), \n synths\n).slow(2)","hash":"rGJ0heffHHl4"},{"id":172,"created_at":"2022-09-15T05:18:49.069714+00:00","code":"const delay = new FeedbackDelay(1/7, .1).chain(vol(0.9), out());\nconst hihat = new MetalSynth()\n .set(adsr(0, .01, 0, .1))\n .chain(vol(.1).connect(delay),out());\n\nstack(\n `<[0, 4, 7] [-1, 4, 8] [-3, 0, 4, 9] [-5, 0, 4, 10]\n [-9, 1, 6, 11] [-8, 0, 7, 12] [-6, 2, 4, 13] [-7, 4, 9, 14] \n [-8, 0, 7, 16] [-4, 0, 7, 17] [-9, 1, 6, 11, 18] [-8, 0, 7, 14, 19] \n [-7, 2, 10, 14, 20] [-3, 5, 7, 12, 21] [-5, 3, 5, 14, 22] [-4, 3, 5, 13, 23]\n >`\n .struct(\"\".slow(\"2\"))\n .legato(1)\n .add(a3).note(),\n \n \"<0 -1 -3 -5 -9 -8 -6 -7 -8 -4 -9 -8 -7 -3 -5 -4>\".add(a2).note(),\n \n //\"<7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23>\".add(a3),\n \n \"<~ 3?> 2 ~ [2 <[~ [0*3]?] ~>]\".fast(2)\n .slow(2).tone(hihat.toDestination()),\n \n \"c1(3,8)|c1(4,8)\".slow(2).tone(new MembraneSynth().toDestination()),\n \n \"~ x\".tone(new NoiseSynth().toDestination()),\n )","hash":"DBp75NUfSxIn"},{"id":210,"created_at":"2022-09-23T21:49:46.53913+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav', 'bd/BT7A0D7.wav'],\n birds: ['birds/001_10.wav','birds/003_3.wav','birds/005_5.wav'],\n breaks125: 'breaks125/015_sdstckbr.wav',\n hh: ['hh/000_hh3closedhh.wav','hh27/008_hh27perc1.wav','hh/002_hh3hit1.wav'],\n \"gtr\": 'gtr/0001_cleanC.wav',\n}, 'github:tidalcycles/Dirt-Samples/master/');\ns(\"[bd birds [misc misc,bd] breaks125]/4.5,hh lt hh bd\").note(\"[44 30 51]/2.4\").n(\"[0 1 2 3]/2.75\")//\n .cut(\"[1 0 1 0 2 2 1 2 2]/1.75\")\n // .clip(\"1\")\n .attack(\"[.01 0.05]/1.2\").decay(\".1 0.01\").sustain(\".2 0.6\").release(\"[.5 1 0.1]/2.6\")\n // .shape(\"0.2\")\n .pan(\"[.5 1 .5 0]/0.75\")\n .echoWith(3, \"[2.125 2.5]/3\", (p,n) => p.add(n + 4).rev().release(2))\n // .coarse(\"1\")\n // .shape(1)\n .out()","hash":"xHaKTd1kTpCn"},{"id":300,"created_at":"2022-11-03T18:07:55.787937+00:00","code":"Clock.bpm = 120\n\nstack(\n note(\"[e3, b4, d4, a4]\").slow(4).s('sawtooth')\n .attack(.1).decay(.2).sustain(.3).release(.1).bandf(100).bandq(\"1\").gain(3),\n //s(\"bd@2 bd bd!2 bd*2\").fast(2)\n s(\"hh@2 hh hh!2 hh*2\").fast(2)\n .every(4, x=>x.rev())\n).slow(2)","hash":"Z7Nxzf3lmgTN"},{"id":301,"created_at":"2022-11-03T19:06:07.236828+00:00","code":"Clock.bpm = 120\n\nstack(\n note(\"[e3, b4, a4, g#4]\").slow(4).s('sawtooth')\n .attack(.1).decay(.2).sustain(.3).release(.1).bandf(100).bandq(\"1\").gain(3),\n //s(\"bd@2 bd bd!2 bd*2\").fast(2)\n //s(\"hh@2 hh hh!2 hh*2\").fast(2)\n //.every(4, x=>x.rev())\n).slow(2)","hash":"e63x61eOPPvl"},{"id":302,"created_at":"2022-11-03T19:26:59.635412+00:00","code":"await samples('https://gist.githubusercontent.com/felixroos/2f75409930854895e9cddd37dbe9bcd9/raw/dirt-jv1080.json')\n\nnote(\"\")\n .off(1/4, add(n(7)))\n .off(1/8, add(n(12)))\n .s(\"[xx@3 rash@1]/16\")\n .cutoff(sine.range(500,4000).slow(7))\n .room(.8)\n .jux(rev)\n .gain(.5)","hash":"bUd8QxyN4kvJ"},{"id":303,"created_at":"2022-11-03T19:36:55.420352+00:00","code":"Clock.bpm = 120\n\nstack(\n note(\"[e3, b4, a4, g#4]*32\").slow(4).s('sawtooth')\n .decay(.1).sustain(.1).bandf(50).bandq(\".5\").gain(sine.range(8, 2)),\n s(\"bd\").decay(.1),\n s(\"hh*8\").gain(\".4!2 1 .4!2 1 .4 1\").velocity(\".4 1\").every(4, x=>x.rev())\n).slow(2)","hash":"y5PdLktz5gnb"},{"id":304,"created_at":"2022-11-04T03:26:49.316926+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .slow(3/2)","hash":"BpChMc3nxrYv"},{"id":305,"created_at":"2022-11-04T03:27:43.596872+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .slow(3/2)","hash":"Swuvt887AOe1"},{"id":306,"created_at":"2022-11-04T03:29:34.553409+00:00","code":"samples({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav',\n rhodes: {\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n }\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n s(\" \"),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .note()\n .s('rhodes')\n .clip(1)\n .room(.5)\n .delay(.3)\n .delayfeedback(.4)\n .delaytime(1/12).gain(.5),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2).superimpose(x=>x.add(.02))\n .note().gain(.3)\n .s('sawtooth').cutoff(600),\n).fast(3/2)","hash":"UboMuFOnT0hy"},{"id":307,"created_at":"2022-11-04T03:29:34.618152+00:00","code":"samples({\n bd: 'samples/tidal/bd/BT0A0D0.wav',\n sn: 'samples/tidal/sn/ST0T0S3.wav',\n hh: 'samples/tidal/hh/000_hh3closedhh.wav',\n rhodes: {\n E1: 'samples/rhodes/MK2Md2000.mp3',\n E2: 'samples/rhodes/MK2Md2012.mp3',\n E3: 'samples/rhodes/MK2Md2024.mp3',\n E4: 'samples/rhodes/MK2Md2036.mp3',\n E5: 'samples/rhodes/MK2Md2048.mp3',\n E6: 'samples/rhodes/MK2Md2060.mp3',\n E7: 'samples/rhodes/MK2Md2072.mp3'\n }\n}, 'https://loophole-letters.vercel.app/')\n\nconst bass = synth(osc('sawtooth8')).chain(vol(.5),out())\nconst scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')])\n\nstack(\n s(\" \"),\n \"]>\"\n .scale(scales)\n .struct(\"x*8\")\n .scaleTranspose(\"0 [-5,-2] -7 [-9,-2]\")\n .legato(.3)\n .slow(2)\n .note()\n .s('rhodes')\n .clip(1)\n .room(.5)\n .delay(.3)\n .delayfeedback(.4)\n .delaytime(1/12).gain(.5),\n \"\"\n .legato(\"<1@3 [.3 1]>\")\n .slow(2).superimpose(x=>x.add(.02))\n .note().gain(.3)\n .s('sawtooth').cutoff(600),\n).fast(3/2)","hash":"vYFGpZ6XObVG"},{"id":308,"created_at":"2022-11-04T08:35:06.643516+00:00","code":"samples({\n bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],\n sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],\n hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],\n}, 'github:tidalcycles/Dirt-Samples/master/');\nstack(\n s(\"bd,[~ ],hh(3,4)\") // drums\n .speed(perlin.range(.7,.9)) // random sample speed variation\n //.hush()\n ,\"\" // bassline\n .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps\n .add(perlin.range(0,.5)) // random pitch variation\n .superimpose(add(.05)) // add second, slightly detuned voice\n .n() // wrap in \"n\"\n .decay(.15).sustain(0) // make each note of equal length\n .s('sawtooth') // waveform\n .gain(.4) // turn down\n .cutoff(sine.slow(7).range(300,5000)) // automate cutoff\n //.hush()\n ,\">\".voicings() // chords\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .s('sawtooth') // waveform\n .gain(.16) // turn down\n .cutoff(500) // fixed cutoff\n .attack(1) // slowly fade in\n //.hush()\n ,\"a4 c5 \".struct(\"x(5,8)\")\n .superimpose(x=>x.add(.04)) // add second, slightly detuned voice\n .add(perlin.range(0,.5)) // random pitch variation\n .n() // wrap in \"n\"\n .decay(.1).sustain(0) // make notes short\n .s('triangle') // waveform\n .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :)\n .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes\n //.hush()\n)\n .fast(3/2)","hash":"TUw_9DfBSsiW"},{"id":309,"created_at":"2022-11-04T09:06:38.730788+00:00","code":"stack(\n s(\"bd \")\n .delay(.5)\n .delaytime(.33)\n .delayfeedback(.6),\n s(\"hh*2\")\n .delay(.8)\n .delaytime(.08)\n .delayfeedback(.7)\n .orbit(2)\n).sometimes(x=>x.speed(\"-1\")).out()","hash":"ctHqwq-97t6X"}] diff --git a/repl/src/test/shared.test.mjs b/repl/src/test/shared.test.mjs deleted file mode 100644 index 229d89df..00000000 --- a/repl/src/test/shared.test.mjs +++ /dev/null @@ -1,17 +0,0 @@ -import { queryCode } from '../runtime.mjs'; -import { describe, it } from 'vitest'; -import data from './dbdump.json'; - -describe('renders shared tunes', async () => { - data.forEach(({ id, code, hash }) => { - const url = `https://strudel.tidalcycles.org/?${hash}`; - it(`shared tune ${id} ${url}`, async ({ expect }) => { - if (code.includes('import(')) { - console.log('skip', url); - return; - } - const haps = await queryCode(code, 1); - expect(haps).toMatchSnapshot(); - }); - }); -}); diff --git a/repl/src/test/tunes.test.mjs b/repl/src/test/tunes.test.mjs deleted file mode 100644 index 6d01eda9..00000000 --- a/repl/src/test/tunes.test.mjs +++ /dev/null @@ -1,14 +0,0 @@ -import { queryCode, testCycles } from '../runtime.mjs'; -import * as tunes from '../tunes.mjs'; -import { describe, it } from 'vitest'; - -const tuneKeys = Object.keys(tunes); - -describe('renders tunes', () => { - tuneKeys.forEach((key) => { - it(`tune: ${key}`, async ({ expect }) => { - const haps = await queryCode(tunes[key], testCycles[key] || 1); - expect(haps).toMatchSnapshot(); - }); - }); -}); diff --git a/repl/src/testtunes.mjs b/repl/src/testtunes.mjs deleted file mode 100644 index 2f733d8c..00000000 --- a/repl/src/testtunes.mjs +++ /dev/null @@ -1,457 +0,0 @@ -export const timeCatMini = `stack( - "c3@3 [eb3, g3, [c4 d4]/2]", - "c2 g2", - "[eb4@5 [f4 eb4 d4]@3] [eb4 c4]/2".slow(8) -)`; - -export const timeCat = `stack( - timeCat([3, c3], [1, stack(eb3, g3, seq(c4, d4).slow(2))]), - seq(c2, g2), - seq( - timeCat([5, eb4], [3, seq(f4, eb4, d4)]), - seq(eb4, c4).slow(2) - ).slow(4) -)`; - -export const shapeShifted = `stack( - seq( - e5, [b4, c5], d5, [c5, b4], - a4, [a4, c5], e5, [d5, c5], - b4, [r, c5], d5, e5, - c5, a4, a4, r, - [r, d5], [r, f5], a5, [g5, f5], - e5, [r, c5], e5, [d5, c5], - b4, [b4, c5], d5, e5, - c5, a4, a4, r, - ).rev(), - seq( - e2, e3, e2, e3, e2, e3, e2, e3, - a2, a3, a2, a3, a2, a3, a2, a3, - gs2, gs3, gs2, gs3, e2, e3, e2, e3, - a2, a3, a2, a3, a2, a3, b1, c2, - d2, d3, d2, d3, d2, d3, d2, d3, - c2, c3, c2, c3, c2, c3, c2, c3, - b1, b2, b1, b2, e2, e3, e2, e3, - a1, a2, a1, a2, a1, a2, a1, a2, - ).rev() -).slow(16)`; - -/* export const tetrisWithFunctions = `stack(seq( - 'e5', seq('b4', 'c5'), 'd5', seq('c5', 'b4'), - 'a4', seq('a4', 'c5'), 'e5', seq('d5', 'c5'), - 'b4', seq(r, 'c5'), 'd5', 'e5', - 'c5', 'a4', 'a4', r, - seq(r, 'd5'), seq(r, 'f5'), 'a5', seq('g5', 'f5'), - 'e5', seq(r, 'c5'), 'e5', seq('d5', 'c5'), - 'b4', seq('b4', 'c5'), 'd5', 'e5', - 'c5', 'a4', 'a4', r), - seq( - 'e2', 'e3', 'e2', 'e3', 'e2', 'e3', 'e2', 'e3', - 'a2', 'a3', 'a2', 'a3', 'a2', 'a3', 'a2', 'a3', - 'g#2', 'g#3', 'g#2', 'g#3', 'e2', 'e3', 'e2', 'e3', - 'a2', 'a3', 'a2', 'a3', 'a2', 'a3', 'b1', 'c2', - 'd2', 'd3', 'd2', 'd3', 'd2', 'd3', 'd2', 'd3', - 'c2', 'c3', 'c2', 'c3', 'c2', 'c3', 'c2', 'c3', - 'b1', 'b2', 'b1', 'b2', 'e2', 'e3', 'e2', 'e3', - 'a1', 'a2', 'a1', 'a2', 'a1', 'a2', 'a1', 'a2', - ) -).slow(16)`; */ - -/* export const tetris = `stack( - seq( - "e5 [b4 c5] d5 [c5 b4]", - "a4 [a4 c5] e5 [d5 c5]", - "b4 [~ c5] d5 e5", - "c5 a4 a4 ~", - "[~ d5] [~ f5] a5 [g5 f5]", - "e5 [~ c5] e5 [d5 c5]", - "b4 [b4 c5] d5 e5", - "c5 a4 a4 ~" - ), - seq( - "e2 e3 e2 e3 e2 e3 e2 e3", - "a2 a3 a2 a3 a2 a3 a2 a3", - "g#2 g#3 g#2 g#3 e2 e3 e2 e3", - "a2 a3 a2 a3 a2 a3 b1 c2", - "d2 d3 d2 d3 d2 d3 d2 d3", - "c2 c3 c2 c3 c2 c3 c2 c3", - "b1 b2 b1 b2 e2 e3 e2 e3", - "a1 a2 a1 a2 a1 a2 a1 a2", - ) -).slow(16)`; - */ - -export const whirlyStrudel = `seq(e4, [b2, b3], c4) -.every(4, fast(2)) -.every(3, slow(1.5)) -.fast(cat(1.25, 1, 1.5)) -.every(2, _ => seq(e4, r, e3, d4, r))`; - -export const transposedChordsHacked = `stack( - "c2 eb2 g2", - "Cm7".voicings('lefthand').slow(2) -).transpose( - "<1 2 3 2>".slow(2) -).transpose(5)`; -// range ['g2','c4'] - -export const scaleTranspose = `"f2,f3,c4,ab4" -.scale(seq('F minor', 'F harmonic minor').slow(4)) -.scaleTranspose("<0 -1 -2 -3>") -.transpose("0 1".slow(16))`; - -export const struct = `stack( - "c2 g2 a2 [e2@2 eb2] d2 a2 g2 [d2 ~ db2]", - "[C^7 A7] [Dm7 G7]".struct("[x@2 x] [~@2 x] [~ x@2]@2 [x ~@2] ~ [~@2 x@4]@2") - .voicings('lefthand') -).slow(4)`; -// range ['G3','A4'] - -export const magicSofa = `stack( - " " - .every(2, fast(2)) - .voicings('lefthand'), - " " -).transpose("<0 2 3 4>")`; -// below doesn't work anymore due to constructor cleanup -// ).slow(1).transpose.cat(0, 2, 3, 4)`; - -export const confusedPhone = `"[g2 ~@1.3] [c3 ~@1.3]" -.superimpose( - transpose(-12).late(0), - transpose(7).late(0.1), - transpose(10).late(0.2), - transpose(12).late(0.3), - transpose(24).late(0.4) -) -.scale(cat('C dorian', 'C mixolydian')) -.scaleTranspose("<0 1 2 1>") -.slow(2)`; - -export const technoDrums = `stack( - "c1*2".tone(new MembraneSynth().toDestination()), - "~ x".tone(new NoiseSynth().toDestination()), - "[~ c4]*2".tone(new MetalSynth().set({envelope:{decay:0.06,sustain:0}}).chain(new Gain(0.5),getDestination())) -)`; - -/* -export const caverave = `const delay = new FeedbackDelay(1/8, .4).chain(vol(0.5), out()); -const kick = new MembraneSynth().chain(vol(.8), out()); -const snare = new NoiseSynth().chain(vol(.8), out()); -const hihat = new MetalSynth().set(adsr(0, .08, 0, .1)).chain(vol(.3).connect(delay),out()); -const bass = new Synth().set({ ...osc('sawtooth'), ...adsr(0, .1, .4) }).chain(lowpass(900), vol(.5), out()); -const keys = new PolySynth().set({ ...osc('sawtooth'), ...adsr(0, .5, .2, .7) }).chain(lowpass(1200), vol(.5), out()); - -const drums = stack( - "c1*2".tone(kick).mask("/8"), - "~ ".tone(snare).mask("/4"), - "[~ c4]*2".tone(hihat) -); - -const thru = (x) => x.transpose("<0 1>/8").transpose(-1); -const synths = stack( - "/2".scale(timeCat([3,'C minor'],[1,'C melodic minor']).slow(8)).struct("[~ x]*2") - .layer( - scaleTranspose(0).early(0), - scaleTranspose(2).early(1/8), - scaleTranspose(7).early(1/4), - scaleTranspose(8).early(3/8) - ).apply(thru).tone(keys).mask("<~ x>/16"), - "/2".struct("[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2".fast(2)).apply(thru).tone(bass), - "/2".struct("~ [x@0.1 ~]".fast(2)).voicings('lefthand').apply(thru).every(2, early(1/8)).tone(keys).mask("/8".early(1/4)) -) -stack( - drums.fast(2), - synths -).slow(2)`; */ - -export const tetrisMini = `note(\`[[e5 [b4 c5] d5 [c5 b4]] -[a4 [a4 c5] e5 [d5 c5]] -[b4 [~ c5] d5 e5] -[c5 a4 a4 ~] -[[~ d5] [~ f5] a5 [g5 f5]] -[e5 [~ c5] e5 [d5 c5]] -[b4 [b4 c5] d5 e5] -[c5 a4 a4 ~]], -[[e2 e3]*4] -[[a2 a3]*4] -[[g#2 g#3]*2 [e2 e3]*2] -[a2 a3 a2 a3 a2 a3 b1 c2] -[[d2 d3]*4] -[[c2 c3]*4] -[[b1 b2]*2 [e2 e3]*2] -[[a1 a2]*4]\`).slow(16) -`; - -export const giantStepsReggae = `stack( - // melody - seq( - "[F#5 D5] [B4 G4] Bb4 [B4 A4]", - "[D5 Bb4] [G4 Eb4] F#4 [G4 F4]", - "Bb4 [B4 A4] D5 [D#5 C#5]", - "F#5 [G5 F5] Bb5 [F#5 [F#5 ~@3]]", - ), - // chords - seq( - "[B^7 D7] [G^7 Bb7] Eb^7 [Am7 D7]", - "[G^7 Bb7] [Eb^7 F#7] B^7 [Fm7 Bb7]", - "Eb^7 [Am7 D7] G^7 [C#m7 F#7]", - "B^7 [Fm7 Bb7] Eb^7 [C#m7 F#7]" - ) - .struct("~ [x ~]".fast(4*8)) - .voicings('lefthand'), - // bass - seq( - "[B2 D2] [G2 D2] [Eb2 Bb2] [A2 D2]", - "[G2 Bb2] [Eb2 F#2] [B2 F#2] [F2 Bb2]", - "[Eb2 Bb2] [A2 D2] [G2 D2] [C#2 F#2]", - "[B2 F#2] [F2 Bb2] [Eb2 Bb2] [C#2 F#2]" - ) - .struct("x ~".fast(4*8)) -).slow(25).note()`; - -// range ['E3', 'G4'] - -// TODO: -/* -export const xylophoneCalling = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const t = x => x.scaleTranspose("<0 2 4 3>/4").transpose(-2) -const s = x => x.scale(cat('C3 minor pentatonic','G3 minor pentatonic').slow(4)) -const delay = new FeedbackDelay(1/8, .6).chain(vol(0.1), out()); -const chorus = new Chorus(1,2.5,0.5).start(); -stack( - // melody - "<<10 7> <8 3>>/4".struct("x*3").apply(s) - .scaleTranspose("<0 3 2> <1 4 3>") - .superimpose(scaleTranspose(2).early(1/8)) - .apply(t).tone(polysynth().set({ - ...osc('triangle4'), - ...adsr(0,.08,0) - }).chain(vol(0.2).connect(delay),chorus,out())).mask("<~@3 x>/16".early(1/8)), - // pad - "[1,3]/4".scale('G3 minor pentatonic').apply(t).tone(polysynth().set({ - ...osc('square2'), - ...adsr(0.1,.4,0.8) - }).chain(vol(0.2),chorus,out())).mask("<~ x>/32"), - // xylophone - "c3,g3,c4".struct("").fast("<1 <2!3 [4 8]>>").apply(s).scaleTranspose("<0 <1 [2 [3 <4 5>]]>>").apply(t).tone(polysynth().set({ - ...osc('sawtooth4'), - ...adsr(0,.1,0) - }).chain(vol(0.4).connect(delay),out())).mask("/16".early(1/8)), - // bass - "c2 [c2 ~]*2".scale('C hirajoshi').apply(t).tone(synth({ - ...osc('sawtooth6'), - ...adsr(0,.03,.4,.1) - }).chain(vol(0.4),out())), - // kick - "*2".tone(membrane().chain(vol(0.8),out())), - // snare - "~ ".tone(noise().chain(vol(0.8),out())), - // hihat - "c3*4".transpose("[-24 0]*2").tone(metal(adsr(0,.02)).chain(vol(0.5).connect(delay),out())) -).slow(1) -// strudel disable-highlighting`; -*/ - -// TODO: -/* -export const sowhatelse = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -// mixer -const mix = (key) => vol({ - chords: .2, - lead: 0.8, - bass: .4, - snare: .95, - kick: .9, - hihat: .35, -}[key]||0); -const delay = new FeedbackDelay(1/6, .3).chain(vol(.7), out()); -const delay2 = new FeedbackDelay(1/6, .2).chain(vol(.15), out()); -const chorus = new Chorus(1,2.5,0.5).start(); -// instruments -const instr = (instrument) => ({ - organ: polysynth().set({...osc('sawtooth4'), ...adsr(.01,.2,0)}).chain(mix('chords').connect(delay),out()), - lead: polysynth().set({...osc('triangle4'),...adsr(0.01,.05,0)}).chain(mix('lead').connect(delay2), out()), - bass: polysynth().set({...osc('sawtooth8'),...adsr(.02,.05,.3,.2)}).chain(mix('bass'),lowpass(3000), out()), - pad: polysynth().set({...osc('square2'),...adsr(0.1,.4,0.8)}).chain(vol(0.15),chorus,out()), - hihat: metal(adsr(0, .02, 0)).chain(mix('hihat'), out()), - snare: noise(adsr(0, .15, 0.01)).chain(mix('snare'), lowpass(5000), out()), - kick: membrane().chain(mix('kick'), out()) -}[instrument]); -// harmony -const t = transpose("<0 0 1 0>/8"); -const sowhat = scaleTranspose("0,3,6,9,11"); -// track -stack( - "[<0 4 [3 [2 1]]>]/4".struct("[x]*3").mask("[~ x ~]").scale('D5 dorian').off(1/6, scaleTranspose(-7)).off(1/3, scaleTranspose(-5)).apply(t).tone(instr('lead')).mask("<~ ~ x x>/8"), - "< <[d3 ~] [c3 f3] g3>>".scale('D dorian').apply(sowhat).apply(t).tone(instr('organ')).mask("/8"), - "<[d2 [d2 ~]*3]!3 >".apply(t).tone(instr('bass')), - "c1*6".tone(instr('hihat')), - "~ c3".tone(instr('snare')), - "<[c1@5 c1] >".tone(instr('kick')), - "[2,4]/4".scale('D dorian').apply(t).tone(instr('pad')).mask("/8") -).fast(6/8) -// strudel disable-highlighting`; -*/ - -// TODO: rework tune to use freq -/* -export const jemblung = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const delay = new FeedbackDelay(1/8, .6).chain(vol(0.15), out()); -const snare = noise({type:'white',...adsr(0,0.2,0)}).chain(lowpass(5000),vol(1.8),out()); -const s = polysynth().set({...osc('sawtooth4'),...adsr(0.01,.2,.6,0.2)}).chain(vol(.23).connect(delay),out()); -stack( - stack( - "0 1 4 [3!2 5]".layer( - // chords - x=>x.add("0,3").duration("0.05!3 0.02"), - // bass - x=>x.add("-8").struct("x*8").duration(0.1) - ), - // melody - "12 11*3 12 ~".duration(0.005) - ) - .add("<0 1>") - .tune("jemblung2") - //.mul(22/5).round().xen("22edo") - //.mul(12/5).round().xen("12edo") - .tone(s), - // kick - "[c2 ~]*2".duration(0.05).tone(membrane().chain(out())), - // snare - "[~ c1]*2".early(0.001).tone(snare), - // hihat - "c2*8".tone(noise().chain(highpass(6000),vol(0.5).connect(delay),out())), -).slow(3)`; -*/ - -/* -// TODO: does not work on linux (at least for me..) -export const speakerman = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -backgroundImage('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXR0rKqW3VwY%2Fmaxresdefault.jpg&f=1&nofb=1', -{ className:'darken', style:'background-size:cover'}) -stack( - "[g3,bb3,d4] [f3,a3,c4] [c3,e3,g3]@2".slow(2).late(.1), - cat( - 'Baker man', - 'is baking bread', - 'Baker man', - 'is baking bread', - 'Sagabona', - 'kunjani wena', - 'Sagabona', - 'kunjani wena', - 'The night train, is coming', - 'got to keep on running', - 'The night train, is coming', - 'got to keep on running', - ).speak("en zu en".slow(12), "<0 2 3 4 5 6>".slow(2)), -).slow(4)`; -*/ - -export const bossa = `const scales = sequence('C minor', ['D locrian', 'G phrygian'], 'Bb2 minor', ['C locrian','F phrygian']).slow(4) -stack( - "".fast(2).struct("x ~ x@3 x ~ x ~ ~ ~ x ~ x@3".late(1/8)).early(1/8).slow(2).voicings('lefthand'), - "[~ [0 ~]] 0 [~ [4 ~]] 4".sub(7).restart(scales).scale(scales).early(.25) -).note().piano().slow(2)`; - -/* -export const customTrigger = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -stack( - freq("55 [110,165] 110 [220,275]".mul("<1 <3/4 2/3>>").struct("x(3,8)").layer(x=>x.mul("1.006,.995"))), - freq("440(5,8)".legato(.18).mul("<1 3/4 2 2/3>")).gain(perlin.range(.2,.8)) -).s("/2") - .onTrigger((t,hap,ct)=>{ - const ac = Tone.getContext().rawContext; - t = ac.currentTime + t - ct; - const { freq, s, gain = 1 } = hap.value; - const master = ac.createGain(); - master.gain.value = 0.1 * gain; - master.connect(ac.destination); - const o = ac.createOscillator(); - o.type = s || 'triangle'; - o.frequency.value = Number(freq); - o.connect(master); - o.start(t); - o.stop(t + hap.duration); -}).stack(s("bd(3,8),hh*4,~ sd").webdirt())`; */ - -export const swimmingWithSoundfonts = `// Koji Kondo - Swimming (Super Mario World) -stack( - n( - "~", - "~", - "~", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [F5@2 C6] A5 G5", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [Bb5 A5 G5] F5@2", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [F5@2 C6] A5 G5", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [Bb5 A5 G5] F5@2", - "A5 [F5@2 C5] A5 F5", - "Ab5 [F5@2 Ab5] G5@2", - "A5 [F5@2 C5] A5 F5", - "Ab5 [F5@2 C5] C6@2", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [Bb5 A5 G5] F5@2" - ).s('Sitar: Ethnic'), - n( - "[F4,Bb4,D5] [[D4,G4,Bb4]@2 [Bb3,D4,F4]] [[G3,C4,E4]@2 [[Ab3,F4] [A3,Gb4]]] [Bb3,E4,G4]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, Bb3, Db3] [F3, Bb3, Db3]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]", - "[~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]", - "[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]", - "[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]", - "[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]", - "[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]" - ).s('Kalimba: Ethnic'), - n( - "[G3 G3 C3 E3]", - "[F2 D2 G2 C2]", - "[F2 D2 G2 C2]", - "[F2 A2 Bb2 B2]", - "[A2 Ab2 G2 C2]", - "[F2 A2 Bb2 B2]", - "[G2 C2 F2 F2]", - "[F2 A2 Bb2 B2]", - "[A2 Ab2 G2 C2]", - "[F2 A2 Bb2 B2]", - "[G2 C2 F2 F2]", - "[Bb2 Bb2 A2 A2]", - "[Ab2 Ab2 G2 [C2 D2 E2]]", - "[Bb2 Bb2 A2 A2]", - "[Ab2 Ab2 G2 [C2 D2 E2]]", - "[F2 A2 Bb2 B2]", - "[G2 C2 F2 F2]" - ).s('Acoustic Bass: Bass') - ).slow(51) - `; - -export const bossaRandom = `const chords = "" -const roots = chords.rootNotes(2) - -stack( - chords.voicings('lefthand').struct( - \` x@2 ~ x ~ ~ ~ x | - x? ~ ~ x@3 ~ x | - x? ~ ~ x ~ x@3\`), - roots.struct("x [~ x?0.2] x [~ x?] | x!4 | x@2 ~ ~ ~ x x x").transpose("0 7") -).slow(2).pianoroll().note().piano()`; - -// range ['F4', 'A5'] diff --git a/repl/src/tunes.mjs b/repl/src/tunes.mjs deleted file mode 100644 index dddfb6e4..00000000 --- a/repl/src/tunes.mjs +++ /dev/null @@ -1,862 +0,0 @@ -/* -tunes.mjs - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -export const swimming = `// Koji Kondo - Swimming (Super Mario World) -stack( - seq( - "~", - "~", - "~", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [F5@2 C6] A5 G5", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [Bb5 A5 G5] F5@2", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [F5@2 C6] A5 G5", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [Bb5 A5 G5] F5@2", - "A5 [F5@2 C5] A5 F5", - "Ab5 [F5@2 Ab5] G5@2", - "A5 [F5@2 C5] A5 F5", - "Ab5 [F5@2 C5] C6@2", - "A5 [F5@2 C5] [D5@2 F5] F5", - "[C5@2 F5] [Bb5 A5 G5] F5@2" - ), - seq( - "[F4,Bb4,D5] [[D4,G4,Bb4]@2 [Bb3,D4,F4]] [[G3,C4,E4]@2 [[Ab3,F4] [A3,Gb4]]] [Bb3,E4,G4]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, Bb3, Db3] [F3, Bb3, Db3]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]", - "[~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [A3, C4, E4] [A3, C4, E4]] [~ [Ab3, C4, Eb4] [Ab3, C4, Eb4]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [G3, C4, E4] [G3, C4, E4]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]", - "[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]", - "[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]", - "[~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [Bb3, D3, F4] [Bb3, D3, F4]] [~ [A3, C4, F4] [A3, C4, F4]] [~ [A3, C4, F4] [A3, C4, F4]]", - "[~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [Ab3, B3, F4] [Ab3, B3, F4]] [~ [G3, Bb3, F4] [G3, Bb3, F4]] [~ [G3, Bb3, E4] [G3, Bb3, E4]]", - "[~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, A3, C3] [F3, A3, C3]] [~ [F3, Bb3, D3] [F3, Bb3, D3]] [~ [F3, B3, D3] [F3, B3, D3]]", - "[~ [F3, Bb3, D4] [F3, Bb3, D4]] [~ [F3, Bb3, C4] [F3, Bb3, C4]] [~ [F3, A3, C4] [F3, A3, C4]] [~ [F3, A3, C4] [F3, A3, C4]]" - ), - seq( - "[G3 G3 C3 E3]", - "[F2 D2 G2 C2]", - "[F2 D2 G2 C2]", - "[F2 A2 Bb2 B2]", - "[A2 Ab2 G2 C2]", - "[F2 A2 Bb2 B2]", - "[G2 C2 F2 F2]", - "[F2 A2 Bb2 B2]", - "[A2 Ab2 G2 C2]", - "[F2 A2 Bb2 B2]", - "[G2 C2 F2 F2]", - "[Bb2 Bb2 A2 A2]", - "[Ab2 Ab2 G2 [C2 D2 E2]]", - "[Bb2 Bb2 A2 A2]", - "[Ab2 Ab2 G2 [C2 D2 E2]]", - "[F2 A2 Bb2 B2]", - "[G2 C2 F2 F2]" - ) -).note().slow(51); -`; - -export const giantSteps = `// John Coltrane - Giant Steps -setVoicingRange('lefthand', ['E3', 'G4']); - -stack( - // melody - seq( - "[F#5 D5] [B4 G4] Bb4 [B4 A4]", - "[D5 Bb4] [G4 Eb4] F#4 [G4 F4]", - "Bb4 [B4 A4] D5 [D#5 C#5]", - "F#5 [G5 F5] Bb5 [F#5 F#5]", - ), - // chords - seq( - "[B^7 D7] [G^7 Bb7] Eb^7 [Am7 D7]", - "[G^7 Bb7] [Eb^7 F#7] B^7 [Fm7 Bb7]", - "Eb^7 [Am7 D7] G^7 [C#m7 F#7]", - "B^7 [Fm7 Bb7] Eb^7 [C#m7 F#7]" - ).voicings('lefthand'), - // bass - seq( - "[B2 D2] [G2 Bb2] [Eb2 Bb3] [A2 D2]", - "[G2 Bb2] [Eb2 F#2] [B2 F#2] [F2 Bb2]", - "[Eb2 Bb2] [A2 D2] [G2 D2] [C#2 F#2]", - "[B2 F#2] [F2 Bb2] [Eb2 Bb3] [C#2 F#2]" - ) -).slow(20).note()`; - -export const zeldasRescue = `// Koji Kondo - Princess Zelda's Rescue -stack( - // melody - \`[B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] - [B3@2 D4] [A4@2 G4] [D4@2 [C4 B3]] [A3] - [B3@2 D4] [A3@2 [G3 A3]] [B3@2 D4] [A3] - [B3@2 D4] [A4@2 G4] D5@2 - [D5@2 [C5 B4]] [[C5 B4] G4@2] [C5@2 [B4 A4]] [[B4 A4] E4@2] - [D5@2 [C5 B4]] [[C5 B4] G4 C5] [G5] [~ ~ B3]\`, - // bass - \`[[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2] - [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2] - [[C2 G2] E3@2] [[C2 G2] F#3@2] [[C2 G2] E3@2] [[C2 G2] F#3@2] - [[B1 D3] G3@2] [[Bb1 Db3] G3@2] [[A1 C3] G3@2] [[D2 C3] F#3@2] - [[F2 C3] E3@2] [[E2 B2] D3@2] [[D2 A2] C3@2] [[C2 G2] B2@2] - [[F2 C3] E3@2] [[E2 B2] D3@2] [[Eb2 Bb2] Db3@2] [[D2 A2] C3 [F3,G2]]\` -).transpose(12).slow(48) - .superimpose(x=>x.add(0.06)) // add slightly detuned voice - .note() - .gain(.1) - .s('triangle') - .room(1) - `; - -export const caverave = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const keys = x => x.s('sawtooth').cutoff(1200).gain(.5).attack(0).decay(.16).sustain(.3).release(.1); - -const drums = stack( - s("bd*2").mask("/8").gain(.8), - s("~ ").mask("/4").gain(.5), - s("[~ hh]*2").delay(.3).delayfeedback(.5).delaytime(.125).gain(.4) -); - -const thru = (x) => x.transpose("<0 1>/8").transpose(-1); -const synths = stack( - "/2".scale(timeCat([3,'C minor'],[1,'C melodic minor']) - .slow(8)).struct("[~ x]*2") - .layer( - x=>x.scaleTranspose(0).early(0), - x=>x.scaleTranspose(2).early(1/8), - x=>x.scaleTranspose(7).early(1/4), - x=>x.scaleTranspose(8).early(3/8) - ).apply(thru).note().apply(keys).mask("<~ x>/16"), - note("/2".apply(thru)) - .struct("[x [~ x] <[~ [~ x]]!3 [x x]>@2]/2".fast(2)) - .s('sawtooth').attack(0.001).decay(0.2).sustain(1).cutoff(500), - "/2".struct("~ [x@0.2 ~]".fast(2)).voicings('lefthand') - .apply(thru).every(2, early(1/8)).note().apply(keys).sustain(0) - .delay(.4).delaytime(.12) - .mask("/8".early(1/4)) -) -stack( - drums.fast(2), - synths -).slow(2)`; - -export const sampleDrums = `samples({ - bd: 'bd/BT0A0D0.wav', - sn: 'sn/ST0T0S3.wav', - hh: 'hh/000_hh3closedhh.wav' -}, 'https://loophole-letters.vercel.app/samples/tidal/') - -stack( - "", - "hh*4", - "~ " -).s() -`; - -export const barryHarris = `// adapted from a Barry Harris excercise -"0,2,[7 6]" - .add("<0 1 2 3 4 5 7 8>") - .scale('C bebop major') - .transpose("<0 1 2 1>/8") - .slow(2) - .note().piano() -`; - -export const blippyRhodes = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ - bd: 'samples/tidal/bd/BT0A0D0.wav', - sn: 'samples/tidal/sn/ST0T0S3.wav', - hh: 'samples/tidal/hh/000_hh3closedhh.wav', - rhodes: { - E1: 'samples/rhodes/MK2Md2000.mp3', - E2: 'samples/rhodes/MK2Md2012.mp3', - E3: 'samples/rhodes/MK2Md2024.mp3', - E4: 'samples/rhodes/MK2Md2036.mp3', - E5: 'samples/rhodes/MK2Md2048.mp3', - E6: 'samples/rhodes/MK2Md2060.mp3', - E7: 'samples/rhodes/MK2Md2072.mp3' - } -}, 'https://loophole-letters.vercel.app/') - -const scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', cat('Db major','Db mixolydian')]) - -stack( - s(" "), - "]>" - .scale(scales) - .struct("x*8") - .scaleTranspose("0 [-5,-2] -7 [-9,-2]") - .legato(.3) - .slow(2) - .note() - .s('rhodes') - .clip(1) - .room(.5) - .delay(.3) - .delayfeedback(.4) - .delaytime(1/12).gain(.5), - "" - .legato("<1@3 [.3 1]>") - .slow(2).superimpose(x=>x.add(.02)) - .note().gain(.3) - .s('sawtooth').cutoff(600), -).fast(3/2)`; - -export const wavyKalimba = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ - 'kalimba': { c5:'https://freesound.org/data/previews/536/536549_11935698-lq.mp3' } -}) -const scales = cat('C major', 'C mixolydian', 'F lydian', ['F minor', 'Db major']) - -stack( - "[0 2 4 6 9 2 0 -2]*3" - .add("<0 2>/4") - .scale(scales) - .struct("x*8") - .velocity("<.8 .3 .6>*8") - .slow(2), - "" - .scale(scales) - .scaleTranspose("[0 <2 4>]*2") - .struct("x*4") - .velocity("<.8 .5>*4") - .velocity(0.8) - .slow(2) -) - .legato("<.4 .8 1 1.2 1.4 1.6 1.8 2>/8") - .fast(1) - .note() - .clip(1) - .s('kalimba') - .delay(.2) - `; - -export const festivalOfFingers = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const chords = ""; -stack( - chords.voicings('lefthand').struct("x(3,8,-1)").velocity(.5).off(1/7,x=>x.transpose(12).velocity(.2)), - chords.rootNotes(2).struct("x(4,8,-2)"), - chords.rootNotes(4) - .scale(cat('C minor','F dorian','G dorian','F# mixolydian')) - .struct("x(3,8,-2)".fast(2)) - .scaleTranspose("0 4 0 6".early(".125 .5")).layer(scaleTranspose("0,<2 [4,6] [5,7]>/4")) -).slow(2) - .velocity(sine.struct("x*8").add(3/5).mul(2/5).fast(8)) - .note().piano()`; - -// iter, echo, echoWith -export const undergroundPlumber = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos, inspired by Friendship - Let's not talk about it (1979) :) - -samples({ bd: 'bd/BT0A0D0.wav', sn: 'sn/ST0T0S3.wav', hh: 'hh/000_hh3closedhh.wav', cp: 'cp/HANDCLP0.wav', -}, 'https://loophole-letters.vercel.app/samples/tidal/') - -const h = x=>x.transpose("<0@2 5 0 7 5 0 -5>/2") - -stack( - s("< sn> hh").fast(2).gain(.7), - "[c2 a1 bb1 ~] ~" - .echo(2, 1/16, 1) - .legato(.4) - .slow(2) - .layer(h) - .note().s('square') - .cutoff(400).decay(.12).sustain(0) - , - "[g2,[c3 eb3]]".iter(4) - .echoWith(4, 1/8, (x,n)=>x.transpose(n*12).velocity(Math.pow(.4,n))) - .legato(.1) - .layer(h).note() -) - .fast(2/3) - .pianoroll({})`; - -export const bridgeIsOver = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos, bassline by BDP - The Bridge Is Over -samples({mad:'https://freesound.org/data/previews/22/22274_109943-lq.mp3'}) -stack( - stack( - "c3*2 [[c3@1.4 bb2] ab2] gb2*2 <[[gb2@1.4 ab2] bb2] gb2>".legato(".5 1".fast(2)).velocity(.8), - "0 ~".scale('c4 whole tone') - .euclidLegato(3,8).slow(2).mask("x ~") - .stutWith(8, 1/16, (x,n)=>x.scaleTranspose(n).velocity(Math.pow(.7,n))) - .scaleTranspose("<0 1 2 3 4 3 2 1>") - .fast(2) - .velocity(.7) - .legato(.5) - .stut(3, .5, 1/8) - ).transpose(-1).note().piano(), - s("mad").slow(2) -).cpm(78).slow(4) - - .pianoroll() -`; - -export const goodTimes = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const scale = cat('C3 dorian','Bb2 major').slow(4); -stack( - "2*4".add(12).scale(scale) - .off(1/8, scaleTranspose("2")).fast(2) - .scaleTranspose("<0 1 2 1>").hush(), - "<0 1 2 3>(3,8,2)" - .scale(scale) - .off(1/4, scaleTranspose("2,4")), - "<0 4>(5,8)".scale(scale).transpose(-12) -) - .velocity(".6 .7".fast(4)) - .legato("2") - .scaleTranspose("<0>".slow(4)) - .transpose(5) - .note().piano() - .velocity(.8) - .slow(2) - .pianoroll({maxMidi:100,minMidi:20})`; - -/* // new style notation: -export const goodTimes = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const scale = cat('C3 dorian','Bb2 major').slow(4); -stack( - n("2*4").add(12) - .off(1/8, add("2")).fast(2) - .add("<0 1 2 1>").hush(), - n("<0 1 2 3>(3,8,2)") - .off(1/4, add("2,4")), - n("<0 4>(5,8)").sub(7) -) - .scale(scale) - .gain(".6 .7".fast(4)) - .legato(2) - .add(note(5)) - .piano() - .mul(gain(.8)) - .slow(2) - .pianoroll({maxMidi:100,minMidi:20})`; -*/ - -export const echoPiano = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -"<0 2 [4 6](3,4,1) 3*2>" -.scale('D minor') -.color('salmon') -.off(1/4, x=>x.scaleTranspose(2).color('green')) -.off(1/2, x=>x.scaleTranspose(6).color('steelblue')) -.legato(.5) -.echo(4, 1/8, .5) -.note().piano() -.pianoroll()`; - -export const sml1 = `// Hirokazu Tanaka - World 1-1 -stack( - // melody - \`< - [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [e5 f5] [g5 a5] - [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ g6] [g6 ~] - [e5 ~] [[d5@2 c5] [~@2 e5]] ~ [~ [c5@2 d5]] [e5 e5] [d5 c5] [a5 g5] [c6 [e5@2 d5]] - [~ c5] [c5 d5] [e5 [c5@2 c5]] [~ c5] [f5 e5] [c5 d5] [~ [g6@2 ~] ~@2] [g5 ~] - [~ a5] [b5 c6] [b5@2 ~@2 g5] ~ - [f5 ~] [[g5@2 f5] ~] [[e5 ~] [f5 ~]] [[f#5 ~] [g5 ~]] - [~ a5] [b5 c6] [b5@2 ~@2 g5] ~ - [eb6 d6] [~ c6] ~!2 - >\` - .legato(.95), - // sub melody - \`< - [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 - [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2 - [~ g4]!2 [~ ab4]!2 [~ a4]!2 [~ bb4]!2 - [~ a4]!2 [~ g4]!2 [d4 e4] [f4 gb4] ~!2 - [~ c5]!4 [~ a4]!2 [[c4 ~] [d4 ~]] [[eb4 ~] [e4 ~]] - [~ c5]!4 [~ eb5]!2 [g4*2 [f4 ~]] [[e4 ~] [d4 ~]] - >\`, - // bass - \`< - c3!7 a3 f3!2 - e3!2 ~!4 - c3!7 a3 f3!2 - e3!2 ~!4 - f3!2 e3!2 d3!2 ~!2 - f3!2 e3!2 ab3!2 ~!2 - >\` - .legato(.5) -).fast(2).note()`; - -export const randomBells = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ - bell: { c6: 'https://freesound.org/data/previews/411/411089_5121236-lq.mp3' }, - bass: { d2: 'https://freesound.org/data/previews/608/608286_13074022-lq.mp3' } -}) - -stack( - // bells - "0".euclidLegato(3,8) - .echo(3, 1/16, .5) - .add(rand.range(0,12)) - .velocity(rand.range(.5,1)) - .legato(rand.range(.4,3)) - .scale(cat('D minor pentatonic')).note() - .s('bell').gain(.6).delay(.2).delaytime(1/3).delayfeedback(.8), - // bass - "".euclidLegato(6,8,1).note().s('bass').clip(1).gain(.8) -) - .slow(6) - .pianoroll({minMidi:20,maxMidi:120,background:'transparent'}) - `; - -export const waa2 = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -n( - "a4 [a3 c3] a3 c3" - .sub("<7 12 5 12>".slow(2)) - .off(1/4,x=>x.add(7)) - .off(1/8,x=>x.add(12)) -) - .slow(2) - .legato(sine.range(0.3, 2).slow(28)) - .s("sawtooth square".fast(2)) - .cutoff(cosine.range(500,4000).slow(16)) - .gain(.5) - .room(.5) - `; - -export const hyperpop = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -const lfo = cosine.slow(15); -const lfo2 = sine.slow(16); -const filter1 = x=>x.cutoff(lfo2.range(300,3000)); -const filter2 = x=>x.hcutoff(lfo.range(1000,6000)).cutoff(4000) -const scales = cat('D3 major', 'G3 major').slow(8) - -samples({ - bd: '344/344757_1676145-lq.mp3', - sn: '387/387186_7255534-lq.mp3', - hh: '561/561241_12517458-lq.mp3', - hh2:'44/44944_236326-lq.mp3', - hh3: '44/44944_236326-lq.mp3', -}, 'https://freesound.org/data/previews/') - -stack( - "-7 0 -7 7".struct("x(5,8,2)").fast(2).sub(7) - .scale(scales) - .n() - .s("sawtooth,square") - .gain(.3).attack(0.01).decay(0.1).sustain(.5) - .apply(filter1), - "~@3 [<2 3>,<4 5>]" - .echo(4,1/16,.7) - .scale(scales) - .n() - .s('square').gain(.7) - .attack(0.01).decay(0.1).sustain(0) - .apply(filter1), - "6 4 2".add(14) - .superimpose(sub("5")) - .fast(1).euclidLegato(3,8) - .mask("<1 0@7>") - .fast(2) - .echo(32, 1/8, .8) - .scale(scales) - .n() - .s("sawtooth") - .gain(sine.range(.1,.4).slow(8)) - .attack(.001).decay(.2).sustain(0) - .apply(filter2) -).stack( - stack( - "bd <~@7 [~ bd]>".fast(2), - "~ sn", - "[~ hh3]*2" - ).s().fast(2).gain(.7) -).slow(2) -// strudel disable-highlighting`; - -export const festivalOfFingers3 = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -"[-7*3],0,2,6,[8 7]" -.echoWith(4,1/4, (x,n)=>x - .add(n*7) - .velocity(1/(n+1)) - .legato(1/(n+1))) -.velocity(perlin.range(.5,.9).slow(8)) -.stack("[22 25]*3" - .legato(sine.range(.5,2).slow(8)) - .velocity(sine.range(.4,.8).slow(5)) - .echo(4,1/12,.5)) -.scale(cat('D dorian','G mixolydian','C dorian','F mixolydian')) -.legato(1) -.slow(2) -.note().piano() -//.pianoroll({maxMidi:160})`; - -export const meltingsubmarine = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ - bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'], - sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'], - hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'], -}, 'github:tidalcycles/Dirt-Samples/master/'); -stack( - s("bd,[~ ],hh(3,4)") // drums - .speed(perlin.range(.7,.9)) // random sample speed variation - //.hush() - ,"" // bassline - .off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps - .add(perlin.range(0,.5)) // random pitch variation - .superimpose(add(.05)) // add second, slightly detuned voice - .n() // wrap in "n" - .decay(.15).sustain(0) // make each note of equal length - .s('sawtooth') // waveform - .gain(.4) // turn down - .cutoff(sine.slow(7).range(300,5000)) // automate cutoff - //.hush() - ,">".voicings('lefthand') // chords - .superimpose(x=>x.add(.04)) // add second, slightly detuned voice - .add(perlin.range(0,.5)) // random pitch variation - .n() // wrap in "n" - .s('sawtooth') // waveform - .gain(.16) // turn down - .cutoff(500) // fixed cutoff - .attack(1) // slowly fade in - //.hush() - ,"a4 c5 ".struct("x(5,8)") - .superimpose(x=>x.add(.04)) // add second, slightly detuned voice - .add(perlin.range(0,.5)) // random pitch variation - .n() // wrap in "n" - .decay(.1).sustain(0) // make notes short - .s('triangle') // waveform - .degradeBy(perlin.range(0,.5)) // randomly controlled random removal :) - .echoWith(4,.125,(x,n)=>x.gain(.15*1/(n+1))) // echo notes - //.hush() -) - .slow(3/2)`; - -export const outroMusic = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ - bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'], - sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'], - hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'], - perc: ['perc/002_perc2.wav'], -}, 'github:tidalcycles/Dirt-Samples/master/'); - -"C^7 Am7 Dm7 G7".slow(2).voicings('lefthand') - .stack("0@6 [<1 2> <2 0> 1]@2".scale('C5 major')) - .n().slow(4) - .s('0040_FluidR3_GM_sf2_file') - .color('steelblue') - .stack( - "<-7 ~@2 [~@2 -7] -9 ~@2 [~@2 -9] -10!2 ~ [~@2 -10] -5 ~ [-3 -2 -10]@2>*2".scale('C3 major') - .n().s('sawtooth').color('brown') - ) - .attack(0.05).decay(.1).sustain(.7) - .cutoff(perlin.range(800,2000)) - .gain(.3) - .stack( - s(" sd,hh*3,~@5 ") - .speed(perlin.range(.9,1.1)) - .n(3).color('gray') - ).slow(3/2) - //.pianoroll({autorange:1,vertical:1,fold:0}) - `; - -export const bassFuge = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ flbass: ['00_c2_finger_long_neck.wav','01_c2_finger_short_neck.wav','02_c2_finger_long_bridge.wav','03_c2_finger_short_bridge.wav','04_c2_pick_long.wav','05_c2_pick_short.wav','06_c2_palm_mute.wav'] }, - 'github:cleary/samples-flbass/main/') -samples({ -bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'], -sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'], -hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'], -}, 'github:tidalcycles/Dirt-Samples/master/'); - -note("<8(3,8) <7 7*2> [4 5@3] 8>".sub(1) // sub 1 -> 1-indexed -.layer( -x=>x, -x=>x.add(7).color('steelblue') -.off(1/8,x=>x.add("2,4").off(1/8,x=>x.add(5).echo(4,.125,.5))) -.slow(2), -).scale('A1 minor')) -.s("flbass").n(0) -.gain(.3) -.cutoff(sine.slow(7).range(200,4000)) -.resonance(10) -//.hcutoff(400) -.clip(1) -.stack(s("bd:1*2,~ sd:0,[~ hh:0]*2")) -.pianoroll({vertical:1})`; - -export const chop = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ p: 'https://cdn.freesound.org/previews/648/648433_11943129-lq.mp3' }) - -s("p") - .loopAt(32) - .chop(128) - .jux(rev) - .shape(.4) - .decay(.1) - .sustain(.6) - `; - -export const delay = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -stack( - s("bd ") - .delay("<0 .5>") - .delaytime(".16 | .33") - .delayfeedback(".6 | .8") - ).sometimes(x=>x.speed("-1"))`; - -export const orbit = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -stack( - s("bd ") - .delay(.5) - .delaytime(.33) - .delayfeedback(.6), - s("hh*2") - .delay(.8) - .delaytime(.08) - .delayfeedback(.7) - .orbit(2) - ).sometimes(x=>x.speed("-1"))`; - -export const belldub = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({ bell: {b4:'https://cdn.freesound.org/previews/339/339809_5121236-lq.mp3'}}) -// "Hand Bells, B, Single.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org -stack( - // bass - note("[0 ~] [2 [0 2]] [4 4*2] [[4 ~] [2 ~] 0@2]".scale('g1 dorian').superimpose(x=>x.add(.02))) - .s('sawtooth').cutoff(200).resonance(20).gain(.15).shape(.6).release(.05), - // perc - s("[~ hh]*4").room("0 0.5".fast(2)).end(perlin.range(0.02,1)), - s("mt lt ht").struct("x(3,8)").fast(2).gain(.5).room(.5).sometimes(x=>x.speed(".5")), - s("misc:2").speed(1).delay(.5).delaytime(1/3).gain(.4), - // chords - note("[~ Gm7] ~ [~ Dm7] ~".voicings('lefthand').superimpose(x=>x.add(.1))) - .s('sawtooth').gain(.5) - .cutoff(perlin.range(400,3000).slow(8)) - .decay(perlin.range(0.05,.2)).sustain(0) - .delay(.9).room(1), - // blips - note( - "0 5 4 2".iter(4) - .off(1/3, add(7)) - .scale('g4 dorian') - ).s('square').cutoff(2000).decay(.03).sustain(0) - .degradeBy(.2) - .orbit(2).delay(.2).delaytime(".33 | .6 | .166 | .25") - .room(1).gain(.5).mask("<0 1>/8"), - // bell - note(rand.range(0,12).struct("x(5,8)").scale('g2 minor pentatonic')).s('bell').begin(.05) - .delay(.2).degradeBy(.4).gain(.4) - .mask("<1 0>/8") -).slow(5)`; - -export const dinofunk = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -samples({bass:'https://cdn.freesound.org/previews/614/614637_2434927-hq.mp3', -dino:{b4:'https://cdn.freesound.org/previews/316/316403_5123851-hq.mp3'}}) -setVoicingRange('lefthand', ['c3','a4']) - -stack( -s('bass').loopAt(8).clip(1), -s("bd*2, ~ sd,hh*4"), -note("Abm7".voicings('lefthand').struct("x(3,8,1)".slow(2))), -"0 1 2 3".scale('ab4 minor pentatonic') -.superimpose(x=>x.add(.1)) -.sometimes(x=>x.add(12)) -.note().s('sawtooth') -.cutoff(sine.range(400,2000).slow(16)).gain(.8) -.decay(perlin.range(.05,.2)).sustain(0) -.delay(sine.range(0,.5).slow(32)) -.degradeBy(.4).room(1), -note("").s('dino').delay(.8).slow(8).room(.5) -)`; - -export const sampleDemo = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -stack( - // percussion - s("[woodblock:1 woodblock:2*2] snare_rim:0,gong/8,brakedrum:1(3,8),~@3 cowbell:3") - .sometimes(x=>x.speed(2)), - // melody - note("<0 4 1 3 2>".off(".25 | .125",add(2)).scale('D3 hirajoshi')) - .s("clavisynth").gain(.2).delay(.25).jux(rev) - .degradeBy(sine.range(0,.5).slow(32)), - // bass - note("<0@3 <2(3,8) 3(3,8)>>".scale('D1 hirajoshi')) - .s('psaltery_pluck').gain(.6).clip(1) - .release(.1).room(.5) -)`; - -export const holyflute = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -"c3 eb3(3,8) c4/2 g3*2" -.superimpose( - x=>x.slow(2).add(12), - x=>x.slow(4).sub(5) -).add("<0 1>/16") -.note().s('ocarina_vib').clip(1) -.release(.1).room(1).gain(.2) -.color("salmon | orange | darkseagreen") -.pianoroll({fold:0,autorange:0,vertical:0,cycles:12,smear:0,minMidi:40}) -`; - -export const flatrave = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -stack( - s("bd*2,~ [cp,sd]").bank('RolandTR909'), - - s("hh:1*4").sometimes(fast("2")) - .rarely(x=>x.speed(".5").delay(.5)) - .end(perlin.range(0.02,.05).slow(8)) - .bank('RolandTR909').room(.5) - .gain("0.4,0.4(5,8)"), - - note("<0 2 5 3>".scale('G1 minor')).struct("x(5,8)") - .s('sawtooth').decay(.1).sustain(0), - - note(",Bb3,D3").struct("~ x*2").s('square').clip(1) - .cutoff(sine.range(500,4000).slow(16)).resonance(10) - .decay(sine.slow(15).range(.05,.2)).sustain(0) - .room(.5).gain(.3).delay(.2).mask("<0 1@3>/8"), - - "0 5 3 2".sometimes(slow(2)).off(1/8,add(5)).scale('G4 minor').note() - .decay(.05).sustain(0).delay(.2).degradeBy(.5).mask("<0 1>/16") -)`; - -export const amensister = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -await samples('github:tidalcycles/Dirt-Samples/master') - -stack( - // amen - n("0 1 2 3 4 5 6 7") - .sometimes(x=>x.ply(2)) - .rarely(x=>x.speed("2 | -2")) - .sometimesBy(.4, x=>x.delay(".5")) - .s("amencutup") - .slow(2) - .room(.5) - , - // bass - sine.add(saw.slow(4)).range(0,7).segment(8) - .superimpose(x=>x.add(.1)) - .scale('G0 minor').note() - .s("sawtooth").decay(.1).sustain(0) - .gain(.4).cutoff(perlin.range(300,3000).slow(8)).resonance(10) - .degradeBy("0 0.1 .5 .1") - .rarely(add(note("12"))) - , - // chord - note("Bb3,D4".superimpose(x=>x.add(.2))) - .s('sawtooth').cutoff(1000).struct("<~@3 [~ x]>") - .decay(.05).sustain(.0).delay(.8).delaytime(.125).room(.8) - , - // alien - s("breath").room(1).shape(.6).chop(16).rev().mask("") - , - n("0 1").s("east").delay(.5).degradeBy(.8).speed(rand.range(.5,1.5)) -).reset("")`; - -export const juxUndTollerei = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -note("c3 eb3 g3 bb3").palindrome() -.s('sawtooth') -.jux(x=>x.rev().color('green').s('sawtooth')) -.off(1/4, x=>x.add(note("<7 12>/2")).slow(2).late(.005).s('triangle')) -//.delay(.5) -.fast(1).cutoff(sine.range(200,2000).slow(8)) -.decay(.05).sustain(0) -.room(.6) -.delay(.5).delaytime(.1).delayfeedback(.4) -.pianoroll()`; - -export const csoundDemo = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -await loadCsound\` -instr CoolSynth - iduration = p3 - ifreq = p4 - igain = p5 - ioct = octcps(ifreq) - - kpwm = oscili(.05, 8) - asig = vco2(igain, ifreq, 4, .5 + kpwm) - asig += vco2(igain, ifreq * 2) - - idepth = 2 - acut = transegr:a(0, .005, 0, idepth, .06, -4.2, 0.001, .01, -4.2, 0) ; filter envelope - asig = zdf_2pole(asig, cpsoct(ioct + acut + 2), 0.5) - - iattack = .01 - isustain = .5 - idecay = .1 - irelease = .1 - asig *= linsegr:a(0, iattack, 1, idecay, isustain, iduration, isustain, irelease, 0) - - out(asig, asig) -endin\` - -"<0 2 [4 6](3,4,1) 3*2>" -.off(1/4, add(2)) -.off(1/2, add(6)) -.scale('D minor') -.note() -//.pianoroll() -.csound('CoolSynth')`; - -export const loungeSponge = ` -// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// by Felix Roos -// livecode.orc by Steven Yi -await loadOrc('github:kunstmusik/csound-live-code/master/livecode.orc') - -stack( - note("/2".voicings('lefthand')) - .cutoff(sine.range(500,2000).round().slow(16)) - .euclidLegato(3,8).csound('FM1') - , - note("/2").ply(8).csound('Bass').gain("1 4 1 4") - , - note("0 7 [4 3] 2".fast(2/3).off(".25 .125",add("<2 4 -3 -1>")) - .slow(2).scale('A4 minor')) - .legato(.25).csound('SynHarp') - , - s("bd*2,[~ hh]*2,~ cp").bank('RolandTR909') -)`; - -export const arpoon = `// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/ -// "Arpoon" by Felix Roos -await samples('github:tidalcycles/Dirt-Samples/master') - -"< C7 F^7 [Fm7 E7b9]>".voicings('lefthand') - .arp("[0,3] 2 [1,3] 2".fast(3)).legato(2) - .add(perlin.range(0,0.2)).sub("<0 -12>/8") - .note().cutoff(perlin.range(500,4000)).resonance(12) - .gain("<.5 .8>*16") - .decay(.16).sustain(0.5) - .delay(.2) - .room(.5).pan(sine.range(.3,.6)) - .s('piano').clip(1) - .stack("<!2 F2 [F2 E2]>".add.out("0 -5".fast(2)).add("0,.12").note().s('sawtooth').clip(1).cutoff(300)) - .slow(4) - .stack(s("bd*4, [~ [hh hh? hh?]]*2,~ [sd ~ [sd:2? bd?]]").arp("0|1").bank('RolandTR909').gain(.5).slow(2)) -`; diff --git a/repl/tailwind.config.js b/repl/tailwind.config.js deleted file mode 100644 index 96626d74..00000000 --- a/repl/tailwind.config.js +++ /dev/null @@ -1,29 +0,0 @@ -/* -tailwind.config.js - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -module.exports = { - // TODO: find out if leaving out tutorial path works now - content: ['./src/**/*.{js,jsx,ts,tsx}', './tutorial/**/*.{js,jsx,ts,tsx}'], - theme: { - extend: { - colors: { - primary: '#c792ea', - secondary: '#c3e88d', - tertiary: '#82aaff', - highlight: '#ffcc00', - linegray: '#8a91991a', - lineblack: '#00000095', - bg: '#222222', - // header: '#8a91991a', - // footer: '#8a91991a', - header: '#00000050', - // header: 'transparent', - footer: '#00000050', - }, - }, - }, - plugins: [require('@tailwindcss/typography')], -}; diff --git a/repl/vite.config.js b/repl/vite.config.js deleted file mode 100644 index 1d3f3e86..00000000 --- a/repl/vite.config.js +++ /dev/null @@ -1,15 +0,0 @@ -import { defineConfig } from 'vite'; -import react from '@vitejs/plugin-react'; -import { visualizer } from 'rollup-plugin-visualizer'; - -// https://vitejs.dev/config/ -export default defineConfig({ - plugins: [react()], - build: { - outDir: '../out', - sourcemap: true, - rollupOptions: { - plugins: [visualizer({ template: 'treemap' })], - }, - }, -}); diff --git a/tutorial/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap similarity index 100% rename from tutorial/test/__snapshots__/examples.test.mjs.snap rename to test/__snapshots__/examples.test.mjs.snap diff --git a/tutorial/test/examples.test.mjs b/test/examples.test.mjs similarity index 80% rename from tutorial/test/examples.test.mjs rename to test/examples.test.mjs index f2751e29..44ffdd5a 100644 --- a/tutorial/test/examples.test.mjs +++ b/test/examples.test.mjs @@ -1,6 +1,6 @@ -import { queryCode } from '../../repl/src/runtime.mjs'; +import { queryCode } from './runtime.mjs'; import { describe, it } from 'vitest'; -import doc from '../../doc.json'; +import doc from '../doc.json'; describe('runs examples', () => { const { docs } = doc; diff --git a/tutorial/ApiDoc.jsx b/tutorial/ApiDoc.jsx deleted file mode 100644 index ef9a35fb..00000000 --- a/tutorial/ApiDoc.jsx +++ /dev/null @@ -1,60 +0,0 @@ -import React, { Fragment } from 'react'; -import { docs } from '../doc.json'; -import { MiniRepl } from './MiniRepl'; - -const visible = window.location.href.includes('?api=true'); - -function ApiDoc() { - if (!visible) { - return ( -

- There remaining function documentation is a work in progress, but you can preview it by clicking{' '} - here. Beware that everything is not properly ordered from this point. -

- ); - } - // console.log('docJson', docs); - return ( -
-

- The following Chapter is autogenerated from the jsdoc comments in the source files.{' '} - hide. Beware that everything is not properly ordered from this point. -

- {docs - .filter((item) => !item.name?.startsWith('_') && item.kind !== 'package') - .map((item, i) => ( - - {' '} -

- {item.memberof && item.memberof !== item.name ? `${item.memberof}.` : ''} - {item.name} -

-
{ - // console.log(_, 'a', a, 'b', b); - return `${a}${b ? `#${b}` : ''}`; - }), - }} - /> - {!!item.params?.length &&

Parameters

} -
    - {item.params?.map((param, i) => ( -
  • - {param.name} ({param.type?.names?.join('|')}): {param.description?.replace(/(<([^>]+)>)/gi, '')} -
  • - ))} -
- {item.examples?.length &&

Examples

} -
- {item.examples?.map((example, k) => ( - - ))} -
- - ))} -
- ); -} - -export default ApiDoc; diff --git a/tutorial/JsDoc.jsx b/tutorial/JsDoc.jsx deleted file mode 100644 index 545052f8..00000000 --- a/tutorial/JsDoc.jsx +++ /dev/null @@ -1,39 +0,0 @@ -import jsdoc from '../doc.json'; // doc.json is built with `npm run jsdoc-json` -const docs = jsdoc.docs.reduce((acc, obj) => Object.assign(acc, { [obj.longname]: obj }), {}); -import { MiniRepl } from './MiniRepl'; - -export function JsDoc({ name, h = 3 }) { - const item = docs[name]; - if (!item) { - console.warn('Not found: ' + name); - return
; - } - const CustomHeading = `h${h}`; - const description = item.description.replaceAll(/\{@link ([a-zA-Z\.]+)?#?([a-zA-Z]*)\}/g, (_, a, b) => { - // console.log(_, 'a', a, 'b', b); - return `${a}${b ? `#${b}` : ''}`; - }); - return ( - <> - {!!h && {item.longname}} -
-
    - {item.params?.map((param, i) => ( -
  • - {param.name} ({param.type?.names?.join('|')}): {param.description?.replace(/(<([^>]+)>)/gi, '')} -
  • - ))} -
- - {item.examples?.length ? ( -
- {item.examples?.map((example, k) => ( - - ))} -
- ) : ( -
- )} - - ); -} diff --git a/tutorial/MiniRepl.jsx b/tutorial/MiniRepl.jsx deleted file mode 100644 index c86a83fd..00000000 --- a/tutorial/MiniRepl.jsx +++ /dev/null @@ -1,26 +0,0 @@ -import { evalScope, controls } from '@strudel.cycles/core'; -import { MiniRepl as _MiniRepl } from '@strudel.cycles/react'; -import { samples } from '@strudel.cycles/webaudio'; -import { prebake } from '../repl/src/prebake.mjs'; - -fetch('https://strudel.tidalcycles.org/EmuSP12.json') - .then((res) => res.json()) - .then((json) => samples(json, 'https://strudel.tidalcycles.org/EmuSP12/')); - -evalScope( - controls, - import('@strudel.cycles/core'), - // import('@strudel.cycles/tone'), - import('@strudel.cycles/tonal'), - import('@strudel.cycles/mini'), - import('@strudel.cycles/midi'), - import('@strudel.cycles/xen'), - import('@strudel.cycles/webaudio'), - import('@strudel.cycles/osc'), -); - -// prebake(); - -export function MiniRepl({ tune }) { - return <_MiniRepl tune={tune} hideOutsideView={true} />; -} diff --git a/tutorial/Tutorial.jsx b/tutorial/Tutorial.jsx deleted file mode 100644 index f97b914e..00000000 --- a/tutorial/Tutorial.jsx +++ /dev/null @@ -1,41 +0,0 @@ -/* -Tutorial.js - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -import React from 'react'; -import ReactDOM from 'react-dom'; -import Tutorial from './tutorial.mdx'; -// import ApiDoc from './ApiDoc'; -import './style.scss'; -import '@strudel.cycles/react/dist/style.css'; -import { initAudioOnFirstClick } from '@strudel.cycles/webaudio'; - -initAudioOnFirstClick(); - -ReactDOM.render( - -
-
-
-
- logo -

window.scrollTo(0, 0)}> - Strudel Tutorial -

-
- {!window.location.href.includes('localhost') && ( - - )} -
-
-
- -
-
-
, - document.getElementById('root'), -); diff --git a/tutorial/favicon.ico b/tutorial/favicon.ico deleted file mode 100644 index 7a9d261f..00000000 Binary files a/tutorial/favicon.ico and /dev/null differ diff --git a/tutorial/index.html b/tutorial/index.html deleted file mode 100644 index 9d72917d..00000000 --- a/tutorial/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - Strudel Tutorial - - - -
- - - diff --git a/tutorial/link.svg b/tutorial/link.svg deleted file mode 100644 index b45044c2..00000000 --- a/tutorial/link.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/tutorial/old.mdx b/tutorial/old.mdx deleted file mode 100644 index c11e8e58..00000000 --- a/tutorial/old.mdx +++ /dev/null @@ -1,152 +0,0 @@ -# Old APIs - -These APIs are outdated and might break in the future. - -## Webdirt API (deprecated) - -You can use the powerful sampling engine [Webdirt](https://github.com/dktr0/WebDirt) with Strudel. - -{{ 'Pattern.webdirt' | jsdoc }} - -
-
- -## Tone API (deprecated) - -The Tone API uses Tone.js instruments ands effects to create sounds. - - - -### tone(instrument) - -To change the instrument of a pattern, you can pass any [Tone.js Source](https://tonejs.github.io/docs/14.7.77/index.html) to .tone: - - - -While this works, it is a little bit verbose. To simplify things, all Tone Synths have a shortcut: - -```js -const amsynth = (options) => new AMSynth(options); -const duosynth = (options) => new DuoSynth(options); -const fmsynth = (options) => new FMSynth(options); -const membrane = (options) => new MembraneSynth(options); -const metal = (options) => new MetalSynth(options); -const monosynth = (options) => new MonoSynth(options); -const noise = (options) => new NoiseSynth(options); -const pluck = (options) => new PluckSynth(options); -const polysynth = (options) => new PolySynth(options); -const synth = (options) => new Synth(options); -const sampler = (options, baseUrl?) => new Sampler(options); // promisified, see below -const players = (options, baseUrl?) => new Sampler(options); // promisified, see below -``` - -### sampler - -With sampler, you can create tonal instruments from samples: - - - saw.struct("x*8").mul(16).round() - .legato(4).scale('D dorian').slow(2) - .tone(kalimba.toDestination()) -)`} -/> - -The sampler function promisifies [Tone.js Sampler](https://tonejs.github.io/docs/14.7.77/Sampler). - -Note that this function currently only works with this promise notation, but in the future, -it will be possible to use async instruments in a synchronous fashion. - -### players - -With players, you can create sound banks: - - - "bd hh sn hh".tone(drums.toDestination()) -) - `} -/> - -The sampler function promisifies [Tone.js Players](https://tonejs.github.io/docs/14.7.77/Players). - -Note that this function currently only works with this promise notation, but in the future, -it will be possible to use async instruments in a synchronous fashion. - -### out - -Shortcut for Tone.Destination. Intended to be used with Tone's .chain: - - - -This alone is not really useful, so read on.. - -### vol(volume) - -Helper that returns a Gain Node with the given volume. Intended to be used with Tone's .chain: - - - -### osc(type) - -Helper to set the waveform of a synth, monosynth or polysynth: - - - -The base types are `sine`, `square`, `sawtooth`, `triangle`. You can also append a number between 1 and 32 to reduce the harmonic partials. - -### lowpass(cutoff) - -Helper that returns a Filter Node of type lowpass with the given cutoff. Intended to be used with Tone's .chain: - - - -### highpass(cutoff) - -Helper that returns a Filter Node of type highpass with the given cutoff. Intended to be used with Tone's .chain: - - - -### adsr - -Helper to set the envelope of a Tone.js instrument. Intended to be used with Tone's .set: - - diff --git a/tutorial/package-lock.json b/tutorial/package-lock.json deleted file mode 100644 index de2d597f..00000000 --- a/tutorial/package-lock.json +++ /dev/null @@ -1,10789 +0,0 @@ -{ - "name": "@strudel.cycles/tutorial", - "version": "0.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "@strudel.cycles/tutorial", - "version": "0.0.0", - "dependencies": { - "react": "^17.0.2", - "react-dom": "^17.0.2" - }, - "devDependencies": { - "@mdx-js/mdx": "^1.6.22", - "@mdx-js/react": "^1.6.22", - "@tailwindcss/typography": "^0.5.2", - "@types/react": "^17.0.2", - "@types/react-dom": "^17.0.2", - "@vitejs/plugin-react": "^1.3.0", - "autoprefixer": "^10.4.7", - "install": "^0.13.0", - "npm": "^8.10.0", - "postcss": "^8.4.13", - "rehype-autolink-headings": "^6.1.1", - "rehype-slug": "^5.0.1", - "remark-toc": "^8.0.1", - "sass": "^1.51.0", - "tailwindcss": "^3.0.24", - "vite": "^2.9.9", - "vite-plugin-mdx": "^3.5.10" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", - "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", - "dev": true, - "dependencies": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", - "dev": true, - "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", - "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", - "dev": true, - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", - "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "node_modules/@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "dev": true, - "dependencies": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", - "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - }, - "peerDependencies": { - "react": "^16.13.1 || ^17.0.0" - } - }, - "node_modules/@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.2.tgz", - "integrity": "sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==", - "dev": true, - "dependencies": { - "lodash.castarray": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" - }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || insiders" - } - }, - "node_modules/@types/extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/extend/-/extend-3.0.1.tgz", - "integrity": "sha512-R1g/VyKFFI2HLC1QGAeTtCBWCo6n75l41OnsVYNbmKG+kempOESaodf6BeJyUM3Q0rKa/NQcTHbB2+66lNnxLw==", - "dev": true - }, - "node_modules/@types/github-slugger": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@types/github-slugger/-/github-slugger-1.3.0.tgz", - "integrity": "sha512-J/rMZa7RqiH/rT29TEVZO4nBoDP9XJOjnbbIofg7GQKs4JIduEO3WLpte+6WeUz/TcrXKlY+bM7FYrp8yFB+3g==", - "dev": true - }, - "node_modules/@types/hast": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", - "dev": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "dev": true, - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", - "dev": true - }, - "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", - "dev": true - }, - "node_modules/@types/react": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.45.tgz", - "integrity": "sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==", - "dev": true, - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-dom": { - "version": "17.0.17", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.17.tgz", - "integrity": "sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==", - "dev": true, - "dependencies": { - "@types/react": "^17" - } - }, - "node_modules/@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", - "dev": true - }, - "node_modules/@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", - "dev": true - }, - "node_modules/@vitejs/plugin-react": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", - "integrity": "sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.17.10", - "@babel/plugin-transform-react-jsx": "^7.17.3", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-jsx-self": "^7.16.7", - "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "@rollup/pluginutils": "^4.2.1", - "react-refresh": "^0.13.0", - "resolve": "^1.22.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@vitejs/plugin-react/node_modules/@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@vitejs/plugin-react/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "dev": true, - "dependencies": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" - } - }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz", - "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==", - "dev": true - }, - "node_modules/autoprefixer": { - "version": "10.4.7", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz", - "integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - ], - "dependencies": { - "browserslist": "^4.20.3", - "caniuse-lite": "^1.0.30001335", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - }, - "peerDependencies": { - "@babel/core": "^7.11.6" - } - }, - "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - }, - "node_modules/babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - }, - "node_modules/bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.20.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz", - "integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001332", - "electron-to-chromium": "^1.4.118", - "escalade": "^3.1.1", - "node-releases": "^2.0.3", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001341", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", - "integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - } - ] - }, - "node_modules/ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz", - "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==", - "dev": true - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/defined": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", - "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", - "dev": true - }, - "node_modules/detab": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", - "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", - "dev": true, - "dependencies": { - "repeat-string": "^1.5.4" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/detective": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", - "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", - "dev": true, - "dependencies": { - "acorn-node": "^1.6.1", - "defined": "^1.0.0", - "minimist": "^1.1.1" - }, - "bin": { - "detective": "bin/detective.js" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "node_modules/electron-to-chromium": { - "version": "1.4.137", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.137.tgz", - "integrity": "sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==", - "dev": true - }, - "node_modules/esbuild": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.39.tgz", - "integrity": "sha512-2kKujuzvRWYtwvNjYDY444LQIA3TyJhJIX3Yo4+qkFlDDtGlSicWgeHVJqMUP/2sSfH10PGwfsj+O2ro1m10xQ==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "esbuild-android-64": "0.14.39", - "esbuild-android-arm64": "0.14.39", - "esbuild-darwin-64": "0.14.39", - "esbuild-darwin-arm64": "0.14.39", - "esbuild-freebsd-64": "0.14.39", - "esbuild-freebsd-arm64": "0.14.39", - "esbuild-linux-32": "0.14.39", - "esbuild-linux-64": "0.14.39", - "esbuild-linux-arm": "0.14.39", - "esbuild-linux-arm64": "0.14.39", - "esbuild-linux-mips64le": "0.14.39", - "esbuild-linux-ppc64le": "0.14.39", - "esbuild-linux-riscv64": "0.14.39", - "esbuild-linux-s390x": "0.14.39", - "esbuild-netbsd-64": "0.14.39", - "esbuild-openbsd-64": "0.14.39", - "esbuild-sunos-64": "0.14.39", - "esbuild-windows-32": "0.14.39", - "esbuild-windows-64": "0.14.39", - "esbuild-windows-arm64": "0.14.39" - } - }, - "node_modules/esbuild-android-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.39.tgz", - "integrity": "sha512-EJOu04p9WgZk0UoKTqLId9VnIsotmI/Z98EXrKURGb3LPNunkeffqQIkjS2cAvidh+OK5uVrXaIP229zK6GvhQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-android-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.39.tgz", - "integrity": "sha512-+twajJqO7n3MrCz9e+2lVOnFplRsaGRwsq1KL/uOy7xK7QdRSprRQcObGDeDZUZsacD5gUkk6OiHiYp6RzU3CA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-darwin-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.39.tgz", - "integrity": "sha512-ImT6eUw3kcGcHoUxEcdBpi6LfTRWaV6+qf32iYYAfwOeV+XaQ/Xp5XQIBiijLeo+LpGci9M0FVec09nUw41a5g==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-darwin-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.39.tgz", - "integrity": "sha512-/fcQ5UhE05OiT+bW5v7/up1bDsnvaRZPJxXwzXsMRrr7rZqPa85vayrD723oWMT64dhrgWeA3FIneF8yER0XTw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-freebsd-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.39.tgz", - "integrity": "sha512-oMNH8lJI4wtgN5oxuFP7BQ22vgB/e3Tl5Woehcd6i2r6F3TszpCnNl8wo2d/KvyQ4zvLvCWAlRciumhQg88+kQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-freebsd-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.39.tgz", - "integrity": "sha512-1GHK7kwk57ukY2yI4ILWKJXaxfr+8HcM/r/JKCGCPziIVlL+Wi7RbJ2OzMcTKZ1HpvEqCTBT/J6cO4ZEwW4Ypg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-32": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.39.tgz", - "integrity": "sha512-g97Sbb6g4zfRLIxHgW2pc393DjnkTRMeq3N1rmjDUABxpx8SjocK4jLen+/mq55G46eE2TA0MkJ4R3SpKMu7dg==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.39.tgz", - "integrity": "sha512-4tcgFDYWdI+UbNMGlua9u1Zhu0N5R6u9tl5WOM8aVnNX143JZoBZLpCuUr5lCKhnD0SCO+5gUyMfupGrHtfggQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-arm": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.39.tgz", - "integrity": "sha512-t0Hn1kWVx5UpCzAJkKRfHeYOLyFnXwYynIkK54/h3tbMweGI7dj400D1k0Vvtj2u1P+JTRT9tx3AjtLEMmfVBQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.39.tgz", - "integrity": "sha512-23pc8MlD2D6Px1mV8GMglZlKgwgNKAO8gsgsLLcXWSs9lQsCYkIlMo/2Ycfo5JrDIbLdwgP8D2vpfH2KcBqrDQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-mips64le": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.39.tgz", - "integrity": "sha512-epwlYgVdbmkuRr5n4es3B+yDI0I2e/nxhKejT9H0OLxFAlMkeQZxSpxATpDc9m8NqRci6Kwyb/SfmD1koG2Zuw==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-ppc64le": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.39.tgz", - "integrity": "sha512-W/5ezaq+rQiQBThIjLMNjsuhPHg+ApVAdTz2LvcuesZFMsJoQAW2hutoyg47XxpWi7aEjJGrkS26qCJKhRn3QQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-riscv64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.39.tgz", - "integrity": "sha512-IS48xeokcCTKeQIOke2O0t9t14HPvwnZcy+5baG13Z1wxs9ZrC5ig5ypEQQh4QMKxURD5TpCLHw2W42CLuVZaA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-linux-s390x": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.39.tgz", - "integrity": "sha512-zEfunpqR8sMomqXhNTFEKDs+ik7HC01m3M60MsEjZOqaywHu5e5682fMsqOlZbesEAAaO9aAtRBsU7CHnSZWyA==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-netbsd-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.39.tgz", - "integrity": "sha512-Uo2suJBSIlrZCe4E0k75VDIFJWfZy+bOV6ih3T4MVMRJh1lHJ2UyGoaX4bOxomYN3t+IakHPyEoln1+qJ1qYaA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-openbsd-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.39.tgz", - "integrity": "sha512-secQU+EpgUPpYjJe3OecoeGKVvRMLeKUxSMGHnK+aK5uQM3n1FPXNJzyz1LHFOo0WOyw+uoCxBYdM4O10oaCAA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-sunos-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.39.tgz", - "integrity": "sha512-qHq0t5gePEDm2nqZLb+35p/qkaXVS7oIe32R0ECh2HOdiXXkj/1uQI9IRogGqKkK+QjDG+DhwiUw7QoHur/Rwg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-windows-32": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.39.tgz", - "integrity": "sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-windows-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.39.tgz", - "integrity": "sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-windows-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.39.tgz", - "integrity": "sha512-sBZQz5D+Gd0EQ09tZRnz/PpVdLwvp/ufMtJ1iDFYddDaPpZXKqPyaxfYBLs3ueiaksQ26GGa7sci0OqFzNs7KA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", - "dev": true, - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" - } - }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/github-slugger": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.4.0.tgz", - "integrity": "sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==", - "dev": true - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", - "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", - "dev": true, - "dependencies": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-has-property": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.0.tgz", - "integrity": "sha512-4Qf++8o5v14us4Muv3HRj+Er6wTNGA/N9uCaZMty4JWvyFKLdhULrv4KE1b65AthsSO9TXSZnjuxS8ecIyhb0w==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-heading-rank": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-2.1.0.tgz", - "integrity": "sha512-w+Rw20Q/iWp2Bcnr6uTrYU6/ftZLbHKhvc8nM26VIWpDqDMlku2iXUVTeOlsdoih/UKQhY7PHQ+vZ0Aqq8bxtQ==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-is-element": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.2.tgz", - "integrity": "sha512-thjnlGAnwP8ef/GSO1Q8BfVk2gundnc2peGQqEg2kUt/IqesiGg/5mSwN2fE7nLzy61pg88NG6xV+UrGOrx9EA==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", - "dev": true, - "dependencies": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz", - "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/immutable": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz", - "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==", - "dev": true - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", - "dev": true - }, - "node_modules/install": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", - "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dev": true, - "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "dev": true, - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lilconfig": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", - "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "node_modules/lodash.castarray": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", - "integrity": "sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=", - "dev": true - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", - "dev": true - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", - "dev": true, - "dependencies": { - "unist-util-remove": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", - "dev": true, - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", - "dev": true, - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz", - "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-toc": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-6.1.0.tgz", - "integrity": "sha512-0PuqZELXZl4ms1sF7Lqigrqik4Ll3UhbI+jdTrfw7pZ9QPawgl7LD4GQ8MkU7bT/EwiVqChNTbifa2jLLKo76A==", - "dev": true, - "dependencies": { - "@types/extend": "^3.0.0", - "@types/github-slugger": "^1.0.0", - "@types/mdast": "^3.0.0", - "extend": "^3.0.0", - "github-slugger": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "unist-util-is": "^5.0.0", - "unist-util-visit": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-toc/node_modules/unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-toc/node_modules/unist-util-visit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-3.1.0.tgz", - "integrity": "sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", - "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", - "dev": true - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/node-releases": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", - "integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.10.0.tgz", - "integrity": "sha512-6oo65q9Quv9mRPGZJufmSH+C/UFdgelwzRXiglT/2mDB50zdy/lZK5dFY0TJ9fJ/8gHqnxcX1NM206KLjTBMlQ==", - "bundleDependencies": [ - "@isaacs/string-locale-compare", - "@npmcli/arborist", - "@npmcli/ci-detect", - "@npmcli/config", - "@npmcli/fs", - "@npmcli/map-workspaces", - "@npmcli/package-json", - "@npmcli/run-script", - "abbrev", - "archy", - "cacache", - "chalk", - "chownr", - "cli-columns", - "cli-table3", - "columnify", - "fastest-levenshtein", - "glob", - "graceful-fs", - "hosted-git-info", - "ini", - "init-package-json", - "is-cidr", - "json-parse-even-better-errors", - "libnpmaccess", - "libnpmdiff", - "libnpmexec", - "libnpmfund", - "libnpmhook", - "libnpmorg", - "libnpmpack", - "libnpmpublish", - "libnpmsearch", - "libnpmteam", - "libnpmversion", - "make-fetch-happen", - "minipass", - "minipass-pipeline", - "mkdirp", - "mkdirp-infer-owner", - "ms", - "node-gyp", - "nopt", - "npm-audit-report", - "npm-install-checks", - "npm-package-arg", - "npm-pick-manifest", - "npm-profile", - "npm-registry-fetch", - "npm-user-validate", - "npmlog", - "opener", - "pacote", - "parse-conflict-json", - "proc-log", - "qrcode-terminal", - "read", - "read-package-json", - "read-package-json-fast", - "readdir-scoped-modules", - "rimraf", - "semver", - "ssri", - "tar", - "text-table", - "tiny-relative-date", - "treeverse", - "validate-npm-package-name", - "which", - "write-file-atomic" - ], - "dev": true, - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^5.0.4", - "@npmcli/ci-detect": "^2.0.0", - "@npmcli/config": "^4.1.0", - "@npmcli/fs": "^2.1.0", - "@npmcli/map-workspaces": "^2.0.3", - "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^3.0.1", - "abbrev": "~1.1.1", - "archy": "~1.0.0", - "cacache": "^16.0.7", - "chalk": "^4.1.2", - "chownr": "^2.0.0", - "cli-columns": "^4.0.0", - "cli-table3": "^0.6.2", - "columnify": "^1.6.0", - "fastest-levenshtein": "^1.0.12", - "glob": "^8.0.1", - "graceful-fs": "^4.2.10", - "hosted-git-info": "^5.0.0", - "ini": "^3.0.0", - "init-package-json": "^3.0.2", - "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^6.0.2", - "libnpmdiff": "^4.0.2", - "libnpmexec": "^4.0.2", - "libnpmfund": "^3.0.1", - "libnpmhook": "^8.0.2", - "libnpmorg": "^4.0.2", - "libnpmpack": "^4.0.2", - "libnpmpublish": "^6.0.2", - "libnpmsearch": "^5.0.2", - "libnpmteam": "^4.0.2", - "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.3", - "minipass": "^3.1.6", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "ms": "^2.1.2", - "node-gyp": "^9.0.0", - "nopt": "^5.0.0", - "npm-audit-report": "^3.0.0", - "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.2", - "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.0.3", - "npm-registry-fetch": "^13.1.1", - "npm-user-validate": "^1.0.1", - "npmlog": "^6.0.2", - "opener": "^1.5.2", - "pacote": "^13.3.0", - "parse-conflict-json": "^2.0.2", - "proc-log": "^2.0.1", - "qrcode-terminal": "^0.12.0", - "read": "~1.0.7", - "read-package-json": "^5.0.1", - "read-package-json-fast": "^2.0.3", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "text-table": "~0.2.0", - "tiny-relative-date": "^1.3.0", - "treeverse": "^2.0.0", - "validate-npm-package-name": "^4.0.0", - "which": "^2.0.2", - "write-file-atomic": "^4.0.1" - }, - "bin": { - "npm": "bin/npm-cli.js", - "npx": "bin/npx-cli.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, - "node_modules/npm/node_modules/@colors/colors": { - "version": "1.5.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/npm/node_modules/@gar/promisify": { - "version": "1.1.3", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/@isaacs/string-locale-compare": { - "version": "1.1.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "5.2.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^2.0.3", - "@npmcli/metavuln-calculator": "^3.0.1", - "@npmcli/move-file": "^2.0.0", - "@npmcli/name-from-folder": "^1.0.1", - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^3.0.0", - "bin-links": "^3.0.0", - "cacache": "^16.0.6", - "common-ancestor-path": "^1.0.1", - "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.0", - "npmlog": "^6.0.2", - "pacote": "^13.0.5", - "parse-conflict-json": "^2.0.1", - "proc-log": "^2.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^2.0.2", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^9.0.0", - "treeverse": "^2.0.0", - "walk-up-path": "^1.0.0" - }, - "bin": { - "arborist": "bin/index.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/ci-detect": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, - "node_modules/npm/node_modules/@npmcli/config": { - "version": "4.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/map-workspaces": "^2.0.2", - "ini": "^3.0.0", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "proc-log": "^2.0.0", - "read-package-json-fast": "^2.0.3", - "semver": "^7.3.5", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/disparity-colors": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "ansi-styles": "^4.3.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/fs": { - "version": "2.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/git": { - "version": "3.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/promise-spawn": "^3.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "1.0.7", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - }, - "bin": { - "installed-package-contents": "index.js" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "2.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/name-from-folder": "^1.0.1", - "glob": "^8.0.1", - "minimatch": "^5.0.1", - "read-package-json-fast": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "3.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "cacache": "^16.0.0", - "json-parse-even-better-errors": "^2.3.1", - "pacote": "^13.0.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/move-file": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "infer-owner": "^1.0.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "3.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@tootallnate/once": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/abbrev": { - "version": "1.1.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/agent-base": { - "version": "6.0.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.2.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/npm/node_modules/aggregate-error": { - "version": "3.1.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ansi-regex": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/npm/node_modules/aproba": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/archy": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/are-we-there-yet": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, - "node_modules/npm/node_modules/asap": { - "version": "2.0.6", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/balanced-match": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/bin-links": { - "version": "3.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "cmd-shim": "^5.0.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^3.0.0", - "rimraf": "^3.0.0", - "write-file-atomic": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/binary-extensions": { - "version": "2.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/npm/node_modules/builtins": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "semver": "^7.0.0" - } - }, - "node_modules/npm/node_modules/cacache": { - "version": "16.0.7", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/npm/node_modules/chownr": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/cidr-regex": { - "version": "3.1.1", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "ip-regex": "^4.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/clean-stack": { - "version": "2.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/cli-columns": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/cli-table3": { - "version": "0.6.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "@colors/colors": "1.5.0" - } - }, - "node_modules/npm/node_modules/clone": { - "version": "1.0.4", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/cmd-shim": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "mkdirp-infer-owner": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/npm/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/color-support": { - "version": "1.1.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "bin": { - "color-support": "bin.js" - } - }, - "node_modules/npm/node_modules/columnify": { - "version": "1.6.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/npm/node_modules/common-ancestor-path": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/concat-map": { - "version": "0.0.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/console-control-strings": { - "version": "1.1.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/debug": { - "version": "4.3.4", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/npm/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/debuglog": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/defaults": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "clone": "^1.0.2" - } - }, - "node_modules/npm/node_modules/delegates": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/depd": { - "version": "1.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/dezalgo": { - "version": "1.0.4", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/diff": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/npm/node_modules/emoji-regex": { - "version": "8.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/encoding": { - "version": "0.1.13", - "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/npm/node_modules/env-paths": { - "version": "2.2.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/err-code": { - "version": "2.0.3", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/fastest-levenshtein": { - "version": "1.0.12", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/fs-minipass": { - "version": "2.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/function-bind": { - "version": "1.1.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/gauge": { - "version": "4.0.4", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/glob": { - "version": "8.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.10", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/npm/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/has-unicode": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/hosted-git-info": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^7.5.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, - "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.0", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/http-proxy-agent": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/https-proxy-agent": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/humanize-ms": { - "version": "1.2.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/npm/node_modules/iconv-lite": { - "version": "0.6.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/ignore-walk": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minimatch": "^5.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/imurmurhash": { - "version": "0.1.4", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/npm/node_modules/indent-string": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/infer-owner": { - "version": "1.0.4", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/inflight": { - "version": "1.0.6", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/inherits": { - "version": "2.0.4", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/ini": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/init-package-json": { - "version": "3.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-package-arg": "^9.0.1", - "promzard": "^0.3.0", - "read": "^1.0.7", - "read-package-json": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/ip": { - "version": "1.1.8", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/ip-regex": { - "version": "4.3.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-cidr": { - "version": "4.0.2", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "cidr-regex": "^3.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/is-core-module": { - "version": "2.9.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/npm/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-lambda": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/isexe": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/json-stringify-nice": { - "version": "1.1.4", - "dev": true, - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/jsonparse": { - "version": "1.3.1", - "dev": true, - "engines": [ - "node >= 0.2.0" - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff": { - "version": "5.0.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff-apply": { - "version": "5.2.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/libnpmaccess": { - "version": "6.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "minipass": "^3.1.1", - "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmdiff": { - "version": "4.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/disparity-colors": "^2.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "binary-extensions": "^2.2.0", - "diff": "^5.0.0", - "minimatch": "^5.0.1", - "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5", - "tar": "^6.1.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmexec": { - "version": "4.0.5", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^5.0.0", - "@npmcli/ci-detect": "^2.0.0", - "@npmcli/run-script": "^3.0.0", - "chalk": "^4.1.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-package-arg": "^9.0.1", - "npmlog": "^6.0.2", - "pacote": "^13.0.5", - "proc-log": "^2.0.0", - "read": "^1.0.7", - "read-package-json-fast": "^2.0.2", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmfund": { - "version": "3.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^5.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmhook": { - "version": "8.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmorg": { - "version": "4.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmpack": { - "version": "4.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/run-script": "^3.0.0", - "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmpublish": { - "version": "6.0.4", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "normalize-package-data": "^4.0.0", - "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0", - "semver": "^7.3.7", - "ssri": "^9.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmsearch": { - "version": "5.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^13.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmteam": { - "version": "4.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/libnpmversion": { - "version": "3.0.4", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^3.0.0", - "@npmcli/run-script": "^3.0.0", - "json-parse-even-better-errors": "^2.3.1", - "proc-log": "^2.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/lru-cache": { - "version": "7.9.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/npm/node_modules/make-fetch-happen": { - "version": "10.1.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.0.2", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.1.1", - "ssri": "^9.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/minimatch": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/minipass": { - "version": "3.1.6", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-collect": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-fetch": { - "version": "2.1.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/npm/node_modules/minipass-flush": { - "version": "1.0.5", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-json-stream": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - } - }, - "node_modules/npm/node_modules/minipass-pipeline": { - "version": "1.2.4", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-sized": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minizlib": { - "version": "2.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/mkdirp": { - "version": "1.0.4", - "dev": true, - "inBundle": true, - "license": "MIT", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/mkdirp-infer-owner": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "infer-owner": "^1.0.4", - "mkdirp": "^1.0.3" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ms": { - "version": "2.1.3", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/mute-stream": { - "version": "0.0.8", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/negotiator": { - "version": "0.6.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/node-gyp": { - "version": "9.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^10.0.3", - "nopt": "^5.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": "^12.22 || ^14.13 || >=16" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/glob": { - "version": "7.2.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/nopt": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/normalize-package-data": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^5.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, - "node_modules/npm/node_modules/npm-audit-report": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "chalk": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-bundled": { - "version": "1.1.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "node_modules/npm/node_modules/npm-install-checks": { - "version": "5.0.0", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "semver": "^7.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/npm-package-arg": { - "version": "9.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "hosted-git-info": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-packlist": { - "version": "5.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^1.1.2", - "npm-normalize-package-bin": "^1.0.1" - }, - "bin": { - "npm-packlist": "bin/index.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "7.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-install-checks": "^5.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^9.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-profile": { - "version": "6.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "13.1.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "make-fetch-happen": "^10.0.6", - "minipass": "^3.1.6", - "minipass-fetch": "^2.0.3", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^9.0.1", - "proc-log": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/npm-user-validate": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/npmlog": { - "version": "6.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/once": { - "version": "1.4.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/opener": { - "version": "1.5.2", - "dev": true, - "inBundle": true, - "license": "(WTFPL OR MIT)", - "bin": { - "opener": "bin/opener-bin.js" - } - }, - "node_modules/npm/node_modules/p-map": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm/node_modules/pacote": { - "version": "13.3.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^3.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/promise-spawn": "^3.0.0", - "@npmcli/run-script": "^3.0.1", - "cacache": "^16.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.6", - "mkdirp": "^1.0.4", - "npm-package-arg": "^9.0.0", - "npm-packlist": "^5.0.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^5.0.0", - "read-package-json-fast": "^2.0.3", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/parse-conflict-json": { - "version": "2.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.1", - "just-diff": "^5.0.1", - "just-diff-apply": "^5.2.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/path-is-absolute": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/proc-log": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/promise-all-reject-late": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-inflight": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/promise-retry": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/promzard": { - "version": "0.3.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "read": "1" - } - }, - "node_modules/npm/node_modules/qrcode-terminal": { - "version": "0.12.0", - "dev": true, - "inBundle": true, - "bin": { - "qrcode-terminal": "bin/qrcode-terminal.js" - } - }, - "node_modules/npm/node_modules/read": { - "version": "1.0.7", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "mute-stream": "~0.0.4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/read-cmd-shim": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/read-package-json": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^2.3.1", - "normalize-package-data": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/read-package-json-fast": { - "version": "2.0.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/readable-stream": { - "version": "3.6.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/readdir-scoped-modules": { - "version": "1.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "node_modules/npm/node_modules/retry": { - "version": "0.12.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/npm/node_modules/rimraf": { - "version": "3.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/glob": { - "version": "7.2.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/safe-buffer": { - "version": "5.2.1", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/safer-buffer": { - "version": "2.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/npm/node_modules/semver": { - "version": "7.3.7", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/set-blocking": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/signal-exit": { - "version": "3.0.7", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/smart-buffer": { - "version": "4.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks": { - "version": "2.6.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ip": "^1.1.5", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks-proxy-agent": { - "version": "6.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/spdx-correct": { - "version": "3.1.1", - "dev": true, - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", - "dev": true, - "inBundle": true, - "license": "CC-BY-3.0" - }, - "node_modules/npm/node_modules/spdx-expression-parse": { - "version": "3.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.11", - "dev": true, - "inBundle": true, - "license": "CC0-1.0" - }, - "node_modules/npm/node_modules/ssri": { - "version": "9.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/string_decoder": { - "version": "1.3.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/npm/node_modules/string-width": { - "version": "4.2.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/strip-ansi": { - "version": "6.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/tar": { - "version": "6.1.11", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/text-table": { - "version": "0.2.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/tiny-relative-date": { - "version": "1.3.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/treeverse": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/unique-filename": { - "version": "1.1.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/npm/node_modules/unique-slug": { - "version": "2.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/npm/node_modules/util-deprecate": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/validate-npm-package-license": { - "version": "3.0.4", - "dev": true, - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/npm/node_modules/validate-npm-package-name": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "builtins": "^5.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/wcwidth": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/npm/node_modules/which": { - "version": "2.0.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/wide-align": { - "version": "1.1.5", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/npm/node_modules/wrappy": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/write-file-atomic": { - "version": "4.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" - } - }, - "node_modules/npm/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dev": true, - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "dependencies": { - "nanoid": "^3.3.3", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-js": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", - "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==", - "dev": true, - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.3.3" - } - }, - "node_modules/postcss-load-config": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", - "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", - "dev": true, - "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^1.10.2" - }, - "engines": { - "node": ">= 10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/postcss-nested": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", - "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.6" - }, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "dev": true, - "dependencies": { - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/react-refresh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.13.0.tgz", - "integrity": "sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/rehype-autolink-headings": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", - "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "extend": "^3.0.0", - "hast-util-has-property": "^2.0.0", - "hast-util-heading-rank": "^2.0.0", - "hast-util-is-element": "^2.0.0", - "unified": "^10.0.0", - "unist-util-visit": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/rehype-autolink-headings/node_modules/is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/rehype-autolink-headings/node_modules/trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/rehype-autolink-headings/node_modules/unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/unist-util-stringify-position": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz", - "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/unist-util-visit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.0.tgz", - "integrity": "sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/unist-util-visit-parents": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz", - "integrity": "sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/vfile": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.2.tgz", - "integrity": "sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-autolink-headings/node_modules/vfile-message": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz", - "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.1.tgz", - "integrity": "sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==", - "dev": true, - "dependencies": { - "@types/hast": "^2.0.0", - "github-slugger": "^1.1.1", - "hast-util-has-property": "^2.0.0", - "hast-util-heading-rank": "^2.0.0", - "hast-util-to-string": "^2.0.0", - "unified": "^10.0.0", - "unist-util-visit": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/rehype-slug/node_modules/is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/rehype-slug/node_modules/trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/rehype-slug/node_modules/unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/unist-util-stringify-position": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz", - "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/unist-util-visit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.0.tgz", - "integrity": "sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/unist-util-visit-parents": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz", - "integrity": "sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/vfile": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.2.tgz", - "integrity": "sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/rehype-slug/node_modules/vfile-message": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz", - "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz", - "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", - "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", - "dev": true, - "dependencies": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - }, - "node_modules/remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "dev": true, - "dependencies": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", - "dev": true, - "dependencies": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-toc": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-8.0.1.tgz", - "integrity": "sha512-7he2VOm/cy13zilnOTZcyAoyoolV26ULlon6XyCFU+vG54Z/LWJnwphj/xKIDLOt66QmJUgTyUvLVHi2aAElyg==", - "dev": true, - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-toc": "^6.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-toc/node_modules/bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/remark-toc/node_modules/is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/remark-toc/node_modules/trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/remark-toc/node_modules/unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-toc/node_modules/unist-util-stringify-position": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz", - "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-toc/node_modules/vfile": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.2.tgz", - "integrity": "sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-toc/node_modules/vfile-message": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz", - "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.8.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rollup": { - "version": "2.73.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz", - "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==", - "dev": true, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=10.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/sass": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz", - "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==", - "dev": true, - "dependencies": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", - "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", - "dev": true, - "dependencies": { - "inline-style-parser": "0.1.1" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwindcss": { - "version": "3.0.24", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz", - "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==", - "dev": true, - "dependencies": { - "arg": "^5.0.1", - "chokidar": "^3.5.3", - "color-name": "^1.1.4", - "detective": "^5.2.0", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "lilconfig": "^2.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.12", - "postcss-js": "^4.0.0", - "postcss-load-config": "^3.1.4", - "postcss-nested": "5.0.6", - "postcss-selector-parser": "^6.0.10", - "postcss-value-parser": "^4.2.0", - "quick-lru": "^5.1.1", - "resolve": "^1.22.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=12.13.0" - }, - "peerDependencies": { - "postcss": "^8.0.9" - } - }, - "node_modules/tailwindcss/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", - "dev": true - }, - "node_modules/trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/unherit": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "dev": true, - "dependencies": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/unified": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "dev": true, - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-is": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", - "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", - "dev": true, - "dependencies": { - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dev": true, - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "node_modules/vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vite": { - "version": "2.9.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz", - "integrity": "sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==", - "dev": true, - "dependencies": { - "esbuild": "^0.14.27", - "postcss": "^8.4.13", - "resolve": "^1.22.0", - "rollup": "^2.59.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": ">=12.2.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "peerDependencies": { - "less": "*", - "sass": "*", - "stylus": "*" - }, - "peerDependenciesMeta": { - "less": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - } - } - }, - "node_modules/vite-plugin-mdx": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vite-plugin-mdx/-/vite-plugin-mdx-3.5.10.tgz", - "integrity": "sha512-tfGNRwkO23pln9EYqhbsOLEx9Qot5+enl+727gop7+HGEoC87+88hLRWGL+FU/It1Y0a5P3OAyDbTKKHX6tEJw==", - "dev": true, - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "esbuild": "0.13.8", - "resolve": "^1.20.0", - "unified": "^9.2.1" - }, - "peerDependencies": { - "@mdx-js/mdx": "*", - "vite": "*" - } - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.8.tgz", - "integrity": "sha512-A4af7G7YZLfG5OnARJRMtlpEsCkq/zHZQXewgPA864l9D6VjjbH1SuFYK/OSV6BtHwDGkdwyRrX0qQFLnMfUcw==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "optionalDependencies": { - "esbuild-android-arm64": "0.13.8", - "esbuild-darwin-64": "0.13.8", - "esbuild-darwin-arm64": "0.13.8", - "esbuild-freebsd-64": "0.13.8", - "esbuild-freebsd-arm64": "0.13.8", - "esbuild-linux-32": "0.13.8", - "esbuild-linux-64": "0.13.8", - "esbuild-linux-arm": "0.13.8", - "esbuild-linux-arm64": "0.13.8", - "esbuild-linux-mips64le": "0.13.8", - "esbuild-linux-ppc64le": "0.13.8", - "esbuild-netbsd-64": "0.13.8", - "esbuild-openbsd-64": "0.13.8", - "esbuild-sunos-64": "0.13.8", - "esbuild-windows-32": "0.13.8", - "esbuild-windows-64": "0.13.8", - "esbuild-windows-arm64": "0.13.8" - } - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-android-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.8.tgz", - "integrity": "sha512-AilbChndywpk7CdKkNSZ9klxl+9MboLctXd9LwLo3b0dawmOF/i/t2U5d8LM6SbT1Xw36F8yngSUPrd8yPs2RA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-darwin-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.8.tgz", - "integrity": "sha512-b6sdiT84zV5LVaoF+UoMVGJzR/iE2vNUfUDfFQGrm4LBwM/PWXweKpuu6RD9mcyCq18cLxkP6w/LD/w9DtX3ng==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-darwin-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.8.tgz", - "integrity": "sha512-R8YuPiiJayuJJRUBG4H0VwkEKo6AvhJs2m7Tl0JaIer3u1FHHXwGhMxjJDmK+kXwTFPriSysPvcobXC/UrrZCQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-freebsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.8.tgz", - "integrity": "sha512-zBn6urrn8FnKC+YSgDxdof9jhPCeU8kR/qaamlV4gI8R3KUaUK162WYM7UyFVAlj9N0MyD3AtB+hltzu4cysTw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-freebsd-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.8.tgz", - "integrity": "sha512-pWW2slN7lGlkx0MOEBoUGwRX5UgSCLq3dy2c8RIOpiHtA87xAUpDBvZK10MykbT+aMfXc0NI2lu1X+6kI34xng==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.8.tgz", - "integrity": "sha512-T0I0ueeKVO/Is0CAeSEOG9s2jeNNb8jrrMwG9QBIm3UU18MRB60ERgkS2uV3fZ1vP2F8i3Z2e3Zju4lg9dhVmw==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.8.tgz", - "integrity": "sha512-Bm8SYmFtvfDCIu9sjKppFXzRXn2BVpuCinU1ChTuMtdKI/7aPpXIrkqBNOgPTOQO9AylJJc1Zw6EvtKORhn64w==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-arm": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.8.tgz", - "integrity": "sha512-4/HfcC40LJ4GPyboHA+db0jpFarTB628D1ifU+/5bunIgY+t6mHkJWyxWxAAE8wl/ZIuRYB9RJFdYpu1AXGPdg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.8.tgz", - "integrity": "sha512-X4pWZ+SL+FJ09chWFgRNO3F+YtvAQRcWh0uxKqZSWKiWodAB20flsW/OWFYLXBKiVCTeoGMvENZS/GeVac7+tQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-mips64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.8.tgz", - "integrity": "sha512-o7e0D+sqHKT31v+mwFircJFjwSKVd2nbkHEn4l9xQ1hLR+Bv8rnt3HqlblY3+sBdlrOTGSwz0ReROlKUMJyldA==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-linux-ppc64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.8.tgz", - "integrity": "sha512-eZSQ0ERsWkukJp2px/UWJHVNuy0lMoz/HZcRWAbB6reoaBw7S9vMzYNUnflfL3XA6WDs+dZn3ekHE4Y2uWLGig==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-netbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.8.tgz", - "integrity": "sha512-gZX4kP7gVvOrvX0ZwgHmbuHczQUwqYppxqtoyC7VNd80t5nBHOFXVhWo2Ad/Lms0E8b+wwgI/WjZFTCpUHOg9Q==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-openbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.8.tgz", - "integrity": "sha512-afzza308X4WmcebexbTzAgfEWt9MUkdTvwIa8xOu4CM2qGbl2LanqEl8/LUs8jh6Gqw6WsicEK52GPrS9wvkcw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-sunos-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.8.tgz", - "integrity": "sha512-mWPZibmBbuMKD+LDN23LGcOZ2EawMYBONMXXHmbuxeT0XxCNwadbCVwUQ/2p5Dp5Kvf6mhrlIffcnWOiCBpiVw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-windows-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.8.tgz", - "integrity": "sha512-QsZ1HnWIcnIEApETZWw8HlOhDSWqdZX2SylU7IzGxOYyVcX7QI06ety/aDcn437mwyO7Ph4RrbhB+2ntM8kX8A==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-windows-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.8.tgz", - "integrity": "sha512-76Fb57B9eE/JmJi1QmUW0tRLQZfGo0it+JeYoCDTSlbTn7LV44ecOHIMJSSgZADUtRMWT9z0Kz186bnaB3amSg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/esbuild-windows-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.8.tgz", - "integrity": "sha512-HW6Mtq5eTudllxY2YgT62MrVcn7oq2o8TAoAvDUhyiEmRmDY8tPwAhb1vxw5/cdkbukM3KdMYtksnUhF/ekWeg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/vite-plugin-mdx/node_modules/unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", - "dev": true, - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", - "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true, - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - } - }, - "dependencies": { - "@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true - }, - "@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "requires": { - "@babel/highlight": "^7.16.7" - } - }, - "@babel/compat-data": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", - "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==", - "dev": true - }, - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/generator": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", - "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", - "dev": true, - "requires": { - "@babel/types": "^7.17.10", - "@jridgewell/gen-mapping": "^0.1.0", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", - "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", - "dev": true, - "requires": { - "@babel/compat-data": "^7.17.10", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.20.2", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", - "dev": true, - "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", - "dev": true - }, - "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", - "dev": true, - "requires": { - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", - "dev": true - }, - "@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", - "dev": true, - "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" - } - }, - "@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - } - }, - "@babel/parser": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", - "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==", - "dev": true - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", - "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - }, - "dependencies": { - "@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - } - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", - "dev": true, - "requires": { - "@babel/plugin-transform-react-jsx": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/traverse": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", - "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.10", - "@babel/types": "^7.17.10", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", - "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "to-fast-properties": "^2.0.0" - } - }, - "@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", - "dev": true - }, - "@jridgewell/set-array": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", - "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", - "dev": true - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", - "dev": true - }, - "@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "dev": true, - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - } - }, - "@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", - "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", - "dev": true, - "requires": {} - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", - "dev": true - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "requires": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - } - }, - "@tailwindcss/typography": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.2.tgz", - "integrity": "sha512-coq8DBABRPFcVhVIk6IbKyyHUt7YTEC/C992tatFB+yEx5WGBQrCgsSFjxHUr8AWXphWckadVJbominEduYBqw==", - "dev": true, - "requires": { - "lodash.castarray": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2" - } - }, - "@types/extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/extend/-/extend-3.0.1.tgz", - "integrity": "sha512-R1g/VyKFFI2HLC1QGAeTtCBWCo6n75l41OnsVYNbmKG+kempOESaodf6BeJyUM3Q0rKa/NQcTHbB2+66lNnxLw==", - "dev": true - }, - "@types/github-slugger": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@types/github-slugger/-/github-slugger-1.3.0.tgz", - "integrity": "sha512-J/rMZa7RqiH/rT29TEVZO4nBoDP9XJOjnbbIofg7GQKs4JIduEO3WLpte+6WeUz/TcrXKlY+bM7FYrp8yFB+3g==", - "dev": true - }, - "@types/hast": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", - "dev": true, - "requires": { - "@types/unist": "*" - } - }, - "@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "dev": true, - "requires": { - "@types/unist": "*" - } - }, - "@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", - "dev": true - }, - "@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", - "dev": true - }, - "@types/react": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.45.tgz", - "integrity": "sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==", - "dev": true, - "requires": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "@types/react-dom": { - "version": "17.0.17", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.17.tgz", - "integrity": "sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==", - "dev": true, - "requires": { - "@types/react": "^17" - } - }, - "@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", - "dev": true - }, - "@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", - "dev": true - }, - "@vitejs/plugin-react": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", - "integrity": "sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==", - "dev": true, - "requires": { - "@babel/core": "^7.17.10", - "@babel/plugin-transform-react-jsx": "^7.17.3", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-jsx-self": "^7.16.7", - "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "@rollup/pluginutils": "^4.2.1", - "react-refresh": "^0.13.0", - "resolve": "^1.22.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.17.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", - "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", - "dev": true, - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.10", - "@babel/helper-compilation-targets": "^7.17.10", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.10", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.10", - "@babel/types": "^7.17.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - }, - "acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "dev": true, - "requires": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" - } - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "arg": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz", - "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==", - "dev": true - }, - "autoprefixer": { - "version": "10.4.7", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz", - "integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==", - "dev": true, - "requires": { - "browserslist": "^4.20.3", - "caniuse-lite": "^1.0.30001335", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - } - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - } - } - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - } - } - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", - "dev": true - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "browserslist": { - "version": "4.20.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz", - "integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==", - "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001332", - "electron-to-chromium": "^1.4.118", - "escalade": "^3.1.1", - "node-releases": "^2.0.3", - "picocolors": "^1.0.0" - } - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true - }, - "caniuse-lite": { - "version": "1.0.30001341", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", - "integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==", - "dev": true - }, - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "dev": true - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "dev": true - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", - "dev": true - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", - "dev": true - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", - "dev": true - }, - "convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "csstype": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz", - "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "defined": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", - "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", - "dev": true - }, - "detab": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", - "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", - "dev": true, - "requires": { - "repeat-string": "^1.5.4" - } - }, - "detective": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", - "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", - "dev": true, - "requires": { - "acorn-node": "^1.6.1", - "defined": "^1.0.0", - "minimist": "^1.1.1" - } - }, - "didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true - }, - "dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "electron-to-chromium": { - "version": "1.4.137", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.137.tgz", - "integrity": "sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==", - "dev": true - }, - "esbuild": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.14.39.tgz", - "integrity": "sha512-2kKujuzvRWYtwvNjYDY444LQIA3TyJhJIX3Yo4+qkFlDDtGlSicWgeHVJqMUP/2sSfH10PGwfsj+O2ro1m10xQ==", - "dev": true, - "requires": { - "esbuild-android-64": "0.14.39", - "esbuild-android-arm64": "0.14.39", - "esbuild-darwin-64": "0.14.39", - "esbuild-darwin-arm64": "0.14.39", - "esbuild-freebsd-64": "0.14.39", - "esbuild-freebsd-arm64": "0.14.39", - "esbuild-linux-32": "0.14.39", - "esbuild-linux-64": "0.14.39", - "esbuild-linux-arm": "0.14.39", - "esbuild-linux-arm64": "0.14.39", - "esbuild-linux-mips64le": "0.14.39", - "esbuild-linux-ppc64le": "0.14.39", - "esbuild-linux-riscv64": "0.14.39", - "esbuild-linux-s390x": "0.14.39", - "esbuild-netbsd-64": "0.14.39", - "esbuild-openbsd-64": "0.14.39", - "esbuild-sunos-64": "0.14.39", - "esbuild-windows-32": "0.14.39", - "esbuild-windows-64": "0.14.39", - "esbuild-windows-arm64": "0.14.39" - } - }, - "esbuild-android-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.39.tgz", - "integrity": "sha512-EJOu04p9WgZk0UoKTqLId9VnIsotmI/Z98EXrKURGb3LPNunkeffqQIkjS2cAvidh+OK5uVrXaIP229zK6GvhQ==", - "dev": true, - "optional": true - }, - "esbuild-android-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.39.tgz", - "integrity": "sha512-+twajJqO7n3MrCz9e+2lVOnFplRsaGRwsq1KL/uOy7xK7QdRSprRQcObGDeDZUZsacD5gUkk6OiHiYp6RzU3CA==", - "dev": true, - "optional": true - }, - "esbuild-darwin-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.39.tgz", - "integrity": "sha512-ImT6eUw3kcGcHoUxEcdBpi6LfTRWaV6+qf32iYYAfwOeV+XaQ/Xp5XQIBiijLeo+LpGci9M0FVec09nUw41a5g==", - "dev": true, - "optional": true - }, - "esbuild-darwin-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.39.tgz", - "integrity": "sha512-/fcQ5UhE05OiT+bW5v7/up1bDsnvaRZPJxXwzXsMRrr7rZqPa85vayrD723oWMT64dhrgWeA3FIneF8yER0XTw==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.39.tgz", - "integrity": "sha512-oMNH8lJI4wtgN5oxuFP7BQ22vgB/e3Tl5Woehcd6i2r6F3TszpCnNl8wo2d/KvyQ4zvLvCWAlRciumhQg88+kQ==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.39.tgz", - "integrity": "sha512-1GHK7kwk57ukY2yI4ILWKJXaxfr+8HcM/r/JKCGCPziIVlL+Wi7RbJ2OzMcTKZ1HpvEqCTBT/J6cO4ZEwW4Ypg==", - "dev": true, - "optional": true - }, - "esbuild-linux-32": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.39.tgz", - "integrity": "sha512-g97Sbb6g4zfRLIxHgW2pc393DjnkTRMeq3N1rmjDUABxpx8SjocK4jLen+/mq55G46eE2TA0MkJ4R3SpKMu7dg==", - "dev": true, - "optional": true - }, - "esbuild-linux-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.39.tgz", - "integrity": "sha512-4tcgFDYWdI+UbNMGlua9u1Zhu0N5R6u9tl5WOM8aVnNX143JZoBZLpCuUr5lCKhnD0SCO+5gUyMfupGrHtfggQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.39.tgz", - "integrity": "sha512-t0Hn1kWVx5UpCzAJkKRfHeYOLyFnXwYynIkK54/h3tbMweGI7dj400D1k0Vvtj2u1P+JTRT9tx3AjtLEMmfVBQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.39.tgz", - "integrity": "sha512-23pc8MlD2D6Px1mV8GMglZlKgwgNKAO8gsgsLLcXWSs9lQsCYkIlMo/2Ycfo5JrDIbLdwgP8D2vpfH2KcBqrDQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-mips64le": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.39.tgz", - "integrity": "sha512-epwlYgVdbmkuRr5n4es3B+yDI0I2e/nxhKejT9H0OLxFAlMkeQZxSpxATpDc9m8NqRci6Kwyb/SfmD1koG2Zuw==", - "dev": true, - "optional": true - }, - "esbuild-linux-ppc64le": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.39.tgz", - "integrity": "sha512-W/5ezaq+rQiQBThIjLMNjsuhPHg+ApVAdTz2LvcuesZFMsJoQAW2hutoyg47XxpWi7aEjJGrkS26qCJKhRn3QQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-riscv64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.39.tgz", - "integrity": "sha512-IS48xeokcCTKeQIOke2O0t9t14HPvwnZcy+5baG13Z1wxs9ZrC5ig5ypEQQh4QMKxURD5TpCLHw2W42CLuVZaA==", - "dev": true, - "optional": true - }, - "esbuild-linux-s390x": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.39.tgz", - "integrity": "sha512-zEfunpqR8sMomqXhNTFEKDs+ik7HC01m3M60MsEjZOqaywHu5e5682fMsqOlZbesEAAaO9aAtRBsU7CHnSZWyA==", - "dev": true, - "optional": true - }, - "esbuild-netbsd-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.39.tgz", - "integrity": "sha512-Uo2suJBSIlrZCe4E0k75VDIFJWfZy+bOV6ih3T4MVMRJh1lHJ2UyGoaX4bOxomYN3t+IakHPyEoln1+qJ1qYaA==", - "dev": true, - "optional": true - }, - "esbuild-openbsd-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.39.tgz", - "integrity": "sha512-secQU+EpgUPpYjJe3OecoeGKVvRMLeKUxSMGHnK+aK5uQM3n1FPXNJzyz1LHFOo0WOyw+uoCxBYdM4O10oaCAA==", - "dev": true, - "optional": true - }, - "esbuild-sunos-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.39.tgz", - "integrity": "sha512-qHq0t5gePEDm2nqZLb+35p/qkaXVS7oIe32R0ECh2HOdiXXkj/1uQI9IRogGqKkK+QjDG+DhwiUw7QoHur/Rwg==", - "dev": true, - "optional": true - }, - "esbuild-windows-32": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.39.tgz", - "integrity": "sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==", - "dev": true, - "optional": true - }, - "esbuild-windows-64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.39.tgz", - "integrity": "sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==", - "dev": true, - "optional": true - }, - "esbuild-windows-arm64": { - "version": "0.14.39", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.39.tgz", - "integrity": "sha512-sBZQz5D+Gd0EQ09tZRnz/PpVdLwvp/ufMtJ1iDFYddDaPpZXKqPyaxfYBLs3ueiaksQ26GGa7sci0OqFzNs7KA==", - "dev": true, - "optional": true - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", - "dev": true - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true - }, - "github-slugger": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.4.0.tgz", - "integrity": "sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==", - "dev": true - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - } - }, - "hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", - "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", - "dev": true, - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - } - }, - "hast-util-has-property": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.0.tgz", - "integrity": "sha512-4Qf++8o5v14us4Muv3HRj+Er6wTNGA/N9uCaZMty4JWvyFKLdhULrv4KE1b65AthsSO9TXSZnjuxS8ecIyhb0w==", - "dev": true - }, - "hast-util-heading-rank": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-2.1.0.tgz", - "integrity": "sha512-w+Rw20Q/iWp2Bcnr6uTrYU6/ftZLbHKhvc8nM26VIWpDqDMlku2iXUVTeOlsdoih/UKQhY7PHQ+vZ0Aqq8bxtQ==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0" - } - }, - "hast-util-is-element": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.2.tgz", - "integrity": "sha512-thjnlGAnwP8ef/GSO1Q8BfVk2gundnc2peGQqEg2kUt/IqesiGg/5mSwN2fE7nLzy61pg88NG6xV+UrGOrx9EA==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0", - "@types/unist": "^2.0.0" - } - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", - "dev": true - }, - "hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - } - }, - "hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", - "dev": true, - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - } - }, - "hast-util-to-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz", - "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0" - } - }, - "hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - } - }, - "html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", - "dev": true - }, - "immutable": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz", - "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==", - "dev": true - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==", - "dev": true - }, - "install": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", - "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", - "dev": true - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "dev": true - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dev": true, - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true - }, - "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "dev": true - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "dev": true - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", - "dev": true - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", - "dev": true - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, - "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true - }, - "lilconfig": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", - "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", - "dev": true - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "lodash.castarray": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", - "integrity": "sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=", - "dev": true - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", - "dev": true - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", - "dev": true - }, - "mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", - "dev": true, - "requires": { - "unist-util-remove": "^2.0.0" - } - }, - "mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", - "dev": true, - "requires": { - "unist-util-visit": "^2.0.0" - } - }, - "mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", - "dev": true, - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" - } - }, - "mdast-util-to-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz", - "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==", - "dev": true - }, - "mdast-util-toc": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-6.1.0.tgz", - "integrity": "sha512-0PuqZELXZl4ms1sF7Lqigrqik4Ll3UhbI+jdTrfw7pZ9QPawgl7LD4GQ8MkU7bT/EwiVqChNTbifa2jLLKo76A==", - "dev": true, - "requires": { - "@types/extend": "^3.0.0", - "@types/github-slugger": "^1.0.0", - "@types/mdast": "^3.0.0", - "extend": "^3.0.0", - "github-slugger": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "unist-util-is": "^5.0.0", - "unist-util-visit": "^3.0.0" - }, - "dependencies": { - "unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "dev": true - }, - "unist-util-visit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-3.1.0.tgz", - "integrity": "sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^4.0.0" - } - }, - "unist-util-visit-parents": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", - "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - } - } - } - }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", - "dev": true - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "dev": true - }, - "node-releases": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", - "integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==", - "dev": true - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true - }, - "npm": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.10.0.tgz", - "integrity": "sha512-6oo65q9Quv9mRPGZJufmSH+C/UFdgelwzRXiglT/2mDB50zdy/lZK5dFY0TJ9fJ/8gHqnxcX1NM206KLjTBMlQ==", - "dev": true, - "requires": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^5.0.4", - "@npmcli/ci-detect": "^2.0.0", - "@npmcli/config": "^4.1.0", - "@npmcli/fs": "^2.1.0", - "@npmcli/map-workspaces": "^2.0.3", - "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^3.0.1", - "abbrev": "~1.1.1", - "archy": "~1.0.0", - "cacache": "^16.0.7", - "chalk": "^4.1.2", - "chownr": "^2.0.0", - "cli-columns": "^4.0.0", - "cli-table3": "^0.6.2", - "columnify": "^1.6.0", - "fastest-levenshtein": "^1.0.12", - "glob": "^8.0.1", - "graceful-fs": "^4.2.10", - "hosted-git-info": "^5.0.0", - "ini": "^3.0.0", - "init-package-json": "^3.0.2", - "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^6.0.2", - "libnpmdiff": "^4.0.2", - "libnpmexec": "^4.0.2", - "libnpmfund": "^3.0.1", - "libnpmhook": "^8.0.2", - "libnpmorg": "^4.0.2", - "libnpmpack": "^4.0.2", - "libnpmpublish": "^6.0.2", - "libnpmsearch": "^5.0.2", - "libnpmteam": "^4.0.2", - "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.3", - "minipass": "^3.1.6", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "ms": "^2.1.2", - "node-gyp": "^9.0.0", - "nopt": "^5.0.0", - "npm-audit-report": "^3.0.0", - "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.2", - "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.0.3", - "npm-registry-fetch": "^13.1.1", - "npm-user-validate": "^1.0.1", - "npmlog": "^6.0.2", - "opener": "^1.5.2", - "pacote": "^13.3.0", - "parse-conflict-json": "^2.0.2", - "proc-log": "^2.0.1", - "qrcode-terminal": "^0.12.0", - "read": "~1.0.7", - "read-package-json": "^5.0.1", - "read-package-json-fast": "^2.0.3", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "text-table": "~0.2.0", - "tiny-relative-date": "^1.3.0", - "treeverse": "^2.0.0", - "validate-npm-package-name": "^4.0.0", - "which": "^2.0.2", - "write-file-atomic": "^4.0.1" - }, - "dependencies": { - "@colors/colors": { - "version": "1.5.0", - "bundled": true, - "dev": true, - "optional": true - }, - "@gar/promisify": { - "version": "1.1.3", - "bundled": true, - "dev": true - }, - "@isaacs/string-locale-compare": { - "version": "1.1.0", - "bundled": true, - "dev": true - }, - "@npmcli/arborist": { - "version": "5.2.0", - "bundled": true, - "dev": true, - "requires": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^2.0.3", - "@npmcli/metavuln-calculator": "^3.0.1", - "@npmcli/move-file": "^2.0.0", - "@npmcli/name-from-folder": "^1.0.1", - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^3.0.0", - "bin-links": "^3.0.0", - "cacache": "^16.0.6", - "common-ancestor-path": "^1.0.1", - "json-parse-even-better-errors": "^2.3.1", - "json-stringify-nice": "^1.1.4", - "mkdirp": "^1.0.4", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.0", - "npmlog": "^6.0.2", - "pacote": "^13.0.5", - "parse-conflict-json": "^2.0.1", - "proc-log": "^2.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^2.0.2", - "readdir-scoped-modules": "^1.1.0", - "rimraf": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^9.0.0", - "treeverse": "^2.0.0", - "walk-up-path": "^1.0.0" - } - }, - "@npmcli/ci-detect": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "@npmcli/config": { - "version": "4.1.0", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/map-workspaces": "^2.0.2", - "ini": "^3.0.0", - "mkdirp-infer-owner": "^2.0.0", - "nopt": "^5.0.0", - "proc-log": "^2.0.0", - "read-package-json-fast": "^2.0.3", - "semver": "^7.3.5", - "walk-up-path": "^1.0.0" - } - }, - "@npmcli/disparity-colors": { - "version": "2.0.0", - "bundled": true, - "dev": true, - "requires": { - "ansi-styles": "^4.3.0" - } - }, - "@npmcli/fs": { - "version": "2.1.0", - "bundled": true, - "dev": true, - "requires": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - } - }, - "@npmcli/git": { - "version": "3.0.1", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/promise-spawn": "^3.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - } - }, - "@npmcli/installed-package-contents": { - "version": "1.0.7", - "bundled": true, - "dev": true, - "requires": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "@npmcli/map-workspaces": { - "version": "2.0.3", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/name-from-folder": "^1.0.1", - "glob": "^8.0.1", - "minimatch": "^5.0.1", - "read-package-json-fast": "^2.0.3" - } - }, - "@npmcli/metavuln-calculator": { - "version": "3.1.0", - "bundled": true, - "dev": true, - "requires": { - "cacache": "^16.0.0", - "json-parse-even-better-errors": "^2.3.1", - "pacote": "^13.0.3", - "semver": "^7.3.5" - } - }, - "@npmcli/move-file": { - "version": "2.0.0", - "bundled": true, - "dev": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - } - }, - "@npmcli/name-from-folder": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "@npmcli/node-gyp": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "@npmcli/package-json": { - "version": "2.0.0", - "bundled": true, - "dev": true, - "requires": { - "json-parse-even-better-errors": "^2.3.1" - } - }, - "@npmcli/promise-spawn": { - "version": "3.0.0", - "bundled": true, - "dev": true, - "requires": { - "infer-owner": "^1.0.4" - } - }, - "@npmcli/run-script": { - "version": "3.0.2", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3" - } - }, - "@tootallnate/once": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "abbrev": { - "version": "1.1.1", - "bundled": true, - "dev": true - }, - "agent-base": { - "version": "6.0.2", - "bundled": true, - "dev": true, - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.2.1", - "bundled": true, - "dev": true, - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - } - }, - "aggregate-error": { - "version": "3.1.0", - "bundled": true, - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ansi-regex": { - "version": "5.0.1", - "bundled": true, - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "bundled": true, - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "aproba": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "archy": { - "version": "1.0.0", - "bundled": true, - "dev": true - }, - "are-we-there-yet": { - "version": "3.0.0", - "bundled": true, - "dev": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - } - }, - "asap": { - "version": "2.0.6", - "bundled": true, - "dev": true - }, - "balanced-match": { - "version": "1.0.2", - "bundled": true, - "dev": true - }, - "bin-links": { - "version": "3.0.1", - "bundled": true, - "dev": true, - "requires": { - "cmd-shim": "^5.0.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^3.0.0", - "rimraf": "^3.0.0", - "write-file-atomic": "^4.0.0" - } - }, - "binary-extensions": { - "version": "2.2.0", - "bundled": true, - "dev": true - }, - "brace-expansion": { - "version": "2.0.1", - "bundled": true, - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "builtins": { - "version": "5.0.1", - "bundled": true, - "dev": true, - "requires": { - "semver": "^7.0.0" - } - }, - "cacache": { - "version": "16.0.7", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^1.1.1" - } - }, - "chalk": { - "version": "4.1.2", - "bundled": true, - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "chownr": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "cidr-regex": { - "version": "3.1.1", - "bundled": true, - "dev": true, - "requires": { - "ip-regex": "^4.1.0" - } - }, - "clean-stack": { - "version": "2.2.0", - "bundled": true, - "dev": true - }, - "cli-columns": { - "version": "4.0.0", - "bundled": true, - "dev": true, - "requires": { - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - } - }, - "cli-table3": { - "version": "0.6.2", - "bundled": true, - "dev": true, - "requires": { - "@colors/colors": "1.5.0", - "string-width": "^4.2.0" - } - }, - "clone": { - "version": "1.0.4", - "bundled": true, - "dev": true - }, - "cmd-shim": { - "version": "5.0.0", - "bundled": true, - "dev": true, - "requires": { - "mkdirp-infer-owner": "^2.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "bundled": true, - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "bundled": true, - "dev": true - }, - "color-support": { - "version": "1.1.3", - "bundled": true, - "dev": true - }, - "columnify": { - "version": "1.6.0", - "bundled": true, - "dev": true, - "requires": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" - } - }, - "common-ancestor-path": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "bundled": true, - "dev": true - }, - "console-control-strings": { - "version": "1.1.0", - "bundled": true, - "dev": true - }, - "debug": { - "version": "4.3.4", - "bundled": true, - "dev": true, - "requires": { - "ms": "2.1.2" - }, - "dependencies": { - "ms": { - "version": "2.1.2", - "bundled": true, - "dev": true - } - } - }, - "debuglog": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "defaults": { - "version": "1.0.3", - "bundled": true, - "dev": true, - "requires": { - "clone": "^1.0.2" - } - }, - "delegates": { - "version": "1.0.0", - "bundled": true, - "dev": true - }, - "depd": { - "version": "1.1.2", - "bundled": true, - "dev": true - }, - "dezalgo": { - "version": "1.0.4", - "bundled": true, - "dev": true, - "requires": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "diff": { - "version": "5.0.0", - "bundled": true, - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "bundled": true, - "dev": true - }, - "encoding": { - "version": "0.1.13", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - } - }, - "env-paths": { - "version": "2.2.1", - "bundled": true, - "dev": true - }, - "err-code": { - "version": "2.0.3", - "bundled": true, - "dev": true - }, - "fastest-levenshtein": { - "version": "1.0.12", - "bundled": true, - "dev": true - }, - "fs-minipass": { - "version": "2.1.0", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "bundled": true, - "dev": true - }, - "function-bind": { - "version": "1.1.1", - "bundled": true, - "dev": true - }, - "gauge": { - "version": "4.0.4", - "bundled": true, - "dev": true, - "requires": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - } - }, - "glob": { - "version": "8.0.1", - "bundled": true, - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "graceful-fs": { - "version": "4.2.10", - "bundled": true, - "dev": true - }, - "has": { - "version": "1.0.3", - "bundled": true, - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "4.0.0", - "bundled": true, - "dev": true - }, - "has-unicode": { - "version": "2.0.1", - "bundled": true, - "dev": true - }, - "hosted-git-info": { - "version": "5.0.0", - "bundled": true, - "dev": true, - "requires": { - "lru-cache": "^7.5.1" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "bundled": true, - "dev": true - }, - "http-proxy-agent": { - "version": "5.0.0", - "bundled": true, - "dev": true, - "requires": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - } - }, - "https-proxy-agent": { - "version": "5.0.1", - "bundled": true, - "dev": true, - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "humanize-ms": { - "version": "1.2.1", - "bundled": true, - "dev": true, - "requires": { - "ms": "^2.0.0" - } - }, - "iconv-lite": { - "version": "0.6.3", - "bundled": true, - "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - }, - "ignore-walk": { - "version": "5.0.1", - "bundled": true, - "dev": true, - "requires": { - "minimatch": "^5.0.1" - } - }, - "imurmurhash": { - "version": "0.1.4", - "bundled": true, - "dev": true - }, - "indent-string": { - "version": "4.0.0", - "bundled": true, - "dev": true - }, - "infer-owner": { - "version": "1.0.4", - "bundled": true, - "dev": true - }, - "inflight": { - "version": "1.0.6", - "bundled": true, - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "bundled": true, - "dev": true - }, - "ini": { - "version": "3.0.0", - "bundled": true, - "dev": true - }, - "init-package-json": { - "version": "3.0.2", - "bundled": true, - "dev": true, - "requires": { - "npm-package-arg": "^9.0.1", - "promzard": "^0.3.0", - "read": "^1.0.7", - "read-package-json": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^4.0.0" - } - }, - "ip": { - "version": "1.1.8", - "bundled": true, - "dev": true - }, - "ip-regex": { - "version": "4.3.0", - "bundled": true, - "dev": true - }, - "is-cidr": { - "version": "4.0.2", - "bundled": true, - "dev": true, - "requires": { - "cidr-regex": "^3.1.1" - } - }, - "is-core-module": { - "version": "2.9.0", - "bundled": true, - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "bundled": true, - "dev": true - }, - "is-lambda": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "isexe": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "bundled": true, - "dev": true - }, - "json-stringify-nice": { - "version": "1.1.4", - "bundled": true, - "dev": true - }, - "jsonparse": { - "version": "1.3.1", - "bundled": true, - "dev": true - }, - "just-diff": { - "version": "5.0.2", - "bundled": true, - "dev": true - }, - "just-diff-apply": { - "version": "5.2.0", - "bundled": true, - "dev": true - }, - "libnpmaccess": { - "version": "6.0.3", - "bundled": true, - "dev": true, - "requires": { - "aproba": "^2.0.0", - "minipass": "^3.1.1", - "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0" - } - }, - "libnpmdiff": { - "version": "4.0.3", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/disparity-colors": "^2.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "binary-extensions": "^2.2.0", - "diff": "^5.0.0", - "minimatch": "^5.0.1", - "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5", - "tar": "^6.1.0" - } - }, - "libnpmexec": { - "version": "4.0.5", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/arborist": "^5.0.0", - "@npmcli/ci-detect": "^2.0.0", - "@npmcli/run-script": "^3.0.0", - "chalk": "^4.1.0", - "mkdirp-infer-owner": "^2.0.0", - "npm-package-arg": "^9.0.1", - "npmlog": "^6.0.2", - "pacote": "^13.0.5", - "proc-log": "^2.0.0", - "read": "^1.0.7", - "read-package-json-fast": "^2.0.2", - "walk-up-path": "^1.0.0" - } - }, - "libnpmfund": { - "version": "3.0.2", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/arborist": "^5.0.0" - } - }, - "libnpmhook": { - "version": "8.0.3", - "bundled": true, - "dev": true, - "requires": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - } - }, - "libnpmorg": { - "version": "4.0.3", - "bundled": true, - "dev": true, - "requires": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - } - }, - "libnpmpack": { - "version": "4.0.3", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/run-script": "^3.0.0", - "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5" - } - }, - "libnpmpublish": { - "version": "6.0.4", - "bundled": true, - "dev": true, - "requires": { - "normalize-package-data": "^4.0.0", - "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0", - "semver": "^7.3.7", - "ssri": "^9.0.0" - } - }, - "libnpmsearch": { - "version": "5.0.3", - "bundled": true, - "dev": true, - "requires": { - "npm-registry-fetch": "^13.0.0" - } - }, - "libnpmteam": { - "version": "4.0.3", - "bundled": true, - "dev": true, - "requires": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" - } - }, - "libnpmversion": { - "version": "3.0.4", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/git": "^3.0.0", - "@npmcli/run-script": "^3.0.0", - "json-parse-even-better-errors": "^2.3.1", - "proc-log": "^2.0.0", - "semver": "^7.3.7" - } - }, - "lru-cache": { - "version": "7.9.0", - "bundled": true, - "dev": true - }, - "make-fetch-happen": { - "version": "10.1.3", - "bundled": true, - "dev": true, - "requires": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.0.2", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.1.1", - "ssri": "^9.0.0" - } - }, - "minimatch": { - "version": "5.0.1", - "bundled": true, - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "minipass": { - "version": "3.1.6", - "bundled": true, - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "minipass-collect": { - "version": "1.0.2", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-fetch": { - "version": "2.1.0", - "bundled": true, - "dev": true, - "requires": { - "encoding": "^0.1.13", - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - } - }, - "minipass-flush": { - "version": "1.0.5", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-json-stream": { - "version": "1.0.1", - "bundled": true, - "dev": true, - "requires": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-sized": { - "version": "1.0.3", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "bundled": true, - "dev": true - }, - "mkdirp-infer-owner": { - "version": "2.0.0", - "bundled": true, - "dev": true, - "requires": { - "chownr": "^2.0.0", - "infer-owner": "^1.0.4", - "mkdirp": "^1.0.3" - } - }, - "ms": { - "version": "2.1.3", - "bundled": true, - "dev": true - }, - "mute-stream": { - "version": "0.0.8", - "bundled": true, - "dev": true - }, - "negotiator": { - "version": "0.6.3", - "bundled": true, - "dev": true - }, - "node-gyp": { - "version": "9.0.0", - "bundled": true, - "dev": true, - "requires": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^10.0.3", - "nopt": "^5.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "glob": { - "version": "7.2.0", - "bundled": true, - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "bundled": true, - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "nopt": { - "version": "5.0.0", - "bundled": true, - "dev": true, - "requires": { - "abbrev": "1" - } - }, - "normalize-package-data": { - "version": "4.0.0", - "bundled": true, - "dev": true, - "requires": { - "hosted-git-info": "^5.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - } - }, - "npm-audit-report": { - "version": "3.0.0", - "bundled": true, - "dev": true, - "requires": { - "chalk": "^4.0.0" - } - }, - "npm-bundled": { - "version": "1.1.2", - "bundled": true, - "dev": true, - "requires": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-install-checks": { - "version": "5.0.0", - "bundled": true, - "dev": true, - "requires": { - "semver": "^7.1.1" - } - }, - "npm-normalize-package-bin": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "npm-package-arg": { - "version": "9.0.2", - "bundled": true, - "dev": true, - "requires": { - "hosted-git-info": "^5.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^4.0.0" - } - }, - "npm-packlist": { - "version": "5.0.3", - "bundled": true, - "dev": true, - "requires": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^1.1.2", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-pick-manifest": { - "version": "7.0.1", - "bundled": true, - "dev": true, - "requires": { - "npm-install-checks": "^5.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^9.0.0", - "semver": "^7.3.5" - } - }, - "npm-profile": { - "version": "6.0.3", - "bundled": true, - "dev": true, - "requires": { - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0" - } - }, - "npm-registry-fetch": { - "version": "13.1.1", - "bundled": true, - "dev": true, - "requires": { - "make-fetch-happen": "^10.0.6", - "minipass": "^3.1.6", - "minipass-fetch": "^2.0.3", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^9.0.1", - "proc-log": "^2.0.0" - } - }, - "npm-user-validate": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "npmlog": { - "version": "6.0.2", - "bundled": true, - "dev": true, - "requires": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - } - }, - "once": { - "version": "1.4.0", - "bundled": true, - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "opener": { - "version": "1.5.2", - "bundled": true, - "dev": true - }, - "p-map": { - "version": "4.0.0", - "bundled": true, - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "pacote": { - "version": "13.3.0", - "bundled": true, - "dev": true, - "requires": { - "@npmcli/git": "^3.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/promise-spawn": "^3.0.0", - "@npmcli/run-script": "^3.0.1", - "cacache": "^16.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.6", - "mkdirp": "^1.0.4", - "npm-package-arg": "^9.0.0", - "npm-packlist": "^5.0.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^5.0.0", - "read-package-json-fast": "^2.0.3", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11" - } - }, - "parse-conflict-json": { - "version": "2.0.2", - "bundled": true, - "dev": true, - "requires": { - "json-parse-even-better-errors": "^2.3.1", - "just-diff": "^5.0.1", - "just-diff-apply": "^5.2.0" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "proc-log": { - "version": "2.0.1", - "bundled": true, - "dev": true - }, - "promise-all-reject-late": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "promise-call-limit": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "promise-inflight": { - "version": "1.0.1", - "bundled": true, - "dev": true - }, - "promise-retry": { - "version": "2.0.1", - "bundled": true, - "dev": true, - "requires": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - } - }, - "promzard": { - "version": "0.3.0", - "bundled": true, - "dev": true, - "requires": { - "read": "1" - } - }, - "qrcode-terminal": { - "version": "0.12.0", - "bundled": true, - "dev": true - }, - "read": { - "version": "1.0.7", - "bundled": true, - "dev": true, - "requires": { - "mute-stream": "~0.0.4" - } - }, - "read-cmd-shim": { - "version": "3.0.0", - "bundled": true, - "dev": true - }, - "read-package-json": { - "version": "5.0.1", - "bundled": true, - "dev": true, - "requires": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^2.3.1", - "normalize-package-data": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "read-package-json-fast": { - "version": "2.0.3", - "bundled": true, - "dev": true, - "requires": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" - } - }, - "readable-stream": { - "version": "3.6.0", - "bundled": true, - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readdir-scoped-modules": { - "version": "1.1.0", - "bundled": true, - "dev": true, - "requires": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "retry": { - "version": "0.12.0", - "bundled": true, - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "bundled": true, - "dev": true, - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "glob": { - "version": "7.2.0", - "bundled": true, - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "bundled": true, - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, - "safe-buffer": { - "version": "5.2.1", - "bundled": true, - "dev": true - }, - "safer-buffer": { - "version": "2.1.2", - "bundled": true, - "dev": true, - "optional": true - }, - "semver": { - "version": "7.3.7", - "bundled": true, - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "bundled": true, - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - } - } - }, - "set-blocking": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "signal-exit": { - "version": "3.0.7", - "bundled": true, - "dev": true - }, - "smart-buffer": { - "version": "4.2.0", - "bundled": true, - "dev": true - }, - "socks": { - "version": "2.6.2", - "bundled": true, - "dev": true, - "requires": { - "ip": "^1.1.5", - "smart-buffer": "^4.2.0" - } - }, - "socks-proxy-agent": { - "version": "6.2.0", - "bundled": true, - "dev": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - } - }, - "spdx-correct": { - "version": "3.1.1", - "bundled": true, - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "bundled": true, - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "bundled": true, - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.11", - "bundled": true, - "dev": true - }, - "ssri": { - "version": "9.0.0", - "bundled": true, - "dev": true, - "requires": { - "minipass": "^3.1.1" - } - }, - "string_decoder": { - "version": "1.3.0", - "bundled": true, - "dev": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "string-width": { - "version": "4.2.3", - "bundled": true, - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "bundled": true, - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "supports-color": { - "version": "7.2.0", - "bundled": true, - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tar": { - "version": "6.1.11", - "bundled": true, - "dev": true, - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - } - }, - "text-table": { - "version": "0.2.0", - "bundled": true, - "dev": true - }, - "tiny-relative-date": { - "version": "1.3.0", - "bundled": true, - "dev": true - }, - "treeverse": { - "version": "2.0.0", - "bundled": true, - "dev": true - }, - "unique-filename": { - "version": "1.1.1", - "bundled": true, - "dev": true, - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "bundled": true, - "dev": true, - "requires": { - "imurmurhash": "^0.1.4" - } - }, - "util-deprecate": { - "version": "1.0.2", - "bundled": true, - "dev": true - }, - "validate-npm-package-license": { - "version": "3.0.4", - "bundled": true, - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "validate-npm-package-name": { - "version": "4.0.0", - "bundled": true, - "dev": true, - "requires": { - "builtins": "^5.0.0" - } - }, - "walk-up-path": { - "version": "1.0.0", - "bundled": true, - "dev": true - }, - "wcwidth": { - "version": "1.0.1", - "bundled": true, - "dev": true, - "requires": { - "defaults": "^1.0.3" - } - }, - "which": { - "version": "2.0.2", - "bundled": true, - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "wide-align": { - "version": "1.1.5", - "bundled": true, - "dev": true, - "requires": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "wrappy": { - "version": "1.0.2", - "bundled": true, - "dev": true - }, - "write-file-atomic": { - "version": "4.0.1", - "bundled": true, - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - } - }, - "yallist": { - "version": "4.0.0", - "bundled": true, - "dev": true - } - } - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true - }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dev": true, - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true - }, - "postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", - "dev": true, - "requires": { - "nanoid": "^3.3.3", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - } - }, - "postcss-js": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", - "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==", - "dev": true, - "requires": { - "camelcase-css": "^2.0.1" - } - }, - "postcss-load-config": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", - "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", - "dev": true, - "requires": { - "lilconfig": "^2.0.5", - "yaml": "^1.10.2" - } - }, - "postcss-nested": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz", - "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.6" - } - }, - "postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "dev": true, - "requires": { - "xtend": "^4.0.0" - } - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true - }, - "quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true - }, - "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - } - }, - "react-refresh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.13.0.tgz", - "integrity": "sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==", - "dev": true - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rehype-autolink-headings": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", - "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0", - "extend": "^3.0.0", - "hast-util-has-property": "^2.0.0", - "hast-util-heading-rank": "^2.0.0", - "hast-util-is-element": "^2.0.0", - "unified": "^10.0.0", - "unist-util-visit": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "dev": true - }, - "is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "dev": true - }, - "trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", - "dev": true - }, - "unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - } - }, - "unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "dev": true - }, - "unist-util-stringify-position": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz", - "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0" - } - }, - "unist-util-visit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.0.tgz", - "integrity": "sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - } - }, - "unist-util-visit-parents": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz", - "integrity": "sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - } - }, - "vfile": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.2.tgz", - "integrity": "sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - } - }, - "vfile-message": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz", - "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - } - } - } - }, - "rehype-slug": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.1.tgz", - "integrity": "sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==", - "dev": true, - "requires": { - "@types/hast": "^2.0.0", - "github-slugger": "^1.1.1", - "hast-util-has-property": "^2.0.0", - "hast-util-heading-rank": "^2.0.0", - "hast-util-to-string": "^2.0.0", - "unified": "^10.0.0", - "unist-util-visit": "^4.0.0" - }, - "dependencies": { - "bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "dev": true - }, - "is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "dev": true - }, - "trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", - "dev": true - }, - "unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - } - }, - "unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "dev": true - }, - "unist-util-stringify-position": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz", - "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0" - } - }, - "unist-util-visit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.0.tgz", - "integrity": "sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - } - }, - "unist-util-visit-parents": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz", - "integrity": "sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - } - }, - "vfile": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.2.tgz", - "integrity": "sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - } - }, - "vfile-message": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz", - "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - } - } - } - }, - "remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz", - "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==", - "dev": true - }, - "remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", - "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", - "dev": true, - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==", - "dev": true - } - } - }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "dev": true, - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - } - }, - "remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", - "dev": true, - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" - } - }, - "remark-toc": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-8.0.1.tgz", - "integrity": "sha512-7he2VOm/cy13zilnOTZcyAoyoolV26ULlon6XyCFU+vG54Z/LWJnwphj/xKIDLOt66QmJUgTyUvLVHi2aAElyg==", - "dev": true, - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-toc": "^6.0.0", - "unified": "^10.0.0" - }, - "dependencies": { - "bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "dev": true - }, - "is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "dev": true - }, - "trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", - "dev": true - }, - "unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - } - }, - "unist-util-stringify-position": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz", - "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0" - } - }, - "vfile": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.2.tgz", - "integrity": "sha512-w0PLIugRY3Crkgw89TeMvHCzqCs/zpreR31hl4D92y6SOE07+bfJe+dK5Q2akwS+i/c801kzjoOr9gMcTe6IAA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - } - }, - "vfile-message": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.2.tgz", - "integrity": "sha512-QjSNP6Yxzyycd4SVOtmKKyTsSvClqBPJcd00Z0zuPj3hOIjg0rUPG6DbFGPvUKRgYyaIWLPKpuEclcuvb3H8qA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - } - } - } - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true - }, - "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", - "dev": true, - "requires": { - "is-core-module": "^2.8.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, - "rollup": { - "version": "2.73.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.73.0.tgz", - "integrity": "sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==", - "dev": true, - "requires": { - "fsevents": "~2.3.2" - } - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "sass": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz", - "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==", - "dev": true, - "requires": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - } - }, - "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true - }, - "space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", - "dev": true - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", - "dev": true - }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", - "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", - "dev": true, - "requires": { - "inline-style-parser": "0.1.1" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, - "tailwindcss": { - "version": "3.0.24", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz", - "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==", - "dev": true, - "requires": { - "arg": "^5.0.1", - "chokidar": "^3.5.3", - "color-name": "^1.1.4", - "detective": "^5.2.0", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "lilconfig": "^2.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.12", - "postcss-js": "^4.0.0", - "postcss-load-config": "^3.1.4", - "postcss-nested": "5.0.6", - "postcss-selector-parser": "^6.0.10", - "postcss-value-parser": "^4.2.0", - "quick-lru": "^5.1.1", - "resolve": "^1.22.0" - }, - "dependencies": { - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } - } - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", - "dev": true - }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", - "dev": true - }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", - "dev": true - }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "dev": true, - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - } - }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "dev": true, - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - } - }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", - "dev": true - }, - "unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", - "dev": true - }, - "unist-util-is": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "dev": true - }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", - "dev": true - }, - "unist-util-remove": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", - "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", - "dev": true, - "requires": { - "unist-util-is": "^4.0.0" - } - }, - "unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dev": true, - "requires": { - "unist-util-visit": "^2.0.0" - } - }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dev": true, - "requires": { - "@types/unist": "^2.0.2" - } - }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - } - }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - } - }, - "vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "dev": true - }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dev": true, - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - } - }, - "vite": { - "version": "2.9.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz", - "integrity": "sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==", - "dev": true, - "requires": { - "esbuild": "^0.14.27", - "fsevents": "~2.3.2", - "postcss": "^8.4.13", - "resolve": "^1.22.0", - "rollup": "^2.59.0" - } - }, - "vite-plugin-mdx": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vite-plugin-mdx/-/vite-plugin-mdx-3.5.10.tgz", - "integrity": "sha512-tfGNRwkO23pln9EYqhbsOLEx9Qot5+enl+727gop7+HGEoC87+88hLRWGL+FU/It1Y0a5P3OAyDbTKKHX6tEJw==", - "dev": true, - "requires": { - "@alloc/quick-lru": "^5.2.0", - "esbuild": "0.13.8", - "resolve": "^1.20.0", - "unified": "^9.2.1" - }, - "dependencies": { - "esbuild": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.8.tgz", - "integrity": "sha512-A4af7G7YZLfG5OnARJRMtlpEsCkq/zHZQXewgPA864l9D6VjjbH1SuFYK/OSV6BtHwDGkdwyRrX0qQFLnMfUcw==", - "dev": true, - "requires": { - "esbuild-android-arm64": "0.13.8", - "esbuild-darwin-64": "0.13.8", - "esbuild-darwin-arm64": "0.13.8", - "esbuild-freebsd-64": "0.13.8", - "esbuild-freebsd-arm64": "0.13.8", - "esbuild-linux-32": "0.13.8", - "esbuild-linux-64": "0.13.8", - "esbuild-linux-arm": "0.13.8", - "esbuild-linux-arm64": "0.13.8", - "esbuild-linux-mips64le": "0.13.8", - "esbuild-linux-ppc64le": "0.13.8", - "esbuild-netbsd-64": "0.13.8", - "esbuild-openbsd-64": "0.13.8", - "esbuild-sunos-64": "0.13.8", - "esbuild-windows-32": "0.13.8", - "esbuild-windows-64": "0.13.8", - "esbuild-windows-arm64": "0.13.8" - } - }, - "esbuild-android-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.8.tgz", - "integrity": "sha512-AilbChndywpk7CdKkNSZ9klxl+9MboLctXd9LwLo3b0dawmOF/i/t2U5d8LM6SbT1Xw36F8yngSUPrd8yPs2RA==", - "dev": true, - "optional": true - }, - "esbuild-darwin-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.8.tgz", - "integrity": "sha512-b6sdiT84zV5LVaoF+UoMVGJzR/iE2vNUfUDfFQGrm4LBwM/PWXweKpuu6RD9mcyCq18cLxkP6w/LD/w9DtX3ng==", - "dev": true, - "optional": true - }, - "esbuild-darwin-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.8.tgz", - "integrity": "sha512-R8YuPiiJayuJJRUBG4H0VwkEKo6AvhJs2m7Tl0JaIer3u1FHHXwGhMxjJDmK+kXwTFPriSysPvcobXC/UrrZCQ==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.8.tgz", - "integrity": "sha512-zBn6urrn8FnKC+YSgDxdof9jhPCeU8kR/qaamlV4gI8R3KUaUK162WYM7UyFVAlj9N0MyD3AtB+hltzu4cysTw==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.8.tgz", - "integrity": "sha512-pWW2slN7lGlkx0MOEBoUGwRX5UgSCLq3dy2c8RIOpiHtA87xAUpDBvZK10MykbT+aMfXc0NI2lu1X+6kI34xng==", - "dev": true, - "optional": true - }, - "esbuild-linux-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.8.tgz", - "integrity": "sha512-T0I0ueeKVO/Is0CAeSEOG9s2jeNNb8jrrMwG9QBIm3UU18MRB60ERgkS2uV3fZ1vP2F8i3Z2e3Zju4lg9dhVmw==", - "dev": true, - "optional": true - }, - "esbuild-linux-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.8.tgz", - "integrity": "sha512-Bm8SYmFtvfDCIu9sjKppFXzRXn2BVpuCinU1ChTuMtdKI/7aPpXIrkqBNOgPTOQO9AylJJc1Zw6EvtKORhn64w==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.8.tgz", - "integrity": "sha512-4/HfcC40LJ4GPyboHA+db0jpFarTB628D1ifU+/5bunIgY+t6mHkJWyxWxAAE8wl/ZIuRYB9RJFdYpu1AXGPdg==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.8.tgz", - "integrity": "sha512-X4pWZ+SL+FJ09chWFgRNO3F+YtvAQRcWh0uxKqZSWKiWodAB20flsW/OWFYLXBKiVCTeoGMvENZS/GeVac7+tQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-mips64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.8.tgz", - "integrity": "sha512-o7e0D+sqHKT31v+mwFircJFjwSKVd2nbkHEn4l9xQ1hLR+Bv8rnt3HqlblY3+sBdlrOTGSwz0ReROlKUMJyldA==", - "dev": true, - "optional": true - }, - "esbuild-linux-ppc64le": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.8.tgz", - "integrity": "sha512-eZSQ0ERsWkukJp2px/UWJHVNuy0lMoz/HZcRWAbB6reoaBw7S9vMzYNUnflfL3XA6WDs+dZn3ekHE4Y2uWLGig==", - "dev": true, - "optional": true - }, - "esbuild-netbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.8.tgz", - "integrity": "sha512-gZX4kP7gVvOrvX0ZwgHmbuHczQUwqYppxqtoyC7VNd80t5nBHOFXVhWo2Ad/Lms0E8b+wwgI/WjZFTCpUHOg9Q==", - "dev": true, - "optional": true - }, - "esbuild-openbsd-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.8.tgz", - "integrity": "sha512-afzza308X4WmcebexbTzAgfEWt9MUkdTvwIa8xOu4CM2qGbl2LanqEl8/LUs8jh6Gqw6WsicEK52GPrS9wvkcw==", - "dev": true, - "optional": true - }, - "esbuild-sunos-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.8.tgz", - "integrity": "sha512-mWPZibmBbuMKD+LDN23LGcOZ2EawMYBONMXXHmbuxeT0XxCNwadbCVwUQ/2p5Dp5Kvf6mhrlIffcnWOiCBpiVw==", - "dev": true, - "optional": true - }, - "esbuild-windows-32": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.8.tgz", - "integrity": "sha512-QsZ1HnWIcnIEApETZWw8HlOhDSWqdZX2SylU7IzGxOYyVcX7QI06ety/aDcn437mwyO7Ph4RrbhB+2ntM8kX8A==", - "dev": true, - "optional": true - }, - "esbuild-windows-64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.8.tgz", - "integrity": "sha512-76Fb57B9eE/JmJi1QmUW0tRLQZfGo0it+JeYoCDTSlbTn7LV44ecOHIMJSSgZADUtRMWT9z0Kz186bnaB3amSg==", - "dev": true, - "optional": true - }, - "esbuild-windows-arm64": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.8.tgz", - "integrity": "sha512-HW6Mtq5eTudllxY2YgT62MrVcn7oq2o8TAoAvDUhyiEmRmDY8tPwAhb1vxw5/cdkbukM3KdMYtksnUhF/ekWeg==", - "dev": true, - "optional": true - }, - "unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", - "dev": true, - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - } - } - } - }, - "web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", - "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", - "dev": true - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true - }, - "yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true - }, - "zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", - "dev": true - } - } -} diff --git a/tutorial/package.json b/tutorial/package.json deleted file mode 100644 index 05e48550..00000000 --- a/tutorial/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@strudel.cycles/tutorial", - "private": true, - "version": "0.0.0", - "scripts": { - "dev": "npm run render && vite", - "start": "vite", - "build": "npm run render && vite build", - "preview": "vite preview", - "jsdoc-json": "jsdoc ../packages/ --template ../node_modules/jsdoc-json --destination ../doc.json -c ../jsdoc.config.json", - "render": "npm run jsdoc-json" - }, - "type": "module", - "dependencies": { - "react": "^17.0.2", - "react-dom": "^17.0.2" - }, - "devDependencies": { - "@mdx-js/mdx": "^1.6.22", - "@mdx-js/react": "^1.6.22", - "@tailwindcss/typography": "^0.5.2", - "@types/react": "^17.0.2", - "@types/react-dom": "^17.0.2", - "@vitejs/plugin-react": "^1.3.0", - "autoprefixer": "^10.4.7", - "install": "^0.13.0", - "npm": "^8.10.0", - "postcss": "^8.4.13", - "rehype-autolink-headings": "^6.1.1", - "rehype-slug": "^5.0.1", - "remark-toc": "^8.0.1", - "sass": "^1.51.0", - "tailwindcss": "^3.0.24", - "vite": "^2.9.9", - "vite-plugin-mdx": "^3.5.10" - } -} diff --git a/tutorial/postcss.config.cjs b/tutorial/postcss.config.cjs deleted file mode 100644 index b77b9fe4..00000000 --- a/tutorial/postcss.config.cjs +++ /dev/null @@ -1,12 +0,0 @@ -/* -postcss.config.js - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -}; diff --git a/tutorial/style.scss b/tutorial/style.scss deleted file mode 100644 index c7b9db9f..00000000 --- a/tutorial/style.scss +++ /dev/null @@ -1,76 +0,0 @@ -@import '@strudel.cycles/react/dist/style.css'; -@tailwind base; -@tailwind components; -@tailwind utilities; - -h1::before, -h2::before, -h3::before, -h4::before, -h5::before, -h6::before { - display: block; - content: ' '; - margin-top: -70px; - height: 70px; - visibility: hidden; - pointer-events: none; - position: relative; -} - -h1:hover .icon-link, -h2:hover .icon-link, -h3:hover .icon-link, -h4:hover .icon-link, -h5:hover .icon-link, -h6:hover .icon-link, -.icon.icon-link:hover { - visibility: visible; -} -.icon.icon-link { - background-image: url(./link.svg); - background-repeat: no-repeat; - width: 16px; - height: 16px; - display: block; - position: absolute; - visibility: hidden; - margin-left: -20px; - width: 20px; - margin-top: 8px; -} - -#table-of-contents { - display: none; -} - -#table-of-contents + ul { - position: fixed; - right: 0; - top: 64px; - padding: 12px 0; - overflow: auto; - height: calc(100vh - 64px); - width: 33%; - margin: 2px; - padding-left: 8px; - ul { - padding-left: 8px; - } - li { - list-style: none; - margin: 2px; - p { - margin: 0; - } - a { - text-decoration: none; - } - } -} - -@media only screen and (max-width: 1120px) { - #table-of-contents + ul { - display: none; - } -} diff --git a/tutorial/tailwind.config.cjs b/tutorial/tailwind.config.cjs deleted file mode 100644 index 90faf86c..00000000 --- a/tutorial/tailwind.config.cjs +++ /dev/null @@ -1,13 +0,0 @@ -/* -tailwind.config.js - -Copyright (C) 2022 Strudel contributors - see -This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -*/ - -module.exports = { - content: ['./**/*.{js,jsx,ts,tsx}'], - theme: { - extend: {}, - }, - plugins: [require('@tailwindcss/typography')], -}; diff --git a/tutorial/tutorial.mdx b/tutorial/tutorial.mdx deleted file mode 100644 index 47b41595..00000000 --- a/tutorial/tutorial.mdx +++ /dev/null @@ -1,982 +0,0 @@ -import { MiniRepl } from './MiniRepl'; -import { JsDoc } from './JsDoc'; - -# Table of Contents - -# What is Strudel? - -With Strudel, you can expressively write dynamic music pieces. -It aims to be [Tidal Cycles](https://tidalcycles.org/) for JavaScript (started by the same author). - -You don't need to know JavaScript or Tidal Cycles to make music with Strudel. - -This interactive tutorial will guide you through the basics of Strudel. - -The best place to actually make music with Strudel is the [Strudel REPL](https://strudel.tidalcycles.org/). - -## Show me a Demo - -To get a taste of what Strudel can do, check out this track: - -],hh(3,4)") // drums -.speed(perlin.range(.7,.9)) // random sample speed variation -,"" // bassline -.off(1/8,x=>x.add(12).degradeBy(.5)) // random octave jumps -.add(perlin.range(0,.5)) // random pitch variation -.superimpose(add(.05)) // add second, slightly detuned voice -.n() // wrap in "n" -.decay(.15).sustain(0) // make each note of equal length -.s('sawtooth') // waveform -.gain(.4) // turn down -.cutoff(sine.slow(7).range(300,5000)) // automate cutoff -,">".voicings('lefthand') // chords -.superimpose(x=>x.add(.04)) // add second, slightly detuned voice -.add(perlin.range(0,.5)) // random pitch variation -.n() // wrap in "n" -.s('sawtooth') // waveform -.gain(.16) // turn down -.cutoff(500) // fixed cutoff -.attack(1) // slowly fade in -) -.slow(3/2)`} -/> - -## Disclaimer - -- This project is still in its experimental state. In the future, parts of it might change significantly. -- This tutorial is far from complete. - -
- -# Playing Pitches - -Pitches are an essential building block for music. In Strudel, there are 3 different options to express a pitch: - -- `note`: letter notation -- `n`: number notation -- `freq`: frequency notation - -## note - -Notes are notated with the note letter, followed by the octave number. You can notate flats with `b` and sharps with `#`. - - - -By the way, you can edit the contents of the player, and press "update" to hear your change! -You can also press "play" on the next player without needing to stop the last one. - -## n - -If you don't like notes, you can also use numbers with `n` instead: - - - -These numbers are interpreted as so called midi numbers, where adjacent whole numbers are 1 semitone apart. -You could also write decimal numbers to get microtonal pitches: - - - -## freq - -To get maximum freedom, you can also use `freq` to directly control the frequency: - - - -In this example, we play A3 (220Hz), C#4 natural (275Hz), E4 (330Hz) and A4 (440Hz). - -
- -# Playing Sounds - -Instead of pitches, we can also play sounds with `s`: - - - -Similarly, we can also use `s` to change the sound of our pitches: - - - -Try changing the sound to `square`, `triangle` or `sine`! - -We will go into the defails of sounds and synths [later](http://localhost:3000/tutorial/#web-audio-output). - -
- -# Syntax - -So far, we've seen the following syntax: - -``` -xxx("foo").yyy("bar") -``` - -Generally, `xxx` and `yyy` are called functions, while `foo` and `bar` are called function arguments. -So far, we've used the functions to declare which aspect of the sound we want to control, and their arguments for the actual data. -The `yyy` function is called a chained function, because it is appended with a dot. - -Strudel makes heavy use of chained functions. Here is a more extreme example: - - - -The `//` is a line comment, resulting in the `delay` function being ignored. -It is a handy way to quickly turn stuff on and off. Try uncommenting this line by deleting `//`! - -The good news is, that this covers 99% of the JavaScript syntax needed for Strudel! - -Let's now look at the way we can express rhythms.. - -
- -# Mini Notation - -Similar to Tidal Cycles, Strudel has an embedded mini language that is designed to write rhythmic patterns in a short manner. -Before diving deeper into the details, here is a flavor of how the mini language looks like: - - - -The snippet above is enclosed in backticks (`), which allows you to write multi-line strings. -You can also use double quotes (") for single line mini notation. - -## Sequences - -We can play more notes by separating them with spaces: - - - -Here, those four notes are squashed into one cycle, so each note is a quarter second long. -Try adding or removing notes and notice how the tempo changes! - -## Division - -We can slow the sequence down by enclosing it in brackets and dividing it by a number: - - - -The division by two means that the sequence will be played over the course of two cycles. -You can also use decimal numbers for any tempo you like. - -## Angle Brackets - -Using angle brackets, we can define the sequence length based on the number of children: - -")`} /> - -The above snippet is the same as: - - - -The advantage of the angle brackets, is that we can add more children without needing to change the number at the end. - -## Multiplication - -Contrary to division, a sequence can be sped up by multiplying it by a number: - - - -The multiplication by 2 here means that the sequence will play twice a cycle. - -## Bracket Nesting - -To create more interesting rhythms, you can nest sequences with brackets, like this: - - - -## Rests - -The "~" represents a rest: - - - -## Parallel - -Using commas, we can play chords: - - - -To play multiple chords in a sequence, we have to wrap them in brackets: - -")`} /> - -## Elongation - -With the "@" symbol, we can specify temporal "weight" of a sequence child: - -")`} /> - -Here, the first chord has a weight of 2, making it twice the length of the other chords. The default weight is 1. - -## Replication - -Using "!" we can repeat without speeding up: - -")`} /> - -In essence, the `x!n` is like a shortcut for `[x*n]@n`. - -## Euclidian - -Using round brackets, we can create rhythmical sub-divisions based on three parameters: beats, segments and offset. -The first parameter controls how may beats will be played. -The second parameter controls the total amount of segments the beats will be distributed over. -The third (optional) parameter controls the starting position for distributing the beats. -One popular Euclidian rhythm (going by various names, such as "Pop Clave") is "(3,8,0)" or simply "(3,8)", -resulting in a rhythmical structure of "x ~ ~ x ~ ~ x ~" (3 beats over 8 segments, starting on position 1). - - - -
- -# Synths, Samples & Effects - -Let's take a closer look at how we can control synths, sounds and effects. - -## Synths - -So far, all the mini notation examples all used the same sound, which is kind of boring. -We can change the sound, using the `s` function: - ->").s('sawtooth')`} /> - -Here, we are wrapping our notes inside `note` and set the sound using `s`, connected by a dot. - -Those functions are only 2 of many ways to alter the properties, or _params_ of a sound. -The power of patterns allows us to sequence any _param_ independently: - ->").s("")`} /> - -Now we not only pattern the notes, but the sound as well! -`sawtooth` `square` and `triangle` are the basic waveforms available in `s`. - -### Envelope - -You can control the envelope of a synth using the `attack`, `decay`, `sustain` and `release` functions: - ->").s('sawtooth') - .attack(.1).decay(.1).sustain(.2).release(.1)`} -/> - -## Samples - -Besides Synths, `s` can also play back samples: - - - -To know which sounds are available, open the [default sample map](https://strudel.tidalcycles.org/EmuSP12.json) - -### Custom Sample Maps - -You can load your own sample map like this: - - - -The `samples` function takes an object that maps sound names to audio file paths. -The second argument is the base URL that comes before each path. Make sure your base URL ends with a slash, while your sample paths do **not** begin with one. - -Because github is a popular choice to dump samples, there is a shortcut for that: - - - -The format is `github:user/repo/branch/`. - -### Multiple Samples per Sound - -It is also possible, to declare multiple files for one sound, using the array notation: - -,~ ,[hh:0 hh:1]*2")`} -/> - -The `:0` `:1` etc. are the indices of the array. -The sample number can also be set using `n`: - -")`} -/> - -### Pitched Sounds - -For pitched sounds, you can use `note`, just like with synths: - -@2").s('gtr').gain(.5)`} -/> - -Here, the guitar samples will overlap, because they always play till the end. -If we want them to behave more like a synth, we can add `clip(1)`: - -@2").s('gtr').clip(1) - .gain(.5)`} -/> - -### Base Pitch - -If we have 2 samples with different base pitches, we can make them in tune by specifying the pitch like this: - -@2").s("gtr,moog").clip(1) - .gain(.5)`} -/> - -If a sample has no pitch set, `c3` is the default. - -We can also declare different samples for different regions of the keyboard: - -!2, g4 f4]>") - .s('moog').clip(1) - .gain(.5)`} -/> - -The sampler will always pick the closest matching sample for the current note! - -## Sampler Effects - -### Pattern.begin - - - -### Pattern.end - - - -### Pattern.loopAt - - - -### Pattern.chop - - - -## Audio Effects - -Wether you're using a synth or a sample, you can apply these effects: - -### gain - - - -### velocity - - - -### cutoff - - - -### resonance - - - -### hcutoff - - - -### hresonance - - - -### bandf - - - -### bandq - - - -### vowel - - - -### pan - - - -### coarse - - - -### shape - - - -### crush - - - -
- -# JavaScript API - -While the mini notation is powerful on its own, there is much more to discover. -Internally, the mini notation will expand to use the actual functional JavaScript API. - -For example, this Pattern in Mini Notation: - - - -is equivalent to this Pattern without Mini Notation: - - - -Similarly, there is an equivalent function for every aspect of the mini notation. - -Which representation to use is a matter of context. As a rule of thumb, you can think of the JavaScript API -to fit better for the larger context, while mini notation is more practical for individiual rhythms. - -## Limits of Mini Notation - -While the Mini Notation is a powerful way to write rhythms shortly, it also has its limits. Take this example: - - - -Here, we are using mini notation for the individual rhythms, while using the function `stack` to mix them. -While stack is also available as `,` in mini notation, we cannot use it here, because we have different types of sounds. - -## Notes - -Notes are automatically available as variables: - - - -An important difference to the mini notation: -For sharp notes, the letter "s" is used instead of "#", because JavaScript does not support "#" in a variable name. - -The above is the same as: - - - -Using strings, you can also use "#". - -## Alternative Syntax - -In the above example, we are nesting a function inside a function, which makes reading the parens a little more difficult. -To avoid getting to many nested parens, there is an alternative syntax to add a type to a pattern: - - - -You can use this with any function that declares a type (like `n`, `s`, `note`, `freq` etc), just make sure to leave the parens empty! - -## Pattern Factories - -The following functions will return a pattern. - - - -### cat - - - -### seq - - - -### stack - - - -### timeCat - - - - - - - -## Combining Patterns - -You can freely mix JS patterns, mini patterns and values! For example, this pattern: - - - -...is equivalent to: - - - -... as well as: - -")`} /> - -While mini notation is almost always shorter, it only has a handful of modifiers: \* / ! @. -When using JS patterns, there is a lot more you can do. - -## Time Modifiers - -The following functions modify a pattern temporal structure in some way. - -### Pattern.slow - - - -### Pattern.fast - - - -### Pattern.early - - - -### Pattern.late - - - -### Pattern.legato - - - -### Pattern.struct - - - -### Pattern.euclid - - - -### Pattern.euclidLegato - - - -### Pattern.rev - - - -### Pattern.iter - - - -### Pattern.iterBack - - - -## Conditional Modifiers - -### Pattern.every - - - -### Pattern.when - - - -## Accumulation Modifiers - -### Pattern.stack - - - -### Pattern.superimpose - - - -### Pattern.layer - - - -### Pattern.off - - - -### Pattern.echo - - - -### Pattern.echoWith - - - -## Concat Modifiers - -### Pattern.seq - - - -### Pattern.cat - - - -## Value Modifiers - -### Pattern.add - - - -### Pattern.sub - - - -### Pattern.mul - - - -### Pattern.div - - - -### Pattern.round - - - -### Pattern.apply - - - -### Pattern.range - - - -### Pattern.chunk - - - -### Pattern.chunkBack - - - -## Continuous Signals - -Signals are patterns with continuous values, meaning they have theoretically infinite steps. -They can provide streams of numbers that can be sampled at discrete points in time. - -### saw - - - -### sine - - - -### cosine - - - -### tri - - - -### square - - - -### Ranges from -1 to 1 - -There is also `saw2`, `sine2`, `cosine2`, `tri2` and `square2` which have a range from -1 to 1! - -### rand - - - -### perlin - - - -### irand - - - -## Random Modifiers - -These methods add random behavior to your Patterns. - -### chooseCycles - - - -### Pattern.degradeBy - - - -### Pattern.degrade - - - -### Pattern.undegradeBy - - - -### Pattern.sometimesBy - - - -### Pattern.sometimes - - - -### Pattern.someCyclesBy - - - -### Pattern.someCycles - - - -### Pattern.often - - - -### Pattern.rarely - - - -### Pattern.almostNever - - - -### Pattern.almostAlways - - - -### Pattern.never - - - -### Pattern.always - - - -
-
- -# Tonal API - -The Tonal API, uses [tonaljs](https://github.com/tonaljs/tonal) to provide helpers for musical operations. - -### transpose(semitones) - -Transposes all notes to the given number of semitones: - -".slow(2)).note()`} /> - -This method gets really exciting when we use it with a pattern as above. - -Instead of numbers, scientific interval notation can be used as well: - -".slow(2)).note()`} /> - -### scale(name) - -Turns numbers into notes in the scale (zero indexed). Also sets scale for other scale operations, like scaleTranpose. - - - -Note that the scale root is octaved here. You can also omit the octave, then index zero will default to octave 3. - -All the available scale names can be found [here](https://github.com/tonaljs/tonal/blob/main/packages/scale-type/data.ts). - -### scaleTranspose(steps) - -Transposes notes inside the scale by the number of steps: - -") -.note()`} -/> - -### voicings(range?) - -Turns chord symbols into voicings, using the smoothest voice leading possible: - -".voicings('lefthand'), "").note()`} /> - -### rootNotes(octave = 2) - -Turns chord symbols into root notes of chords in given octave. - -".rootNotes(3).note()`} /> - -Together with layer, struct and voicings, this can be used to create a basic backing track: - -".layer( - x => x.voicings('lefthand').struct("~ x").note(), - x => x.rootNotes(2).note().s('sawtooth').cutoff(800) -)`} -/> - - - - -
-
- -# MIDI API - -Strudel also supports midi via [webmidi](https://npmjs.com/package/webmidi). - -### midi(outputName?) - -Either connect a midi device or use the IAC Driver (Mac) or Midi Through Port (Linux) for internal midi messages. -If no outputName is given, it uses the first midi output it finds. - -".voicings('lefthand'), "") - .midi()`} -/> - -In the console, you will see a log of the available MIDI devices as soon as you run the code, e.g. `Midi connected! Using "Midi Through Port-0".` - -# Superdirt API - -In mainline tidal, the actual sound is generated via Superdirt, which runs inside Supercollider. -Strudel also supports using Superdirt as a backend, although it requires some developer tooling to run. - -## Prequisites - -Getting Superdirt to work with Strudel, you need to - -1. install SuperCollider + sc3 plugins, see [Tidal Docs](https://tidalcycles.org/docs/) (Install Tidal) for more info. -2. install [node.js](https://nodejs.org/en/) -3. download [Strudel Repo](https://github.com/tidalcycles/strudel/) (or git clone, if you have git installed) -4. run `npm i` in the strudel directory -5. run `npm run osc` to start the osc server, which forwards OSC messages from Strudel REPL to SuperCollider - -Now you're all set! - -## Usage - -1. Start SuperCollider, either using SuperCollider IDE or by running `sclang` in a terminal -2. Open the [Strudel REPL](https://strudel.tidalcycles.org/#cygiYmQgc2QiKS5vc2MoKQ%3D%3D) - -...or test it here: - - - -If you now hear sound, congratulations! If not, you can get help on the [#strudel channel in the TidalCycles discord](https://discord.com/invite/HGEdXmRkzT). - -### Pattern.osc - - - -## Superdirt Params - -The following functions can be used with superdirt: - -`s n note freq channel orbit cutoff resonance hcutoff hresonance bandf bandq djf vowel cut begin end loop fadeTime speed unitA gain amp accelerate crush coarse delay lock leslie lrate lsize pan panspan pansplay room size dry shape squiz waveloss attack decay octave detune tremolodepth` - -Please refer to [Tidal Docs](https://tidalcycles.org/) for more info. diff --git a/tutorial/vite.config.js b/tutorial/vite.config.js deleted file mode 100644 index 09d0856c..00000000 --- a/tutorial/vite.config.js +++ /dev/null @@ -1,30 +0,0 @@ -import { defineConfig } from 'vite'; -import react from '@vitejs/plugin-react'; -import _mdx from 'vite-plugin-mdx'; -import remarkToc from 'remark-toc'; -import rehypeSlug from 'rehype-slug'; -import rehypeAutolinkHeadings from 'rehype-autolink-headings'; - -const mdx = _mdx.default || _mdx; -// `options` are passed to `@mdx-js/mdx` -const options = { - // See https://mdxjs.com/advanced/plugins - remarkPlugins: [ - remarkToc, - // E.g. `remark-frontmatter` - ], - rehypePlugins: [rehypeSlug, rehypeAutolinkHeadings], -}; - -// https://vitejs.dev/config/ -export default defineConfig({ - plugins: [react(), mdx(options)], - build: { - outDir: '../out/tutorial', - }, - base: '/tutorial/', -}); - -// jsxRuntime:'classic' to prevent "jsxDevRuntime.exports.jsxDEV is not a function" for dev mode -// mode: 'development', -// react({ jsxRuntime: 'classic' }), diff --git a/website/README.md b/website/README.md index 7366366e..a180b92a 100644 --- a/website/README.md +++ b/website/README.md @@ -1,4 +1,25 @@ -# Astro Starter Kit: Docs Site +# Strudel Website + +This is the website for Strudel, deployed at [strudel.tidalcycles.org](https://strudel.tidalcycles.org/). +It includes the REPL live coding editor and the documentation site. + +## Run locally + +```bash +# from project root +npm run setup +npm run repl +``` + +## Build + +```bash +cd website +npm run build # <- builds repl + tutorial to ../docs +npm run preview # <- test static build +``` + +# Standard Readme of Astro Starter Kit: Docs Site ```bash npm create astro@latest -- --template docs @@ -42,6 +63,8 @@ Welcome! Check out [our documentation](https://docs.astro.build) or jump into ou ## Customize This Theme +edit: removed, as css styles have been replaced with tailwind styles + ### Site metadata `src/config.ts` contains several data objects that describe metadata about your site like title, description, default language, and Open Graph details. You can customize these to match your project. diff --git a/repl/etc/agpl-header.txt b/website/agpl-header.txt similarity index 100% rename from repl/etc/agpl-header.txt rename to website/agpl-header.txt diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 873712b1..83038fbc 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -2,17 +2,14 @@ import { defineConfig } from 'astro/config'; import preact from '@astrojs/preact'; import react from '@astrojs/react'; -// https://astro.build/config import mdx from '@astrojs/mdx'; import remarkToc from 'remark-toc'; import rehypeSlug from 'rehype-slug'; import rehypeAutolinkHeadings from 'rehype-autolink-headings'; -// https://astro.build/config - -// https://astro.build/config import tailwind from '@astrojs/tailwind'; +// import { visualizer } from 'rollup-plugin-visualizer'; const options = { // See https://mdxjs.com/advanced/plugins @@ -35,3 +32,13 @@ export default defineConfig({ ], site: `https://strudel.tidalcycles.org`, }); + +/* + build: { + outDir: '../out', + sourcemap: true, + rollupOptions: { + plugins: [visualizer({ template: 'treemap' })], + }, + }, + */