Godot gdextension library to allow using jack for midi. Currently works with Godot v4.2.1 stable release.
This project only works with Linux for now. The build scripts were developed using Ubuntu (x86_64).
- Install dependencies:
sudo apt install -y make g++ libjack-dev
- Compile development version:
make dev-build
- Compile release version:
make