Improve MIDI search and add browser playback engines.

This commit is contained in:
b1rdmania
2025-12-18 14:25:38 +00:00
parent 4fdc6984bc
commit 2c9d06d8d7
30 changed files with 2080 additions and 93 deletions
+4 -2
View File
@@ -22,7 +22,9 @@
"vite": "^5.0.0"
},
"dependencies": {
"@tonejs/midi": "^2.0.28"
"@tonejs/midi": "^2.0.28",
"soundfont-player": "^0.12.0",
"tone": "^15.1.22"
},
"keywords": [
"web-audio",
@@ -32,4 +34,4 @@
],
"author": "",
"license": "MIT"
}
}