efreja
efreja
Tested this fix in rism-digital/midi-player, and it solves the problem. Thanks!
Done. Hope it's complete. BR
Hello, I have made changes used by https://wordpress.org/plugins/music-sheet-viewer v2.2 This version makes the scores playable with an enhanced version of midi-player. The enhancement compared to the version commited in june...
Please also note that if the player is deployed in a web server, we must set the Javascript variable MidiPlayer_filePackagePrefixURL to point the location where wildwebmidi.data is located otherwise it's...
Interface changed: - No need for having an extra link for loading the song when it's time to play it: This function (loadScore) is passed to MyPlayerClass constructor - It's...
Note that the example must now be run from a web server, as browsers don't accept that local resources (here wildwebmidi.data) are pulled with file protocol (only HTTP) : CORS...