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

unsupported port attributes should be null #18

Closed jussi-kalliokoski closed 11 years ago

jussi-kalliokoski commented 11 years ago

The current spec says that "manufacturer", "name" and "version" are nullable, so if the implementation doesn't provide them, it should provide null instead. Currently (at least based on the README) "version" and "manufacturer" are always "<not supported>".