Can Reaper or Jack allow all audio @ same time in Linux

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

Post Reply
hapibeli
Established Member
Posts: 35
Joined: Mon Oct 07, 2013 2:05 am

Can Reaper or Jack allow all audio @ same time in Linux

Post by hapibeli »

I am very happy that I now can listen to either Reaper or other sources, but NOT at the same time, as I must shut Reaper down to hear any other audio from my machine.

Qjackctl SETUP Monday 1-25-2021.png
Qjackctl SETUP Monday 1-25-2021.png (130.46 KiB) Viewed 1112 times
Attachments
Qjackctl Setup screen 1-25-2021.png
Qjackctl Setup screen 1-25-2021.png (92.52 KiB) Viewed 1112 times
hapibeli
Established Member
Posts: 35
Joined: Mon Oct 07, 2013 2:05 am

Re: Can Reaper or Jack allow all audio @ same time in Linux

Post by hapibeli »

OK, so turning on Jack, I can hear Reaper. Turning off Jack, I can hear any other source. Not greay, but better than having to `shutdown programs.
Death
Established Member
Posts: 372
Joined: Sun Oct 11, 2015 1:43 pm
Been thanked: 32 times

Re: Can Reaper or Jack allow all audio @ same time in Linux

Post by Death »

Yeh I had this problem a while back and I finally got it solved one day when I installed Cadence. It's not that you need Cadence to do it, it just makes it nice and easy.

My settings in Cadence under 'Jack bridges'

ALSA Audio: ALSA>PulseAudio>Jack plugin
ALSA MIDI: Bridge running
PulseAudio: Stared and bridged to Jack

I've also ticked to boxes to auto-start these things at login.

I don't have to stop and start Jack anymore, I can just leave it running all the time whatever I'm doing.
a.d.
Established Member
Posts: 32
Joined: Wed Nov 25, 2020 3:48 pm
Has thanked: 9 times
Been thanked: 6 times

Re: Can Reaper or Jack allow all audio @ same time in Linux

Post by a.d. »

It's even simpler with Cadence. Simply run 'cadence-pulse2jack' when jack is running.
Death
Established Member
Posts: 372
Joined: Sun Oct 11, 2015 1:43 pm
Been thanked: 32 times

Re: Can Reaper or Jack allow all audio @ same time in Linux

Post by Death »

Ah yeh I forgot. Make sure these are installed:

jackd2
pulseaudio-module-jack
aj2mid

If I'm not mistaken, the second one will allow you to bridge PulseAudio through Jack and the third one will allow you to do the same with midi. They'll probably come up as optional dependencies if you install Cadence via your package manager so just select them if so.
User avatar
sunrat
Established Member
Posts: 919
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 244 times

Re: Can Reaper or Jack allow all audio @ same time in Linux

Post by sunrat »

I used Cadence for a while but prefer QJackCtl. Your graph doesn't show the PulseAudio JACK Sink. Do you actually have pulseaudio-module-jack installed?
Your command in QJackCtl should load the module but it isn't. I use a simpler command as I never need the source module which is only to record JACK output in PA (does anyone ever do that?). a2jmidid is for JACK to see a MIDI keyboard. With this setup I can play audio through PA simultaneously with Mixbus via JACK (don't need to do that either but saves switching manually). Reaper should be the same.
This is the command I use:

Code: Select all

pactl load-module module-jack-sink channels=2 && a2jmidid -e &
And what the graph looks like:
Image
Post Reply