er-99 icon indicating copy to clipboard operation
er-99 copied to clipboard

#Fix midi devices not being selected when only one is connected

Open diiigle opened this issue 2 years ago • 0 comments

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.

diiigle avatar Sep 28 '22 16:09 diiigle