Skip to content

Commit

Permalink
Clarify that MIDIOutput.clear() should clear enqueued send data
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilson committed Jul 9, 2024
1 parent 192b269 commit c1ba21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ <h3 id="MIDIOutput">
</dt>
<dd>
<p>
Clears any pending send data that has not yet been sent from
Clears any enqueued send data that has not yet been sent from
the {{MIDIOutput}}'s queue. The implementation will
need to ensure the MIDI stream is left in a good state, so if
the output port is in the middle of a sysex message, a sysex
Expand Down

0 comments on commit c1ba21d

Please sign in to comment.