aboutsummaryrefslogtreecommitdiff
path: root/examples/mean.pd
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-10-09 10:19:04 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-10-09 10:19:04 +0000
commitd2eec74a4d8c21aad495ba61539486b24d7ab8dc (patch)
tree8340a62efe3eb1d42dc40265723c2704d3bd6452 /examples/mean.pd
moved from zexy/zexy to zexysvn2git-root
svn path=/trunk/externals/zexy/; revision=169
Diffstat (limited to 'examples/mean.pd')
-rw-r--r--examples/mean.pd9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/mean.pd b/examples/mean.pd
new file mode 100644
index 0000000..ca2851b
--- /dev/null
+++ b/examples/mean.pd
@@ -0,0 +1,9 @@
+#N canvas 186 94 383 302 12;
+#X obj 83 154 mean;
+#X floatatom 83 202 4 0 0;
+#X msg 96 96 2 4;
+#X text 46 17 get the mean value of a list of floats;
+#X msg 83 69 1 2 3 -4 5 6;
+#X connect 0 0 1 0;
+#X connect 2 0 0 0;
+#X connect 4 0 0 0;