<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">This is because the delay line to read is
        passed via the dsp_add function in "sigdelread_dsp" or
        "sigvd_dsp"</blockquote>
      It doesn't have to be. You can certainly change the delay line
      during runtime, just like in [receive~], [throw~], [tabsend~],
      [tabreceive~], etc. All relevant information obtained in the "dsp"
      method, like x_sr, x_n and x_zerodel, is stored in the object and
      can be easily accessed any time.<br>
    </p>
    <p>
      <blockquote type="cite">I don't know if other people out there
        would love the idea of being able to set a new delay name to
        [delread~]/[delread4~]. If so, we can also make that request</blockquote>
      Done: <a class="moz-txt-link-freetext" href="https://github.com/pure-data/pure-data/issues/1274">https://github.com/pure-data/pure-data/issues/1274</a></p>
    <p>I might do a PR when I have some time.</p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 01.03.2021 22:13, Alexandre Torres
      Porres wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEAsFmg1=Bp9iZk0eUjnDcu549udZnRVTpFLRRbrGwJFDvsAbg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi, so, I'm working on my variant of delread/write
        with more features like "freezing", for reference => <a
          href="https://lists.puredata.info/pipermail/pd-list/2021-03/129181.html"
          moz-do-not-send="true">https://lists.puredata.info/pipermail/pd-list/2021-03/129181.html</a>
        <div><br>
        </div>
        <div>So, here's another question, thought I'd open a new thread.
          I'm now at the point of setting the delay name to delread-like
          object, the problem is that I need to force a dsp call, which
          can be done by creating a new object or something like that
          before the new delay name takes effect.</div>
        <div><br>
        </div>
        <div>This is because the delay line to read is passed via the
          dsp_add function in "sigdelread_dsp" or "sigvd_dsp",
          for example see <a
href="https://github.com/pure-data/pure-data/blob/master/src/d_delay.c#L330"
            moz-do-not-send="true">https://github.com/pure-data/pure-data/blob/master/src/d_delay.c#L330</a></div>
        <div><br>
        </div>
        <div>someone once asked about this on the list and the answer
          was to find an alternative solution that didn't need to force
          the call, see <a
            href="https://lists.puredata.info/pipermail/pd-list/2020-11/128514.html"
            moz-do-not-send="true">https://lists.puredata.info/pipermail/pd-list/2020-11/128514.html</a>
          - so I don't know if this is possible, or dangerous or
          something. I wouldn't know of a possible alternative as well.</div>
        <div><br>
        </div>
        <div>I don't know if other people out there would love the idea
          of being able to set a new delay name to
          [delread~]/[delread4~]. If so, we can also make that request,
          but then the problem would be the same.</div>
        <div><br>
        </div>
        <div>thanks</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></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>