You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across an issues when I accidentally built my app with JDK 17 where I had a couple of incoming midi messages delivered, but then it just stopped. I cannot guarantee that the actual issue wasn't caused by my own app implementation - but what I CAN tell is that everything worked fine again after switching back to Azul JDK 22 (OpenJDK 22 worked as well).
So I'm wondering if there is a suggested JDK version or minimum JDK version for this library, especially when using JvmMidiAccess?
The text was updated successfully, but these errors were encountered:
Hmm, I have no particular experience or knowledge on different JVM versions and/or implementations, but I would not be surprised if there are bugfixes and/or behavioral differences between them. If anyone knows about them I'd like to know too.
I came across an issues when I accidentally built my app with JDK 17 where I had a couple of incoming midi messages delivered, but then it just stopped. I cannot guarantee that the actual issue wasn't caused by my own app implementation - but what I CAN tell is that everything worked fine again after switching back to Azul JDK 22 (OpenJDK 22 worked as well).
So I'm wondering if there is a suggested JDK version or minimum JDK version for this library, especially when using JvmMidiAccess?
The text was updated successfully, but these errors were encountered: