Nick Giles wrote:
Hello.
I have written a program in Visual Basic which passes data to a PD patch using a TCP socket. By using "netreceive" and a simple "print" box, the data is shown in the message window.
However, I would like to send multiple variables from the Visual Basic application to PD through the same socket. Is there anyway to do this?
if you are sending multiple messages from VB but only see one message received by Pd's [print] then they are probably being terminated incorrectly. are you terminating each message with a semicolon?