Skip to content

Commit b45b011

Browse files
Merge branch 'WebAudio:gh-pages' into 168-require-init
2 parents 13b09ff + 21b4bc8 commit b45b011

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,19 @@
3434
],
3535
github: "WebAudio/web-midi-api",
3636
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+
],
3747
previousPublishDate: "2013-11-26",
3848
previousMaturity: "WD",
49+
testSuiteURI: "https://github.com/web-platform-tests/wpt/tree/master/webmidi",
3950
xref: {
4051
profile: "web-platform",
4152
specs: ["hr-time", "permissions", "permissions-policy"],
@@ -89,9 +100,10 @@
89100
</p>
90101
<p>
91102
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.
95107
</p>
96108
</section>
97109
<section id="sotd"></section>
@@ -923,7 +935,7 @@ <h2 id="MIDIPort">
923935
"MIDIPort.onstatechange">statechange</a> at the {{MIDIPort}}, and
924936
<a data-lt="MIDIAccess.onstatechange">statechange</a> at the
925937
{{MIDIAccess}}, using {{MIDIConnectionEvent}} with the {{MIDIConnectionEvent/port}} attribute set
926-
to |port|
938+
to |port|.
927939
</p>
928940
</li>
929941
</ol>
@@ -1422,12 +1434,12 @@ <h2>
14221434
mapped against these features:
14231435
</p>
14241436
<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
14311443
industry for getting physical controllers like knobs and buttons
14321444
attached to your computer, both in pro/prosumer audio and media
14331445
applications as well as consumer applications like Garageband.)

0 commit comments

Comments
 (0)