aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
-rw-r--r--print.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index f44ec0d..adf78da 100644
--- a/README
+++ b/README
@@ -14,4 +14,11 @@ 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>
diff --git a/print.c b/print.c
new file mode 100644
index 0000000..d74d8fe
--- /dev/null
+++ b/print.c
@@ -0,0 +1 @@
+#include "../../pd/src/x_interface.c"