Skip to content

Commit

Permalink
Merge branch 'WebAudio:gh-pages' into 168-require-init
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwilson-google committed Oct 5, 2023
2 parents 13b09ff + 21b4bc8 commit b45b011
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,19 @@
],
github: "WebAudio/web-midi-api",
group: "wg/audio",
otherLinks: [
{
key: "Implementation report:",
data: [
{
value: "No preliminary interoperability or implementation report exists.",
},
],
},
],
previousPublishDate: "2013-11-26",
previousMaturity: "WD",
testSuiteURI: "https://github.com/web-platform-tests/wpt/tree/master/webmidi",
xref: {
profile: "web-platform",
specs: ["hr-time", "permissions", "permissions-policy"],
Expand Down Expand Up @@ -89,9 +100,10 @@
</p>
<p>
The Web MIDI API is also expected to be used in conjunction with other
APIs and elements of the web platform, notably the Web Audio API. This
API is also intended to be familiar to users of MIDI APIs on other
systems, such as Apple's CoreMIDI and Microsoft's Windows MIDI API.
APIs and elements of the web platform, notably the <a>Web Audio
API</a>. This API is also intended to be familiar to users of MIDI APIs
on other systems, such as Apple's CoreMIDI and Microsoft's Windows MIDI
API.
</p>
</section>
<section id="sotd"></section>
Expand Down Expand Up @@ -923,7 +935,7 @@ <h2 id="MIDIPort">
"MIDIPort.onstatechange">statechange</a> at the {{MIDIPort}}, and
<a data-lt="MIDIAccess.onstatechange">statechange</a> at the
{{MIDIAccess}}, using {{MIDIConnectionEvent}} with the {{MIDIConnectionEvent/port}} attribute set
to |port|
to |port|.
</p>
</li>
</ol>
Expand Down Expand Up @@ -1422,12 +1434,12 @@ <h2>
mapped against these features:
</p>
<ol>
<li>Receiving short messages. This is the most attractive scenario
for Web MIDI, as it enables getting input from keyboards, drum pads,
guitars, wind controllers, DJ/controllerist controllers, and more,
and use those messages as input to control instruments and features
in the Web Audio API as well as other control scenarios (MIDI is the
protocol of choice for the multi-billion-dollar music production
<li>Receiving short messages. This is the most attractive scenario for
Web MIDI, as it enables getting input from keyboards, drum pads,
guitars, wind controllers, DJ/controllerist controllers, and more, and
use those messages as input to control instruments and features in
the <a>Web Audio API</a> as well as other control scenarios (MIDI is
the protocol of choice for the multi-billion-dollar music production
industry for getting physical controllers like knobs and buttons
attached to your computer, both in pro/prosumer audio and media
applications as well as consumer applications like Garageband.)
Expand Down

0 comments on commit b45b011

Please sign in to comment.