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
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