<div dir="ltr">For me, IOhannes' latest build (<a href="https://git.iem.at/pd/pure-data/-/jobs/33818/artifacts/file/Pd-0.52-0test3-2-g6ca9539f.dmg">https://git.iem.at/pd/pure-data/-/jobs/33818/artifacts/file/Pd-0.52-0test3-2-g6ca9539f.dmg</a>) and Dan's recent build (<a href="http://docs.danomatika.com/pdbuilds/0.52/Pd-0.52-0test3-x86_64-jack.zip">http://docs.danomatika.com/pdbuilds/0.52/Pd-0.52-0test3-x86_64-jack.zip</a>) work on Big Sur 11.6.1 *without* callbacks enabled. I've done a lot of work with Pd/JACK and have never enabled callbacks.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 14, 2021 at 9:01 AM Christof Ressi <<a href="mailto:info@christofressi.com">info@christofressi.com</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">
  
    
  
  <div>
    <p>this must be a bug then... I don't see why Jack should only work
      with "callbacks" enabled.<br>
    </p>
    <div>On 14.12.2021 14:51, Csaba Láng wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">I confirm Jack works on Big Sur with using callback
        in the audio settings.
        <div><br>
        </div>
        <div>Thanks for the hint.<br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Tue, Dec 14, 2021 at 2:16
          PM William Brent <<a href="mailto:william.brent@gmail.com" target="_blank">william.brent@gmail.com</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">
          <div dir="ltr">Good news - this new build is indeed working
            for me with JACK 1.9.19 on Big Sur 11.6.1 (Intel
            64bit hardware). I'll update my comment on the ticket to
            document it. Thanks IOhannes!</div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Tue, Dec 14, 2021 at
              4:37 AM IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at" target="_blank">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>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div dir="ltr">
            <div dir="ltr">William Brent<br>
              <br>
              “Great minds flock together”<br>
              Conflations: conversational idiom for the 21st century<br>
              <br>
              <a href="http://www.conflations.com" target="_blank">www.conflations.com</a></div>
          </div>
          _______________________________________________<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>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
  </div>
_______________________________________________<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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">William Brent<br><br>“Great minds flock together”<br>Conflations: conversational idiom for the 21st century<br><br><a href="http://www.conflations.com" target="_blank">www.conflations.com</a></div></div>