aboutsummaryrefslogtreecommitdiff
path: root/desiredata/man
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2010-01-05 22:49:36 +0000
committerN.N. <matju@users.sourceforge.net>2010-01-05 22:49:36 +0000
commit8dbec761cf858ea65900c8a094599857208d8c3a (patch)
tree3228c023f87f23a354da3b57fdc2afe5b7052032 /desiredata/man
parent529e59635598e2d90a7a49f6b4c676f8366109ba (diff)
svn path=/trunk/; revision=12907
Diffstat (limited to 'desiredata/man')
-rw-r--r--desiredata/man/pd.125
-rw-r--r--desiredata/man/pdreceive.126
-rw-r--r--desiredata/man/pdsend.126
3 files changed, 0 insertions, 77 deletions
diff --git a/desiredata/man/pd.1 b/desiredata/man/pd.1
deleted file mode 100644
index 58755be6..00000000
--- a/desiredata/man/pd.1
+++ /dev/null
@@ -1,25 +0,0 @@
-.TH pd 1 "1996 Mar 20" GNU
-.SH NAME
-pd \- pure data
-.SH DESCRIPTION
-Pd is a graphical programming environment for real-time audio synthesis
-and related applications. It sports a rich set of real-time control
-and I/O features.
-.PP
-To get a list of allowable arguments to pd, type
-.IP
-.B pd -help
-.PP
-and for more documentation either start pd and get help, or consult
-.PP
-.B http://www.crca.ucsd.edu/~msp/Pd_documentation/index.htm
-.PP
-or seek a copy on your own machine, perhaps in
-.PP
-.B file:/usr/local/bin/pd/doc/1.manual/index.htm
-.PP
-or
-.PP
-.B file:/usr/bin/pd/doc/1.manual/index.htm
-.SH SEE ALSO
-pdsend(1), pdreceive(1)
diff --git a/desiredata/man/pdreceive.1 b/desiredata/man/pdreceive.1
deleted file mode 100644
index fc5b5b02..00000000
--- a/desiredata/man/pdreceive.1
+++ /dev/null
@@ -1,26 +0,0 @@
-.TH pdreceive 1 "1996 Mar 20" GNU
-.SH NAME
-pdreceive \- receive messages from pd on this or a remote machine
-.SH SYNOPSIS
-.B pdreceive
-\fIport-number\fR [udp|tcp]
-.SH DESCRIPTION
-Pdreceive opens a socket (with the specified port number) and
-waits for messages to arrive from one or more instances of pd(1). Each
-message received is printed to the standard output with a trailing semicolon.
-The protocol used is easy to implement and is called FUDI.
-.PP
-The \fIport number\fR should agree with the port number of a "netsend" object
-within pd. The protocol is "tcp" by default; this does a handshake
-to
-guarantee that all messages arrive complete and in their correct order; if you
-are sending messages locally or point-to-point you can often get away with
-the faster udp protocol instead.
-.PP
-You can also use this to get messages from a Max "pdnetsend" object or even
-just a
-"pdsend" in another shell. If you're writing another program you're welcome
-to just grab the sources for pdsend/pdreceive and adapt them to your own ends;
-they're part of the Pd distribution.
-.SH SEE ALSO
-pd(1), pdsend(1)
diff --git a/desiredata/man/pdsend.1 b/desiredata/man/pdsend.1
deleted file mode 100644
index 5491c745..00000000
--- a/desiredata/man/pdsend.1
+++ /dev/null
@@ -1,26 +0,0 @@
-.TH pdsend 1 "1996 Mar 20" GNU
-.SH NAME
-pdsend \- send messages to pd on this or a remote machine
-.SH SYNOPSIS
-.B pdsend
-\fIport-number\fR [\fIhostname\fR] [udp|tcp]
-.SH DESCRIPTION
-Pdsend sends messages to pd(1), via a socket conection, from pdsend's
-standard input. This input can be any stream of Pd messages separated by
-semicolons. This is probably the easiest way to control pd from another
-application. The protocol used is easy to implement and is called FUDI.
-.PP
-The \fIport number\fR should agree with the port number of a "netreceive" object
-within pd. The \fIhostname\fR is "localhost" by default and can be a domain
-name or an IP address. The protocol is "tcp" by default; this does a handshake
-to
-guarantee that all messages arrive complete and in their correct order; if you
-are sending messages locally or point-to-point you can often get away with
-the faster udp protocol instead.
-.PP
-You can also use this to talk to a Max "pdnetreceive" object or even just a
-"pdreceive" in another shell. If you're writing another program you're welcome
-to just grab the sources for pdsend/pdreceive and adapt them to your own ends;
-they're part of the Pd distribution.
-.SH SEE ALSO
-pd(1), pdreceive(1)