From 01314ebc83191b68a8b4b31b7b9efbf531f3b1d9 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 10 Jan 2006 11:49:01 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r4382, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/postlude/; revision=4383 --- flib/README | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 flib/README (limited to 'flib/README') 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. + + -- cgit v1.2.1