Web MIDI API is now working with Jazz Soft plugin and the Chris Wilson shim

This commit is contained in:
Michael Deal 2013-01-24 23:50:08 -08:00
parent 326fc9952a
commit 076f233d55
3 changed files with 83 additions and 67 deletions

View file

@ -22,6 +22,7 @@
// load the Jazz plugin
var o1 = document.createElement("object");
o1.style.cssText = "top: -500px; position: absolute;";
o1.id = "_Jazz" + Math.random() + "ie";
o1.classid = "CLSID:1ACE1618-1C7D-4561-AEE1-34842AA85E90";