/usr/lib/pd/extra/moonlib/tabreadl-help.pd is in pd-moonlib 0.2-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 | #N canvas 502 181 672 415 10;
#X obj 10 11 tabreadl;
#X text 22 332 (c) Antoine Rousseau 2004;
#X floatatom 15 173 0 0 0;
#X floatatom 15 278 0 0 0;
#N canvas 0 0 450 300 graph1 0;
#X array \$0-array 10 float 0;
#X coords 0 0 10 10 250 200 1;
#X restore 362 179 graph;
#X text 60 276 output = array99[index];
#X text 34 50 click here to initialize;
#X text 159 236 creation argument;
#X text 155 254 gives array name;
#X text 137 204 change array name;
#X msg 25 204 set \$0-array99;
#X msg 33 65 resize 10 \, bounds 0 0 10 10 \, xlabel -0.5 0 1 2 3 4
5 6 7 8 9 10 \, ylabel -1 0 1 2 3 4 5 6 7 8 9 10 \, 0 1 4 2 8 5 6 1
4 2 8;
#X obj 34 139 s \$0-array;
#X text 110 8 - linear interpolating read from a table;
#X text 46 174 index(float);
#X obj 15 245 tabreadl \$0-array;
#X connect 2 0 15 0;
#X connect 10 0 15 0;
#X connect 11 0 12 0;
#X connect 15 0 3 0;
|