From 57b74403674f1079c5aee4d7071c956a3e045bff Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 21 Mar 2006 16:18:14 +0000 Subject: moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment svn path=/trunk/externals/mapping/; revision=4747 --- pd/fir.pd | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pd/fir.pd (limited to 'pd/fir.pd') diff --git a/pd/fir.pd b/pd/fir.pd deleted file mode 100644 index b014238..0000000 --- a/pd/fir.pd +++ /dev/null @@ -1,24 +0,0 @@ -#N canvas 495 51 458 390 10; -#X obj 158 59 inlet; -#X text 206 58 liste coef filtre; -#X text 72 34 flux donnees; -#X obj 85 57 inlet; -#X obj 85 207 mtx_.*; -#X obj 85 298 outlet; -#X obj 85 241 mtx_mean; -#X obj 158 178 list trim; -#X obj 85 155 list trim; -#X obj 158 155 list prepend matrix \$1 1; -#X obj 85 126 list prepend matrix \$1 1; -#X obj 85 269 * \$1; -#X obj 85 100 last_n \$1; -#X connect 0 0 9 0; -#X connect 3 0 12 0; -#X connect 4 0 6 0; -#X connect 6 0 11 0; -#X connect 7 0 4 1; -#X connect 8 0 4 0; -#X connect 9 0 7 0; -#X connect 10 0 8 0; -#X connect 11 0 5 0; -#X connect 12 0 10 0; -- cgit v1.2.1