diff options
Diffstat (limited to 'examples/puredata/xtract/a_bavg.pd')
-rw-r--r-- | examples/puredata/xtract/a_bavg.pd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/puredata/xtract/a_bavg.pd b/examples/puredata/xtract/a_bavg.pd new file mode 100644 index 0000000..38c8c71 --- /dev/null +++ b/examples/puredata/xtract/a_bavg.pd @@ -0,0 +1,36 @@ +#N canvas 0 0 450 300 10; +#X obj 140 183 +; +#X obj 243 216 f; +#X obj 242 124 f; +#X obj 275 124 + 1; +#X msg 244 193 0; +#X obj 175 223 f; +#X obj 175 245 / \$1; +#X obj 242 147 % \$1; +#X obj 319 172 f \$1; +#X obj 319 192 - 1; +#X obj 243 170 sel; +#X obj 319 146 loadbang; +#X obj 161 60 inlet; +#X obj 165 84 t b f; +#X obj 175 271 outlet; +#X text 28 12 Averages a series of N numbers where N is given by the +first arument (works in blocks); +#X connect 0 0 1 0; +#X connect 0 0 5 1; +#X connect 1 0 0 1; +#X connect 2 0 3 0; +#X connect 2 0 7 0; +#X connect 3 0 2 1; +#X connect 4 0 1 0; +#X connect 5 0 6 0; +#X connect 6 0 14 0; +#X connect 7 0 10 0; +#X connect 8 0 9 0; +#X connect 9 0 10 1; +#X connect 10 0 4 0; +#X connect 10 0 5 0; +#X connect 11 0 8 0; +#X connect 12 0 13 0; +#X connect 13 0 2 0; +#X connect 13 1 0 0; |