Speaking of midi and graalvm, if you just want to play audio via graal native potentially lwjgl's OpenAL pathway will work. I have tried a JNI library via graal native and I found that as long as the shared library it depends on is loadable via the system linker it would work. Or you can use dtype-next's ffi pathways to bind to the OpenAL libraries directly.
Seems unlikely to be considered seriously before foreign linker stuff moves out of incubator status
Yeah, that could work!
I agree completely; I am sort of just rattling cages at this point with no expectations. Adding a vote for it to be considered especially when in earlier conversations on that channel a few of the higher level graalvm people said they aren't familiar with the foreign API I think is a smart move for a few reasons.