1This project is the rakarrack effects ported to LV2 plugins.
2The ports are done such that hopefully when rakarrack gets
3an active maintainer these will get merged into the original
4project. This was forked from version 6.1 (git commit 7dba0c4bccf88740c56867568d5b218b4a131499).
5
6To install simply download the files and open a terminal in the extracted directory
7and execute:
8
9 mkdir build
10 cd build
11 cmake ..
12 make
13 sudo make install
14
15This will also install carla project files. These project files are the plugin
16equivalent of the preset banks in the standalone rakarrack version. These must be in
17/usr/share/rkr.lv2/ for reverbtron or echotron to work properly.
18
19EFFECTS (X - done, W - won't do, + - done with missing features)
20[X] Lineal EQ
21[X] Compressor
22[X] Distortion
23[W] Overdrive - exact same engine as distortion, but has fewer controls, presets were added to dist.
24[X] Echo
25[X] Chorus
26[W] Phaser - I'm not planning to do this, but it's negotiable. I'm only interested in the analog phaser version
27[X] Analog Phaser
28[W] Flanger - this is identical to the chorus, presets from this will be included there
29[X] Reverb
30[X] Parametric EQ
31[X] Cabinet Emulation - created new class for it
32[X] AutoPan/Stereo Expander
33[+] Harmonizer - still need to do midi mode version
34[X] Musical Delay
35[W] Noise Gate - Direct copy of Steve Harris's Gate ladspa plugin
36[X] WahWah
37[X] AlienWah
38[X] Derelict
39[X] Valve
40[X] Dual Flange
41[X] Ring
42[X] Exciter
43[X] DistBand
44[X] Arpie
45[X] Expander
46[X] Shuffle
47[X] Synthfilter
48[X] VaryBand
49[W] Convolotron - these require special input files, adding complexity. other excellent lv2 convolution engines already exist
50[W] Looper - other good lv2 loopers exist
51[X] MuTroMojo
52[X] Echoverse
53[X] CoilCrafter
54[X] ShelfBoost
55[X] Vocoder
56[X] Sustainer
57[X] Sequence
58[X] Shifter
59[X] StompBox
60[X] Reverbtron
61[X] Echotron
62[+] StereoHarm - no midi
63[X] CompBand
64[X] Opticaltrem
65[X] Vibe
66[X] Infinity
67
68__fx in preset bank 1__
69stompbox
70echotron
71reverbtron
72
73
74Here is the original rakarrack README:
75
76
77This app was born after an informal conversation about effects for guitar using GNU/linux.
78The major part of this apps are discontinued or simply not have new versions after few
79years. Josep Andreu say on the IRC chat "I can made an app based on the effects set
80hiden on code of ZynAddSubFX (by Paul Nasca Octavian). Some time after here is the
81result of our work...
82
83This app has 42 effects: EQ Lineal, Compressor, Distortion, Overdrive, Echo, Chorus,
84Phaser, Flanger, Reverb , Parametric EQ, Wah Wah, Alienwha, Harmonizer etc.
85The effects are procesed in cascade... The order of effects are configurable by the user.
86The state of rack can be saved as 'presets'. Sets of presets can be stored as 'banks'.
87The rack also has an integrated tuner and can receive MIDI control orders and can send MIDI
88notes to MIDI devices like synthesizers.
89
90For more information about this app or help compiling, please visit http://rakarrack.sourceforge.net or
91join the #rakarrack chanel in freenode IRC.
92
93Thanks for downloading and using this app... any comments or suggestions are welcome.
94
95