aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/offer-help.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/offer-help.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/offer-help.pd')
-rw-r--r--doc/help/cyclone/offer-help.pd36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/help/cyclone/offer-help.pd b/doc/help/cyclone/offer-help.pd
new file mode 100644
index 0000000..6937e80
--- /dev/null
+++ b/doc/help/cyclone/offer-help.pd
@@ -0,0 +1,36 @@
+#N canvas 86 120 813 302 10;
+#X text 5 5 ;
+#X text 16 264 docs based on the MAX/MSP reference (c) cycling'74
+;
+#X text 15 278 ___________________________________________________ ;
+#X obj 28 22 offer;
+#X text 87 22 store x \, y pairs of values (x is int only);
+#X obj 111 169 offer;
+#X msg 243 121 clear;
+#X text 285 120 clear contents;
+#X msg 305 66 0 0 \, 1 1.1 \, 2 2.2 \, 3 3.3;
+#X floatatom 111 106 5 0 0 0 - - -;
+#X text 23 68 x(int) y(may be float) pairs are stored:;
+#X obj 111 199 print offer;
+#X text 23 91 read corresponding y value and;
+#X text 23 104 delete pair:;
+#X obj 593 184 offer;
+#X obj 593 206 print offer2;
+#X obj 593 116 t b b;
+#X msg 593 94 bang;
+#X msg 593 163 0;
+#X msg 623 141 0.23;
+#X text 574 165 x:;
+#X text 605 140 y:;
+#X text 519 57 hit bang and then the x value;
+#X text 518 69 again to output stored y:;
+#X connect 5 0 11 0;
+#X connect 6 0 5 0;
+#X connect 8 0 5 0;
+#X connect 9 0 5 0;
+#X connect 14 0 15 0;
+#X connect 16 0 18 0;
+#X connect 16 1 19 0;
+#X connect 17 0 16 0;
+#X connect 18 0 14 0;
+#X connect 19 0 14 1;