aboutsummaryrefslogtreecommitdiff
path: root/runningmean/runningmean-help.pd
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2009-04-10 15:32:35 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2009-04-10 15:32:35 +0000
commitc513c4b707adff355f1c9129e6386bd89d556167 (patch)
treedf325218fa203943eb1fc481ee1be5205c41edda /runningmean/runningmean-help.pd
parent9bad6b5eca4ebacc5ac42cc39bebe5487e47ebc8 (diff)
Buffer must be less than or equal to argument,
not greater than. svn path=/trunk/externals/mrpeach/; revision=11003
Diffstat (limited to 'runningmean/runningmean-help.pd')
-rw-r--r--runningmean/runningmean-help.pd62
1 files changed, 31 insertions, 31 deletions
diff --git a/runningmean/runningmean-help.pd b/runningmean/runningmean-help.pd
index da2c080..4491670 100644
--- a/runningmean/runningmean-help.pd
+++ b/runningmean/runningmean-help.pd
@@ -1,31 +1,31 @@
-#N canvas 537 273 624 278 10;
-#X obj 141 181 runningmean 128;
-#X msg 141 117 clear;
-#X msg 167 138 length 10;
-#X msg 228 159 22;
-#X text 179 117 clear the array to zero;
-#X text 233 138 set length (also clears the array);
-#X floatatom 141 212 5 0 0 0 - - -;
-#X obj 11 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -257985 -1
--1;
-#X text 29 35 bang outputs current mean;
-#X msg 76 99 1;
-#X msg 98 121 2;
-#X text 455 239 Martin Peach 2008_05_16;
-#X text 105 211 mean:;
-#X text 254 158 another way to set length (also clears the array);
-#X text 63 69 Incoming floats are added to the array. The mean is recalculated
-for each incoming float;
-#X text 237 181 Argument sets initial length. Default (no argument)
-is 128;
-#X text 199 201 Length can be changed to any positive value greater
-than or equal to the length set by the creation argumwent;
-#X text 10 4 [runningmean] outputs the running mean of the last n floats
-to arrive on the left inlet.;
-#X connect 0 0 6 0;
-#X connect 1 0 0 0;
-#X connect 2 0 0 0;
-#X connect 3 0 0 1;
-#X connect 7 0 0 0;
-#X connect 9 0 0 0;
-#X connect 10 0 0 0;
+#N canvas 537 273 624 278 10;
+#X obj 141 181 runningmean 128;
+#X msg 141 117 clear;
+#X msg 167 138 length 10;
+#X msg 228 159 22;
+#X text 179 117 clear the array to zero;
+#X text 233 138 set length (also clears the array);
+#X floatatom 141 212 5 0 0 0 - - -;
+#X obj 11 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -257985 -1
+-1;
+#X text 29 35 bang outputs current mean;
+#X msg 76 99 1;
+#X msg 98 121 2;
+#X text 105 211 mean:;
+#X text 254 158 another way to set length (also clears the array);
+#X text 63 69 Incoming floats are added to the array. The mean is recalculated
+for each incoming float;
+#X text 237 181 Argument sets initial length. Default (no argument)
+is 128;
+#X text 10 4 [runningmean] outputs the running mean of the last n floats
+to arrive on the left inlet.;
+#X text 199 201 Length can be changed to any positive value less than
+or equal to the length set by the creation argumwent;
+#X text 455 239 Martin Peach 2009/04/10;
+#X connect 0 0 6 0;
+#X connect 1 0 0 0;
+#X connect 2 0 0 0;
+#X connect 3 0 0 1;
+#X connect 7 0 0 0;
+#X connect 9 0 0 0;
+#X connect 10 0 0 0;