[PD] How to pass data between PD and other applications?

Marc Lavallée odradek at videotron.ca
Mon Oct 1 01:00:14 CEST 2001


> I have no idea if or how they work though.

netsend/receive works very well. But since those are standalone
programs, I extracted the necessary code out of them in order to
include it in my c projects.

The FUDI protocol used by netsend/receive is very simple:
a list followed by semicolon and a linefeed. It should be easy
to support this protocol in any programming language.

Marc



More information about the Pd-list mailing list