diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-08 00:07:02 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-08 00:07:02 +0000 |
commit | ba706261d3fc5b436aa6f09d57e62eeb77377d8f (patch) | |
tree | 4faadd5931a89a847ae9bb2345d9fe7bb0e2f778 /examples/puredata/xtract/a_bavg.pd | |
parent | 89890e226e5da72743f885cefb5273c51baf094e (diff) | |
parent | 89a9ec7a352dc35141b8f9a87c202fdd448e9a6f (diff) | |
download | LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.gz LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.tar.bz2 LibXtract-ba706261d3fc5b436aa6f09d57e62eeb77377d8f.zip |
Merge branch 'feature/no-autotools' into develop
Diffstat (limited to 'examples/puredata/xtract/a_bavg.pd')
-rw-r--r-- | examples/puredata/xtract/a_bavg.pd | 36 |
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; |