I have been trying to route OSC messages from TouchOSC using only Vanilla objects. One message for example (after [oscparse] is:
list 4 multitoggle 35 0
[listen "port#"]
I
[netreceive -u -b]
I
[oscparse]
I
[list trim]
I
[route 4] This is the tab number in TouchOSC
[route 4] is blocking any data from passing through to [print], but I figured out that if I type [route \4] the \ character disappears and it routes the data perfectly. I am glad that I got it to work, but don't understand why it is now working. Does anyone have info on this issue?
Thanks in advance.
I am running PD 0.52.2 on Mac OS