这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 6e85e43

Browse files
Merge pull request #275 from mjwilson-google/event-listener
Specify adding an EventListener also opens MIDIInput ports
2 parents c07b3a1 + 54965d6 commit 6e85e43

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)