File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -786,9 +786,9 @@ <h2 id="MIDIPort">
786
786
</ li >
787
787
< li >
788
788
< p >
789
- If this port is an output port and has any pending data that
790
- is waiting to be sent , asynchronously begin sending that
791
- data.
789
+ If this port is an output port and has any enqueued send data
790
+ with timestamps in the future , asynchronously begin sending
791
+ that data.
792
792
</ p >
793
793
</ li >
794
794
< li >
@@ -887,8 +887,8 @@ <h2 id="MIDIPort">
887
887
If the port is an input port, skip to the next step. If the
888
888
output port's < a data-lt ="MIDIPort.state "> .state</ a > is not
889
889
< a data-lt ="MIDIPortDeviceState.connected "> "connected"</ a >
890
- or if its .connection is "pending", clear all pending send
891
- data and skip to the next step. Clear any pending send data
890
+ or if its .connection is "pending", clear all enqueued send
891
+ data and skip to the next step. Clear any enqueued send data
892
892
in the system with timestamps in the future, then finish
893
893
sending any send messages with no timestamp or with a
894
894
timestamp in the past or present, prior to proceeding to
You can’t perform that action at this time.
0 commit comments