Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godot-synths

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

godot-synths

Currently works with Godot 4.7 stable.

Build

1. Install the dependencies

Run the following command from the project directory:

godot --headless -s package.gd install

2. Import the Godot resources

godot --headless --import

3. Open the project

godot --editor project.godot

Export the Plugin

Export the Linux LV2 audio plugin:

godot --headless --export-debug "LinuxLV2"

Export the Linux VST3 audio plugin:

godot --headless --export-debug "LinuxVST3"

Install the Plugin

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/

About

Csound synths for Godot

Resources

Stars

27 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages