aboutsummaryrefslogtreecommitdiff
path: root/weightmap/README.txt
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-05 23:11:13 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-05 23:11:13 +0000
commitb43b88f10c8354e2873ca8c581cee155e792aef6 (patch)
treecc2e572eafdf48d0850c0ec551ca2a850feb04f4 /weightmap/README.txt
parenteab2e81bae60b817684875d516945d5f58e1baf2 (diff)
+ fixes for pd-extended autobuild with automake-1.4 (grr)
svn path=/trunk/externals/moocow/; revision=8425
Diffstat (limited to 'weightmap/README.txt')
-rw-r--r--weightmap/README.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/weightmap/README.txt b/weightmap/README.txt
new file mode 100644
index 0000000..7c5e97c
--- /dev/null
+++ b/weightmap/README.txt
@@ -0,0 +1,33 @@
+ README for weightmap
+
+ Last updated for weightmap v0.02
+
+DESCRIPTION
+ weightmap is a PD external which maps incoming probability values to
+ integers, inspired in part by Yves Degoyon's 'probalizer' object.
+
+INSTALLATION
+ Issue the following commands to the shell:
+
+ cd weightmap-X.YY (or wherever you extracted the distribution)
+ ./configure
+ make
+ make install
+
+ACKNOWLEDGEMENTS
+ PD by Miller Puckette and others.
+
+ probalizer object by Yves Degoyon.
+
+ Ideas, black magic, and other nuggets of information drawn from code by
+ Guenter Geiger, Larry Troxler, and iohannes m zmoelnig.
+
+BUGS
+ It's a misleading name: higher input "weights" don't neccesarily
+ correspond to higer stored "weights".
+
+ Probably many more serious ones as well.
+
+AUTHOR
+ Bryan Jurish <moocow@ling.uni-potsdam.de>
+