diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-05-22 21:58:48 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2009-05-22 21:58:48 +0000 |
commit | 513389b4c1bc8afe4b2dc9947c534bfeb105e3da (patch) | |
tree | 10e673b35651ac567fed2eda0c679c7ade64cbc6 /apps/plugins/pdbox/PDa/README.txt | |
parent | 95fa7f6a2ef466444fbe3fe87efc6d5db6b77b36 (diff) | |
download | rockbox-513389b4c1bc8afe4b2dc9947c534bfeb105e3da.tar.gz rockbox-513389b4c1bc8afe4b2dc9947c534bfeb105e3da.zip |
Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data plugin project of Wincent Balin. Stripped some non-sourcefiles and added a rockbox readme that needs a bit more info from Wincent. Is added to CATEGORIES and viewers, but not yet to SUBDIRS (ie doesn't build yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21044 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pdbox/PDa/README.txt')
-rw-r--r-- | apps/plugins/pdbox/PDa/README.txt | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/README.txt b/apps/plugins/pdbox/PDa/README.txt new file mode 100644 index 0000000000..856ccaad62 --- /dev/null +++ b/apps/plugins/pdbox/PDa/README.txt | |||
@@ -0,0 +1,88 @@ | |||
1 | This is the README file for Pd, a free real-time computer music software | ||
2 | package resembling Max. You can get Pd for Linux, Windows, Mac OSX, or IRIX | ||
3 | from http://www.crca.ucsd.edu/~msp/software.html or ftp://felix.ucsd.edu. | ||
4 | Installation instructions are in the HTML DOCUMENTATION at: | ||
5 | |||
6 | http://www.crca.ucsd.edu/~msp/Pd_documentation/index.htm | ||
7 | |||
8 | If you download and unpack Pd, you will also find the html documentation | ||
9 | locally in the file, .../pd-whatever/doc/1.manual/index.htm. To unpack Pd: | ||
10 | |||
11 | LINUX (or freeBSD). Download Pd, which will be a ".tar.gz" file; to unpack it, | ||
12 | type "zcat [name].tar.gz | tar xf -" to a shell. This creates a directory with | ||
13 | a name like "pd-0.35". There are also RPMs available. | ||
14 | |||
15 | Microsoft Windows. Pd is distributed as a "zip" file. Unzip this, | ||
16 | creating a directory such as \pd. | ||
17 | |||
18 | IRIX. Download Pd, which will be a "tar.Z" file. You can unpack this by | ||
19 | typing "zcat [name].tar.Z | tar xf -" to a shell. | ||
20 | |||
21 | Macintosh. The web browser will automatically unpack the distributions | ||
22 | into a folder such as "pd-0.35" on your desktop. | ||
23 | |||
24 | If you have qustions about Pd, or if you wish to be notified of releases, | ||
25 | check the Pd mailing list: http://iem.mhsg.ac.at/mailinglists/pd-list/ | ||
26 | |||
27 | Many extensions to Pd are available, notably for handling video and 3D | ||
28 | graphics; see the html documentation for pointers. | ||
29 | |||
30 | COPYRIGHT. Except as otherwise noted, all files in the Pd distribution are | ||
31 | |||
32 | Copyright (c) 1997-2001 Miller Puckette and others. | ||
33 | |||
34 | For information on usage and redistribution, and for a DISCLAIMER OF ALL | ||
35 | WARRANTIES, see the file, "LICENSE.txt," included in the Pd distribution. | ||
36 | (Note that tcl/tk, expr, and some other files are copyrighted separately). | ||
37 | |||
38 | ACKNOWLEDGEMENTS. Thanks to Harry Castle, Krzysztof Czaja, Mark Danks, | ||
39 | Christian Feldbauer, Guenter Geiger, Kerry Hagan, Trevor Johnson, Fernando | ||
40 | Lopez-Lezcano, Adam Lindsay, Karl MacMillan, Thomas Musil, Toshinori Ohkouchi, | ||
41 | Winfried Ritsch, Vibeke Sorensen, Rand Steiger, Shahrokh Yadegari, David | ||
42 | Zicarelli, Iohannes Zmoelnig, and probably many others for contributions of | ||
43 | code, documentation, ideas, and expertise. This work has received generous | ||
44 | support from the Intel Research Council. | ||
45 | This is the README file for Pd, a free real-time computer music software | ||
46 | package resembling Max. You can get Pd for Linux, Windows, Mac OSX, or IRIX | ||
47 | from http://www.crca.ucsd.edu/~msp/software.html or ftp://felix.ucsd.edu. | ||
48 | Installation instructions are in the HTML DOCUMENTATION at: | ||
49 | |||
50 | http://www.crca.ucsd.edu/~msp/Pd_documentation/index.htm | ||
51 | |||
52 | If you download and unpack Pd, you will also find the html documentation | ||
53 | locally in the file, .../pd-whatever/doc/1.manual/index.htm. To unpack Pd: | ||
54 | |||
55 | LINUX (or freeBSD). Download Pd, which will be a ".tar.gz" file; to unpack it, | ||
56 | type "zcat [name].tar.gz | tar xf -" to a shell. This creates a directory with | ||
57 | a name like "pd-0.35". There are also RPMs available. | ||
58 | |||
59 | Microsoft Windows. Pd is distributed as a "zip" file. Unzip this, | ||
60 | creating a directory such as \pd. | ||
61 | |||
62 | IRIX. Download Pd, which will be a "tar.Z" file. You can unpack this by | ||
63 | typing "zcat [name].tar.Z | tar xf -" to a shell. | ||
64 | |||
65 | Macintosh. The web browser will automatically unpack the distributions | ||
66 | into a folder such as "pd-0.35" on your desktop. | ||
67 | |||
68 | If you have qustions about Pd, or if you wish to be notified of releases, | ||
69 | check the Pd mailing list: http://iem.mhsg.ac.at/mailinglists/pd-list/ | ||
70 | |||
71 | Many extensions to Pd are available, notably for handling video and 3D | ||
72 | graphics; see the html documentation for pointers. | ||
73 | |||
74 | COPYRIGHT. Except as otherwise noted, all files in the Pd distribution are | ||
75 | |||
76 | Copyright (c) 1997-2001 Miller Puckette and others. | ||
77 | |||
78 | For information on usage and redistribution, and for a DISCLAIMER OF ALL | ||
79 | WARRANTIES, see the file, "LICENSE.txt," included in the Pd distribution. | ||
80 | (Note that tcl/tk, expr, and some other files are copyrighted separately). | ||
81 | |||
82 | ACKNOWLEDGEMENTS. Thanks to Harry Castle, Krzysztof Czaja, Mark Danks, | ||
83 | Christian Feldbauer, Guenter Geiger, Kerry Hagan, Trevor Johnson, Fernando | ||
84 | Lopez-Lezcano, Adam Lindsay, Karl MacMillan, Thomas Musil, Toshinori Ohkouchi, | ||
85 | Winfried Ritsch, Vibeke Sorensen, Rand Steiger, Shahrokh Yadegari, David | ||
86 | Zicarelli, Iohannes Zmoelnig, and probably many others for contributions of | ||
87 | code, documentation, ideas, and expertise. This work has received generous | ||
88 | support from the Intel Research Council. | ||