Skip to content

Commit 54965d6

Browse files
author
Michael Wilson
committed
Specify adding an EventListener also opens MIDIInput ports
1 parent c07b3a1 commit 54965d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,9 @@ <h2 id="MIDIPort">
666666
Makes the [=MIDI device=] corresponding to the {{MIDIPort}}
667667
explicitly available. Note that this call is NOT required in order
668668
to use the {{MIDIPort}}- calling <code>send()</code> on a
669-
{{MIDIOutput}} or attaching a MIDIMessageEvent handler on a
670-
{{MIDIInput}} will cause an implicit open(). The underlying
669+
{{MIDIOutput}}, attaching a MIDIMessageEvent {{EventHandler}} on a
670+
{{MIDIInput}}, or adding a MIDIMessageEvent {{EventListener}} on a
671+
{{MIDIInput}} will cause an implicit open(). The underlying
671672
implementation may not need to do anything in response to this
672673
call. However, some underlying implementations may not be able to
673674
support shared access to [=MIDI devices=], so using explicit

0 commit comments

Comments
 (0)