LibreScore / webmscore

MuseScore's core library (libmscore) in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers.
https://www.npmjs.com/package/webmscore/
Other
129 stars 13 forks source link

Breaking typo in /web-example #4

Open ultraGentle opened 3 years ago

ultraGentle commented 3 years ago

Just mentioning this since I was getting a confusing error trying to run the example in Node js.
https://github.com/LibreScore/webmscore/blob/web/web-example/example.js

The example score file name string is given as Aequale_No_1

However, the actual file name of the score downloaded from // https://musescore.com/openscore/scores/4074271 in the example is Aequale_No._1 with a . after the No.

Xmader commented 3 years ago

The file is located at https://github.com/LibreScore/webmscore/blob/web/web-example/Aequale_No_1.mscz right in the same directory as example.js

ultraGentle commented 3 years ago

I didn't download the folder -- just copied and pasted the code snippet I needed, and then downloaded following the comment in the code. Anyway, just wanted the maintainers to know there's a discrepancy.