Godot gdextension fluidsynth library to allow playing music using fluidsynth.
Install system dependencies for Ubuntu:
apt install libfluidsynth-dev abcmidi
Initialize git submodules:
git submodule update --init --recursive
Create assets:
make assets
Compile godot-cpp library:
make godot-cpp
Compile gdextension library:
make