ArtyFX OpenAV Productions
Official: http://openavproductions.com/artyfx
Manual: ArtyFX Manual
This is the repository of an LV2 plugin suite called Arty FX.
Dependencies
ArtyFX uses AVTK for its user interfaces, and therefore depends only on Cairo and X. The LV2 headers are needed to build the plugins.
On Debian Jessie (current stable) the following will grab the dependencies needed to build ArtyFX:
sudo apt-get install libcairo-dev lv2-dev lv2core
Building
Once deps are satisfied, building and installing is easy with CMake:
mkdir build
cd build
cmake ..
make -j4
make install
Testing
After the INSTALL step Ardour3, QTractor, and any other LV2 host should automatically find all plugins, and be able to use them. Test availablility with
$ lv2ls | grep openav
Contact
Harry van Haaren harryhaaren@gmail.com OpenAV Productions http://www.openavproductions.com
