<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">Could you (or someone) explain briefly
        what this is for? </blockquote>
      If "callbacks" is ON, Pd runs directly in the audio callback. This
      gives you lower latencies, but less "leeway" for CPU fluctuations
      - unless you increase the hardware/jack buffer size accordingly.<br>
    </p>
    <p>If "callbacks" is OFF, Pd uses a polling scheduler which runs
      independently from the audio callback and exchanges audio via a
      (lock-free) ringbuffer. This ringbuffer essentially adds some
      extra latency, so that Pd is allowed to "fall behind", as long as
      it can catch up again. You can control the latency with the
      "Delay" setting, independently from the actual hardware/jack
      buffer size, which can be quite useful.<br>
    </p>
    <p>As a rule of thumb: don't use "callbacks" unless you *know* that
      you need it :-)</p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 22.03.2022 14:45, Bruno Rohde wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+kwhr2viNcbD3rDCfmGYGjepkAeKUADUj4poH+NgkB93uYLWw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Turn
          OFF (or ON) the "use callbacks" checkbox in the audio dialog.<br>
        </blockquote>
        <div><br>
        </div>
        <div>That did the trick, with callbacks ON DSP works. I never
          used it before, and to be honest, I don't know what this does,
          but for now it solved the problem.</div>
        <div>Could you (or someone) explain briefly what this is for? Is
          there any impact elsewhere (maybe performance) by using it
          enabled?<br>
        </div>
        <div><br>
        </div>
        <div>Anyway, thank you so much for the hint.</div>
        <div><br>
        </div>
        <div>Cheers<br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">Em ter., 22 de mar. de 2022 às
          03:46, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at"
            moz-do-not-send="true" class="moz-txt-link-freetext">zmoelnig@iem.at</a>>
          escreveu:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am
          21. März 2022 14:18:21 MEZ schrieb Bruno Rohde <<a
            href="mailto:brunorohde@gmail.com" target="_blank"
            moz-do-not-send="true" class="moz-txt-link-freetext">brunorohde@gmail.com</a>>:<br>
           anyone have any information about this problem? Any tips on
          how to<br>
          >investigate the cause and solution for it?<br>
          ><br>
          <br>
          Turn OFF (or ON) the "use callbacks" checkbox in the audio
          dialog.<br>
          <br>
          <br>
          mfg.sfg.jfd<br>
          IOhannes<br>
          <br>
          <br>
          _______________________________________________<br>
          <a href="mailto:Pd-list@lists.iem.at" target="_blank"
            moz-do-not-send="true" class="moz-txt-link-freetext">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" moz-do-not-send="true"
            class="moz-txt-link-freetext">https://lists.puredata.info/listinfo/pd-list</a><br>
        </blockquote>
      </div>
      <br clear="all">
      <br>
      -- <br>
      <div dir="ltr" class="gmail_signature">Bruno Faria Rohde</div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
  </body>
</html>