How do you deal with having multiple wires out of 1 order outlet .
In this case , the first output is the most important ( choosing index of modal bank ) , then I have two wires going out of the second output going into the read of 2 tables , and the same for the third output .
In max , pure data dat we use a trigger module with multiple arguments which define the nr of outputs , and order of execution is done from right to left .
Only three for the order is really to low
How I've mostly done it , assumming the second and third outlet have less priority
Would this be a better solution ?
Another possibility
It would be so much easier if the order had dynamic outputs