For my own preset system, I'm trying to build up a message which contains a large number of parameters i'm storing. So far this works fine with pack and unpack, but now I'm starting to have so many parameters that there are to many inlets and outlets to those objects. Is there a possibility to split a large message into different smaller messages or lists which I can treat individually (and thereby reducing the number of inlets on 1 large unpack, but having several smaller unpack's)?
What I've attached obviously doesn't work. I hope this makes some sense...
D.