[HELP] Receive osc messages from pure data (vanilla) on Touchdesigner

Hello! I would like to connect my pure data patch to touchdesigner to animate my td visual. For this I saw that the best way was to use the open sound control. I managed to send a message from Pd to Td but impossible to use it: when the message is sent, a new column appears in the DAT OSCin node but this column is empty) I also tried with the chop osc in node, in this case nothing happens when the message is sent from pure data. Hoping that my problem is understandable and that someone sees where the problem comes from. Thanks in advance

Hey, this is a common problem due to how netsend sends out data from pd vanilla. Posting the solution below:

PD Patch

in oscformat you need to put your tag that you want the data to be appended by, and the main part is [netsend -u -b] since TD expects the data in binary and not ASCII.

Over on the TD side, either a OSC in DAT or CHOP should now see the messages!