er-99
er-99 copied to clipboard
#Fix midi devices not being selected when only one is connected
I had the problem that the onmidimessage
was never registered on my device when I had only one connected.
This PR triggers the onChange
event on the input_list
such that the event handlers are always registered to the first midi device by default.
It does not affect the behaviour when you have multiple devices connected and you can actually use the drop down select.