UPDSend and Processing
So for a project my group is trying to combine MaxMSP (Max 7), Reactable, and Processing in a table set up. We've gotten all 3 to talk to each other, but now there is a problem. We want to draw a box around the feducials in Processing using coordinate data from Max (packed everything in pack, prepend and udpsend), but when the program runs it only outlives the feducial if it moves. If the feducial does not move it is not drawn in max.
We seem to think it because Max isn't registering the change in location and thus isn't sending any new information to Processing. Is this right? Or is it something else we haven't thought of?
I will reply with my Processing sketch and Max patch when my group member send its to me later tomorrow.