This is a CLAP/VST3 plugin to send audio effect parameters out into other spaces via OSC.
For now, the OSC address is hardcoded to 127.0.0.1:9009
.
After installing Rust run:
cargo xtask bundle gain --release
This plugin was made possible by the amazing NIH-plug tooling from @robbert-vdh