aboutsummaryrefslogtreecommitdiff
path: root/externals/loaders
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 15:06:44 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-17 15:06:44 +0000
commitf832d96097767d518a14c41a30ceb790852501bb (patch)
treed19f7bcbdffd4932f197d3350caad3c221332e6c /externals/loaders
parent9738b30f9dcabf7120a2315af547635700079449 (diff)
added hexloader description
svn path=/trunk/; revision=8826
Diffstat (limited to 'externals/loaders')
-rw-r--r--externals/loaders/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/externals/loaders/README b/externals/loaders/README
index af163650..7b64a5b5 100644
--- a/externals/loaders/README
+++ b/externals/loaders/README
@@ -23,3 +23,26 @@ http://puredata.org/docs/developer/Libdir
If you want to compile these yourself, it will be much easier to compile it
out of the pure-data CVS. Otherwise, just drop these into any working
externals build system and they should compile, they are very simple C files.
+
+---------
+hexloader
+---------
+
+
+This package provides support for the loading objectclasses with special characters
+It should work with any version of Pd 0.40 or newer.
+
+To install, copy the files for your platform into your "extra" folder and the
+help patches to the "doc/5.reference" folder. You will need to load the
+hexloader.dll/hexloader.pd_linux/hexloader.pd_darwin as a library before trying to load
+any objects with special characters
+
+You can add a library in several ways:
+ - add this text to one of the fields in the "Startup" prefs: hexloader
+ - load it on the command line with this: -lib hexloader
+ - create an object [declare -lib hexloader] in your main patch
+ - create an object [hexloader]
+
+If you want to compile these yourself, changedir into ./hexloader and run "make"
+
+for more information see the README.txt in the hexloader/ folder