Linux: effects, instruments, tutorials, tech, etc. (LV2/LADSPA/DSSI)
I created this thread because although there I just discovered a new free effect for Linux (have not tried it out yet). There are a couple of very common ones that are always mentioned, but then there are a many dispersed ones.
Despite there being a number of Linux threads on IDMf (they are listed below to be complete), they drift between therapy, venting, tech support, praise, and philsophy of Linux. It seemed good to have a dedicated thread where concrete info can be collected on tutorials, effects, virtual instruments, etc. for all my Linux lovers out there - together we will show the world that Linux is a music producers paradise!
So I just found this, it costs money for OSX and PC, but is free for Linux! Strange multi-effect.
Re: Linux: effects, instruments, tutorials, tech, etc. (LV2/LADSPA/DSSI)
Bookmarked.
I'm planning on going 100% Linux after my exams, right now I'm still running a dual-boot with Windows solely for Ableton Live which is becoming quite a drag.
Bitwig is very promising and I feel I have the experience now to set up my own optimised system. I'm going for Arch Linux, with the real-time kernel and Awesome window manager for a very lightweight and stable system. It will be some work to get it up and running but I think it's worth it.
I would like to get a setup running wherein I can combine Bitwig with SuperCollider (through Jack) and Processing (for visuals). You'll probably hear more from me in the future
Re: Linux: effects, instruments, tutorials, tech, etc. (LV2/LADSPA/DSSI)
Quote:
Originally Posted by Nyul
Bitwig is very promising and I feel I have the experience now to set up my own optimised system. I'm going for Arch Linux, with the real-time kernel and Awesome window manager for a very lightweight and stable system.
I keep forgetting that Bitwig is Linux compatible. Must investigate further, it has been a busy year since it was released so very little to go further.
Incidentally, I had heard that the TAL plugins were available as Linux VSTs, but could not find them, many of them are here:
Re: Linux: effects, instruments, tutorials, tech, etc. (LV2/LADSPA/DSSI)
Quote:
Originally Posted by TL072
I keep forgetting that Bitwig is Linux compatible. Must investigate further, it has been a busy year since it was released so very little to go further.
I also haven't fully tried it out yet. But what I've seen of it is pretty decent and there is still a lot of improvement in progress. The developers apparently left Ableton because there were a lot of things they couldn't change (because the code made it hard/impossible) and Bitwig is kind of their improved version built from scratch.
We will have to see how that goes of course but just the fact that they fully support Linux is awesome. I can live with some bugs and inconveniences if I know people are working on it, they also seem very open to suggestions and the community in general.
Quote:
Originally Posted by TL072
Incidentally, I had heard that the TAL plugins were available as Linux VSTs, but could not find them, many of them are here:
Wauw, that's cool, didn't know they did that. I read VST's are still a major problem for Linux as few companies support it.
Quote:
Originally Posted by TL072
You can use these in Renoise, Ardour I think, and LMMS if memory serves.
Yeah, I know there are some open-source DAWs, haven't tried out any of them so far though. I guess it's mostly a prejudice but for audio stuff (especially if I would be playing live) I prefer to trust a serious company instead of a community. Community driven software is great for general stuff, stuff with lots of users. But I don't trust it with these more specific and heavier software.
I also like the Ableton-type DAW, with a session view and clips. Bitwig seems to have copied that and added some new ways to make clips of clips.
Cadence -> jack manager
Claudia -> reaktor alike routing for all applications that are able to use jack. (All of them, really!)
Carla -> rack and patchbay for all your plugs (a tiny bit like reason or audiomulch)
The magic that makes this happen is called ladish, which is a session manager on top of jack.
Do not forget to visit this page if you use this software pack and cannot exist without it anymore.
Don't know how true this is, but I thought I'd mention it anyway..it's been said that Musikernel DAW is a "closed box", meaning you have to use the plugins that come with it.
Like I said, I don't know how true this is, as I've yet to test it myself, but going by what I've read on other forums, it seems the guy behind it made it that way, with a view to offering a "one tool does all" kind of thing.
If anyone does try it out, I'd be interested in hearding from you how true this is..or not.
Please, if you buy and use them, tell them in the thread on kvr! They need to see that people are buying or using their linux plugs. They have no other statistics.
However, what is interesting is that this distribution seems to have got access to the source of otherwise windows only plugins and compiled them for Linux. So there are some interesting things in there.
add an environment variable to the VST SDK: export export CPLUS_INCLUDE_PATH=$(where_you_put_sdk)/vst/VST3\ SDK/
run make (and hope for the best): make vst
copy the .so file to your vst directory: mv builds/linux/VST/build/helm.so ~/.vst/
ENJOY!
Yes, that does look a bit complicated -- it is not as complicated as it seems once you are familiar with building software, but the creator of the plugin seems quite happy for feedback and suggestions so perhaps he will create a vst version for download with some encouragement.
I think you may have to install the .deb package to have the presets.
Also, I should say -- pm me or reply if you have trouble and I will see if I can help.