Browsers in 2013 with Web MIDI API?

爱⌒轻易说出口 提交于 2020-01-02 10:30:14

问题


Does anybody knows if there's a browser whith Web MIDI support? ... I've tried the samples on http://webaudio.github.io/web-midi-api/ but they throw me an error that my navigator has not such properties. Im working on google-chrome and firefox. If, there's no browsers that support MIDI, when do u estimate we will have one, maybe in the next 2 years?


回答1:


According to this posting (dated June 28th 2013), "initial experimental support" for Web MIDI is now available in Chrome Canary.




回答2:


As of now, there are no browsers that support the Web MIDI API yet. First off, the spec isn't finalized yet and there were a couple of changes made from the original spec (function names and procedures could change anytime).

You can, however, enable your browser to support the API by installing the Jazz plugin and using Chris Wilson's Web MIDI API shim. I have personally tried it and it really works! :)




回答3:


As of writing this, Web Midi is now available in regular Chrome (not just canary), though it is still an experimental feature, so it must be enabled manually at chrome://flags/#enable-web-midi




回答4:


try this one, jasmid to play midi files directly on chrome/ff, no plugin needed




回答5:


One of the authors of the Web MIDI API has created this shim, which enables you to work with the Web MIDI API in today’s browsers:

WebMIDIAPIShim https://github.com/cwilso/WebMIDIAPIShim



来源:https://stackoverflow.com/questions/18274678/browsers-in-2013-with-web-midi-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!