Mathieu Bouchard:
which one is the best, counting the leftmost inlet as #0, or counting it as #1 ? I ask because I have quite a bit of doc and code in which inlets are numbered, so before there's too much of it, i'd like to settle this issue.
so i'm looking to know what would be the advantages of doing it one way or another, and also, who standardized on calling it #0, and who instead chose #1.
Counting from 0 is the normal thing to do in programming languages. I think thats a good reason.