aboutsummaryrefslogtreecommitdiff
path: root/pd/fir.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/fir.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
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
Diffstat (limited to 'pd/fir.pd')
-rw-r--r--pd/fir.pd24
1 files changed, 0 insertions, 24 deletions
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;