aboutsummaryrefslogtreecommitdiff
path: root/help/help-step.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-10 22:15:07 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commitff6b00b82c7f3f1a1efae7ba00894604aa70a60d (patch)
tree16835feaeacf7f33da08e964fe72eb24d09f2657 /help/help-step.pd
parent7fc71ea46f7424a15cf39d0be2b9525fa6d5a1f0 (diff)
switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems
svn path=/trunk/externals/maxlib/; revision=3878
Diffstat (limited to 'help/help-step.pd')
-rw-r--r--help/help-step.pd22
1 files changed, 0 insertions, 22 deletions
diff --git a/help/help-step.pd b/help/help-step.pd
deleted file mode 100644
index 9197d01..0000000
--- a/help/help-step.pd
+++ /dev/null
@@ -1,22 +0,0 @@
-#N canvas 417 206 533 314 12;
-#X floatatom 33 229 5 0 0;
-#X text 72 7 step :: output sequence of numbers (similar to 'line')
-;
-#X text 138 25 written by Olaf Matthes (olaf.matthes@gmx.de);
-#X text 222 250 stepsize :: step between two numbers;
-#X msg 33 76 23 6000 2;
-#X msg 62 119 230;
-#X obj 101 282 line;
-#X text 98 117 send a single number to jump;
-#X text 121 77 send a triplet to step to a new value;
-#X text 22 282 see also:;
-#X msg 80 146 stop;
-#X text 127 147 "stop" message to stop output;
-#X text 121 92 <new value> <time> <step>;
-#X text 123 196 step <value> <stepsize>;
-#X text 221 234 value :: value to start with;
-#X obj 33 195 step 100 3;
-#X connect 4 0 15 0;
-#X connect 5 0 15 0;
-#X connect 10 0 15 0;
-#X connect 15 0 0 0;