aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/sublist-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pddp/sublist-help.pd')
-rw-r--r--doc/pddp/sublist-help.pd72
1 files changed, 62 insertions, 10 deletions
diff --git a/doc/pddp/sublist-help.pd b/doc/pddp/sublist-help.pd
index 419db0e0..0d45bbcd 100644
--- a/doc/pddp/sublist-help.pd
+++ b/doc/pddp/sublist-help.pd
@@ -1,14 +1,66 @@
-#N canvas 28 72 733 292 12;
-#X text 407 254 updated for Pd version 0.32;
-#X obj 21 10 sublist;
-#X text 99 9 -- get a list from a field of a scalar;
-#X text 30 49 Don't try this yet -- it's untested.;
-#X text 37 87 "sublist" will take as creation arguments a template
+#N canvas 0 0 555 619 10;
+#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
+14 -228856 -66577 0;
+#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header sublist 3 12 0 18
+-204280 -1 0;
+#X obj 0 439 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
+-228856 -1 0;
+#N canvas 52 246 494 344 META 0;
+#X text 12 105 PLATFORM windows macosx gnulinux;
+#X text 12 165 LIBRARY internal;
+#X text 12 205 WEBSITE http://crca.ucsd.edu/~msp/;
+#X text 12 65 LICENSE SIBSD;
+#X text 12 185 AUTHOR Miller Puckette;
+#X text 12 265 HELP_PATCH_AUTHORS Updated for Pd version 0.32. Jonathan
+Wilkes revised the patch to conform to the PDDP template for Pd version
+0.42.;
+#X text 12 5 GENRE help;
+#X text 12 45 KEYWORDS control data_structure;
+#X text 12 85 DESCRIPTION get a list from a field of a scalar;
+#X text 12 25 NAME sublist;
+#X text 12 125 INLET_0 pointer;
+#X text 12 145 OUTLET_0 pointer;
+#X text 12 225 RELEASE_DATE 1997;
+#X text 12 245 RELEASE_VERSION;
+#X restore 500 597 pd META;
+#X obj 0 476 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
+13 -228856 -1 0;
+#X obj 0 512 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
+0 13 -228856 -1 0;
+#X obj 0 569 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
+0 13 -228856 -1 0;
+#N canvas 76 482 428 109 Related_objects 0;
+#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
+14 -204280 -1 0;
+#X text 8 2 [sublist] Related Objects;
+#X obj 14 38 get;
+#X obj 46 38 set;
+#X obj 136 38 getsize;
+#X obj 193 38 setsize;
+#X obj 121 63 element;
+#X obj 13 64 sublist;
+#X obj 79 38 pointer;
+#X obj 69 63 struct;
+#X restore 102 597 pd Related_objects;
+#X obj 78 448 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+-162280 0;
+#X obj 78 485 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+-162280 0;
+#X obj 473 3 sublist;
+#X obj 445 20 pddp/pddplink http://wiki.puredata.info/en/sublist -text
+pdpedia: sublist;
+#X text 96 170 Don't try this yet -- it's untested.;
+#X text 103 208 "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.;
-#X text 27 226 for more info \, open this patch:;
-#X text 363 226 Miller's help patch:;
-#X obj 43 250 all_about_data_structures;
-#X obj 564 226 help-sublist;
+#X text 98 447 pointer;
+#X text 98 484 pointer;
+#X text 11 23 get a list from a field of a scalar;
+#X text 168 530 - template name.;
+#X text 168 545 - field name.;
+#X text 80 530 1) symbol;
+#X text 80 545 2) symbol;
+#X obj 4 597 pddp/pddplink pddp/help.pd -text help;
+#X obj 98 573 pddp/pddplink scalar-help.pd;