aboutsummaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-18 07:38:36 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-18 07:38:36 +0000
commita2a341eb529250dd65b9f666ae490d19d2fd1fb4 (patch)
tree0e84447d893f8695137d263d8ab7d9b370969e3c /FAQ.txt
parent9e74bbe8216da8ab9f72095724633e360f387321 (diff)
added faq with an explanation of the patch-loading bug;
disabled patch-loading by default (it doesn't work anyhow); use the pd within this directory to compile svn path=/trunk/externals/loaders/hexloader/; revision=9836
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/FAQ.txt b/FAQ.txt
new file mode 100644
index 0000000..dbe81a3
--- /dev/null
+++ b/FAQ.txt
@@ -0,0 +1,24 @@
+============================================
+= things you might ask yourself frequently =
+============================================
+
+Q: what's this?
+A: please read the README.txt for an explanation
+
+Q: it doesn't work!
+A: try increasing the verbosity of Pd by adding the "-verbose" flag
+ _multiple times_ to the startup flags; [hexloader] will become more
+ talkative at verbosity-level 2, which will help you (or us) to find the
+ source of your problem
+
+Q: hexloading abstraction does not work
+A1: it is not enabled by default! you can enable it by setting the
+ HEXLOADER_PATCHES preprocessor-define either via the Makefile or within
+ the source file.
+ the reason why it is disabled is:
+A2: hexloading abstractions (as opposed to "externals" written in other
+ languages (anything that uses the loader-mechanism; e.g. C or lua or python
+ externals; but not Pd-abstractions)) is currently broken as it does not
+ correctly resolve abstractions embedded within hexloaded abstractions.
+ that's a problem of Pd's abstraction-loading mechanism which i would rather
+ solve on the Pd-side