graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
chrisn 2021-03-29T14:23:05.060700Z

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.

borkdude 2021-03-29T14:41:58.061300Z

Yeah, that could work!