Replies: 3 comments 5 replies
-
If you get |
Beta Was this translation helpful? Give feedback.
-
I rewrote my code to this, to always use a new JvmMidiAccess at each request of the inputs, but I still don't get new connections until the app restarts...
|
Beta Was this translation helpful? Give feedback.
-
We figured out that it is rather an upstream javax.sound.midi issue. https://stackoverflow.com/questions/41123620/update-list-of-midi-devices-in-java |
Beta Was this translation helpful? Give feedback.
-
I'm using this to get the list of MIDI inputs and outputs:
When I (dis)connect a device while the app is running, it doesn't get added to this list, and I need to restart the application. How can I "force" the access to refresh it list of devices?
Beta Was this translation helpful? Give feedback.
All reactions