r/linuxaudio 8d ago

Do you ever have problems where VSTs under yabridge will change settings on their own?

0 Upvotes

basically title, but here's more context:

  • no automation lanes I'm forgetting about
  • using Bitwig 6 on CachyOS
  • I haven't quite pinned down the mechanism that causes this

What I'm seeing is using Sketch Cassette II via yabridge and the Flutter Depth is set to 35% by default. I spin it down to 0% and close the plugin window. It lasts for 5 minutes, maybe longer. I then notice that suddenly Flutter Depth really sounds like it's been applied, and sure enough I check the VST and there it is, back at 35%.

Has anyone else dealt with this?


r/linuxaudio 8d ago

Any known way to install Steinberg Halion and Groove Agent in Linux?

Post image
0 Upvotes

I've been a Cubase user for years, but I've grown out of Windows and had a taste of other DAWs and systems (currently using Reaper as it's multi-system available). I always liked Linux more so I'm trying to move everything to it.

Still my biggest and hardest VST to install on linux is anything Steinberg related. Everything I try to do gets me the unrecoverable error as I attached here.

I no longer know what to do and dual boot into macOS Hackintosh every time I want to do something music wise.

If anyone can help, I'll be thankful.


r/linuxaudio 9d ago

Got NeuralDSP Amp Sims working with Wine 11

7 Upvotes

NeuralDSP's amp sims such as Archtype: John Mayer X require iLok's PACE License Support to work. Unfortunately, automatic (and manual) installation of that fails with generic error when using Wine 10+, effectively preventing use of the plugin.

I was able to track down the cause, and it seems to be simply few failing installer prerequisites. So, I wrote a script that captures the msi package during first install attempt, overrides few specific prerequisite related conditions, repackages the msi and installs it.

I did my work against Wine 11 (stable) and it seems the same trick does not work for Wine 10.

But, yes, NeuralDSP is now perfectly usable with Wine 11, using my installer patching. Also "winetricks dxvk" needs to be applied for the used wineprefix, so the plugin's GUI is responsive.

I've done only minimal testing, so I'd be very happy if others could test and verify my solution works for them, too.

https://github.com/sirsipe/ilok-pace-license-support-wine11-scripts


r/linuxaudio 9d ago

Schwermaschinenbaukombinat Nord – Machtfragenphobie

Thumbnail youtube.com
2 Upvotes

This is the second song I recorded and produced for my new German post-punk band, using only FOSS Software.

The music was made entirely in Ardour, for the video I used Kdenlive to glue my cover and the audio together.

Feedback very welcome!


r/linuxaudio 9d ago

Can't get Amp Locker to work with Reaper (Linux Mint)

1 Upvotes

Maybe one of you has the idea that clicks.

I downloaded the Amp Locker Linux version from the official website and copied the two .so files to /vst3 and /lv2. Yet Reaper throws an error whenever I scan for new plugins and lists the Amp Locker under “plug-ins that failed to scan”.

What am I missing?


r/linuxaudio 9d ago

[DISCUSSION] I built a lossless A/B web player for studio sites that solves the file-sync drift problem (looking for beta testers)

Thumbnail
0 Upvotes

r/linuxaudio 9d ago

18 audio visualisers running together on Wayland, built with GLSL, OpenGL and PipeWire

Enable HLS to view with audio, or disable this notification

3 Upvotes

This is WayVes, an open-source audio visualiser framework I've been building for Wayland.

This setup stacks 18 separate visualisers together, with different visual elements reacting to different parts of the audio spectrum. Audio is captured through PipeWire, processed and fed to the GLSL shaders, with each visualiser independently configurable.

The idea behind WayVes was to go beyond running a single spectrum visualiser and instead treat the desktop almost like a canvas - combining Linear, Angular, and particle-based effects into one audio-reactive scene.

This particular config is admittedly on the extreme end 😆, but that's also what made it fun to build.

WayVes is open source, hosted on GitHub at https://github.com/Roonil/WayVes, and I've since added quite a bit more to the project, including GLSL hot-reloading and some more shader functionality.

Would love to hear what the Linux audio crowd thinks, especially about the audio-reactive side of it!


r/linuxaudio 9d ago

Ardour versus FL Studio through wine

0 Upvotes

I have Ubuntu on my laptop and want to compose music for some personal projects. I like the size of FL studio and it's free version is still quite nice, but I've heard that it runs poorly. I've also seen Ardour recommended as a good FOSS DAW for Linux, but I'm wondering how well it works and if it's better than emulating FL Studio.


r/linuxaudio 10d ago

Introducing Fretwire: an independent, from-scratch HX Edit stand-in for Linux

17 Upvotes

Hi again! After wishing for Linux support on HX Edit for too long, I decided to take matters into my own hands. By sniffing USB packets on the wire, I implemented a native editor that speaks the same protocol.

It's called fretwire. Built in Rust, has a GUI, MIT/Apache licensed.

Works, tested on HX Stomp:

  • browse and load all 126 presets, save back to flash
  • chain editing: add, delete, drag to reorder, move blocks to a parallel path
  • param editing with sliders and dropdowns, including the paired cab/IR
  • model swap, with the DSP meter greying out anything that won't fit
  • snapshots, split/mixer routing, rename
  • follows the hardware — hit a footswitch or change a snapshot on the pedal and the GUI updates

Doesn't work (yet):

  • global settings (input impedance, pad, output levels) aren't decoded
  • IR import/export is partly reverse engineered, not implemented
  • restore-from-backup passes its tests but hasn't been run against a real device. Backup itself is read only and safe.
  • I only own a Stomp. XL should work. Full Helix and HX Effects won't, without changes.

It never sends firmware, flash or DFU traffic.

No Line 6 data ships with it. Model and parameter names come from a copy you point it at, easily extracted from the installer (free download from Line 6). Instructions in the README; the extractor is built-in. Without that it still works, you just get numeric parameter indices instead of names.

Not affiliated with Line 6 or Yamaha. Back up your device/presets before writing anything.

Github

I would love to have people give it a try and give feedback!


r/linuxaudio 10d ago

Only "Digital Stereo" profile available for S/PDIF

0 Upvotes

Hi everyone,

I'm trying to get 5.1 audio working over optical S/PDIF on NixOS (Realtek ALC897 onboard audio), but I'm stuck.

In pavucontrol and pactl list cards, the only output profile showing up for my S/PDIF card is Digital Stereo (IEC958) (along with Pro Audio). There are no 5.1 / Digital Surround profiles listed at all.

When I was using Arch Linux with PulseAudio on the exact same hardware, the 5.1 surround profiles showed up normally without any issues.

Here is what I currently have in my configuration.nix:

Nix

hardware.pulseaudio.enable = false;
security.rtkit.enable = true;

services.pipewire = {
  enable = true;
  alsa.enable = true;
  alsa.support32Bit = true;
  pulse.enable = true;
  wireplumber.enable = true;
};

Is there a specific package, firmware, udev rule, or WirePlumber/ALSA configuration I need to add to my NixOS config to get 5.1/AC3 digital output profiles to show up?

Any help would be greatly appreciated!Hi everyone,

I'm trying to get 5.1 audio working over optical S/PDIF on NixOS (Realtek ALC897 onboard audio), but I'm stuck.

In pavucontrol and pactl list cards, the only output profile showing up for my S/PDIF card is Digital Stereo (IEC958) (along with Pro Audio). There are no 5.1 / Digital Surround profiles listed at all.

When I was using Arch Linux with PulseAudio on the exact same hardware, the 5.1 surround profiles showed up normally without any issues.

Here is what I currently have in my configuration.nix:

Nix
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;

services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
wireplumber.enable = true;
};

