aboutsummaryrefslogtreecommitdiff
path: root/weightmap/README.pod
diff options
context:
space:
mode:
Diffstat (limited to 'weightmap/README.pod')
-rw-r--r--weightmap/README.pod40
1 files changed, 40 insertions, 0 deletions
diff --git a/weightmap/README.pod b/weightmap/README.pod
new file mode 100644
index 0000000..a7cdde9
--- /dev/null
+++ b/weightmap/README.pod
@@ -0,0 +1,40 @@
+=pod
+
+README for weightmap
+
+Last updated for weightmap v0.02
+
+=head1 DESCRIPTION
+
+weightmap is a PD external which maps incoming probability
+values to integers, inspired in part by Yves Degoyon's 'probalizer' object.
+
+
+=head1 INSTALLATION
+
+Issue the following commands to the shell:
+
+ cd weightmap-X.YY (or wherever you extracted the distribution)
+ ./configure
+ make
+ make install
+
+=head1 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.
+
+=head1 BUGS
+
+It's a misleading name: higher input "weights" don't neccesarily
+correspond to higer stored "weights".
+
+Probably many more serious ones as well.
+
+=head1 AUTHOR
+
+Bryan Jurish E<lt>moocow@ling.uni-potsdam.deE<gt>