Browsers in 2013 with Web MIDI API?

一个人想着一个人 提交于 2019-12-06 09:53:51

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

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! :)

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

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

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

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