Skip to content

Commit

Permalink
Update xen-midi and webmidi dependencies
Browse files Browse the repository at this point in the history
Fixes a bug where note offs wouldn't trigger when using multiple MIDI channels at once.
  • Loading branch information
frostburn committed Mar 31, 2024
1 parent fe00121 commit d01a750
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scale-workshop",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand Down Expand Up @@ -28,7 +28,7 @@
"vue-router": "^4.3.0",
"webmidi": "^3.1.8",
"xen-dev-utils": "^0.2.8",
"xen-midi": "^0.1.2"
"xen-midi": "^0.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
Expand Down

0 comments on commit d01a750

Please sign in to comment.