On Thu, 5 Sep 2002, Andreas Sumerauer wrote:
- the sorting could of course be done automatically (with the aim to
avoid any unwanted unit delays) but this would have to be calculated whenever the signal routing is changed. (=whenever a wire is introduced or deleted) I'd rather prefer to do it manually also because that would sometimes give me a unit delay for free + it saves pd from another additional overhead.
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.
matju