Skip to content

torrange/midsidegain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midside gain

midsidegain.lv2

Midside gain is a simple LV2 plugin to independently adjust mid (l+r), side (l-r), and stereo levels (+/-6dB), primarily of use at the mastering stage. This plugin should build on Linux, Windows and Mac, however has only been tested under Ubuntu 22.04 with Reaper v6.75

Building from source (Ubuntu 22.04)

midsidegain.lv2 requires the following tools to compile from source

  • LV2 SDK
  • gnu-make
  • a c-compiler

The quickest way to get started on Ubuntu 22.04 is to install the build-essential and lv2-dev packages

sudo apt update
sudo apt install build-essential lv2-dev

After these packages have been installed, navigate to the project root

make all
sudo make install

The midsidegain.lv2 plugin should be installed to /usr/local/lib/lv2/midsidegain.lv2.

For more information on the LV2 plugin format please visit https://lv2plug.in

About

A simple LV2 plugin to independently adjust mid, side, and stereo levels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors