WebAudio / web-midi-api

The Web MIDI API, developed by the W3C Audio WG
http://webaudio.github.io/web-midi-api/
Other
323 stars 49 forks source link

MIDIMessageEvent: timestamp or timeStamp? #216

Closed anthony-de-jong closed 2 years ago

anthony-de-jong commented 3 years ago

While trying to implement the onmidimessage on a MIDIInput I couldn't get the timestamp to work. According to 4.7.1 MIDIInput Interface under step 3 the attribute name should be timestamp. According to 4.8 MIDIMessageEvent Interface it is timeStamp.

Also in 4.10.6 A Simple Loopback in EXAMPLE 8 is timestamp used instead of timeStamp.