File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -874,12 +874,13 @@ <h2 id="MIDIPort">
874
874
< p >
875
875
If the port is an input port, skip to the next step. If the
876
876
output port's < a data-lt ="MIDIPort.state "> .state</ a > is not
877
- < a data-lt ="MIDIPortDeviceState.connected "> "connected"</ a > ,
878
- clear all pending send data and skip to the next step. Clear
879
- any pending send data in the system with timestamps in the
880
- future, then finish sending any send messages with no
881
- timestamp or with a timestamp in the past or present, prior
882
- to proceeding to the next step.
877
+ < a data-lt ="MIDIPortDeviceState.connected "> "connected"</ a >
878
+ or if its .connection is "pending", clear all pending send
879
+ data and skip to the next step. Clear any pending send data
880
+ in the system with timestamps in the future, then finish
881
+ sending any send messages with no timestamp or with a
882
+ timestamp in the past or present, prior to proceeding to
883
+ the next step.
883
884
</ p >
884
885
</ li >
885
886
< li >
@@ -906,11 +907,6 @@ <h2 id="MIDIPort">
906
907
value argument.
907
908
</ p >
908
909
</ li >
909
- < li >
910
- < p >
911
- Terminate these steps.
912
- </ p >
913
- </ li >
914
910
</ ol >
915
911
</ dd >
916
912
</ dl >
You can’t perform that action at this time.
0 commit comments