-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e38164e
commit addffea
Showing
8 changed files
with
496 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* musicxml-player v0.16.2 | ||
* musicxml-player v0.16.3 | ||
* (c) Karim Ratib <[email protected]> (https://github.com/infojunkie) | ||
* Released under the GPL-3.0-only License. | ||
*/ | ||
|
@@ -12128,7 +12128,7 @@ class WebAudioFontOutput { | |
} | ||
|
||
var name = "musicxml-player"; | ||
var version = "0.16.2"; | ||
var version = "0.16.3"; | ||
var description = "A simple JavaScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI."; | ||
var main = "dist/musicxml-player.esm.js"; | ||
var type = "module"; | ||
|
@@ -12203,7 +12203,7 @@ var homepage = "https://github.com/infojunkie/musicxml-player#readme"; | |
var dependencies = { | ||
"json-midi-encoder": "^5.1.32", | ||
"midi-json-parser": "^8.1.14", | ||
"midi-player": "github:infojunkie/midi-player#infojunkie", | ||
"midi-player": "github:infojunkie/midi-player", | ||
opensheetmusicdisplay: "^1.7.1", | ||
"standardized-audio-context": "^25.3.35", | ||
"timing-object": "^3.1.61", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.