Uluğ Can Kazaz wrote:


When i use [unpackOSC] after [dumpOSC], PD gives an error: unpackOSC: no method for '/'



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





_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to