catia & vlc default connections

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

User avatar
bluebell
Established Member
Posts: 1903
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 114 times

Re: catia & vlc default connections

Post by bluebell »

lilith wrote:
bluebell wrote:
lilith wrote: I tested this currently, but it does not work. I saved the jack-plumping file under /home/marco/.jack-plumbing with this content

Code: Select all

(disconnect "PulseAudio JACK Sink:front-left"  "system:playback_1")
(disconnect "PulseAudio JACK Sink:front-right" "system:playback_2")
(connect "PulseAudio JACK Sink:front-left" "Parametric Equalizer x16 Stereo:Input_1")
(connect "PulseAudio JACK Sink:front-right" "Parametric Equalizer x16 Stereo:Input_1")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
But the connection from pulse to system out is still always established. jack-plumping is running too.
My rule ist a bit different:

Code: Select all

(connect    "PulseAudio.*:front-left"  "main:input_1")
(connect    "PulseAudio.*:front-right" "main:input_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
So you might try:

Code: Select all

(connect  "PulseAudio.*:front-left"  "Parametric Equalizer x16 Stereo:Input_1")
(connect  "PulseAudio.*:front-right" "Parametric Equalizer x16 Stereo:Input_2")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
Still not working :( Should the pulse - system connection always gets disconnected when I start the Parametric EQ? It's not clear to me to what this rules are coupled.
That's your choice. I thought everything should run through the EQ.

What is not working? Is Pulse not disconnected or is the EQ not connected or both?

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

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

bluebell wrote:
lilith wrote:
bluebell wrote:
My rule ist a bit different:

Code: Select all

(connect    "PulseAudio.*:front-left"  "main:input_1")
(connect    "PulseAudio.*:front-right" "main:input_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
So you might try:

Code: Select all

(connect  "PulseAudio.*:front-left"  "Parametric Equalizer x16 Stereo:Input_1")
(connect  "PulseAudio.*:front-right" "Parametric Equalizer x16 Stereo:Input_2")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
Still not working :( Should the pulse - system connection always gets disconnected when I start the Parametric EQ? It's not clear to me to what this rules are coupled.
That's your choice. I thought everything should run through the EQ.

What is not working? Is Pulse not disconnected or is the EQ not connected or both?
The EQ is connected, but that's also the case without jack plumbing. Pulse is not disconnected from system out though. Do I have to change some setting in Cadence maybe? Connections are established automatically by Cadence.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

I think it's working. Will see when I reboot the next time. Thanks again!
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

bluebell wrote:
lilith wrote: I tested this currently, but it does not work. I saved the jack-plumping file under /home/marco/.jack-plumbing with this content

Code: Select all

(disconnect "PulseAudio JACK Sink:front-left"  "system:playback_1")
(disconnect "PulseAudio JACK Sink:front-right" "system:playback_2")
(connect "PulseAudio JACK Sink:front-left" "Parametric Equalizer x16 Stereo:Input_1")
(connect "PulseAudio JACK Sink:front-right" "Parametric Equalizer x16 Stereo:Input_1")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
But the connection from pulse to system out is still always established. jack-plumping is running too.
My rule ist a bit different:

Code: Select all

(connect    "PulseAudio.*:front-left"  "main:input_1")
(connect    "PulseAudio.*:front-right" "main:input_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
So you might try:

Code: Select all

(connect  "PulseAudio.*:front-left"  "Parametric Equalizer x16 Stereo:Input_1")
(connect  "PulseAudio.*:front-right" "Parametric Equalizer x16 Stereo:Input_2")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
I think it's not working. What for instance does

Code: Select all

disconnect "PulseAudio.*:.*" "system:playback_.*"
mean and how should it work? If I make the connection by hand will it be unconnected immediately again or is there any trigger for changes to take place?
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

bluebell wrote:
lilith wrote: I tested this currently, but it does not work. I saved the jack-plumping file under /home/marco/.jack-plumbing with this content

Code: Select all

(disconnect "PulseAudio JACK Sink:front-left"  "system:playback_1")
(disconnect "PulseAudio JACK Sink:front-right" "system:playback_2")
(connect "PulseAudio JACK Sink:front-left" "Parametric Equalizer x16 Stereo:Input_1")
(connect "PulseAudio JACK Sink:front-right" "Parametric Equalizer x16 Stereo:Input_1")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
But the connection from pulse to system out is still always established. jack-plumping is running too.
My rule ist a bit different:

Code: Select all

(connect    "PulseAudio.*:front-left"  "main:input_1")
(connect    "PulseAudio.*:front-right" "main:input_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
So you might try:

Code: Select all

(connect  "PulseAudio.*:front-left"  "Parametric Equalizer x16 Stereo:Input_1")
(connect  "PulseAudio.*:front-right" "Parametric Equalizer x16 Stereo:Input_2")
(connect "Parametric Equalizer x16 Stereo:output_1"  "system:playback_1")
(connect "Parametric Equalizer x16 Stereo:output_2"  "system:playback_2")
(disconnect "PulseAudio.*:.*" "system:playback_.*")
I think it's not working. What for instance does

Code: Select all

disconnect "PulseAudio.*:.*" "system:playback_.*"
mean and how should it work? If I make the connection by hand will it be unconnected immediately again or is there any trigger for changes to take place?
User avatar
bluebell
Established Member
Posts: 1903
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 114 times

Re: catia & vlc default connections

Post by bluebell »

lilith wrote: I think it's not working. What for instance does

Code: Select all

disconnect "PulseAudio.*:.*" "system:playback_.*"
mean and how should it work? If I make the connection by hand will it be unconnected immediately again or is there any trigger for changes to take place?
It disconnects PulseAudio from system:playback since it should be routed via your EQ.

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

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

bluebell wrote:
lilith wrote: I think it's not working. What for instance does

Code: Select all

disconnect "PulseAudio.*:.*" "system:playback_.*"
mean and how should it work? If I make the connection by hand will it be unconnected immediately again or is there any trigger for changes to take place?
It disconnects PulseAudio from system:playback since it should be routed via your EQ.
Thanks, but does that happen all the time or whenever connections are changed, or just once when jackplumbing is executed? I can make the Pulse -> System connection by hand and it stays.
User avatar
bluebell
Established Member
Posts: 1903
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 114 times

Re: catia & vlc default connections

Post by bluebell »

lilith wrote:
bluebell wrote:
lilith wrote: I think it's not working. What for instance does

Code: Select all

disconnect "PulseAudio.*:.*" "system:playback_.*"
mean and how should it work? If I make the connection by hand will it be unconnected immediately again or is there any trigger for changes to take place?
It disconnects PulseAudio from system:playback since it should be routed via your EQ.
Thanks, but does that happen all the time or whenever connections are changed, or just once when jackplumbing is executed? I can make the Pulse -> System connection by hand and it stays.
Jack-plumbing has to be active permanently. As long as it's running it will cut those connections that are defined to be disconnected when you try to connect them. That's how it works.

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

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

bluebell wrote:
lilith wrote:
bluebell wrote:
It disconnects PulseAudio from system:playback since it should be routed via your EQ.
Thanks, but does that happen all the time or whenever connections are changed, or just once when jackplumbing is executed? I can make the Pulse -> System connection by hand and it stays.
Jack-plumbing has to be active permanently. As long as it's running it will cut those connections that are defined to be disconnected when you try to connect them. That's how it works.
Ok, then it's not working correctly as I can make the connections by hand.
When I start it it shows me
Rule accepted: 'connect', 'PulseAudio.*:front-left' - 'Parametric Equalizer x16 Stereo:Input_1'.
Add rule: '2', 'PulseAudio.*:front-left' - 'Parametric Equalizer x16 Stereo:Input_1'.
Rule accepted: 'connect', 'PulseAudio.*:front-right' - 'Parametric Equalizer x16 Stereo:Input_2'.
Add rule: '2', 'PulseAudio.*:front-right' - 'Parametric Equalizer x16 Stereo:Input_2'.
Rule accepted: 'connect', 'Parametric Equalizer x16 Stereo:output_1' - 'system:playback_1'.
Add rule: '2', 'Parametric Equalizer x16 Stereo:output_1' - 'system:playback_1'.
Rule accepted: 'connect', 'Parametric Equalizer x16 Stereo:output_2' - 'system:playback_2'.
Add rule: '2', 'Parametric Equalizer x16 Stereo:output_2' - 'system:playback_2'.
Rule accepted: 'disconnect', 'PulseAudio*:.*' - 'system:playback_*'.
Add rule: '1', 'PulseAudio*:.*' - 'system:playback_*'.
sem_waiting -1
User avatar
bluebell
Established Member
Posts: 1903
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 111 times
Been thanked: 114 times

Re: catia & vlc default connections

Post by bluebell »

Maybe Catia has a similar function and they are fighting against each other.

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

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: catia & vlc default connections

Post by lilith »

bluebell wrote:Maybe Catia has a similar function and they are fighting against each other.
I'm asking FalkTX then.
iguy
Posts: 1
Joined: Wed Apr 06, 2022 1:06 am

Re: catia & vlc default connections

Post by iguy »

Image

Tools --> Preferences --> Audio (Show Settings to All) --> Output Modules --> Jack

For the text box Connect to clients matching, it takes a regex string. So, for the Calf equalizer, the following expression connects correctly:

^.*(Calf Studio Gear:Equalizer 12 Band In #1|Calf Studio Gear:Equalizer 12 Band In #2).*$
Post Reply