I’m trying to get a string across two instances to show in a label.
I had an idea to send a midi note over relayer and attach it to a scriptlet which reads an OSC Message, but then there is no way to access it as Scriptlets have no output parameters ( wish they did like a function call)
My next thought was to use script to attach to something a widget can bind to like global parameters.
Any thoughts on how to do this?
When you’re talking about strings, OSC from one instance to the other is the obvious choice.
If you’ve ever used TouchOSC or other OSC apps, there is so much GP content passed as strings.
I thought that but the widgets seem to be geared to sending not receiving OSC status into panels.