Commit 18ec7b4b by PLN (Algolia)

chore(cale): gitignore the generated index, and drop the dep nothing imports

`public/kits.json` is a 1.2 MB snapshot of audio that lives outside the repo, and
`.kitindex-cache.json` is derived from file mtimes — both regenerate in seconds and
neither belongs in history.

@strudel/web went in while working out whether the sequencer should be a Strudel
playground. It should not: the deck already plays the rack with `loopAt` semantics,
and a second audio graph would only add a way for the two to disagree about what
the same cells mean. The Strudel tab emits text for strudel.cc instead. So the
package comes back out — a dependency nothing imports is a false statement about
what the project needs, and it would have shipped in the lockfile forever.
parent ec200263
node_modules
dist
*.log
# Generated by tools/foundry/kitindex.py from the sample root — a 1.2 MB snapshot of
# audio that lives outside the repo. Regenerate, don't commit.
public/kits.json
......@@ -10,7 +10,6 @@
"dependencies": {
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@strudel/web": "^1.3.0",
"@wavesurfer/react": "^1.0.12",
"clsx": "^2.1.1",
"lucide-react": "^1.17.0",
......@@ -229,15 +228,6 @@
"node": ">=6.0.0"
}
},
"node_modules/@babel/runtime": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/template": {
"version": "7.29.7",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
......@@ -582,31 +572,6 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@kabelsalat/core": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@kabelsalat/core/-/core-0.4.0.tgz",
"integrity": "sha512-5zV8nh8HffW8aexObXs5pE0xgL0jb1cHc3o8UN6AvK0mBt87fjZvW65E4rMslHyq+OuCscoBJW7B3MbYfWrwMQ==",
"license": "AGPL-3.0-or-later"
},
"node_modules/@kabelsalat/lib": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@kabelsalat/lib/-/lib-0.4.1.tgz",
"integrity": "sha512-gBCjrZKD9huTKNJuBC6BXM4PMQSg8otL8A/vp8j98P9v6yWTX1TuyaqdLg/1PrIAMV4hlWoav9ZD3YMFlrvouw==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@kabelsalat/core": "0.4.0"
}
},
"node_modules/@kabelsalat/web": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@kabelsalat/web/-/web-0.4.1.tgz",
"integrity": "sha512-ASkFhePJLx3GjadYOueI7sHKXBbRPk/a1pfslFeQNI9gU7yZq/KrnkmOmLrgrtixAsy7gyi1vWqkmRRvH3Ki6w==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@kabelsalat/core": "0.4.0",
"@kabelsalat/lib": "0.4.1"
}
},
"node_modules/@napi-rs/wasm-runtime": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
......@@ -907,105 +872,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@strudel/core": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@strudel/core/-/core-1.2.6.tgz",
"integrity": "sha512-FA5Kxv3U+UhNRLIeuEpXck2o2J5AjHZbkAdSAK9Q2N3Az1G9Vnc+bXXfgDFyY3yRH9mXXQvTerz8jr876pGGng==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@kabelsalat/web": "^0.4.1",
"fraction.js": "^5.2.1"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@strudel/draw": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@strudel/draw/-/draw-1.2.6.tgz",
"integrity": "sha512-7UPJ4xgDi2bt12KWSVAEt4rZjcOajxhHBJikvNA3LQT5IA/FTfD+TRSNu0CSB7zhmFM0Njgq6t7ttgsC8fdKCg==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@strudel/core": "1.2.6"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@strudel/mini": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@strudel/mini/-/mini-1.2.6.tgz",
"integrity": "sha512-I5GFPLHI3TPcJuD2RdDcurA+lTogaSQ0TB+EimKTgEtSAbU6ZMEkSUOXZIFO5eaAcJcMucgKaBcmTKpD4oZjPA==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@strudel/core": "1.2.6"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@strudel/tonal": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@strudel/tonal/-/tonal-1.2.6.tgz",
"integrity": "sha512-I2ev0IJFmqvDt/vFkL8vIDXNanK5EZF+MNhlio3nHt1d6ngZZJyCNzC1OxoaiQKxZNN7+mpGIC3Cx/zcBC3weQ==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@strudel/core": "1.2.6",
"@tonaljs/tonal": "^4.10.0",
"chord-voicings": "^0.0.1",
"webmidi": "^3.1.12"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@strudel/transpiler": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@strudel/transpiler/-/transpiler-1.2.6.tgz",
"integrity": "sha512-NzmyQDS4BqjafOPzHGFowxILDx3ZRAPD47YszxNaPB7PggMA2rMo9t3rLz80G0GxA0ZAyMbVMR3px9jDWnJ5hg==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@strudel/core": "1.2.6",
"@strudel/mini": "1.2.6",
"acorn": "^8.14.0",
"escodegen": "^2.1.0",
"estree-walker": "^3.0.3"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@strudel/web": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@strudel/web/-/web-1.3.0.tgz",
"integrity": "sha512-iob9+OrZMM5oMQmDNQAXc6+CYnzKaOUeARs8fcRRxDDSvCxewmZf/ancwyqVSCJsVzgCgw+I9PkpFyhSpLS3FQ==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@strudel/core": "1.2.6",
"@strudel/mini": "1.2.6",
"@strudel/tonal": "1.2.6",
"@strudel/transpiler": "1.2.6",
"@strudel/webaudio": "1.3.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@strudel/webaudio": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@strudel/webaudio/-/webaudio-1.3.0.tgz",
"integrity": "sha512-H23KJfxA5l2woG0TwNf+VMvjbj9SwR1y1qgzJW26Z35/9c5pbVs2IHPUpFwP0dWoA/4dmG2cmTMwI1e/TL8kGA==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@strudel/core": "1.2.6",
"@strudel/draw": "1.2.6",
"superdough": "1.3.0",
"supradough": "1.2.4"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@tailwindcss/node": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
......@@ -1278,462 +1144,6 @@
"vite": "^5.2.0 || ^6 || ^7 || ^8"
}
},
"node_modules/@tonaljs/abc-notation": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/@tonaljs/abc-notation/-/abc-notation-4.9.1.tgz",
"integrity": "sha512-2fDUdPsFDdgZgyIiZCTYGKy30QiwIQxSXCSN2thGrSMXbQKCp8iTC8haStYcrA+25MPWhWlmvC/pz3tGcTNAqQ==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/array": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/@tonaljs/array/-/array-4.8.4.tgz",
"integrity": "sha512-97HVdpZy82PqNBDMM9PRSbO2DUrnxNg3++N4xqLpfby70fKHAHhTWrMXWZK+Dzs76HDPQLd+qhd4cq28eBZzjw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/chord": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/@tonaljs/chord/-/chord-4.10.2.tgz",
"integrity": "sha512-Zlqtq6c6T4y+EqvwHRQp9icEjHqyniCpnIwwCFg5amgAQwXmWzarouOOSmcdJ1Is92eEvcPVuCoLiVUtajS30A==",
"license": "MIT",
"dependencies": {
"@tonaljs/chord-detect": "^4.8.1",
"@tonaljs/chord-type": "^4.8.2",
"@tonaljs/collection": "^4.8.0",
"@tonaljs/core": "^4.10.0",
"@tonaljs/pcset": "^4.8.2",
"@tonaljs/scale-type": "^4.8.2"
}
},
"node_modules/@tonaljs/chord-detect": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/@tonaljs/chord-detect/-/chord-detect-4.9.1.tgz",
"integrity": "sha512-rV/9+R7aZ9cQorQ3jdNMMMh63onosglYZM71Q0n7KKcWMAGrxF66MzxBG82xy+w1QDMJQslB3iHfDHUiS6wRjA==",
"license": "MIT",
"dependencies": {
"@tonaljs/chord-type": "5.1.1",
"@tonaljs/pcset": "4.10.1",
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/chord-detect/node_modules/@tonaljs/chord-type": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@tonaljs/chord-type/-/chord-type-5.1.1.tgz",
"integrity": "sha512-ti4WzRYvvjH7to0G3zlJFq7WsjHqmcqbk8Jv98aZSR5YumLdY/ua2yOPPyoPq82n6vfgjZsacnAZ3v8/SodOcw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pcset": "4.10.1"
}
},
"node_modules/@tonaljs/chord-type": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/@tonaljs/chord-type/-/chord-type-4.8.2.tgz",
"integrity": "sha512-GzSTjQmZjkUdPhyesFDeJbxpW8R7L/bAE34E8ApGAh9FMcKYpRdX3Tn+gkluRsXOiRMfW07p3E0Adx4bjtyN+Q==",
"license": "MIT",
"dependencies": {
"@tonaljs/core": "^4.8.0",
"@tonaljs/pcset": "^4.8.2"
}
},
"node_modules/@tonaljs/collection": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@tonaljs/collection/-/collection-4.9.0.tgz",
"integrity": "sha512-Mk0h7O54nT6PgNVcUYauzxa5KOB23+0AOKudWzRH7JhJIN9vhVIC7PtwZXE+/G051UTbHSFIcN/afkgF4nB/8A==",
"license": "MIT"
},
"node_modules/@tonaljs/core": {
"version": "4.10.4",
"resolved": "https://registry.npmjs.org/@tonaljs/core/-/core-4.10.4.tgz",
"integrity": "sha512-PhGlQ2Js6rFQ6CufkSiBpEJoPS8QIIhbXSXhT4U+5ffqckli+YBZRN24vjZ4AEKuX8xoYDmCCbl+r6agauvzmw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.1",
"@tonaljs/pitch-distance": "5.0.2",
"@tonaljs/pitch-interval": "5.0.2",
"@tonaljs/pitch-note": "5.0.3"
}
},
"node_modules/@tonaljs/core/node_modules/@tonaljs/pitch-distance": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-distance/-/pitch-distance-5.0.2.tgz",
"integrity": "sha512-DPxfGJCf4BvfIVRxl2v142tuCKIziM6PomOBT0/s7U5o+Z5qFAIW0tNx/MKyL83guV74p+XIf5VI0w1flmXxDA==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.1",
"@tonaljs/pitch-interval": "5.0.2",
"@tonaljs/pitch-note": "5.0.3"
}
},
"node_modules/@tonaljs/core/node_modules/@tonaljs/pitch-note": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-note/-/pitch-note-5.0.3.tgz",
"integrity": "sha512-JsPgqPa8VZdZtfwvgoHJz996BZqzvlnRxUF6c/Q9q8E0iq30UHBEid0Y6XldK+h6tuIENsG3a9jyvNNxRqIeYw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.1"
}
},
"node_modules/@tonaljs/duration-value": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@tonaljs/duration-value/-/duration-value-4.9.0.tgz",
"integrity": "sha512-Muz54HyIe0nMYKWx6wyTa4y17ma29DtpJF4/oqJphy6A124rAVDe/SKit8JGOvDYAQj71FUXqs17sXBxO/ExVw==",
"license": "MIT"
},
"node_modules/@tonaljs/interval": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/@tonaljs/interval/-/interval-4.8.2.tgz",
"integrity": "sha512-9SEuJuqFdmu9lnvMmJtxbReQcQvZ1YHXhCcxaF6Re23/w+BqiJvvkvNZhfWH+n1+g0uaSdTsuvMfamp7hAvPMw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "^5.0.1",
"@tonaljs/pitch-distance": "^5.0.2",
"@tonaljs/pitch-interval": "^5.0.2"
}
},
"node_modules/@tonaljs/key": {
"version": "4.11.2",
"resolved": "https://registry.npmjs.org/@tonaljs/key/-/key-4.11.2.tgz",
"integrity": "sha512-fc1y5+NwS4S3amirzYLLB324PxJDO00oIBbLJclAddc46UBeYnu4FNz+1nZboHCXRQ/06/ftuaWD/l7HrAoulw==",
"license": "MIT",
"dependencies": {
"@tonaljs/note": "4.12.1",
"@tonaljs/pitch-note": "6.1.0",
"@tonaljs/roman-numeral": "4.9.1"
}
},
"node_modules/@tonaljs/midi": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/@tonaljs/midi/-/midi-4.10.2.tgz",
"integrity": "sha512-MPamXhEwPL7L1udLfYMm3Ft8mLYtHr62Zi2w5zYHM2P7YwIvNoiX0+dvAN5is1Wvq4iVRa8AjFHerjOW/SZhGg==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/mode": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/@tonaljs/mode/-/mode-4.9.2.tgz",
"integrity": "sha512-Il48fWX9SnGMzwNFVbizkWkr/SJ+aCIIHhjWfSf1agrQAoq81536qBXEyEyvia6aqEXC4OaXAQ5rSoBcmQRj1Q==",
"license": "MIT",
"dependencies": {
"@tonaljs/collection": "4.9.0",
"@tonaljs/interval": "5.1.0",
"@tonaljs/pcset": "4.10.1",
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-note": "6.1.0",
"@tonaljs/scale-type": "4.9.2"
}
},
"node_modules/@tonaljs/mode/node_modules/@tonaljs/interval": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/interval/-/interval-5.1.0.tgz",
"integrity": "sha512-GR9dUjn0j7yhjwjRh8HQxZYXOiVl05WfY3AFyMB9rfg807K4dSJmWfPTULPQXyHJ6NiZOPXcwRs8MxMLDxgdbg==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "^5.0.2",
"@tonaljs/pitch-distance": "^5.0.4",
"@tonaljs/pitch-interval": "^6.0.0"
}
},
"node_modules/@tonaljs/mode/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/mode/node_modules/@tonaljs/pitch-interval": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-6.1.0.tgz",
"integrity": "sha512-9ZMxA7V4UgySnOKPIG6HECzhDb8mbiTCIdNNIzCIfz5XpjUmohku2YZpVVWMacLHgyeQicJzNoRiPel5oSAn4A==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/note": {
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/@tonaljs/note/-/note-4.12.1.tgz",
"integrity": "sha512-yh6cnhu21bUb0VuIQWxObSbWBVp2cHIkJj4zZ4qsNOW4jSqn74+wHpSbOTDF8q+2hl6upz7TtBRavtqwPtLUCQ==",
"license": "MIT",
"dependencies": {
"@tonaljs/midi": "4.10.2",
"@tonaljs/pitch": "5.0.2",
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-interval": "6.1.0",
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/note/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/note/node_modules/@tonaljs/pitch-interval": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-6.1.0.tgz",
"integrity": "sha512-9ZMxA7V4UgySnOKPIG6HECzhDb8mbiTCIdNNIzCIfz5XpjUmohku2YZpVVWMacLHgyeQicJzNoRiPel5oSAn4A==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/pcset": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/@tonaljs/pcset/-/pcset-4.10.1.tgz",
"integrity": "sha512-CZG1rpKc38yMfpEJsbDTvsTmQqsek9xxcuMgK64Tr6sP1lEiDuZJbQeKVWWRnreBF2FQ1cEGLmfOpvSO+40csA==",
"license": "MIT",
"dependencies": {
"@tonaljs/collection": "4.9.0",
"@tonaljs/pitch": "5.0.2",
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-interval": "6.1.0",
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/pcset/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/pcset/node_modules/@tonaljs/pitch-interval": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-6.1.0.tgz",
"integrity": "sha512-9ZMxA7V4UgySnOKPIG6HECzhDb8mbiTCIdNNIzCIfz5XpjUmohku2YZpVVWMacLHgyeQicJzNoRiPel5oSAn4A==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/pitch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.1.tgz",
"integrity": "sha512-5HYkF4hGY0jS2y5V3Hf5gNFXX46kT4cAcI7JLEn+qQb9N1dU9Gz9koI9di0mD1Tbam+kviceiCsJl4WX/FqYjA==",
"license": "MIT"
},
"node_modules/@tonaljs/pitch-distance": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-distance/-/pitch-distance-5.0.5.tgz",
"integrity": "sha512-dTfjsU0zyrj5YmiFio5prPaD5w7sBmHp4nnmlEg70nHY+SerAH0KiO9HM9usttVgRFUaXl0Gc7OI8YMGfSFmug==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2",
"@tonaljs/pitch-interval": "6.1.0",
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/pitch-distance/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/pitch-distance/node_modules/@tonaljs/pitch-interval": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-6.1.0.tgz",
"integrity": "sha512-9ZMxA7V4UgySnOKPIG6HECzhDb8mbiTCIdNNIzCIfz5XpjUmohku2YZpVVWMacLHgyeQicJzNoRiPel5oSAn4A==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/pitch-interval": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-5.0.2.tgz",
"integrity": "sha512-bQmxeenRFNuuABs9mDc+bSUp3ySGw8I49pHMoGDdCcro9n3MDN8IsSwhvKoGOYErFMx76rNn1t+7WL8ukpvX5w==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.1"
}
},
"node_modules/@tonaljs/pitch-note": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-note/-/pitch-note-6.1.0.tgz",
"integrity": "sha512-A4OSLo8DjM38u73862LnDmL4YInDDRBmg0fojXcvu4cyU3oOlqndyeHOra1OVoH/WW46uNIxNs1wJDZNPWL5KQ==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/pitch-note/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/progression": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/@tonaljs/progression/-/progression-4.9.2.tgz",
"integrity": "sha512-1Pmau5tKoWmY2H/fp9WVJ5Qm4c+xlu7IEZb3R3uLbc26kJq97DbuSnfArIAQoZTum2V6lOEN/Dt34E9OrGKnoA==",
"license": "MIT",
"dependencies": {
"@tonaljs/chord": "6.1.2",
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-interval": "6.1.0",
"@tonaljs/pitch-note": "6.1.0",
"@tonaljs/roman-numeral": "4.9.1"
}
},
"node_modules/@tonaljs/progression/node_modules/@tonaljs/chord": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@tonaljs/chord/-/chord-6.1.2.tgz",
"integrity": "sha512-39crsPVyBJxdGJ1DGl+4diM+6+mZ/ws6crkQMlqX4zTYHMUVfJOQrko4mPF1CD89AFhHJe1zCT9Js+nNp3Gffg==",
"license": "MIT",
"dependencies": {
"@tonaljs/chord-detect": "4.9.1",
"@tonaljs/chord-type": "5.1.1",
"@tonaljs/collection": "4.9.0",
"@tonaljs/interval": "^5.1.0",
"@tonaljs/pcset": "4.10.1",
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-note": "6.1.0",
"@tonaljs/scale-type": "4.9.2"
}
},
"node_modules/@tonaljs/progression/node_modules/@tonaljs/chord-type": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@tonaljs/chord-type/-/chord-type-5.1.1.tgz",
"integrity": "sha512-ti4WzRYvvjH7to0G3zlJFq7WsjHqmcqbk8Jv98aZSR5YumLdY/ua2yOPPyoPq82n6vfgjZsacnAZ3v8/SodOcw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pcset": "4.10.1"
}
},
"node_modules/@tonaljs/progression/node_modules/@tonaljs/interval": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/interval/-/interval-5.1.0.tgz",
"integrity": "sha512-GR9dUjn0j7yhjwjRh8HQxZYXOiVl05WfY3AFyMB9rfg807K4dSJmWfPTULPQXyHJ6NiZOPXcwRs8MxMLDxgdbg==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "^5.0.2",
"@tonaljs/pitch-distance": "^5.0.4",
"@tonaljs/pitch-interval": "^6.0.0"
}
},
"node_modules/@tonaljs/progression/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/progression/node_modules/@tonaljs/pitch-interval": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-6.1.0.tgz",
"integrity": "sha512-9ZMxA7V4UgySnOKPIG6HECzhDb8mbiTCIdNNIzCIfz5XpjUmohku2YZpVVWMacLHgyeQicJzNoRiPel5oSAn4A==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/range": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/@tonaljs/range/-/range-4.9.2.tgz",
"integrity": "sha512-XhFbCJCrEEIVz3MNmdVp9QUyiJA6eqnNnQeNqto8AuT5BYuffHDoMkBmvvjPuV5Lh8zfF9D0aqglvqPbZ+neKQ==",
"license": "MIT",
"dependencies": {
"@tonaljs/collection": "4.9.0",
"@tonaljs/midi": "4.10.2"
}
},
"node_modules/@tonaljs/roman-numeral": {
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/@tonaljs/roman-numeral/-/roman-numeral-4.9.1.tgz",
"integrity": "sha512-dJGKBNHdPrNTE97ZDk4t6wpNmgYcpHyLkAvWkRP9I/HsDkeTFFQqNXosYIvspPWrFySlRpeqqFwcqV74MYoOag==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2",
"@tonaljs/pitch-interval": "6.1.0",
"@tonaljs/pitch-note": "6.1.0"
}
},
"node_modules/@tonaljs/roman-numeral/node_modules/@tonaljs/pitch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch/-/pitch-5.0.2.tgz",
"integrity": "sha512-mxaXJPPe+LIJdjzpZEl8I8Wx3dEvlzkBbsr2Ltwc2dTAdnErAZ5R0TxVq2egF27lMvQN2QPQPWI9iDPPdVUmrg==",
"license": "MIT"
},
"node_modules/@tonaljs/roman-numeral/node_modules/@tonaljs/pitch-interval": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@tonaljs/pitch-interval/-/pitch-interval-6.1.0.tgz",
"integrity": "sha512-9ZMxA7V4UgySnOKPIG6HECzhDb8mbiTCIdNNIzCIfz5XpjUmohku2YZpVVWMacLHgyeQicJzNoRiPel5oSAn4A==",
"license": "MIT",
"dependencies": {
"@tonaljs/pitch": "5.0.2"
}
},
"node_modules/@tonaljs/scale": {
"version": "4.13.4",
"resolved": "https://registry.npmjs.org/@tonaljs/scale/-/scale-4.13.4.tgz",
"integrity": "sha512-hyilnmsCmoGQiRhYWKM1QPrqaNH3KGEfrSfxeXcicPnEh12yvrVRm4djKmTVw7Rc/5P4GniPAA51+CS0C5dbLw==",
"license": "MIT",
"dependencies": {
"@tonaljs/chord-type": "5.1.1",
"@tonaljs/collection": "4.9.0",
"@tonaljs/note": "4.12.1",
"@tonaljs/pcset": "4.10.1",
"@tonaljs/pitch-distance": "5.0.5",
"@tonaljs/pitch-note": "6.1.0",
"@tonaljs/scale-type": "4.9.2"
}
},
"node_modules/@tonaljs/scale-type": {
"version": "4.9.2",
"resolved": "https://registry.npmjs.org/@tonaljs/scale-type/-/scale-type-4.9.2.tgz",
"integrity": "sha512-XDRPySg0X6owJ6AVzVRpS4ZpgleAUQakuq5VtfQ0JitnJKGRYo5Y0w7Fl/wEz/X9aEMk2lxcdF8VGGMIsQFo0g==",
"license": "MIT",
"dependencies": {
"@tonaljs/pcset": "4.10.1"
}
},
"node_modules/@tonaljs/scale/node_modules/@tonaljs/chord-type": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@tonaljs/chord-type/-/chord-type-5.1.1.tgz",
"integrity": "sha512-ti4WzRYvvjH7to0G3zlJFq7WsjHqmcqbk8Jv98aZSR5YumLdY/ua2yOPPyoPq82n6vfgjZsacnAZ3v8/SodOcw==",
"license": "MIT",
"dependencies": {
"@tonaljs/pcset": "4.10.1"
}
},
"node_modules/@tonaljs/time-signature": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@tonaljs/time-signature/-/time-signature-4.9.0.tgz",
"integrity": "sha512-zRo8CBqg/2guzTlF2vxyVIuB5gmwWQaxlknJPUSDII8CTdQ/x3a1LlNoMKkvTUnqwCihe3WrNPZ5XUfOOTthYA==",
"license": "MIT"
},
"node_modules/@tonaljs/tonal": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/@tonaljs/tonal/-/tonal-4.10.0.tgz",
"integrity": "sha512-F2T9Fiy+j0MVped89kCrX1XF68mQOLUnny4pDOHrIf+OkrjtLQOzzaSOrX1tx0o72WUwQm1knz6D1d57b9X1HA==",
"license": "MIT",
"dependencies": {
"@tonaljs/abc-notation": "^4.8.0",
"@tonaljs/array": "^4.8.0",
"@tonaljs/chord": "^4.8.0",
"@tonaljs/chord-type": "^4.8.0",
"@tonaljs/collection": "^4.8.0",
"@tonaljs/core": "^4.8.0",
"@tonaljs/duration-value": "^4.8.0",
"@tonaljs/interval": "^4.8.0",
"@tonaljs/key": "^4.9.0",
"@tonaljs/midi": "^4.8.0",
"@tonaljs/mode": "^4.8.0",
"@tonaljs/note": "^4.9.0",
"@tonaljs/pcset": "^4.8.0",
"@tonaljs/progression": "^4.8.0",
"@tonaljs/range": "^4.8.0",
"@tonaljs/roman-numeral": "^4.8.0",
"@tonaljs/scale": "^4.9.0",
"@tonaljs/scale-type": "^4.8.0",
"@tonaljs/time-signature": "^4.8.0"
}
},
"node_modules/@tybys/wasm-util": {
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
......@@ -1774,6 +1184,7 @@
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/json-schema": {
......@@ -2209,6 +1620,7 @@
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
"dev": true,
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
......@@ -2355,15 +1767,6 @@
"node": ">=18"
}
},
"node_modules/chord-voicings": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/chord-voicings/-/chord-voicings-0.0.1.tgz",
"integrity": "sha512-SutgB/4ynkkuiK6qdQ/k3QvCFcH0Vj8Ch4t6LbRyRQbVzP/TOztiCk3kvXd516UZ6fqk7ijDRELEFcKN+6V8sA==",
"license": "ISC",
"dependencies": {
"@tonaljs/tonal": "^4.6.5"
}
},
"node_modules/clsx": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
......@@ -2437,15 +1840,6 @@
"node": ">=8"
}
},
"node_modules/djipevents": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/djipevents/-/djipevents-2.0.7.tgz",
"integrity": "sha512-KNFYaU85imxOCKOUsIR70Iz9E19r96/X7LSH+u0tSoZdpWcBdzoqtTsU+wuLhc6GMpSFob+KInkZAbfKi01Bjg==",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.20.6"
}
},
"node_modules/electron-to-chromium": {
"version": "1.5.368",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.368.tgz",
......@@ -2497,27 +1891,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/escodegen": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
"license": "BSD-2-Clause",
"dependencies": {
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
"esutils": "^2.0.2"
},
"bin": {
"escodegen": "bin/escodegen.js",
"esgenerate": "bin/esgenerate.js"
},
"engines": {
"node": ">=6.0"
},
"optionalDependencies": {
"source-map": "~0.6.1"
}
},
"node_modules/eslint": {
"version": "10.4.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz",
......@@ -2654,19 +2027,6 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/esprima": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
"license": "BSD-2-Clause",
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/esquery": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
......@@ -2697,6 +2057,7 @@
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=4.0"
......@@ -2706,6 +2067,7 @@
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.0"
......@@ -2715,6 +2077,7 @@
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.10.0"
......@@ -2820,19 +2183,6 @@
"dev": true,
"license": "ISC"
},
"node_modules/fraction.js": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
"integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
"license": "MIT",
"engines": {
"node": "*"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rawify"
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
......@@ -2958,16 +2308,6 @@
"dev": true,
"license": "ISC"
},
"node_modules/jazz-midi": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/jazz-midi/-/jazz-midi-1.7.9.tgz",
"integrity": "sha512-c8c4BBgwxdsIr1iVm53nadCrtH7BUlnX3V95ciK/gbvXN/ndE5+POskBalXgqlc/r9p2XUbdLTrgrC6fou5p9w==",
"license": "MIT",
"optional": true,
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/jiti": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
......@@ -3032,16 +2372,6 @@
"node": ">=6"
}
},
"node_modules/jzz": {
"version": "1.9.6",
"resolved": "https://registry.npmjs.org/jzz/-/jzz-1.9.6.tgz",
"integrity": "sha512-J7ENLhXwfm2BNDKRUrL8eKtPhUS/CtMBpiafxQHDBcOWSocLhearDKEdh+ylnZFcr5OXWTed0gj6l/txeQA9vg==",
"license": "MIT",
"optional": true,
"dependencies": {
"jazz-midi": "^1.7.9"
}
},
"node_modules/keyv": {
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
......@@ -3414,21 +2744,6 @@
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"node_modules/nanostores": {
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.11.4.tgz",
"integrity": "sha512-k1oiVNN4hDK8NcNERSZLQiMfRzEGtfnvZvdBvey3SQbgn8Dcrk0h1I6vpxApjb10PFUflZrgJ2WEZyJQ+5v7YQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
......@@ -3754,16 +3069,6 @@
"dev": true,
"license": "ISC"
},
"node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"license": "BSD-3-Clause",
"optional": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
......@@ -3788,25 +3093,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/superdough": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/superdough/-/superdough-1.3.0.tgz",
"integrity": "sha512-LhmsrErcv9EMFNb79+3tvn6h7WgzKp4yRe1XtT2+eRY9oEpV4Jz0nb9Dxil3OLaNhQ6V2FuwPWBLQJb2aVtwuQ==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@kabelsalat/lib": "^0.4.1",
"nanostores": "^0.11.3"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/supradough": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/supradough/-/supradough-1.2.4.tgz",
"integrity": "sha512-/v3cL9fq05QCQVwbttLHNZcjyyFFz5wdKvg3j6V6moRXpDlQG89l8dQtUIpQvHsxYI5sXNod9rh5bf+Y4NMGeA==",
"license": "AGPL-3.0-or-later"
},
"node_modules/tailwindcss": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
......@@ -4166,21 +3452,6 @@
"integrity": "sha512-TIe7hB6OCZysNOZ2cn2NR8Qpko22POWel6rauNcqOammFoH65NYQUM35unNLLMIlUMVYvjJ6w/TTl/G/m+w0nA==",
"license": "BSD-3-Clause"
},
"node_modules/webmidi": {
"version": "3.1.16",
"resolved": "https://registry.npmjs.org/webmidi/-/webmidi-3.1.16.tgz",
"integrity": "sha512-I6NnCfBUXNbV8q6EU+DPtr1u1EgjzDrFKHQQS2OgaHzcuQRFhRHgogfKpKSpxD0IgXhZHz8+k/OpGfZoWbvWAQ==",
"license": "Apache-2.0",
"dependencies": {
"djipevents": "^2.0.7"
},
"engines": {
"node": ">=8.5"
},
"optionalDependencies": {
"jzz": "^1.8.5"
}
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
......
......@@ -13,7 +13,6 @@
"dependencies": {
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@strudel/web": "^1.3.0",
"@wavesurfer/react": "^1.0.12",
"clsx": "^2.1.1",
"lucide-react": "^1.17.0",
......
__pycache__/
*.pyc
.pytest_cache/
# kitindex envelope cache — derived, keyed on file size+mtime
.kitindex-cache.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment