File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -777,9 +777,9 @@ <h2 id="MIDIPort">
777
777
</ li >
778
778
< li >
779
779
< 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.
783
783
</ p >
784
784
</ li >
785
785
< li >
@@ -874,8 +874,8 @@ <h2 id="MIDIPort">
874
874
If the port is an input port, skip to the next step. If the
875
875
output port's < a data-lt ="MIDIPort.state "> .state</ a > is not
876
876
< 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
879
879
future, then finish sending any send messages with no
880
880
timestamp or with a timestamp in the past or present, prior
881
881
to proceeding to the next step.
You can’t perform that action at this time.
0 commit comments