aboutsummaryrefslogtreecommitdiff
path: root/examples/puredata/xtract/a_bavg.pd
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-06 17:29:10 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-06 17:29:10 +0000
commit24eb93e7c365ce8c775d7495ad528d3e33ea8033 (patch)
treec97f9928f19d64b30c7724c5f6b1ce7234ba222b /examples/puredata/xtract/a_bavg.pd
parentb46aca1241df7bf23bfce6c28b6db203525340ac (diff)
downloadLibXtract-24eb93e7c365ce8c775d7495ad528d3e33ea8033.tar.gz
LibXtract-24eb93e7c365ce8c775d7495ad528d3e33ea8033.tar.bz2
LibXtract-24eb93e7c365ce8c775d7495ad528d3e33ea8033.zip
Remove puredata and MaxMSP examples
Diffstat (limited to 'examples/puredata/xtract/a_bavg.pd')
-rw-r--r--examples/puredata/xtract/a_bavg.pd36
1 files changed, 0 insertions, 36 deletions
diff --git a/examples/puredata/xtract/a_bavg.pd b/examples/puredata/xtract/a_bavg.pd
deleted file mode 100644
index 38c8c71..0000000
--- a/examples/puredata/xtract/a_bavg.pd
+++ /dev/null
@@ -1,36 +0,0 @@
-#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;