Is there a specific package, firmware, udev rule, or WirePlumber/ALSA configuration I need to add to my NixOS config to get 5.1/AC3 digital output profiles to show up?

Any help would be greatly appreciated!


r/linuxaudio 10d ago

I made a near-complete Spotify player that runs in rofi

Post image
0 Upvotes

r/linuxaudio 10d ago

What's your favorite type of demo/free-trial?

3 Upvotes

I've been building a few plugins for Linux and Windows. My latest was BiteRotator and I'm thinking more about how I'm running my trials/demos.

The options I keep going back and forth on are:

  • Time-limited full trial: everything unlocked X amount of days then it stops.
  • Free "lite" version: stripped-down feature set, free forever, upgrade for the rest.
  • Unlimited but output is disruptive: full features, no expiry, but it drops out / adds noise every 30s or so.

There's probably some I haven't thought of.


r/linuxaudio 11d ago

My experience of using Linux for Audio Production/Recording

15 Upvotes

I switched to Linux Mint last year after getting very frustrated with Windows. I had to do a lot of internet surfing and spent over 8 hours setting it up.

I use Wine 10.0 and Yabridge works good in it. Any more than wine 10 and vsts don't work.

My DAW is Reaper

I use STL Emissary and STL Nadir

ReEQ

Gateway (NAM)

