[PD] Separating variables sent to PD via TCP Socket

Eric Skogen eskogen at usfamily.net
Tue May 4 12:09:57 CEST 2004


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?




More information about the Pd-list mailing list