Skip to content

DGriffin91/compressor-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A compressor vst plugin in rust, using imgui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published