Hi,
I'm triyng to route dynamically message from my software to a touchosc remote. Message have few args, and i will to know if it's possible to use one of the message args (typically an int) as sub value of address routing.
ie:
message is composed like this:
/provider/message
0 = param number
1 = value
2 = param name
I would like to route this lie that:
host/controller<param number> : value
host/label<param number> : param name
i can't figure how to do this...
Thanks in advance.
I'm triyng to route dynamically message from my software to a touchosc remote. Message have few args, and i will to know if it's possible to use one of the message args (typically an int) as sub value of address routing.
ie:
message is composed like this:
/provider/message
0 = param number
1 = value
2 = param name
I would like to route this lie that:
host/controller<param number> : value
host/label<param number> : param name
i can't figure how to do this...
Thanks in advance.
Comment