Martin, so i guess also the method i explained before is deprecated? I always done this way, so it's important to know if it is wrong approach :)
[dumpOSC] | [unpackOSC /testone /testtwo]
?
thanks
That's because [unpackOSC] expects a stream of bytes from something like [udpreceive].
I think you should use [udpreceive] | [unpackOSC] | [routeOSC /something /else]
See doc/5.reference/mrpeach/routeOSC-help.pd
Or (deprecated):
[dumpOSC] | [route /something /else]
Martin