<div dir="ltr"><div dir="ltr">Hi,<div>I am trying to write a Pure Data external for getting real time motion capture values from an Xsens system. According to the manual (<a href="https://xsens.com/download/usermanual/3DBM/MVN_real-time_network_streaming_protocol_specification.pdf">https://xsens.com/download/usermanual/3DBM/MVN_real-time_network_streaming_protocol_specification.pdf</a>), the x, y and z coordinates of the skeleton segment positions are transferred over network (udp) as sequential 4 bytes (32 bit floating point - big endian).</div><div><br></div><div>I am reading the udp data with [netreceive] succesfully and able to reach any value I need.  Now trying to find a way to combine these (big endian) sequential 4 bytes in order to get the resulting 32 bit floating point number. A little advice would speed me up.</div><div><br></div><div>By the way, I studied the [oscparse] source. It was very helpful in most ways but also a little complicated too.</div><div><br></div><div>Thanks already.<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Arda EDEN<br>Yıldız Teknik Üniversitesi<br></div><div>Sanat ve Tasarım Fakültesi<br></div><div>Müzik ve Sahne Sanatları Bölümü<br></div><div>Duysal (Ses) Sanatları Tasarımı Programı<br></div><div>İstanbul/Türkiye<br><br></div><div>Yildiz Technical University<br></div><div>Faculty of Art and Design<br></div><div>Department of Music and Performing Arts<br></div><div>Audio Design Program<br></div><div>Istanbul/Turkey<br></div></div></div></div></div></div>