O
O
Line 8555 of vue-plyr.ssr.js: `c.setAttribute("src", u), c.setAttribute("allowfullscreen", ""), c.setAttribute("allow", "autoplay,fullscreen,picture-in-picture"), is$1.empty(s) || c.setAttribute("referrerPolicy", s);` You need to set the allow attributes separated by semicolon not commas, or else it doesn't...
The problem is line 8555 in vue-plyr.ssr.js: `setAttribute("allow", "autoplay,fullscreen,picture-in-picture")` This needs to use semicolons not colons. Otherwise play and autoplay will be buggy or not for Android and iOS. `setAttribute("allow",...
Still broken on my end.
> Those logs are coming from the underlying native system - nothing we can do in NativeScript-Vue to silence them. Where would I dig around to find a way to...
Yep me too
The only online site to convert SCL to MTS is now down... This was a crucial piece of the puzzle to get microtonal tunings onto hardware synths like the DSI...
I wrote this Python script to convert Scala to MIDI sysex... If that is at all partially useful. Has functions for parsing Scala and converting to frequencies etc. https://github.com/unremarkablegarden/scala2mts
> It’s your lucky day. I already made one. https://github.com/unremarkablegarden/scala2mts