cwilso / WebMIDIAPIShim

Polyfill using the Jazz NPAPI MIDI plugin to implement the Web MIDI API on Mac and Windows.
380 stars 53 forks source link

WebMIDIAPIShim/Jazz and webcomponent.js conflict #57

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi everyone,

There seem to be some conflicts between the Web Component Polyfills (bower version 0.5.0) and your WebMIDIAPI ones' (latest git). Everything works fine separately, with WebMIDIAPI and Jazz on one side and Polymer on the other, but as long as I mix them, the alert "MIDI failed to start. Did you forget to install the Jazz plugin?" comes back (no error thrown in the javascript console). Just try to import webcomponent.js in the index.html file and you'll get this.

Thanks a lot for your tremendous work. All the best,