Skip to content

pdesaulniers/misstortion1

 
 

Repository files navigation

Misstortion

Misstortion's UI

This is a fork of Misstortion that allows building it as an LV2 on Linux.

Build

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.

License

Misstortion is (like the JUCE library) licensed under the GPL v3.

Languages

  • C++ 51.5%
  • Makefile 34.8%
  • Lua 8.3%
  • C 3.5%
  • Shell 1.9%