From 6b5a0fc360cb8b361a5873bbeb46c7f5c271f9a9 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 27 Jan 2005 12:23:02 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2548, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/La-kitchen/; revision=2549 --- fir_mean_n.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fir_mean_n.pd (limited to 'fir_mean_n.pd') diff --git a/fir_mean_n.pd b/fir_mean_n.pd new file mode 100644 index 0000000..cfcb5ea --- /dev/null +++ b/fir_mean_n.pd @@ -0,0 +1,27 @@ +#N canvas 48 10 470 391 10; +#X obj 84 32 inlet; +#X text 72 9 flux donnees; +#X obj 110 55 inlet; +#X text 157 55 taille moyenneur; +#X obj 84 292 fir_filter; +#X obj 110 210 mtx; +#X msg 110 182 ones \$1 1; +#X obj 110 263 zl slice 3; +#X obj 110 154 t f f; +#X obj 84 329 outlet; +#X obj 125 77 loadbang; +#X obj 110 101 \$1; +#X obj 110 236 mtx_./ \$1; +#X obj 110 128 max 1; +#X connect 0 0 4 0; +#X connect 2 0 11 0; +#X connect 4 0 9 0; +#X connect 5 0 12 0; +#X connect 6 0 5 0; +#X connect 7 1 4 1; +#X connect 8 0 6 0; +#X connect 8 1 12 1; +#X connect 10 0 11 0; +#X connect 11 0 13 0; +#X connect 12 0 7 0; +#X connect 13 0 8 0; -- cgit v1.2.1