aboutsummaryrefslogtreecommitdiff
path: root/examples/mavg.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/mavg.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'examples/mavg.pd')
-rw-r--r--examples/mavg.pd33
1 files changed, 17 insertions, 16 deletions
diff --git a/examples/mavg.pd b/examples/mavg.pd
index 55a5e0e..3d08d03 100644
--- a/examples/mavg.pd
+++ b/examples/mavg.pd
@@ -1,16 +1,17 @@
-#N canvas 0 0 452 302 12;
-#X obj 119 132 metro 100;
-#X obj 119 155 random 10;
-#X floatatom 119 235 4 0 0;
-#X msg 120 107 1;
-#X msg 153 108 0;
-#X obj 119 202 mavg 4;
-#X floatatom 220 181 4 0 0;
-#X text 59 20 moving average filter;
-#X text 261 181 samples to average;
-#X connect 0 0 1 0;
-#X connect 1 0 5 0;
-#X connect 3 0 0 0;
-#X connect 4 0 0 0;
-#X connect 5 0 2 0;
-#X connect 6 0 5 1;
+#N canvas 404 326 452 302 12;
+#X obj 119 132 metro 100;
+#X obj 119 155 random 10;
+#X floatatom 119 235 4 0 0 0 - - -;
+#X msg 120 107 1;
+#X msg 153 108 0;
+#X obj 119 202 mavg 4;
+#X floatatom 220 181 4 0 0 0 - - -;
+#X text 59 20 moving average filter;
+#X text 261 181 samples to average;
+#X text 277 47 part of zexy;
+#X connect 0 0 1 0;
+#X connect 1 0 5 0;
+#X connect 3 0 0 0;
+#X connect 4 0 0 0;
+#X connect 5 0 2 0;
+#X connect 6 0 5 1;