This is a fork of Misstortion that allows building it as an LV2 on Linux.
To build the plugin as an LV2, run the following commands (you'll need the usual JUCE dependencies):
git submodule update --init --recursive
ARCH=x64 ./build_lv2_linux.sh
You can also set ARCH=x86 for a 32 bits build.
The plugin will be placed in the LV2/linux/gmake/build/ folder.
Misstortion is (like the JUCE library) licensed under the GPL v3.