/usr/lib/pd/extra/sigpack/decimate~-help.pd is in pd-sigpack 0.0.4.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 27 28 29 30 | #N canvas 285 400 443 319 10;
#N canvas 0 0 450 300 (subpatch) 0;
#X array deci 44100 float 0;
#X coords 0 1.02 44099 -1.02 100 70 1;
#X restore 305 189 graph;
#X msg 16 115 bang;
#X obj 52 105 osc~ 1.5;
#N canvas 0 0 450 300 (subpatch) 0;
#X array osc 44100 float 0;
#X coords 0 1 44099 -1 100 70 1;
#X restore 305 102 graph;
#X obj 62 132 tabwrite~ osc;
#X obj 52 228 tabwrite~ deci;
#X text 51 35 signal decimation;
#X text 51 50 a ratio of 1 is orig. samplerate 0.5 is half;
#X text 306 10 arg<ratio><bits>;
#X text 51 67 of orig. samplerate etc.;
#X text 331 268 sIgpAck 0.02;
#X obj 52 195 decimate~ 0.5 16;
#X text 260 281 2003 www.weiss-archiv.de;
#X text 51 13 ---decimate~---;
#X floatatom 106 175 5 0 1 2 ratio[0-1] - -;
#X floatatom 183 181 5 1 32 2 bits[1-32] - -;
#X connect 1 0 4 0;
#X connect 1 0 5 0;
#X connect 2 0 4 0;
#X connect 2 0 11 0;
#X connect 11 0 5 0;
#X connect 14 0 11 1;
#X connect 15 0 11 2;
|