You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tested yesterday but used "//" instead of "http://".
If you are having problems, can you pls test with either "//" or "https://"?
Also, it wouldn't hurt to remove the trailing "/", to keep things equal.
When stf=='js', the current default URL (https://raw.githubusercontent.com/gleitz/midi-js-soundfonts/gh-pages/FluidR3_GM) fails, with an error saying that it doesn't allow execution of JS for something returned as mime text.
The solution we found was to replace the server with https://rawgit.com/gleitz/midi-js-soundfonts/gh-pages/FluidR3_GM which seems to return a more suitable mime type.
More info here ( https://github.com/rgrove/rawgit/blob/master/FAQ.md ).
The text was updated successfully, but these errors were encountered: