So, I got the OSC to make widgets react in global when I activate a button or move a slider.. Great stuff. What I cannot seem to figure out is how to make the values show up on my local widgets retrieving them from global widgets. again, I asked Gemini and it gave me the solution, step by step but it just does not work.
I know this is innate in GP using Global parameter assignments but I wish to do it with OSC because the parameter assignment limits are 255, I seem to remember
OK. So, I control global widgets via local widgets using OSC. I looked on google to see if there was a direct link to my question and all links took me to the global parameter solution, so I ended up asking google Gemini if there was a way to show those global widget values on local widgets. Gemini answered yes and showed, step by step how to do it but I must be missing some step because nothing seems to work.
I have a feeling that in the future, maybe 256 wonāt be enough⦠just roughly, off the top of my head and without adding any extras, Iām already at 243 ā¦
Gemini says something about listening port and remote port being different to avoid looping and activating Direct Addressable OSC⦠Does this sound like a possibility?
You want to send an OSC message from the local widget to the global widget.
And you want to send an OSC message from the global widget to the local widget.
Now when the global widget is getting a message itās value is changed and an OSC message is sent to the local widget.
The local widget is changed and it sends again a message to the global widgetā¦.
Endless loop