hi Mathieu,
I do know about a simple control object [fork], but I think Andreas meant sorting of the dsp chain, not control message passing? Do you mean anything else, than the simple fork?
Btw, the usual idiom is to use [t a a... ] -- probably more verbose than fork, but making the object stretched to accommodate for the outlets. No way to parameterize the number of outlets, of course, but why one should want to do that without being able to parameterize the number of connections?
Krzysztof
Mathieu Bouchard wrote: ...
implement order of evaluation using the "fork" object like in jMax. I mentioned that in a previous feature request list.
the "fork" object has 1 inlet and N outlets. It forwards everything it receives to all of its outlets, from right to left.