-
I'm looking for a way to handle an event when a new midi device (new input) is added). Is it somewhere in the docs? If so, im having trouble finding it. |
Beta Was this translation helpful? Give feedback.
Answered by
djipco
Mar 6, 2022
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jdlee022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
WebMidi
object dispatches several events. Two of those areconnected
anddisconnected
. They are triggered when a device is being connected or disconnected.