aboutsummaryrefslogtreecommitdiff
path: root/externals/build/doc/help-step.pd
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-26 11:12:14 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-26 11:12:14 +0000
commit5300f1dd4cb72171b0b02c85be42f9d7dcd6727d (patch)
treefd53453d2880ef1c0b59f8529ea9214bacec8d21 /externals/build/doc/help-step.pd
parent5a01275994d5c8ab7110e3c46f538c341cc4da04 (diff)
added maxlib help files
svn path=/trunk/; revision=251
Diffstat (limited to 'externals/build/doc/help-step.pd')
-rw-r--r--externals/build/doc/help-step.pd22
1 files changed, 22 insertions, 0 deletions
diff --git a/externals/build/doc/help-step.pd b/externals/build/doc/help-step.pd
new file mode 100644
index 00000000..9197d013
--- /dev/null
+++ b/externals/build/doc/help-step.pd
@@ -0,0 +1,22 @@
+#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;