/usr/lib/pd/extra/pdp/elbat.pd is in pd-3dp 1:0.14.1-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 | #N canvas 431 78 581 572 10;
#X obj 23 63 inlet;
#X obj 168 211 outlet;
#X obj 168 150 tabread \$0-vec;
#X msg 15 210 \; \$1 const 0;
#X msg 15 159 bang;
#X obj 15 183 symbol \$0-vec;
#X obj 119 373 until;
#X msg 118 270 bang;
#X obj 155 414 f 0;
#X obj 191 414 + 1;
#X msg 163 338 0;
#X obj 119 318 t b b;
#X obj 156 519 tabwrite \$0-vec;
#X obj 155 443 t b f;
#X obj 154 478 randomnormal;
#X obj 119 348 f \$1;
#X obj 23 86 route reset normal;
#X text 168 274 fill table with normal distributed random variables
;
#X text 19 16 a tabread-like abstraction (with internal table);
#X obj 320 108 table \$0-vec \$1;
#X connect 0 0 16 0;
#X connect 2 0 1 0;
#X connect 4 0 5 0;
#X connect 5 0 3 0;
#X connect 6 0 8 0;
#X connect 7 0 11 0;
#X connect 8 0 9 0;
#X connect 8 0 13 0;
#X connect 9 0 8 1;
#X connect 10 0 8 1;
#X connect 11 0 15 0;
#X connect 11 1 10 0;
#X connect 13 0 14 0;
#X connect 13 1 12 1;
#X connect 14 0 12 0;
#X connect 15 0 6 0;
#X connect 16 0 4 0;
#X connect 16 1 7 0;
#X connect 16 2 2 0;
|