Godot project that uses godot-csound and godot-distrho to build a synthesizer.
Currently works with Godot v4.7 stable release.
GodotSyth running in the browser godot-synths
Currently works with Godot 4.7 stable.
Run the following command from the project directory:
godot --headless -s package.gd installgodot --headless --importgodot --editor project.godotExport the Linux LV2 audio plugin:
godot --headless --export-debug "LinuxLV2"Export the Linux VST3 audio plugin:
godot --headless --export-debug "LinuxVST3"Copy the Linux LV2 plugin to your local LV2 directory:
mkdir -p ~/.lv2
cp -r build/linux/godot-synths.lv2 ~/.lv2/Copy the Linux VST3 plugin to your local VST3 directory:
mkdir -p ~/.vst3
cp -r build/linux/godot-synths.vst3 ~/.vst3/