Stazed / rakarrack-plus

Rakarrack plus LV2s
GNU General Public License v2.0
33 stars 8 forks source link

Rakarrack-plus

Screenshot

screenshot

About

This project is a merging of original rakarrack (http://rakarrack.sourceforge.net) and the program's effects ported to LV2 from (https://github.com/ssj71/rkrlv2). In addition there are many bug fixes and enhancements to rakarrack and the LV2s. Rakarrack-plus-1.0.0 is the first version under the new name.

Install

The dependencies are:

If you want to compile you will also need the development packages:

To build both rakarrack-plus and LV2s, from top checkout directory:

    mkdir build
    cd build
    cmake ..
    make
    make install (as root)

To remove:

    make uninstall (as root)

Carla presets can be generated and installed by setting the "BuildCarlaPresets" flag (OFF by default). Use:

cmake -DBuildCarlaPresets=ON ..

To build Rakarrack-plus only set "BuildLV2Plugins" to OFF:

cmake -DBuildLV2Plugins=OFF ..

To build LV2s only set "BuildRakarrackPlus" to OFF:

cmake -DBuildRakarrackPlus=OFF ..

Rakarrack-plus-1.2.0

Additional features, enhancements:

Rakarrack-plus-1.1.0

Important changes from previous versions:

Rakarrack-plus-1.0.0

First release under the new name "Rakarrack-plus". Important changes from earlier versions:

LV2s - RakarrackPlus

Under The Hood

Additional Information