aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/sublist-help.pd
blob: 419db0e09b552a5bd412898052e1024ec8a1e0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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
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;