aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/offer.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/help/cyclone/offer.pd')
-rw-r--r--doc/help/cyclone/offer.pd36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/help/cyclone/offer.pd b/doc/help/cyclone/offer.pd
deleted file mode 100644
index 6937e80..0000000
--- a/doc/help/cyclone/offer.pd
+++ /dev/null
@@ -1,36 +0,0 @@
-#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;