Unhandled Exception: MissingPluginException on Web
I noticed the example is built on web, but I can't get the plugin to work on chrome, I get MissingPluginException.
Is there any support for web published in the package?
Not at the moment
So how did you get the example app to run on web?
Using tone.js and dart:html
Nice. Do you have plans on implementing that to the project? accept PRs?
I'm always open to PRs!
I'm also look forward to get it run on web!
Currently there's no way in Tone.js to decode .sf2 files,see https://github.com/Tonejs/Tone.js/issues/290 but there is another promising library , see https://github.com/surikov/webaudiofont/issues/48 more,how to convert sf2 files to js https://github.com/surikov/webaudiofont/issues/14
Really needed feature.
Im open for PRs but the work is in progress. My flutter_piano app uses midi on the web: https://github.com/rodydavis/flutter_piano