/usr/lib/pd/extra/iemlib/bsq2~.pd is in pd-iemlib 1.20.1-1.
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 | #N canvas 299 265 393 285 10;
#X obj 22 42 inlet~;
#X obj 55 65 inlet;
#X obj 22 186 outlet~;
#X text 62 42 ~signal_in~;
#X obj 88 89 inlet;
#X text 191 113 <float> interpolation_time [ms];
#X text 28 157 ~filtered signal_out~;
#X obj 155 113 inlet;
#X text 91 64 <float> center_frequency [Hz];
#X text 123 89 <float> Q [-];
#X text 11 9 bsq2~;
#X text 66 10 bandstop 2.order with Q-inlet;
#X obj 22 136 filter~ bsq2 \$1 \$2 1 \$3;
#X text 102 176 1.arg: <float> center_frequency [Hz];
#X text 102 185 2.arg: <float> Q [-];
#X text 102 194 3.arg: <float> interpolation_time [ms] (opt.);
#X text 176 245 IEM KUG;
#X text 160 233 musil;
#X text 190 233 @;
#X text 196 233 iem.at;
#X text 111 222 (c) Thomas Musil 2000 - 2005;
#X text 159 255 Graz \, Austria;
#X connect 0 0 12 0;
#X connect 1 0 12 1;
#X connect 4 0 12 2;
#X connect 7 0 12 4;
#X connect 12 0 2 0;
|