WebAudio / web-midi-api

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

MIDI-related terms in terminology section are not defined in the MIDI reference #244

Open mjwilson-google opened 9 months ago

mjwilson-google commented 9 months ago

The terminology section (https://webaudio.github.io/web-midi-api/#terminology) currently says the following:

"The terms MIDI, MIDI device, MIDI input port, MIDI output port, MIDI interface, MIDI message, MIDI System Real-Time message and system exclusive are defined in [MIDI]."

In addition to lacking a definition of a "valid MIDI message" (#164), there are several other issues with this section:

mjwilson-google commented 9 months ago

Referring to other specs, it seems like it's probably better to link the definitions every time they are used instead of just the first usage in each section. That part can also be done right before applying for CR status.