OSC-route

robocopatrick's icon

hi. I'm new and confused. I'm trying to get the OSC-route object (http://cnmat.berkeley.edu/downloads) to output bangs. I have an iPhone connected with MRMR on it (http://poly.share.dj/projects/#mrmr) and printing the OSC data works perfectly. However when i open this (http://poly.share.dj/downloads/mrmr_performance_patch_demo.pat.zip) patch, supplied by mrmr to test interaction with max, the OSC-route does not output any bangs although data is normally printed in the Max window via the print object...

any help?

thsu1119's icon

Hi,
I came across this forum because I had the same problem too. Firstly, how was the message printed out? Mine was :
/mrmr pushbutton 0 etc....
If that's the case, you need go to preferences in MRMR, and turn off "Bundle Message Style" and "Use Float Value" and the new printed message would be:
/mrmr/pushbutton/0/etc....
which is the correct format for OSC-route.

Hope this helps.=)

Wetterberg's icon

"bundle message style" also means that it'll be nicely routable from... normal [route] ;) Just saying you don't absolutely need osc-route to handle OSC at all.