Karim Ratib
Karim Ratib
> The libraries generally aren't optimized for getting served directly from CDNs. > And in case it matters, I'm only referring to the CDN version for a demo app. I...
> And it bundles both, thanks to [the meta url plugin](https://www.npmjs.com/package/@chialab/esbuild-plugin-meta-url) Very cool, works great!
After reading the related Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1659672, I switched from using http://localhost to the actual machine IP, and now WebRTC no longer complains, but I get this error: > Firefox...
Thanks @chrisguttandin for your reply. Regarding the more robust version: is it really the `removeEventListener()` call that does the processing that you mention? I would have expected `addEventListener`.
Thanks for your help here. I am not sure that counting the skippable invocations would work, for example in case there happens to be interleaving internal and external calls. In...
Deployed to https://blog.karimratib.me/demos/musicxml/ . Working great!!
Start with my own music sheets, as per https://github.com/infojunkie/blog/issues/20
The unrolling transformation accepts a `renumberMeasures` param that loses the original measure numbers. For a more reliable approach, we can use `measure.id` as per https://github.com/infojunkie/musicxml-midi/issues/46.
Thanks, I'll try it out when I get back into this!
PR merged - please close this when you confirm the fix on your side. Thanks!