aboutsummaryrefslogtreecommitdiff
path: root/fir_filter.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2005-01-27 12:23:02 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2005-01-27 12:23:02 +0000
commit6b5a0fc360cb8b361a5873bbeb46c7f5c271f9a9 (patch)
tree24716657b5aa274a1d90fdb99a62d0a66821682f /fir_filter.pd
This commit was generated by cvs2svn to compensate for changes in r2548,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/La-kitchen/; revision=2549
Diffstat (limited to 'fir_filter.pd')
-rw-r--r--fir_filter.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/fir_filter.pd b/fir_filter.pd
new file mode 100644
index 0000000..0b22830
--- /dev/null
+++ b/fir_filter.pd
@@ -0,0 +1,26 @@
+#N canvas 495 51 458 390 10;
+#X obj 158 136 zl len;
+#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 218 last_n_matrix;
+#X obj 158 100 t a a;
+#X obj 183 160 list2matcol;
+#X obj 85 261 mtx_.*;
+#X obj 85 352 outlet;
+#X obj 85 295 mtx_mean;
+#X obj 85 322 *;
+#X obj 158 184 t f f;
+#X connect 0 0 12 0;
+#X connect 1 0 6 0;
+#X connect 4 0 5 0;
+#X connect 5 0 8 0;
+#X connect 6 0 0 0;
+#X connect 6 1 7 0;
+#X connect 7 0 8 1;
+#X connect 8 0 10 0;
+#X connect 10 0 11 0;
+#X connect 11 0 9 0;
+#X connect 12 0 5 1;
+#X connect 12 1 11 1;