I'm running two separate instances of PD in order to utilise both GEM windows as I have the GUI for a monome on one and then a (very basic) graphic accompaniment on the other. An attempt at digital harmony. My problem is that I need to get lists from the monome patch of midi note numbers dynamically as they change and receive them in the graphics display patch.
I have been using [udpsend] to successfully send other data between the patches but these are 8 discrete floats and are taking up one UDP port each. I also need to send 8 variable floats and wondered if it's easier to set up 8 more UDP connections or if I can send this info as a list. The former seems like it should be wrong but I can't for the life of me figure out the help patch and translate it to my work.
Any pointers much appreciated.