/usr/lib/pd/extra/mapping/fir-help.pd is in pd-mapping 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 27 | #N canvas 141 49 630 490 10;
#X obj 174 76 loadbang;
#X text 97 58 data;
#X obj 93 161 t f f;
#X msg 102 128 0;
#X msg 185 127 0.2 0.2 0.2 0.2 0.2;
#X msg 132 128 1;
#X msg 174 98 0.4 0.3 0.1 0.1 0.1;
#X obj 93 248 timeroll 10;
#X obj 345 247 timeroll 10;
#X obj 123 187 fir 5;
#X obj 77 10 vsl 15 128 0 1 0 0 empty empty empty 0 -8 0 8 -262144
-1 -1 0 1;
#X obj 116 423 pddp/pddplink http://www.dspguru.com/info/faqs/firfaq.htm
;
#X text 67 407 For more info on FIR:;
#X text 183 188 the argument is the number of co-efficients;
#X text 328 112 these are a list of co-efficients;
#X connect 0 0 6 0;
#X connect 2 0 7 0;
#X connect 2 1 9 0;
#X connect 3 0 2 0;
#X connect 4 0 9 1;
#X connect 5 0 2 0;
#X connect 6 0 9 1;
#X connect 9 0 8 0;
#X connect 10 0 2 0;
|