aboutsummaryrefslogtreecommitdiff
path: root/flib/README
diff options
context:
space:
mode:
Diffstat (limited to 'flib/README')
-rw-r--r--flib/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/flib/README b/flib/README
new file mode 100644
index 0000000..83f8c1f
--- /dev/null
+++ b/flib/README
@@ -0,0 +1,43 @@
+flib - PD library for feature extraction
+----------------------------------------
+
+Installation
+------------
+
+To install this library, cd to src/ check that the install prefix in the Makefile is correct for your installation of PD, then type:
+
+ make
+ make install (as root)
+
+
+Usage
+-----
+
+To use this library type:
+
+ pd -lib flib
+
+and create an instance of one of the object classes.
+
+
+Notes
+-----
+
+This library was made for my own personal use in order to facilitate feature extraction in PD. It comes without any warranty.
+
+Comments, bug reports and suggestions are welcome via email at the following address:
+
+ flib@postlude.co.uk
+
+If you intend to modify or add to the library, please also let me know.
+
+Enjoy!
+
+Jamie Bullock, 2005.
+
+LICENSE INFORMATION
+-------------------
+
+flib is licensed under the GPL, see gpl.txt for details.
+
+