/usr/lib/pd/extra/cyclone/iter-help.pd is in pd-cyclone 0.2~beta1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | #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.2-beta1;
#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;
|