Hi everyone,
I'm new to this forum so I hope I got the right one . I'm fiddling with Pd since a couple of weeks and am now in the process of building a 16x16 routing patchbay (I didn't find anything like that via search, but maybe I didn't search well enough ). Everything is going well but it seems I'm hitting a wall with the following:
Inside the patch I have a number of canvas objects which I plan to use to label the patchbay. All of them have receives ala $0-1h-label, $0-2h-label, $0-1v-label and so on. Now I figured out how to set one individual label sending one message [1h-label string( - however, for 32labels that's a tad bit too cumbersome, so I'd like to handle this using a message of the form:
[ 1h-label string; 2h-label string; 3h-label string ... 16h-label string(
But I have no idea how to process such a message so that I end up with individual [; $0->foo string( messages (I know, I could as well just make the abstraction use an $1 argument and set the receives to $1-h1-label - but I figured there must be a way). I suppose I have to somehow loop through the individual messages but I don't know how.
I'd be glad about any pointers into which direction I should proceed.
Thanks in advance !
I've attached the abstraction (it's not finished yet, audio routing etc. works but I want to add some Midi/OSC handling as well).