JanVeb
JanVeb
hm, okay, so why is it then in a word list?
> Great project, our group wants to use osmd to make a music app. During the research phase, we found that a 200-bar piano score takes 8 seconds to parse...
> Android WebView loading and rendering is very slow, some "xml" takes close to 60 seconds. However iOS is very fast, it only takes 6~7 seconds. Do you have any...
> We are using react-native's WebView to load. Are you using WebView to load and render? thanks! @JanVeb I'm using react.js, ionic, capacitor.js Though this isn't that important, i don't...
https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues/670 Exporting SVG or PNG image of score is implemented function in OSMD, you can check more about it in upper link. How ever, i don't do it this way...
Do you really have to resize osmd during rendering? you could easily set desired osmd zoom before calling rendering ``` osmd.zoom = 2 osmd.render(); ``` Also instead of resizing osmd...
File "/Users/name/Downloads/2f48085f69174525ead3f6b4321e622c.musicxml" corrupted Cant load it to Musescore, getting this error that file is corrupted. It loads to OMSD demo and plays as well, though it doesn't show on screen....
Im sorry I don't really understand your issue, was thinking that if your issue is rendering error when resizing during rendering, this could be easily solved by not resizing osmd...
> Can volume be set higher than "1.0" with howlerJS? In the readme it gives a range of 0.0 to 1.0 for volume. However, I have a fade in my...
Does this help with issue that OSMD is not running on local host on Safari (though it works on chrome on Mac OS) and neither on iOS as mobile version...