[PD] Recieving OSC / Wiimote

Martin Peach martin.peach at sympatico.ca
Thu Jul 16 00:38:28 CEST 2009


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








More information about the Pd-list mailing list