Grouping/distributing values from pattrstorage

Peter Ostry's icon

I am controlling Logic by Max and have to send several channelstrip parameters like mute, solo etc. to up to 128 channelstrips.

From pattrstorage I get something like this:
strip_mute[2] 0
strip_mute[4] 0
strip_solo[1] 0
strip_solo[2] 0
strip_mute[3] 1
strip_mute[1] 0
strip_solo[4] 1
strip_solo[3] 0

Of course I want to bundle them somehow to send them over MIDI. But if I have to [route] every single client value this would mean 128 channelstrips x 7 parameters = 896 individual routings ...

There must be a better way?

Peter Ostry's icon

Solved.

FYI:
Multiple [pattrstorage] in subscription mode. [loadbang] subscribes the numbered clients to their corresponding [pattrstorage].