aboutsummaryrefslogtreecommitdiff
path: root/fir.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-15 02:29:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-15 02:29:09 +0000
commit1544c04fde64fb69dc759fafdd12eb23f79a7ce7 (patch)
tree938c75829058d9a220a00bb463e9576cceaf15a5 /fir.pd
parent27c272adef12519a8c90f19fbdbc4efc4949696e (diff)
added import statement for iemmatrix lib
svn path=/trunk/externals/mapping/; revision=5242
Diffstat (limited to 'fir.pd')
-rw-r--r--fir.pd21
1 files changed, 11 insertions, 10 deletions
diff --git a/fir.pd b/fir.pd
index b014238..155fbf6 100644
--- a/fir.pd
+++ b/fir.pd
@@ -1,4 +1,5 @@
-#N canvas 495 51 458 390 10;
+#N canvas 495 51 462 394 10;
+#X obj 324 9 import iemmatrix;
#X obj 158 59 inlet;
#X text 206 58 liste coef filtre;
#X text 72 34 flux donnees;
@@ -12,13 +13,13 @@
#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 1 0 10 0;
+#X connect 4 0 13 0;
+#X connect 5 0 7 0;
+#X connect 7 0 12 0;
+#X connect 8 0 5 1;
+#X connect 9 0 5 0;
#X connect 10 0 8 0;
-#X connect 11 0 5 0;
-#X connect 12 0 10 0;
+#X connect 11 0 9 0;
+#X connect 12 0 6 0;
+#X connect 13 0 11 0;