<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">Like if it is possible to do all these
        audio computations without the 'dsp' on?</blockquote>
      No, it's not possible because "fast-forward" acts globally. It
      effectively makes the scheduler run as fast as possible for a
      given amount of time.  This affects both DSP computation and clock
      timeouts!</p>
    <p>If your audio computation is pure DSP (i.e. no messages), you can
      "render" it by repeatedly banging the [switch~] object at any rate
      you like. Global DSP still has to be on, but the canvas would be
      switched off.<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 17.08.2020 17:32, Alexandre Torres
      Porres wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEAsFmjdHBWTtFoFROp_v+NxGEpMq+8f2Dq3N2U2Stiu+gotQA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">Em seg., 17 de ago. de 2020
            às 12:02, Christof Ressi <<a
              href="mailto:info@christofressi.com"
              moz-do-not-send="true">info@christofressi.com</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">With [pd~], the parent
            process "drives" the subprocess. If the <br>
            subprocess blocks (beyond the given delay time), the parent
            process also <br>
            blocks.<br>
          </blockquote>
          <div><br>
          </div>
          <div>so I see it's impossible to avoid dropouts :( </div>
          <div><br>
          </div>
          <div>could this be improved and implemented somehow in the
            context of an 'offline' renderer? Like if it is possible to
            do all these audio computations without the 'dsp' on? I
            cannot elaborate this better and I hope you get what I mean.</div>
          <div><br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            Open an issue on GitHub!</blockquote>
          <div><br>
          </div>
          <div>Done! </div>
        </div>
      </div>
    </blockquote>
  </body>
</html>