compressor-plugin
compressor-plugin copied to clipboard
A compressor vst plugin in rust, using imgui.
Experimental/WIP Compressor Plugin
A compressor vst plugin in rust, using imgui.
The plugin logs events to ~/tmp/IMGUIBaseviewCompressor.log.
Parameters for RMS & pre-smoothing have not been added to the GUI yet. Use your DAW's GUI-less mode to access these parameters.
This plugin is in very early stages of development. Until version 1.0, parameters will change and compatibility will not be kept between updates.

Usage: macOS (Untested)
- Run
scripts/macos-build-and-install.sh - Start your DAW, test the plugin
Usage: Windows
- Run
cargo build --release - Copy
target/release/compressor_plugin.dllto your VST plugin folder - Start your DAW, test the plugin
Usage: Linux (Untested)
- Run
cargo build --release - Copy
target/release/compressor_plugin.soto your VST plugin folder - Start your DAW, test the plugin