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

issue with the example #75

Closed dnuob closed 6 years ago

dnuob commented 6 years ago

the example has this line code, in browser, it alert the object not defined.

input.onmidimessage = myMIDIMessagehandler;

cwilso commented 6 years ago

The sample in the README? Yeah, that's "your code". Check the code in the examples/, e.g. https://cwilso.github.io/WebMIDIAPIShim/examples/list_devices/, for an example.