From 4c775629ea1964da725b6f0cd3d0d0b013aee045 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 2 Apr 2007 21:12:09 +0000 Subject: renamed help patches to follow the standard file naming scheme svn path=/trunk/externals/miXed/; revision=7539 --- doc/help/cyclone/offer-help.pd | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/help/cyclone/offer-help.pd (limited to 'doc/help/cyclone/offer-help.pd') 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; -- cgit v1.2.1