I see there are objects in the distribution where adding arguments automatically increases the numbers of inlets or outlets.
The question came up in making a patch to remember a series of numbers ['stepmem.pd' which I posted today in 'abstrations'] : How could I generalize this thing so I could just write something like 'stepmem 7' in an object box and get an example with outlets plus storage for a sequence of 7?
[Or would it be simpler to throw everybody into arrays, lists with pointers, etc?]