aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/accum.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 21:12:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 21:12:09 +0000
commit4c775629ea1964da725b6f0cd3d0d0b013aee045 (patch)
treeb8a3d6ffd703d9d4bd320782f0e63555e4819ed3 /doc/help/cyclone/accum.pd
parent90485b96be50e6ee811f3ba3c16e2369a2e8b6cd (diff)
renamed help patches to follow the standard file naming scheme
svn path=/trunk/externals/miXed/; revision=7539
Diffstat (limited to 'doc/help/cyclone/accum.pd')
-rw-r--r--doc/help/cyclone/accum.pd28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/help/cyclone/accum.pd b/doc/help/cyclone/accum.pd
deleted file mode 100644
index 7972499..0000000
--- a/doc/help/cyclone/accum.pd
+++ /dev/null
@@ -1,28 +0,0 @@
-#N canvas 217 155 450 371 10;
-#X text 5 5 ;
-#X text 22 319 docs based on the MAX/MSP reference (c) cycling'74
-;
-#X text 21 333 ___________________________________________________ ;
-#X text 98 24 store \, add to \, and multiply a number;
-#X obj 41 22 accum 4;
-#X obj 78 217 accum 4;
-#X text 143 218 arg sets initial value;
-#X floatatom 78 143 5 0 0 0 - - -;
-#X floatatom 78 248 5 0 0 0 - - -;
-#X text 126 144 set new value and output;
-#X floatatom 100 169 5 0 0 0 - - -;
-#X text 144 169 add to current value / no output;
-#X msg 50 116 bang;
-#X text 89 117 output current value;
-#X floatatom 122 194 5 0 0 0 - - -;
-#X text 172 194 multiply with current val / no output;
-#X msg 29 94 set \$1;
-#X floatatom 29 74 5 0 0 0 - - -;
-#X text 90 92 reset current value / no output;
-#X connect 5 0 8 0;
-#X connect 7 0 5 0;
-#X connect 10 0 5 1;
-#X connect 12 0 5 0;
-#X connect 14 0 5 2;
-#X connect 16 0 5 0;
-#X connect 17 0 16 0;