Hello!
Is it possible to put a variable name in the "Send symbol" and "Receive symbol" fields in a UI object property window?
using an Hslider, for example, I don't seem to be able to fill those fields with "slider_$0", this gets automatically changed to "slider_0".
I know I can connect a message box to the slider to change this, and I know I can send a remote message with a message box (using the receive symbol), but I'd love to be able to just fill those two automatically with a unique number for each patch.
Does the question even make sense?