FOSS VST synth/effect based on nodes
Find a file
2026-04-11 17:48:10 -04:00
node_sound_core chore: Bump version 2026-04-11 17:48:10 -04:00
node_sound_vst chore: Bump version 2026-04-11 17:48:10 -04:00
node_sound_vst_effect chore: Bump version 2026-04-11 17:48:10 -04:00
xtask chore: Save progress 2024-07-02 16:22:03 -04:00
.gitignore Merge branch 'main' into vst 2024-06-30 20:52:19 -04:00
Cargo.lock chore: Bump version 2026-04-11 17:48:10 -04:00
Cargo.toml feat: Add vst back 2025-09-18 12:04:43 -04:00
LICENSE Initial commit 2022-08-13 10:58:16 -04:00
README.md chore: Update readme 2025-11-05 08:14:07 -05:00

node_sound

A node based sound construction program written in rust.

I have completed 99% of what I have set out to do with this project, and then some. Future updates will still likely occur, because this is fun to mess with...

Install/Compile instructions:

A web demo is available at https://lubba-64.github.io/ if you want to skip the install process. It's out of date because turning this into just a VST was much easier and better looking for the codebase. old versions are still in the git tree.

If you want the windows VST, a precompiled release will be available in releases, for every other platform / distributable, follow the given install instructions.

  • install rustup
  • clone the repository with git clone <repo> git
  • run cargo run --bin xtask bundle node_sound_vst --release in the root of the repo to generate a VST and CLAP plugin for your OS of choice for the standard synth plugin.
  • run cargo run --bin xtask bundle node_sound_vst_effect --release in the root of the repo to generate a VST and CLAP plugin for your OS of choice for the effect plugin.