<div dir="auto"><div dir="ltr">Len, <div>That was the help I needed; it's working now.   Thanks!!</div><div>John</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 24, 2017 at 11:52 AM, Len Ovens <span dir="ltr"><<a href="mailto:len@ovenwerks.net" target="_blank">len@ovenwerks.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 24 Apr 2017, john gibby wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,I tried really hard to figure this out on my own...  I have a patchbay profile<span><br>
that is supposed to connect PulseAudio JACK Sink-01 to ecasound.  But, it doesn't<br>
do it; when the computer boots, the connection I see in Jack is PA Jack Sink to<br>
system.  I always have to manually remove that connection, and manually connect<br>
it to ecasound (so my ecasound crossover network works with mpv media player or<br>
whatever uses PA).<br>
</span></blockquote>
<br>
The pa-jack bridge can be set up with the connect=no commandline. I am not sure if you are using module-jackdbus-detect or setting your PAsink up manually. If you are using the above module then you need to edit the pulse config file either /etc/pulse/<a href="http://default.pa" rel="noreferrer" target="_blank">default.pa</a> or a user version. The stock <a href="http://default.pa" rel="noreferrer" target="_blank">default.pa</a> has a line:<br>
load-module module-jackdbus-detect channels=2<br>
just add connect=no to the end of that line.<br>
<br>
<br>
If you are manually starting your sink, I use a command line like:<br>
pactl load-module module-jack-sink client_name=PA-${cname} channels=2 connect=no<br>
<br>
By using the client name, I can decide what the jack port will be named, so I can use jack connect with thge same name:<br>
jack_connect PA-${cname}:front-left ${cname}-out:playback_1<br>
<br>
NOTE: in this case ${cname} is the card name such as M66, AudioPCI or whatever.<span><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The patchbay profile does work to connect Pianoteq to ecasound; just not Pulse<br>
Audio Sink to ecasound.  Any ideas?  I have gotten a little familiar with the<br>
scripts used, like pacmd and pajackconnect.  I tried to customize pajackconnect,<br>
</blockquote>
<br></span>
I prefer pactl to pacmd and would use jack_connect (or jack-plumbing) rather than pajackconnect.<br>
<br>
<br>
--<br>
Len Ovens<br>
<a href="http://www.ovenwerks.net" rel="noreferrer" target="_blank">www.ovenwerks.net</a><br>
<br>______________________________<wbr>_________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.linuxau<wbr>dio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer" target="_blank">http://lists.linuxaudio.org/li<wbr>stinfo/linux-audio-user</a><br>
<br></blockquote></div><br></div>