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

MIDIOutput.removeEventListener is broken #72

Closed paulobarcelos closed 6 years ago

paulobarcelos commented 6 years ago

The current implementation of removeEventListener causes the listeners to never be removed. listeners.has(listener) should be true in case you want to delete the listener.

abudaan commented 6 years ago

Thanks! I have updated my PR and fixed both MIDIInput and MIDIOutput.