aboutsummaryrefslogtreecommitdiff
path: root/desiredata/doc/5.reference/sublist-help.pd
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2010-01-05 22:49:36 +0000
committerN.N. <matju@users.sourceforge.net>2010-01-05 22:49:36 +0000
commit8dbec761cf858ea65900c8a094599857208d8c3a (patch)
tree3228c023f87f23a354da3b57fdc2afe5b7052032 /desiredata/doc/5.reference/sublist-help.pd
parent529e59635598e2d90a7a49f6b4c676f8366109ba (diff)
svn path=/trunk/; revision=12907
Diffstat (limited to 'desiredata/doc/5.reference/sublist-help.pd')
-rw-r--r--desiredata/doc/5.reference/sublist-help.pd10
1 files changed, 0 insertions, 10 deletions
diff --git a/desiredata/doc/5.reference/sublist-help.pd b/desiredata/doc/5.reference/sublist-help.pd
deleted file mode 100644
index a3067d5a..00000000
--- a/desiredata/doc/5.reference/sublist-help.pd
+++ /dev/null
@@ -1,10 +0,0 @@
-#N canvas 252 0 559 226 12;
-#X text 311 181 updated for Pd version 0.32;
-#X obj 21 10 sublist;
-#X text 86 10 -- get a list from a field of a scalar;
-#X text 31 37 Don't try this yet -- it's untested.;
-#X text 36 89 "sublist" will take as creation arguments a template
-name and a field name \; its one input takes a pointer. If you send
-a pointer (which should agree with the template name) \, "sublist"
-will output the field (which should be of type "list".) The output
-is in fact a pointer to the head of the sublist.;