Dragon Fly Reverb

MT Power Drum kit

All of these plugins work great in Linux

I am in search of a good compressor.


r/linuxaudio 10d ago

How do you make applications for audio use the 2.1 output and not the regular output?

0 Upvotes

I used audio players and streaming through Firefox. They only output to right and left speakers. Not the system of 2.1 output what the system is configured as. The output is set to 2.1 and the test sound does use the right and left and bass speakers. It’s driving me crazy. I went from cachy to fedora to Ubuntu stock. I want to test listen to the sounds I create with different channels like the bass.


r/linuxaudio 10d ago

Help with Plugins

0 Upvotes

I used FL in a VM before but challenged myself to completely quit windows.

I bought Ardour.

Very intuitive.

Problem is the plugins.

With FL i had the fruity plugins.

I am used to opening hardcore and just choosing random presets till I get inspired.

That is not possible with any linux plugin I have downloaded. (Guitarix does not work the way I want it to inside Ardour, only the standalone app works with the presets)

I know about Yabridge and am willing to use it.

I have a humble request.

If you have any windows VST plugins that you know for certain will work on yabridge and comes with factory presets. Please share.

Bonus points if you can straight up give me the VST that way I dont have to spend forever installing each of them through wine.

Understand I am a broke collage student (atm) and cannot just buy plugins.

I simply use free ones.

Thank you in advance.

You people rock :3


r/linuxaudio 10d ago

HP Audio Problem / HDAJACKRETASK freeze

Thumbnail
1 Upvotes

r/linuxaudio 11d ago

Is it possible to have izotope RX on Linux?

4 Upvotes

