Skip to content

openAVproductions/openAV-ArtyFX

avtk
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 30 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ArtyFX OpenAV Productions

Official: http://openavproductions.com/artyfx

Manual: ArtyFX Manual

This is the repository of an LV2 plugin suite called Arty FX.

ArtyFX screenshot

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