Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'gh-pages' into pending-disconnect
  • Loading branch information
mjwilson-google authored Jan 21, 2025
commit 96e7b227bd313991423449dc1fcdaa4b95cac6d1
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,13 @@ <h2 id="MIDIPort">
<p>
If the port is an input port, skip to the next step. If the
output port's <a data-lt="MIDIPort.state">.state</a> is not
<a data-lt="MIDIPortDeviceState.connected">"connected"</a>,
clear all enqueued send data and skip to the next step. Clear
any enqueued send data in the system with timestamps in the
future, then finish sending any send messages with no
timestamp or with a timestamp in the past or present, prior
to proceeding to the next step.
<a data-lt="MIDIPortDeviceState.connected">"connected"</a>
or if its .connection is "pending", clear all enqueued send
data and skip to the next step. Clear any enqueued send data
in the system with timestamps in the future, then finish
sending any send messages with no timestamp or with a
timestamp in the past or present, prior to proceeding to
the next step.
</p>
</li>
<li>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.