aboutsummaryrefslogtreecommitdiff
path: root/examples/mean.pd
diff options
context:
space:
mode:
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;