Skip to content

Commit

Permalink
adds spec data to MIDI interfaces (#11505)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelandrew authored Jul 16, 2021
1 parent 2aeb3a7 commit 6663c58
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/MIDIAccess.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"inputs": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIAccess/inputs",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiaccess-inputs",
"support": {
"chrome": {
"version_added": "43"
Expand Down Expand Up @@ -98,6 +99,8 @@
},
"onstatechange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIAccess/onstatechange",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiaccess-onstatechange",
"support": {
"chrome": {
"version_added": "43"
Expand Down Expand Up @@ -146,6 +149,7 @@
"outputs": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIAccess/outputs",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiaccess-outputs",
"support": {
"chrome": {
"version_added": "43"
Expand Down Expand Up @@ -243,6 +247,7 @@
"sysexEnabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIAccess/sysexEnabled",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiaccess-sysexenabled",
"support": {
"chrome": {
"version_added": "45"
Expand Down
2 changes: 2 additions & 0 deletions api/MIDIConnectionEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"MIDIConnectionEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIConnectionEvent/MIDIConnectionEvent",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiconnectionevent-constructor",
"description": "<code>MIDIConnectionEvent()</code> constructor",
"support": {
"chrome": {
Expand Down Expand Up @@ -100,6 +101,7 @@
"port": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIConnectionEvent/port",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiconnectionevent-port",
"support": {
"chrome": {
"version_added": "43"
Expand Down
2 changes: 2 additions & 0 deletions api/MIDIInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
},
"onmidimessage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIInput/onmidimessage",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midiinput-onmidimessage",
"support": {
"chrome": {
"version_added": "43"
Expand Down
2 changes: 2 additions & 0 deletions api/MIDIMessageEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"MIDIMessageEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIMessageEvent/MIDIMessageEvent",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midimessageevent-constructor",
"description": "<code>MIDIMessageEvent()</code> constructor",
"support": {
"chrome": {
Expand Down Expand Up @@ -100,6 +101,7 @@
"data": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIMessageEvent/data",
"spec_url": "https://webaudio.github.io/web-midi-api/#dom-midimessageevent-data",
"support": {
"chrome": {
"version_added": "43"
Expand Down

0 comments on commit 6663c58

Please sign in to comment.