When i printed  [dumpOSC], i saw that PD was receiving the messages like  [/ 0 0 0 0 0...] . Then i used [unpack s 0 0 0 0] , so i think that is a practical solution and good enough for me. But it needed to be figured out which number is assigned to which axis or which button of wiimote.Basically I figured it out by moving wiimote. <div>
<br></div><div>Thanks for all the informations you gave.</div><div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
<br></div>
That&#39;s because [unpackOSC] expects a stream of bytes from something like [udpreceive].<br>
<br>
I think you should use<br>
[udpreceive]<br>
|<br>
[unpackOSC]<br>
|<br>
[routeOSC /something /else]<br>
<br>
See doc/5.reference/mrpeach/routeOSC-help.pd<br>
<br>
Or (deprecated):<br>
<br>
[dumpOSC]<br>
|<br>
[route /something /else]<br><font color="#888888">
<br>
<br>
Martin<br>
<br>
<br>
<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>U. Can KAZAZ<br>
</div>