Hi,
I'm using PD Vanilla on windows and I've downloaded udpsend.dll on PD community website and build OSC-0.1 and then put all the dll in the extra folder.
My patch is:
[connect localhost 9000(
|
| [send /test(
| |
| [packOSC]
| /\
| / [print]
| /
[udpsend]
I've got:
udpsend: connecting to port 9001
and then the error message:
udpsend: no method for 'float'
and finaly:
send: 116 101 115 116 0 0 0 0 44 0 0 0
What can I do ?