this post was submitted on 24 Oct 2023
110 points (93.0% liked)
Linux
48012 readers
866 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
I've heard good things about Studio1, but I haven't tried it myself.
Oh yeah, and speaking of Distrobox...
I also happen to have all of my audio production software (DAWs, Plugins, Wine, Yabridge, etc.) living in an Ubuntu-based distrobox container, which has the added benefit of allowing me to ~~export~~ save the entire container and drop it mostly painlessly* onto a different machine. It's really cool to be able to pick up my entire music making environment and bring it with me, but it might be a bit overboard for some people. I don't have much of a choice other than to use distrobox since I run Fedora Silverblue as my daily driver. lol
*It doesn't work flawlessly, because I sometimes have to fix some important Wine symlinks that break when doing this.
Nice, how do you export Distroboxes? I am on Kinoite, funny seems to be quite common in the Lemmy Community.
https://github.com/89luca89/distrobox/blob/main/docs/useful_tips.md#container-save-and-restore
I think I followed this. I think you have to do it through podman/docker (whichever your distrobox is using).
It almost just worked, but again I had to fix a couple of Wine symlinks to get all of my Windows VSTs working again... (I also had to reregister some VSTs in certain cases.)
Another unrelated but useful thing to look into wrt distrobox is distrobox-assemble, especially if you have a few different distrobox containers dedicated to different tasks. I could go on and on about this stuff, lmao.
Nice! Wait you have Wine in a Distrobox making Windows VSTs work as a module for a Linux DAW? Thats crazy.
Meanwhile I would already be happy flatpakking the IEM ambisonit toolkit, to be a runtime and run with Ardour. I would love to do Ambisonic music, its such an old invention and never used, which is so weird?
Uh, yeah... So, basically I use an ubuntu:latest (LTS) distrobox container which has:
--home
parameter when making a distrobox container.Finally, I use the distrobox-export command to export Bitwig Studio to my host system, so I can run it as you normally would, just hitting the start key and clicking on the Bitwig icon.
So it's kind of a complicated setup initially, but from day to day it's really easy to use. I just open Bitwig, load up whatever Linux or Windows VST (the Wine ones take a little longer to initialize that I'd like but it's not too bad), and just make music. :)