I have a question

Support & discussion regarding DAWs and MIDI sequencers.

Moderators: MattKingUSA, khz

Post Reply
Lachatiet
Posts: 1
Joined: Thu Feb 15, 2024 6:50 am

I have a question

Post by Lachatiet »

J connected sooperlooper with "system capture" and with "playback" with help of QjackCtl.
How to do the same from command line?

User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Re: I have a question

Post by LAM »

glowrak guy wrote: Tue Feb 20, 2024 12:06 am

You might be able to craft a command based on examples from these, and other links.

https://www.geeksforgeeks.org/arecord-c ... -examples/

http://mocha.freeshell.org/audio.html

https://superuser.com/questions/597227/ ... hone-input

Cheers

Why you are recommending resources on arecord (ALSA tool) while using JACK (Qjackctl) is a mistery.

Lachatiet wrote: Thu Feb 15, 2024 6:55 am

J connected sooperlooper with "system capture" and with "playback" with help of QjackCtl.
How to do the same from command line?

You can use jack_lsp to list the current ports and jack_connect to connect them.

For example to connect sooperlooper common in and out ports to the the respectively system capture and playback ports:

Code: Select all

jack_connect system:capture_1 sooperlooper:common_in_1
jack_connect system:capture_2 sooperlooper:common_in_2
jack_connect system:playback_1 sooperlooper:common_out_1
jack_connect system:playback_2 sooperlooper:common_out_2

in mix, nobody can hear your screen

User avatar
bluebell
Established Member
Posts: 1927
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 113 times
Been thanked: 122 times

Re: I have a question

Post by bluebell »

Lachatiet wrote: Thu Feb 15, 2024 6:55 am

J connected sooperlooper with "system capture" and with "playback" with help of QjackCtl.
How to do the same from command line?

You can automate it with a rules-file and a permanently runnung jack-plumbing.

Or you can use jack_connect.

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

Post Reply