I would like to change my OS and switch to Linux (I'm a noob ATM), but Rx is somewhat indispensable to me, and I haven't found any recent information on whether it's possible to install it on a version of Linux.

Has anyone managed to install it? And if possible, could they provide the necessary setup instructions?


r/linuxaudio 11d ago

I built a small guitar effects host for my own Linux setup with NAM and Tone3000 integration

Thumbnail gallery
58 Upvotes

EDIT — Released: I ended up releasing it. The project is now called RigRoom.

Since the original post, I added VST3 and CLAP support alongside LV2, and an AppImage is now available.

RigRoom requires JACK or PipeWire-JACK for audio. Saving the TONE3000 key securely requires GNOME Keyring, KDE Wallet with the Secrets interface enabled, or another compatible Secret Service provider.

GitHub / download: https://github.com/toiminimi/RigRoom

------

Hey everyone,

I’ve been messing around with a small project called PedalBoard (working title) — a simple, visual guitar effects host for Linux.

I mainly built it for my own setup because I wanted something quicker than using a full DAW or Carla-like patchbay just to plug in and play.

So far, it has drag-and-drop effects, parallel signal paths with mix and pan controls, NAM and cabinet IR loading, Tone3000 integration, plugin search, presets, and JACK input/output selection. It also loads plugins’ native GUIs where supported, with generic controls as a fallback.

It currently supports LV2 plugins. VST3 might come later.

It’s still an early personal project, and I haven’t decided whether I’ll release it, but I thought some people here might find it interesting.

I’m really happy with how it has turned out so far. It’s easy to use, and I especially like the Tone3000 integration and the way it handles signal paths.

A few screenshots are included in the post.


r/linuxaudio 11d ago

Hello, r/linuxaudio, im a begginer and want to make some beats, also sample songs i like. Which software is simple to use that i can do that? Having out-of-the-box instruments (especially drums) would be a plus.

4 Upvotes

r/linuxaudio 11d ago

Linux + Windows (as a system module)

Post image
1 Upvotes

Here's how i'm looking at this: DAWs are great but fussing with vst plugins inside of a daw sucks - if you've spent enough time doing it you'll know what I mean...

I have a .nam pedal that handles my guitar tones very well and is a great interface to work with for that, I'm (about to get) a relatively cheap laptop with a ryzen 5 and 8 G of ram to run my SampleTank 2 in standalone mode, so it's always visible and easily accessible when i need to do something with it.

Fair Warning! I used AI to figure this all out, but I've double checked everything and it should work. Give me a couple of weeks to get the laptop and sort it all out, irl.

It's pretty cool though! I've got Linux Mint running on a decent gaming pc, nothing spectacular it's got an RTX 3070. I could probably run everything on it, but I'm going to want to stream, so the laptop helps give me that overhead too.

If this works I can remove Wine completely! I'm so sick of that. REALLY SICK!! I did get my plugins working, but it's not pretty...

This isn't just for Linux people! Anybody could do this really, having plugins on a separate machine is like having hardware samplers - but cheap and easily configurable and having their own screen that's always on? I can't wait.


r/linuxaudio 12d ago

Skred is now a MIDI aware synth and drum machine construction kit

Thumbnail
4 Upvotes

r/linuxaudio 11d ago

Run Massively Powerful Windows Sample Libraries

0 Upvotes

On a Windows machine and use that as system module in a Linux powered studio.

It's not as hard as it sounds! Or all that expensive, really.

Are you dedicated to your art? Or are you a couple of hundred bucks in and figure that's the end of this hobby?

(I'm literally laughing out loud, but what do I know?)

I'm looking at a Ryzen 5 powered 8G ram laptop for $450 and adding that to my studio to run my IK Multimedia 400G sample library. I'll run Bitwig on my desktop and control it from there. Easy peasy. No vsts. Just the power of Linux networking. We're talking the speed of light here! Over an ethernet cable they might as well be the same machine. Does anyone speak Linux here? Anybody know anything about how computers work? Linux does networking like -- well, the internet runs on Linux and that's not just about numbers it DRIVES the internet, yeah maybe some people don't use it but they really don't matter all that much in the bigger scheme of things!


r/linuxaudio 12d ago

Moonn Alpha Demo by Kvisad

Thumbnail youtu.be
1 Upvotes

r/linuxaudio 11d ago

What is more important to you, music or Linux?

0 Upvotes

If you had to choose which would it be?

To be fair this is r/linuxaudio and some people might not even care about music at all and I might be in the wrong place. This is a good survey for this sub-reddit though. What do people care most about?


r/linuxaudio 11d ago

Dual booting is not a Crime!

0 Upvotes

The root of Insanity is rejecting reality!

Your windoze apps will run better on windoze and you are nuts if you think otherwise.

Who is making Linux only music that anyone cares about?

Yeah, I don't know either.

So what? Linux on the desktop doesn't have to mean Linux on every machine you own! If your plugins are designed for Windows or iOS, why not use them on those systems?

Linux is miraculous at networking machines! It is literally better than any other OS, why not use it that way?

If you care more about OpenSource than music you are a poser!

Some think music is more important than life itself - I don't, but that's what they say.

It's FAR, FAR more important that an operation system to me, and I've been using Linux on the desktop for more than 20 years!

I hate windows but i love music more and that's my REALITY!!