aboutsummaryrefslogtreecommitdiff
path: root/fir.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:37:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:37:08 +0000
commit634505832495f0a69de7f9321f2adf3ad014526f (patch)
tree21d96592bb26514ea6f1780f5a2900428a934859 /fir.pd
parentf5e031993c4c53d861ecc8482ef9d20a67f59d03 (diff)
adding more objects from Cyrille's ds_
svn path=/trunk/externals/mapping/; revision=4628
Diffstat (limited to 'fir.pd')
-rw-r--r--fir.pd24
1 files changed, 24 insertions, 0 deletions
diff --git a/fir.pd b/fir.pd
new file mode 100644
index 0000000..b014238
--- /dev/null
+++ b/fir.pd
@@ -0,0 +1,24 @@
+#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;