I have a float (0-1), an integer (1-8) and a string (/composition/groups/X/dashboard/link). X will be replaced by an integer.
I want to connect these so that the final message is:
/composition/groups/1/dashboard/link
..
/composition/groups/8/dashboard/link
But when I do this:
I get this osc message: ADDRESS(/composition/groups/$1/link) FLOAT(0.58)
It does not recognise the $1. I also tried packing but to no avail.
Does anyone know?