<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">"PLEASE DON'T DO THAT"</blockquote>
      I would say so :-)</p>
    <p>
      <blockquote type="cite">control connections do not force a new dsp
        call, so I dunno. </blockquote>
      Pd objects are (unfortunately) not notified on connection changes
      and I can't think of a sane way to work around this. The real
      solution would be to add an API for object state change
      notifications. In the meantime, I would say: forget about it.<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 02.03.2021 00:40, Alexandre Torres
      Porres wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEAsFmiaickvgkvjDK89u0fB0XCdFnyG53Epyj5YTjEpMtzWLw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">Em seg., 1 de mar. de 2021 às 20:19, Christof
          Ressi <<a href="mailto:info@christofressi.com"
            moz-do-not-send="true">info@christofressi.com</a>>
          escreveu:<br>
        </div>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div>
              <p> </p>
              It doesn't have to be. You can certainly change the delay
              line during runtime, just like in [receive~], [throw~],
              [tabsend~], [tabreceive~], etc.</div>
          </blockquote>
          <div> </div>
          <div>I thought so, but let me just get something straight, is
            it possible to force a global dsp call or not? Should it
            always be avoided at all costs?</div>
          <div><br>
          </div>
          <div>Cause I'm now facing another issue, I have a [del~ in]
            object spitting a unique delay name, and when I connect it
            via a control cord to a [del~ out] object I want it to spit
            out the delay name symbol. I made it spit it out when
            there's a new dsp call, but.... control connections do not
            force a new dsp call, so I dunno. <br>
            <br>
            I ask because I'm still thinking about strategies
            involving dsp calls and it'd be good to get a final word if
            that's a "PLEASE DON'T DO THAT" :) </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">
            <div> Done: <a
                href="https://github.com/pure-data/pure-data/issues/1274"
                target="_blank" moz-do-not-send="true">https://github.com/pure-data/pure-data/issues/1274</a>
              <p>I might do a PR when I have some time.</p>
            </div>
          </blockquote>
          <div>
            <div>Thanks, and I'll look into the way  [receive~] and the
              like work to try and incorporate it in my external, I can
              also try a PR if you don't beat me to it in a quite
              probable better way.</div>
          </div>
        </div>
      </div>
    </blockquote>
  </body>
</html>