Is it possible to have more than jsut [netsend] and [netsend 1] When I try using a third netsend, ie [netsend 2] , [netreceive 2] only picks up what was sent on [netsend 1], also [netreceive 1] doesnt receive anything anymore because of that, I'd like to be able to have loads of netsends all in the one patch, and then their equivelant netreceives in the other patch any help appreciated I cant figure out whats wrong, ps all Im doin is sending numbers at the mo cheers adrain
As far as I remember, netsend doesn't take any arguments. The netreceive argument is the port number. So if you have a [netreceive 6000] in one patch, the corresponding netsend would be just [netsend] with a connected message box like this [connect localhost 6000] (that is, of course, if the other patch is running on the same machine. Otherwise localhost will be the IP of the machine).
Pall
----- Original Message ----- From: "Adrian deCleir" 0031259@student.ul.ie To: PD-list@iem.at Sent: Wednesday, December 03, 2003 8:08 PM Subject: [PD] netreceive netsend
Is it possible to have more than jsut [netsend] and [netsend 1] When I try using a third netsend, ie [netsend 2] , [netreceive 2] only
picks
up what was sent on [netsend 1], also [netreceive 1] doesnt receive
anything
anymore because of that, I'd like to be able to have loads of netsends all in the one patch, and then their equivelant netreceives in the other patch any help appreciated I cant figure out whats wrong, ps all Im doin is sending numbers at the mo cheers adrain
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Andrian!
you don't need to name netsend and netreceive the "1" argument just changes between UDP and Tcp/ip mode!!!
So you can have any number of netsend and netreceives you want, but they all need to use different ports. You can also use UDP or Tcp/IP to communicate.
The netsend help file that comes with PD should well explain this, but try this example (attached)
Good luck.
Ben ----- Original Message ----- From: "Adrian deCleir" 0031259@student.ul.ie To: PD-list@iem.at Sent: Wednesday, December 03, 2003 3:08 PM Subject: [PD] netreceive netsend
Is it possible to have more than jsut [netsend] and [netsend 1] When I try using a third netsend, ie [netsend 2] , [netreceive 2] only
picks
up what was sent on [netsend 1], also [netreceive 1] doesnt receive
anything
anymore because of that, I'd like to be able to have loads of netsends all in the one patch, and then their equivelant netreceives in the other patch any help appreciated I cant figure out whats wrong, ps all Im doin is sending numbers at the mo cheers adrain
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list