this post was submitted on 20 May 2024
91 points (98.9% liked)
Linux
50431 readers
740 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As for Windows plugins with no native Linux version, there are ways to use VSTs over Wine. Check out Yabridge project. There’s no guarantee that 100% of plugins will work, but many do pretty well. It requires some additional setup, but once it’s done, you don’t have to think about it much, just call yabridgectl when you add new plugins to sync them (it creates stub library that is seen as Linux native, but it wraps Windows plugin using Wine)
Reaper is perfectly fine choice if you’re already familiar with it, but here are some other you may want to look at:
FOSS Options:
Commercial options:
So as someone who tried Ubuntu first because it seemed like the easiest place to start, don't. First off, I never could get Ardour to run right on it. Try Linux Mint. I switched this weekend and everything seems to work better and there appears to be a lot more available software when you aren't stuck with Snaps.
I was able to get reaper working on ubuntu and everything else seems to be working well. I will check out mint though and see if I like it better
I tried linux mint and fairly quickly I had more issues than with Ubuntu. I tried to install reaper through the app store and it wouldn't launch. I had to get it from the website. I also tried to get wine through the app store and that didn't work either. I couldn't even get it to install properly through the terminal. I'm not too sure about switching now.
Distro only matters if you know nothing about the OS, don’t want to figure it out and fully rely on defaults. Pro Audio is not always straightforward.
What you need for DAWs to work properly is an audio server with JACK API support and low latency. There are two options for that at the moment:
Actual JACK daemon that takes full control over chosen sound card/audio interface. It’s the old solution that is also well tested and some will argue that it’s more reliable.
PipeWire + pw-jack, the modern sound server that already runs by default on most modern Linux distros (including recent versions of Ubuntu), that is way more flexible, while also being impressively performant. It allows using any amount of sound hardware at the same time and route audio freely, mix regular audio clients with pro-audio/low latency ones and generally is far more flexible. This should be the goto for most people as it’s the easiest to setup (if you already use PW as your sound server) and only requires installing pw-jack.
I was able to get reaper working with yabridge and using Steven slate free sampler, thanks for the help!
I checked out ardour and I was able to get it to register my drum kit, but they kept pestering me to pay for the program every 10 min which was frustrating. Bitwig is a little more than I need at the moment. I'm not creating music, I just need drum triggers and basic drum recording. I was able to get reaper to work and pick up my kit, but I still need to try yabridge to get vsts to trigger.
Wow, what OS you used and where did you take your binaries from? It’s free and open source, but their official builds (distributed through their official website) are paid. I’m using Arch official repo package and it asked me for a donation on first boot, but I could just select to never bother me with it again. You can build Ardour freely on any OS from source, but Linux distros are also free to provide their own packages and most of em do. There’s also Flatpak Ardour build, but your plugins then also must be installed from Flatpak, Wine must be from Flatpak etc., doable but not the most convenient
I was using ubuntu and I got the program from their main site. I saw they offered monthly subscriptions but I just chose the demo. On their site, it says the demo goes silent after 10 min.. I searched the app store in ubuntu and didn't see it so that's why I went to the website. That's cool you can build it from source though. I think I'll just stick with reaper now however.
There is Ubuntu package it seems, so it’s a matter of
sudo apt install ardour