Skip to content

Commit 2113dd1

Browse files
author
Michael Wilson
committed
Clarify what data should be sent when a port is reopened
1 parent c07b3a1 commit 2113dd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -777,9 +777,9 @@ <h2 id="MIDIPort">
777777
</li>
778778
<li>
779779
<p>
780-
If this port is an output port and has any pending data that
781-
is waiting to be sent, asynchronously begin sending that
782-
data.
780+
If this port is an output port and has any enqueued send data
781+
with timestamps in the future, asynchronously begin sending
782+
that data.
783783
</p>
784784
</li>
785785
<li>
@@ -874,8 +874,8 @@ <h2 id="MIDIPort">
874874
If the port is an input port, skip to the next step. If the
875875
output port's <a data-lt="MIDIPort.state">.state</a> is not
876876
<a data-lt="MIDIPortDeviceState.connected">"connected"</a>,
877-
clear all pending send data and skip to the next step. Clear
878-
any pending send data in the system with timestamps in the
877+
clear all enqueued send data and skip to the next step. Clear
878+
any enqueued send data in the system with timestamps in the
879879
future, then finish sending any send messages with no
880880
timestamp or with a timestamp in the past or present, prior
881881
to proceeding to the next step.

0 commit comments

Comments
 (0)