Denigma Online #385
rpatters1
started this conversation in
Show and tell
Replies: 2 comments
|
Thank you so much! It's a very cool project. I'll be watching closely and possibly using it or participating in some way. I'm going to respond on #355 because now I better understand what you are doing with WASM. |
0 replies
|
Your MX repo is so much more organized and ready to onboard other developers than any of mine is. But I will welcome contributions if they are forthcoming. I'm gradually getting there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have just put up a website that converts Finale musx files to musicxml using MX. This Finale-free musicxml export is only possible because MX assumes all the work of serializing the xml and presents to my code a semantic object model.
The cool thing is that the exporter (along with MX) is compiled into a webasm using emscripten. So the website is entirely client-side. The only thing the server does is serve up modest-sized assets in response to http get requests.
Denigma Online
The preview pane uses Open Sheet Music Display to render the xml into sheet music.
All reactions