|
34 | 34 | ],
|
35 | 35 | github: "WebAudio/web-midi-api",
|
36 | 36 | group: "wg/audio",
|
| 37 | + otherLinks: [ |
| 38 | + { |
| 39 | + key: "Implementation report:", |
| 40 | + data: [ |
| 41 | + { |
| 42 | + value: "No preliminary interoperability or implementation report exists.", |
| 43 | + }, |
| 44 | + ], |
| 45 | + }, |
| 46 | + ], |
37 | 47 | previousPublishDate: "2013-11-26",
|
38 | 48 | previousMaturity: "WD",
|
| 49 | + testSuiteURI: "https://github.com/web-platform-tests/wpt/tree/master/webmidi", |
39 | 50 | xref: {
|
40 | 51 | profile: "web-platform",
|
41 | 52 | specs: ["hr-time", "permissions", "permissions-policy"],
|
|
89 | 100 | </p>
|
90 | 101 | <p>
|
91 | 102 | The Web MIDI API is also expected to be used in conjunction with other
|
92 |
| - APIs and elements of the web platform, notably the Web Audio API. This |
93 |
| - API is also intended to be familiar to users of MIDI APIs on other |
94 |
| - systems, such as Apple's CoreMIDI and Microsoft's Windows MIDI API. |
| 103 | + APIs and elements of the web platform, notably the <a>Web Audio |
| 104 | + API</a>. This API is also intended to be familiar to users of MIDI APIs |
| 105 | + on other systems, such as Apple's CoreMIDI and Microsoft's Windows MIDI |
| 106 | + API. |
95 | 107 | </p>
|
96 | 108 | </section>
|
97 | 109 | <section id="sotd"></section>
|
@@ -923,7 +935,7 @@ <h2 id="MIDIPort">
|
923 | 935 | "MIDIPort.onstatechange">statechange</a> at the {{MIDIPort}}, and
|
924 | 936 | <a data-lt="MIDIAccess.onstatechange">statechange</a> at the
|
925 | 937 | {{MIDIAccess}}, using {{MIDIConnectionEvent}} with the {{MIDIConnectionEvent/port}} attribute set
|
926 |
| - to |port| |
| 938 | + to |port|. |
927 | 939 | </p>
|
928 | 940 | </li>
|
929 | 941 | </ol>
|
@@ -1422,12 +1434,12 @@ <h2>
|
1422 | 1434 | mapped against these features:
|
1423 | 1435 | </p>
|
1424 | 1436 | <ol>
|
1425 |
| - <li>Receiving short messages. This is the most attractive scenario |
1426 |
| - for Web MIDI, as it enables getting input from keyboards, drum pads, |
1427 |
| - guitars, wind controllers, DJ/controllerist controllers, and more, |
1428 |
| - and use those messages as input to control instruments and features |
1429 |
| - in the Web Audio API as well as other control scenarios (MIDI is the |
1430 |
| - protocol of choice for the multi-billion-dollar music production |
| 1437 | + <li>Receiving short messages. This is the most attractive scenario for |
| 1438 | + Web MIDI, as it enables getting input from keyboards, drum pads, |
| 1439 | + guitars, wind controllers, DJ/controllerist controllers, and more, and |
| 1440 | + use those messages as input to control instruments and features in |
| 1441 | + the <a>Web Audio API</a> as well as other control scenarios (MIDI is |
| 1442 | + the protocol of choice for the multi-billion-dollar music production |
1431 | 1443 | industry for getting physical controllers like knobs and buttons
|
1432 | 1444 | attached to your computer, both in pro/prosumer audio and media
|
1433 | 1445 | applications as well as consumer applications like Garageband.)
|
|
0 commit comments