Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 871 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 871 Bytes

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.

Demo

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.dll to your VST plugin folder
  • Start your DAW, test the plugin

Usage: Linux (Untested)

  • Run cargo build --release
  • Copy target/release/compressor_plugin.so to your VST plugin folder
  • Start your DAW, test the plugin