<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Here's my $0-cents worth. This is an eternal struggle in the
    world'o'comp sci. We need to wrap our heads around the fact that 0
    is the 1st number in any kind of data container, whether it be value
    or ordinal position. Yet, as humans we prefer 1 to be that first
    number, reserving 0 as the special case value. So, you could make
    the case either way arguing for consistency, intuitiveness, aliens,
    whatever. Another consideration within the pd* ecosystem is that it
    is 0-centric, meaning things tend to start with $0 (patch instance)
    before they get to $1. Then again, $1 refers to the first arg, so
    you could argue it may be inconsistent... etc. etc. etc.<br>
    <br>
    On the practical side, renaming inlets would mean going through
    every last help file and ensuring it has been updated accordingly,
    otherwise you would be just adding to more confusion as newcomers
    learn that some help files refer to the first inlet as 0 and others
    as 1...<br>
    <br>
    <div class="moz-cite-prefix">On 3/17/2016 11:49 AM, Esteban Viveros
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJQqjJRd7SFrpG3bU18FxNgF0atdROL_iQ4K2q=dGX4dCsM19A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>I'm with Porres in Cyclone maintenance working on revision
          of some Help patches.</div>
        <div><br>
        </div>
        <div>The question is: Why count inlets and outlets from zero if
          Pd user have to call inlets and outlets from $1 $2 $3... ? For
          help patch user don't be more convenient enumerate inlets and
          outlets starting at number 1?</div>
        <div><br>
        </div>
        <div>Cheers</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>