aboutsummaryrefslogtreecommitdiff
path: root/reference/listfind-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-14 17:13:35 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-14 17:13:35 +0000
commite64777405412ac03cac27e5d386403cff9e49415 (patch)
tree55ebbdc09837c995785245a1ab7c94bbef2c8a44 /reference/listfind-help.pd
parent4059490aa3ed0862d6d411fa341abfdef10f3563 (diff)
updated help-patches to include META
svn path=/trunk/externals/zexy/; revision=14636
Diffstat (limited to 'reference/listfind-help.pd')
-rw-r--r--reference/listfind-help.pd43
1 files changed, 27 insertions, 16 deletions
diff --git a/reference/listfind-help.pd b/reference/listfind-help.pd
index 2b51094..d2aff64 100644
--- a/reference/listfind-help.pd
+++ b/reference/listfind-help.pd
@@ -1,22 +1,33 @@
-#N canvas 385 348 685 518 10;
-#X text 497 29 part of zexy;
-#X obj 63 13 listfind;
-#X text 122 14 - find sublists in lists;
-#X obj 88 175 listfind;
-#X msg 279 154 1 2 3 2 1 8 2 3 4;
-#X obj 279 128 loadbang;
-#X msg 88 71 1;
-#X text 283 174 set the list to be searched;
-#X text 85 55 the list to be found;
-#X msg 100 95 list bla;
-#X msg 114 119 list 2 3;
-#X msg 126 142 list 8;
-#X obj 88 220 print found@;
-#X text 180 223 outputs a list of (0-based) indices of all occurences
+#N canvas 0 31 567 344 10;
+#X text 467 29 part of zexy;
+#X obj 33 13 listfind;
+#X text 92 14 - find sublists in lists;
+#X obj 58 175 listfind;
+#X msg 249 154 1 2 3 2 1 8 2 3 4;
+#X obj 249 128 loadbang;
+#X msg 58 71 1;
+#X text 253 174 set the list to be searched;
+#X text 55 55 the list to be found;
+#X msg 70 95 list bla;
+#X msg 84 119 list 2 3;
+#X msg 96 142 list 8;
+#X obj 58 220 print found@;
+#X text 150 223 outputs a list of (0-based) indices of all occurences
of the sublist;
-#X text 84 281 this is similar (and hopefully compatible) to foobar's
+#X text 54 281 this is similar (and hopefully compatible) to foobar's
[list-find] but it searches not only for single elements but for entire
sub-lists;
+#N canvas 460 154 494 344 META 0;
+#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 105 OUTLET_0 list;
+#X text 12 125 AUTHOR IOhannes m zmoelnig;
+#X text 12 5 KEYWORDS control list_op;
+#X text 12 45 DESCRIPTION find sublists in lists;
+#X text 12 65 INLET_0 list;
+#X text 12 85 INLET_1 list;
+#X restore 511 317 pd META;
#X connect 3 0 12 0;
#X connect 4 0 3 1;
#X connect 5 0 4 0;