OSC Listener and OSC Trasmitter
-
Hello,
I have a question about OSC Messages in Isadora. Currently I am able to get OSC Mesages in Isadora through another application. However the message I receive has multiple aruments. So in the Stream Setup, where we see the Stream Address, in that is there a way to extract the required arguments seperately ? I have already tried the text parser but it didnt work for me.ThanksCharles -
In the stream setup window you see that the arguments are seperated by a semikolon, if you have your inputs ready and hit renumber ports at the bottom, the ports get numbered automatically. So lets say your first message has to arguments and it gets the port number 1 the second message will start with port number 3, because 1 and 2 are occupied from the first message. Now you only need a osc listener for each argument one set to channel one and the other argument set to channel two.
Best
Michel -
@Michel Thanks a lot. I was stuck on this part. :)