From ae1d1109068dc5cb67a557ca8405e06c460087e9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Sep 2010 17:36:12 +0000 Subject: removed text to README.txt and set version svn path=/trunk/externals/import/; revision=14118 --- README.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 1c1950d..04dd10e 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,16 @@ +This object loads libraries and libdirs from within a patch. It is the first +small step towards a patch-specific namespace. It is a reimplementation of a +similar/same idea from Guenter Geiger's [using] object. -[import] allows you to manipulate load library into the patch-local -path from within a Pd patch itself. This is a very simple version -that does not need any modifications to the core of Pd. Therefore, -you should make [import] the first object you create in your patch. +Aiming to provide a simplified Python-style import for Pure Data, this [import] +object loads libraries as part of a patch. It will load anything that Pd +considers a library, including libraries that are defined by Pd loaders like +'libdir'. + +[import] allows you to manipulate load library into the patch-local path from +within a Pd patch itself. This is a very simple version that does not need +any modifications to the core of Pd. Therefore, you should make [import] the +first object you create in your patch. To install, copy the "import" folder into your user Pd folder. You can find out more here: @@ -10,3 +18,4 @@ http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd- For more info on the structure of libdirs, see this webpage: http://puredata.org/docs/developer/Libdir + -- cgit v1.2.1