diff options
Diffstat (limited to 'doc/help/cyclone/iter-help.pd')
-rw-r--r-- | doc/help/cyclone/iter-help.pd | 86 |
1 files changed, 53 insertions, 33 deletions
diff --git a/doc/help/cyclone/iter-help.pd b/doc/help/cyclone/iter-help.pd index 42b96c8..a43074f 100644 --- a/doc/help/cyclone/iter-help.pd +++ b/doc/help/cyclone/iter-help.pd @@ -1,33 +1,53 @@ -#N canvas 0 26 451 254 10; -#X obj 40 113 iter; -#X msg 40 71 1 2 3 4; -#X obj 40 145 print; -#X obj 4 4 cnv 15 400 40 empty empty empty 20 12 0 14 -262130 -66577 -0; -#X text 22 213 docs based on the MAX/MSP reference (c) cycling'74; -#X text 21 227 ___________________________________________________ -; -#X obj 163 112 iter; -#X floatatom 163 68 5 0 0 0 - - -; -#X floatatom 163 142 5 0 0 0 - - -; -#X text 184 88 single floats just pass through; -#N canvas 75 96 494 344 META 0; -#X text 12 195 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan -Wilkes for Pd-extended 0.42 to conform to the PDDP template.; -#X text 12 5 GENRE help; -#X text 12 165 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html -; -#X text 12 45 KEYWORDS control conversion max_compatible; -#X text 12 25 NAME iter; -#X text 12 85 DESCRIPTION split a list into a series of numbers; -#X text 12 105 INLET_0 anything; -#X text 12 125 OUTLET_0 anything; -#X text 12 65 LICENSE SIBSD; -#X text 12 145 AUTHOR Krzysztof Czaja; -#X restore 399 233 pd META; -#X obj 40 23 iter; -#X text 84 24 split a list into a series of numbers; -#X connect 0 0 2 0; -#X connect 1 0 0 0; -#X connect 6 0 8 0; -#X connect 7 0 6 0; +#N canvas 623 79 558 370 10; +#X obj 0 343 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289 0; +#X obj 0 202 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0; +#N canvas 595 166 366 215 META 0; +#X text 0 20 LICENSE SIBSD; +#X text 0 100 LIBRARY cyclone; +#X text 0 0 KEYWORDS split list series; +#X text 0 40 DESCRIPTION split a list into a series of data; +#X text 0 60 INLET_0 list float; +#X text 0 80 OUTLET_0 float; +#X text 0 121 VERSION 0.1-alpha57; +#X text 0 139 AUTHOR Krzysztof Czaja; +#X text 1 157 RELEASE_DATE 2002; +#X text 2 176 WEBSITE http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html ; +#X text 2 208 HELP_PATCH_AUTHORS Christoph Kummerer. Revised by Jonathan Wilkes for Pd-extended 0.42 to conform to the PDDP template. Alex Cleveland updated this patch for Pd-l2ork version 2013.05.28. Fred Jan Kraan adapted the patch to pd-extended 2015-02-02; +#X restore 500 345 pd META; +#X obj 0 258 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0; +#X obj 0 300 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1 0; +#N canvas 302 272 428 109 Related_objects 0; +#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0; +#X text 6 1 Related Objects; +#X restore 200 345 pd Related_objects; +#X obj 80 213 cnv 17 3 33 empty empty 0 5 9 0 16 -228856 -162280 0; +#X obj 79 271 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0; +#X obj 0 0 cnv 15 552 40 empty empty iter 3 12 0 18 -204280 -1 0; +#X obj 515 2 iter; +#X text 108 212 list; +#X text 108 231 float; +#X text 180 231 - floats just pass through; +#X text 108 271 float; +#X text 108 314 (none); +#X msg 84 78 1 2 3 4; +#X obj 84 175 print; +#X floatatom 418 78 5 0 0 0 - - -; +#X floatatom 418 175 5 0 0 0 - - -; +#X obj 255 175 print; +#X msg 255 78 foo bar del mar; +#X text 12 23 split a list into a series of data; +#X text 56 48 works for lists of numbers; +#X text 241 48 and for lists of words; +#X text 180 212 - list to split into series of data; +#X text 180 271 - series of data from input list; +#X text 405 48 single floats just; +#X text 405 60 pass through; +#X obj 84 131 cyclone/iter; +#X obj 255 131 cyclone/iter; +#X obj 418 131 cyclone/iter; +#X connect 15 0 28 0; +#X connect 17 0 30 0; +#X connect 20 0 29 0; +#X connect 28 0 16 0; +#X connect 29 0 19 0; +#X connect 30 0 18 0; |