[PD] netsend/netreceive > java || director ?

guenter geiger geiger at xdv.org
Tue Apr 22 15:25:42 CEST 2003


On Tue, 22 Apr 2003, [iso-8859-1] -ô_ô- wrote:
> dear list
>
> does anybody know how to connect pd to java and/or to directorMovies
> via netsend / netreceive ?
> are there any example scripts ?
> i found java-osc but it goes only one direction.
>
> thanx for some ideas + help

With netsend/netreceive you have to open two channels, one pd->otherapp,
the other otherapp->pd.

The connections are built on simple sockets (choose between tcp and udp,
whereas udp is less troublesome most of the times).

In director you can use the netXtra to create sockets in Lingo.
The protocol to communicate is very simple, just append ";" to every
message you send to pd.

You can test sending messages with the "pdsend" shell command that
comes with the pd packages.

Guenter





More information about the Pd-list mailing list