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

rename variable ev.timestamp to ev.timeStamp to fix undefined error in t... #46

Closed clutterjoe closed 9 years ago

clutterjoe commented 9 years ago

The handleMidiMessage(ev) function, the ev object generated by a midi input event contains the variable ev.timeStamp, the test had it as ev.timestamp and it was producing an undefined error in the midi test output.

Phenomenal library btw! Thank you so much for this.