I want to make a patch with four number boxes, which feed into various other parts of my patch. For each part of the patch I would like those four numbers to be in a random order.
e.g.
Numbers are: 3,4,6,7
... so they could then be:
4,6,7,3
4,3,6,7
7,4,6,3
etc.
I'm sure this is not too complicated, I'm not not sure the object to use. I should also make clear that there would be number boxes being used, so the patch is dynamic and realtime.
Many thanks for any help