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.
- Run
scripts/macos-build-and-install.sh - Start your DAW, test the plugin
- Run
cargo build --release - Copy
target/release/compressor_plugin.dllto your VST plugin folder - Start your DAW, test the plugin
- Run
cargo build --release - Copy
target/release/compressor_plugin.soto your VST plugin folder - Start your DAW, test the plugin
