aboutsummaryrefslogtreecommitdiff
path: root/examples/puredata/xtract/a_bavg.pd
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-10-18 17:49:19 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-10-18 17:49:19 +0000
commit6b59f4325d1b6c81e11cbae6f438cdfb514a89d1 (patch)
tree67a8be5a0745d04ced201313fa5c1b46f6e863e0 /examples/puredata/xtract/a_bavg.pd
parent19c8ed32b6d646d2aa1fe8785ea0e108884ceaec (diff)
downloadLibXtract-6b59f4325d1b6c81e11cbae6f438cdfb514a89d1.tar.gz
LibXtract-6b59f4325d1b6c81e11cbae6f438cdfb514a89d1.tar.bz2
LibXtract-6b59f4325d1b6c81e11cbae6f438cdfb514a89d1.zip
Added PD help files
Diffstat (limited to 'examples/puredata/xtract/a_bavg.pd')
-rw-r--r--examples/puredata/xtract/a_bavg.pd36
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;