Also, if you’re using the mrpeach OSC objects, you should be using [routeOSC] and not [route] for handling the osc message address. [route] is working in the small ascii example but will fail once you need to route more than 1 address level aka “/level1/level2/level3” etc. 

[udpreceive 5010]
|
[t a a]
|      \
|       \
|      [print raw]
|
[unpackOSC]
|
[route /muse]    <——— should be [routeOSC /muse]
|
[print osc]

--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com