added midi support

This commit is contained in:
Felix Roos 2022-02-09 22:10:11 +01:00
parent b0e50db4f6
commit f6c4bdb8a6
7 changed files with 132 additions and 83 deletions

View file

@ -12,13 +12,16 @@
"@tonaljs/tonal": "^4.6.5",
"codemirror": "^5.65.1",
"estraverse": "^5.3.0",
"multimap": "^1.1.0",
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"shift-ast": "^6.1.0",
"shift-codegen": "^7.0.3",
"shift-regexp-acceptor": "^2.0.3",
"shift-spec": "^2018.0.2",
"tone": "^14.7.77"
"tone": "^14.7.77",
"webmidi": "^2.5.2"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",