Hello!
Im using mrpeach to send messages to flash, but all I can send is
files...
so comunication is working and just need to understand the language...
[ send 21 /test.xml 0 ] I send to socket 21 the content of test.xml 0 end the message (for flash) / the 0 byte flash needs
How can I convert into bytes a message composed in pd, instead of
loading a file?
I want to send this message, but with numbers received from an expr
in pure data:
<x>12</x>
<y>45</y>
thanks again