/usr/lib/pd/extra/zexy/mavg.pd is in pd-zexy 2.2.5-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 | #N canvas 0 354 450 482 10;
#X obj 80 235 inlet;
#X obj 80 334 outlet;
#X obj 330 94 inlet taps;
#X obj 80 274 list split \$1;
#X obj 80 296 t l l;
#X obj 80 254 list append;
#X obj 80 315 mean;
#X obj 261 95 loadbang;
#X obj 261 115 i \$1;
#X obj 261 141 t f f;
#X obj 286 211 list append;
#X obj 286 227 t l l;
#X obj 286 177 until;
#X obj 286 161 t f b;
#X msg 324 195 list;
#X obj 286 194 i;
#X text 59 20 part of zexy;
#X text 58 35 (c) 2006 IOhannes m zmoelnig;
#X text 55 -19 moving average filter;
#X text 62 73 requires pd>0.39;
#X text 38 386 attention: not yet fully compatible with the zexy-external
[mavg];
#X connect 0 0 5 0;
#X connect 2 0 9 0;
#X connect 3 0 4 0;
#X connect 3 2 4 0;
#X connect 4 0 6 0;
#X connect 4 1 5 1;
#X connect 5 0 3 0;
#X connect 6 0 1 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 3 1;
#X connect 9 1 13 0;
#X connect 10 0 11 0;
#X connect 11 0 5 1;
#X connect 11 1 10 1;
#X connect 12 0 15 0;
#X connect 13 0 12 0;
#X connect 13 1 14 0;
#X connect 14 0 10 1;
#X connect 15 0 10 0;
|