Rakarrack LV2 Plugins

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Rakarrack LV2 Plugins

Post by ssj71 »

Hi all:

I've started porting the rakarrack effects to the lv2 plugin format. I've only done the first 4 so far (eq, compressor, distortion, echo), but haven't had a ton of time for testing beyond loading each one and tweaking a few parameters. They work, but if you'd like to help please test and leave feedback. I'm considering this an alpha stage.

The porting takes quite some time for each effect for several reasons. One is because they aren't quite standardized so I must analyze the code to make sure parameters stay in bounds, certain functions happen that aren't actually part of the effect module etc. Also rakarrack has fairly extensive use of global variables that I have to remove to make it stable. I'm trying to make any changes such that they could be merged upstream (this was one of the first goals of this work) but the changes have been fairly extensive and would require refactoring of many modules in rakarrack that I have no intention of touching. If someone were willing to address this then we could merge my changes. If no one really expresses interest I will just complete the fork and make a new project for it. Currently I'm trying to keep the interface exactly the same as rakarrack's so that you can easily rebuild any preset from rakarrack in an lv2 host like carla.

Anyway, I'm just trying to say, if you'd like to help or even just start using it, or follow my progress feel free, but it will be slow going. There are a few effects that I won't do (most of the *tron effects because I don't want the overhead of loading files). Feel free to make requests so I can prioritize one effect or another.

Find the project at:
https://sourceforge.net/u/ssj71/rakarra ... ster/tree/

To install download a snapshot or clone and follow the instructions in the README.
Have a great weekend.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

Re: Rakarrack LV2 Plugins

Post by tatch »

cool! I think I remember reading that a lot of rakarrack's effects were ports of zynaddsubfx's, some of which have been ported to lv2 already... just want to make sure you're aware of that if you weren't already
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by ssj71 »

tatch wrote:cool! I think I remember reading that a lot of rakarrack's effects were ports of zynaddsubfx's, some of which have been ported to lv2 already... just want to make sure you're aware of that if you weren't already
I am aware of some of those plugins, but IIRC they weren't all done. And I can't really find a project page for it either so I don't know it they're actively maintained. More importantly though Rakarrack tweaked most of them to tune them specially for guitar effects, so I'll chug on. Plus they added some 30+ more effects over what zyn has.

Anyhow, I committed the chorus/flanger effect tonight (they are actually the exact same, so I included the presets from both in just the chorus). Hopefully someone will find them useful. Next up: Analog Phaser.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by ssj71 »

Analog phaser done. Anyone interested in requesting any of them to be next?
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Rakarrack LV2 Plugins

Post by tramp »

Harmonizer and Exciter would be cool.
On the road again.
glowrak guy
Established Member
Posts: 2315
Joined: Sat Jun 21, 2014 8:37 pm
Been thanked: 251 times

Re: Rakarrack LV2 Plugins

Post by glowrak guy »

And then the Echotron, lots of potential there.
Cheers
bazsound
Established Member
Posts: 480
Joined: Sat Aug 03, 2013 11:46 am

Re: Rakarrack LV2 Plugins

Post by bazsound »

tramp wrote:Harmonizer and Exciter would be cool.
definatly both those plugins. Been looking for a harmoniser LV2 and its always nice to have a choice of exciters
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by ssj71 »

glowrak guy wrote:And then the Echotron, lots of potential there.
Cheers
I agree the echotron is a cool effect, but it requires you read in a file. This is completely possible with lv2, but I'm not sure if I'm ready to implement it or not. Its good to know that someone is interested in that one though. Otherwise I wouldn't even consider it. I'll think about it.
tramp wrote:Harmonizer and Exciter would be cool.
This is why I want community input! I didn't really think much of those. I'll be sure to mark them as todo. Thanks. :)
BTW in the meantime, one option for a harmonizer is my infamous ewham. Its best for vocals, but will work on single note guitar quite well. Its quite light too for a pitchshifter.

**EDIT**
Oh boy, harmonizer is quite a bit more complex due to the midi control option. This one will take some research. Maybe I'll do exciter first.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Rakarrack LV2 Plugins

Post by tramp »

The Harmonic Enhancer is interesting as well.
For the harmonizer, I would prefer it without internal midi support, as my host do it for the plugs, but didn't support plugs with midi ports.
On the road again.
User avatar
DoosC
Established Member
Posts: 268
Joined: Tue Apr 20, 2010 8:28 pm
Location: Saeul, Grand Duchy of Luxembourg
Has thanked: 5 times
Been thanked: 1 time
Contact:

Re: Rakarrack LV2 Plugins

Post by DoosC »

Great initiative ! 8)
I love using the rakarrack effects on synths to add sparkle and dirt or whatever voodoo make things sound magically full and lively.
But it has often been problematic in the workflow. Having them as LV2 opens a new world of possibilities :)
Also the modules presets are usually great, it would be nice to find a way to keep them.
| DoosC |
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by ssj71 »

tramp wrote: I would prefer it without internal midi support
Any opposed? Its a bit easier for me. You do actually lose a bit of funcitonality since you can define whatever chord you want to with a midi keyboard instead of being limited to the built in settings. Perhaps I'll make 2 separate versions. Then everyone wins. I can probably spit out the non-midi version in the next few days.
DoosC wrote:Also the modules presets are usually great, it would be nice to find a way to keep them.
I'm porting the presets of each module as lv2 presets. Try out the first 6 effects I've done :)
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
User avatar
DoosC
Established Member
Posts: 268
Joined: Tue Apr 20, 2010 8:28 pm
Location: Saeul, Grand Duchy of Luxembourg
Has thanked: 5 times
Been thanked: 1 time
Contact:

Re: Rakarrack LV2 Plugins

Post by DoosC »

ssj71 wrote:I'm porting the presets of each module as lv2 presets. Try out the first 6 effects I've done :)
Brilliant! 8)
I'll try them when I get them through the KXStudio's repos. I am THAT lazy :lol:
| DoosC |
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by ssj71 »

DoosC wrote:I'll try them when I get them through the KXStudio's repos.
I understand that, though I could use help in testing these. And I'd be happy to help you get them running. It should be as easy as cmake; make; sudo make install. I'm still trying to contact the rakarrack team to see if they are interested in merging these or if I should fully fork the project for plugins. I imagine nobody will probably package them until the project gets a more permanent home.
If not, just your feedback and discussion as I try to port them is helpful too. Thanks.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by ssj71 »

Harmonizer is now done without midi control. That one was a beast. Anybody particularly fond of the midi feature and want it? Otherwise I'll start the exciter.

EDIT* Exciter now done. That one was the easiest yet! What do you guys want next?
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
Aleks
Established Member
Posts: 295
Joined: Wed Nov 09, 2011 5:36 pm
Been thanked: 1 time

Re: Rakarrack LV2 Plugins

Post by Aleks »

Well,,,uhm...how about whole Rakarrack as a lv2 plugin :lol:
Post Reply