this post was submitted on 29 Oct 2025
82 points (98.8% liked)

Linux

59281 readers
1090 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Currently looking for a good DAW to run on Linux. I used Ableton Live 11 Standard back on Windows, got it running decently on Fedora with Wine, but kind of want to explore some other options.

Before I used Live, LMMS was actually what I used first while I was learning. I never did anything too real with it so I'm not honestly too sure what it's capable of, but it also seems to be abandonware? Hasn't been updated since 2020, what's that about?

I'm not 100% dead set on using FOSS btw, for this anyways. It would definitely be a plus, but i'll use proprietary if it runs well on Linux and is good at what it does. Are there any other options I should check out or look into? I've heard pretty good things about ardour and bitwig but don't know too much about them.

you are viewing a single comment's thread
view the rest of the comments
[–] Karmatrine@sh.itjust.works 9 points 1 day ago (1 children)

Yabridge exist for windows plugins. Surprisingly works pretty good. My arturia pack works w/o any major issues. There is some virtual monitor thingy I do on sway to workaround weird performance bug. But I don't think it should surface on kde for example.

As for Reaper, DAWs and Linux: Make sure to have low latency setup for pipewire. I had to configure some stuff on arch and add pipewire latency variable with lowest values that my interface can handle to launch option for reaper. I prefer playing and practicing on Linux over the windows in terms of latency now. For how messy pipewire can be, when it's setup correctly, it's magnitudes better than windows for low latency audio not just because of latency, but because of current windows audio drivers limitations. I no longer record or edit for quiet some time, so can't say how it compares to other DAWs. Also why I'm personally using reaper: it's intuitive, fast, fair price, good terms (perpetual license with updates, there is eol for updates, but it's focused on specific version release, and for how release cycle goes it can last almost a decade, and you can still use the older versions after update eol, but better read terms yourself), and It has trial period over which I decided that it's best suited for me.

[–] mub@lemmy.ml 1 points 1 day ago (1 children)

I would be interested in any resources you have on improving latency with pipework. Windows has the ASIO driver which gives direct access to the Audi interface. I didn't think pipewire was able to match it, but I'll be glad to be wrong.

I took a brief looked at yabridge a while ago, but struggled. Sounds like I should revisit it.

[–] Karmatrine@sh.itjust.works 4 points 1 day ago

https://wiki.archlinux.org/title/Professional_audio https://wiki.archlinux.org/title/PipeWire I had some stuff on arch not working from the box, and interface selecting wrong type, which added latency as well. I managed to debug most of my stuff using those 2 pages and pipewire documentation. You may not need most of it on another distro. But it's a good read either way. I changed way too much and long time ago to remember everything though. If everything setup correctly, setting lowest interface supported values for pipewire latency should do the trick (point 3.1.3 on pipewire arch wiki page), without it pipewire will default to the default config option, hence why you probably felt the delay.