<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">while we're at it, any reason why not to
        have a "set" method for [send~] and [catch~]? Seems inconsistent</blockquote>
      For the same reason why you can't set the name of [delwrite~]:
      it's the object owning the buffer. In theory, it would be possible
      to bind the object to another name, but why would you want to do
      that? Also, you would have to notify *all* existing [delread~]
      objects, so they have a chance to update the delay line (if
      needed).</p>
    <p>Generally, resources have a fixed name and you only dynamically
      set the name in accessor objects. For example, you would set the
      array in [array set] and [array get], but you wouldn't change the
      name of the [array define] *).<br>
    </p>
    <p>Christof</p>
    <p>*) Actuallly, it's possible with the "rename" method, but it's
      *very* confusing.<br>
    </p>
    <div class="moz-cite-prefix">On 02.03.2021 02:08, Alexandre Torres
      Porres wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEAsFmgK5RVTNYSqS=7aD3JyUQZXh5SKVQyJksoSKs2vpHj1fw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">Em seg., 1 de mar. de 2021
              às 20:40, Alexandre Torres Porres <<a
                href="mailto:porres@gmail.com" moz-do-not-send="true">porres@gmail.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">
              <div dir="ltr">
                <div dir="ltr">I can also try a PR</div>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>I give up already, waiting for you :)</div>
          </div>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">Em seg., 1 de mar. de 2021
            às 21: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">
            <div>
              <p> </p>
              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.</div>
          </blockquote>
          <div><br>
          </div>
          <div>forgotten, but: <a
              href="https://github.com/pure-data/pure-data/issues/1275"
              moz-do-not-send="true">https://github.com/pure-data/pure-data/issues/1275</a></div>
          <div><br>
          </div>
          <div>while we're at it, any reason why not to have a "set"
            method for [send~] and [catch~]? Seems inconsistent</div>
        </div>
      </div>
    </blockquote>
  </body>
</html>