<div dir="ltr">Iohannes,<div>I tested jack on Big Sur (11.6.1) but looks like no audio is coming out.</div><div><img src="cid:ii_kx63p0oe0" alt="Screenshot 2021-12-14 at 13.46.31.png" width="562" height="428"><br></div><div><br></div><div>Output device must be the same as input, I cannot change it in Pd. Portaudio works fine but Jack is without sound.</div><div>Best,</div><div>Popesz</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 14, 2021 at 10:37 AM IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 12/13/21 22:06, IOhannes m zmölnig wrote:<br>
 ><br>
 ><br>
 > once it finished building, the dmg will be available on<br>
<<a href="https://git.iem.at/pd/pure-data/-/jobs/33818/artifacts/file/Pd-0.52-0test3-2-g6ca9539f.dmg" rel="noreferrer" target="_blank">https://git.iem.at/pd/pure-data/-/jobs/33818/artifacts/file/Pd-0.52-0test3-2-g6ca9539f.dmg</a>> <br>
<br>
 ><br>
 > could you please be so kind and test with that version as well?<br>
<br>
my first tests show that this version indeed works (at least on Catalina).<br>
could someone on Big Sur or Monterey confirm this?<br>
<br>
<br>
gfsdr<br>
IOhannes<br>
<br>
<br>
PS: here's a bit more in-depth tech babble, for those interested what (I <br>
think) is going on:<br>
<br>
> <br>
> this info in the issue was incredibly helpful:<br>
>  > JACK protocol mismatch 8<br>
> <br>
> afaict it tries to tell us that Pd and jackd speak different (and <br>
> obviously incompatible) protocols.<br>
> <br>
> i'm currently trying to create a new binary on our CI that finally uses <br>
> the pre-built binaries from <a href="http://jackaudio.org" rel="noreferrer" target="_blank">jackaudio.org</a> (as dan always suggested).<br>
> <br>
> hopefully this will get the protocol version right.<br>
<br>
i now think that this was a red hering.<br>
<br>
the problem really seems to be that depending on whether Pd is linked <br>
against  JACK from homebrew or <a href="http://jackaudio.org" rel="noreferrer" target="_blank">jackaudio.org</a> it will look for the <br>
library in /usr/local/opt/jack/lib/ resp. /usr/local/lib/.<br>
for reasons i do not fully understand yet, a homebrew-jacked Pd (that <br>
looks for libjack.so.0.1.0 in /usr/local/opt/jack/lib/) will refuse to <br>
load the library if it is found in /usr/local/lib/ (even though this is <br>
a standard search path for libraries).<br>
copying/symlinking the libjack.so to the searched for directory, makes <br>
binaries work.<br>
<br>
$ mkdir /usr/local/opt/jack/lib/<br>
$ ln -s /usr/local/lib/libjack.0.1.0.dylib /usr/local/opt/jack/lib/<br>
<br>
<br>
of course this is not really practical<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>