aboutsummaryrefslogtreecommitdiff
path: root/pd/extra/README.txt
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-29 17:06:19 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-29 17:06:19 +0000
commit57045df5fe3ec557e57dc7434ac1a07b5521bffc (patch)
tree7174058b41b73c808107c7090d9a4e93ee202341 /pd/extra/README.txt
parentda38b3424229e59f956252c3d89895e43e84e278 (diff)
This commit was generated by cvs2svn to compensate for changes in r58,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=59
Diffstat (limited to 'pd/extra/README.txt')
-rw-r--r--pd/extra/README.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/pd/extra/README.txt b/pd/extra/README.txt
new file mode 100644
index 00000000..2ff84f68
--- /dev/null
+++ b/pd/extra/README.txt
@@ -0,0 +1,37 @@
+This is the README file for the "extras" library, consisting of Pd
+objects which are too specialized or otherwise non-canonical for
+inclusion into Pd proper. Except as noted otherwise, all
+included materiels are Copyright 1999 Miller Puckette and others.
+Permission is granted to use this software for any purpose, commercial
+or noncommercial, as long as this notice is included with all copies.
+
+NEITHER THE AUTHORS NOR THEIR EMPLOYERS MAKE ANY WARRANTY, EXPRESS
+OR IMPLIED, IN CONNECTION WITH THIS SOFTWARE!
+
+Note that "expr" is under the GPL, which is more restrictive than Pd's own
+license agreement.
+
+This package should run under linux, NT, or IRIX, except for
+"bilge" which is for NT only. You can additionally compile fiddle~. bonk~,
+and paf~ for Max/MSP.
+
+contents:
+
+externs:
+fiddle~ -- pitch tracker
+bonk~ - percussion detector
+choose - find the "best fit" of incoming vector with stored profiles
+paf~ -- phase aligned formant generator
+loop~ -- sample looper
+expr -- arithmetic expression evaluation (Shahrokh Yadegari)
+bilge (NT only) - play audio CDs through the regular PC sound system
+
+abstractions:
+hilbert~ - Hilbert transform for SSB modulation
+complex-mod~ - ring modulation for complex (real+imaginary) audio signals
+rev1~ - reverberator
+
+These objects are part of the regular Pd distribution as of Pd version
+0.30. Macintosh versions of fiddle~, bonk~, and paf~ are available
+from http://www.crca.ucsd.edu/~tapel
+- msp@ucsd.edu