this post was submitted on 21 Mar 2025
9 points (84.6% liked)

Linux

9353 readers
151 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

TLDR; post title - does this exist?

Something that can do what OBS can do (compression, gain, volume, etc) but on a physical panel & can be mapped to hotkeys?

I'm checking here in case I'm just bad with picking the right search terms.

Or, have any suggestions for what sound management can use midi keys as hotkeys? I have a midi keyboard, if it can serve as a workaround. This isnt a neeeeed, just a nice-to-have. I worked for a hot minute with a sound mixer for a few panels recently, and it got me interested in getting one but for linux.

I also saw Soundux. It looks like it has all the must-haves of what I'm looking for. I'm just having trouble telling from the website if it can take midikeys as it's hotkeys. Some programs don't, like obs.

(uhh, mint btw?)

top 5 comments
sorted by: hot top controversial new old
[–] spiderhamster@lemmy.world 2 points 1 day ago

I was just told about this and plan to get one.

https://www.akaipro.com/midimix

[–] just_another_person@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

Any software that accepts MIDI as input will work with physical devices that output MIDI. That's the whole thing there.

I think what you're asking about is an input device that can map to whatever software you want to run, and this should be ALMOST and USB device that has uses a generic HID interface.

If you're talking specifically about a mixer built for purpose, that doesn't fall into either of the above categories if you want the sound processing to happen in software. You probably want something that does the DAC and then inputs to your machine maybe?

If not, check this out, then go looking for any device that will emit HID events as output, and you can turn anything into what you want. Numpads, extra mouse, touchpads, maybe a Korg device (well known to work under Linux).

[–] BlindFrog@lemmy.world 2 points 1 day ago (1 children)

an input device that can map to whatever software you want to run

Yes, this actually. What I should've asked then is about what software can adjust sound filters per program running on my pc. Like, if I want to compress someone's audio coming from discord while increasing the lows of the audio coming from vlc. The software would do that. It'd just be up to the its features available whether it'll take my HID's (human interface device) events. Ty

[–] inkeso@feddit.org 3 points 19 hours ago (1 children)

The very basic version only allowing for one filter would be EasyEffects. If you want to use different filters for different programs you can install some LV2-plugins or bundles and then configure LV2-Plugins directly in pipewire (which is a bit of a pain) or use a GUI plugin-host like Calf and probably some patchbay (qpwgraph, patchmatrix, ...)

Or even better: try Carla, it may be a exactly what you want and can be remote controlled via MIDI or OSC

[–] warmaster@lemmy.world 1 points 4 hours ago

Carla looks amazing, thanks for sharing.