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

Please export what you offer #78

Open rektide opened 6 years ago

rektide commented 6 years ago

At some point I used to be able to require("web-midi-api") and then use methods from that- .requestMIDIAccess, .close.

At present, it appears that Node users HAVE to use the global.navigator monkeypatching.

Please provide the standard, normalized, formative interfaces that Node by convention uses throughout. Please provide the exports that used to be available in this package.