Awesome
Neural Amp Modeler LV2 GUI
This is a Gui for the Neural Amp Modeler LV2 plugin by Mike Oliphant
It requires that the Neural Amp Modeler LV2 plugin is installed. Otherwise it will refuse to be installed.
Dependencies
- libcairo2-dev
- libx11-dev
- lv2-dev
Build
- git submodule init
- git submodule update
- make
Installation
Depending on how you've installed the Neural Amp Modeler LV2 plugin you must install the GUI to the same location. So, if you've installed Neural Amp Modeler LV2 plugin with sudo, use sudo as well to install the GUI, if you've installed Neural Amp Modeler LV2 plugin into your home .lv2 folder, install the GUI without using sudo.
- make install # will install into ~/.lv2 ... AND/OR....
- sudo make install # will install into /usr/lib/lv2
Uninstall
In case you wouldn't use this GUI any more, or you run into any trouble with it, you could delete it with
- make uninstall
When you've installed it with sudo, you must as well uninstall it with sudo.