this post was submitted on 06 Sep 2025
661 points (94.5% liked)

linuxmemes

27298 readers
982 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] markz@suppo.fi 6 points 1 week ago (3 children)

    Choices when trying to get reaper or ardour to work:

    • Massive latency, unusable
    • All other audio stops working
    • No audio at all
    • Have audio but now midi devices don't work
    [–] ExtremeUnicorn@feddit.org 5 points 1 week ago (1 children)

    At least for Linux-Reaper:

    Use Jack. Install the "Pulse Jack Module", route Pulseaudio through Jack to simultaneously connect Reaper and everything else to the Jack System out. Always autostart Jack and use the Pulse Module "autoconnect" parameter as a startup script (QJackCtl helps here).

    Should fix 1-3, 4 I'm not sure.

    [–] markz@suppo.fi 2 points 1 week ago

    I eventually gave up and just chose ALSA, which "just works" with the downside of being exclusive. I'll give jack another try once I distrohop again.

    [–] NeatNit@discuss.tchncs.de 3 points 1 week ago (3 children)

    Maybe I'm missing something obvious but how often is midi used in modern days?

    [–] markz@suppo.fi 5 points 1 week ago

    Very often. You're plobably thinking of midi playback, but all of those usb (piano) keyboards, drum pads, etc. use the same protocol. Midi is very much not dead.

    [–] rtxn@lemmy.world 5 points 1 week ago* (last edited 1 week ago) (1 children)

    Extremely frequently. Digital musical instruments generally don't output production quality sounds -- they output MIDI data that describes what note is being played, and an audio synthesizer device or software interprets it and generates the audio data.

    [–] NeatNit@discuss.tchncs.de 1 points 1 week ago (2 children)

    Right. I guess I consider that a relatively niche usecase. But on second thought I suppose it's not that niche once you include hobbyist musicians and that kind of crowd.

    I wanted to make the analogy of every tech YouTuber reviewing a laptop or non-high-end PC saying "you're not going to be rendering long videos on this thing" as if that's a relatable use case. No, YouTuber, that's not something most people do on their computers! Most people probably never do it in their life, or only a handful of times ever.

    But as I said upon more thought I realize that's not the case with midi.

    [–] underscores@lemmy.zip 4 points 1 week ago

    it's absolutely not niche

    [–] seliaste@lemmy.blahaj.zone 2 points 1 week ago

    Any electronic music uses midi basically. So a lot of it

    [–] Yerbouti@sh.itjust.works 4 points 1 week ago

    All the time! Not bad for a 1983 protocol.

    [–] murtaza64@programming.dev 1 points 1 week ago (1 children)

    I feel like I got pretty lucky with my bitwig setup (on arch)? I selected PipeWire as the output driver and everything just works (no latency, midi is fine, other apps can still be heard). the only caveat is I have to fiddle a bit if I want the audio to be sent over screen sharing apps, which I think introduces a decent amount of latency. Maybe bitwig has invested in some tech the other DAWs don't have since it's commercial software and Linux support is one of their competitive advantages...

    [–] markz@suppo.fi 1 points 1 week ago

    That applies to reaper as well. I think it's mostly that linux sound servers are a pain.