aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/README
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-10 00:40:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-10 00:40:02 +0000
commitdc86a87016dcb6fd64912ee861eaa8c5d9fa591a (patch)
tree3baa77f5078331d16db8bb48aed4b772d1d08b30 /externals/vanilla/README
parent64dd690e836f19cfac3f5a062fa21d148c4e8b56 (diff)
renaming this to 'vanilla' since that's the most common name used for the core of Pd
svn path=/trunk/; revision=12733
Diffstat (limited to 'externals/vanilla/README')
-rw-r--r--externals/vanilla/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/externals/vanilla/README b/externals/vanilla/README
new file mode 100644
index 00000000..adf78da0
--- /dev/null
+++ b/externals/vanilla/README
@@ -0,0 +1,24 @@
+
+These are just the objects included in Miller's Pd compiled as stand-alone
+libraries based on their source files. Its a quick and dirty hack to strip Pd
+down to the bare essentials so that the namespace will be fully functional.
+
+The lib_x_* files are generated using the included script, generate.sh. They
+should not be modified directly. Ideally, these would be compiled as
+individual objects.
+
+The files named after the classes are GUI objects that originally had g_
+prefixes on the file names.
+
+This stuff is currently here as a proof of concept for turning Pd core into a
+micro-language. If you want to start modifying these, then we should discuss
+how these should be maintained along with Miller's changes.
+
+test version
+------------
+
+Once 0.40.x is done, then I plan on making the full test of this concept in
+the branch-v0-40-x-extended, splitting out each class into its own file in
+"extra", and compiling each as its own lib.
+
+<hans@at.or.at>