/usr/lib/pd/extra/moonlib/tabdump2-help.pd is in pd-moonlib 0.3.6-3.
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 | #N canvas 326 499 496 358 10;
#X obj 13 21 tabdump2;
#X text 22 332 (c) Antoine Rousseau 2004;
#X text 104 21 dump the contents of a table as a list;
#X text 218 35 but with min/max dumping limits.;
#N canvas 0 50 450 300 (subpatch) 0;
#X array \$0-array 10 float 0;
#X coords 0 1 9 0 100 80 1;
#X restore 330 71 graph;
#X obj 17 132 s \$0-array;
#X msg 17 112 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9;
#X obj 17 92 loadbang;
#X obj 258 204 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 22 204 dump 0 5;
#X msg 95 203 dump 5 10;
#X text 18 177 dump N M: from N to (M-1);
#X msg 174 203 dump 5 6;
#N canvas 502 150 494 344 META 0;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Antoine Rousseau;
#X text 12 125 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS control array;
#X text 12 45 DESCRIPTION dump the contents of a table as a list;
#X text 12 65 INLET_0 bang dump;
#X text 12 85 OUTLET_0 list;
#X restore 440 329 pd META;
#X obj 34 243 tabdump2 \$0-array;
#X obj 34 269 print;
#X obj 139 35 zexy/tabdump;
#X text 103 36 like;
#X connect 6 0 5 0;
#X connect 7 0 6 0;
#X connect 8 0 14 0;
#X connect 9 0 14 0;
#X connect 10 0 14 0;
#X connect 12 0 14 0;
#X connect 14 0 15 0;
|