From c37112a7f380d81e4ce6a1cb8446bea3994dfaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 14 Mar 2007 09:08:56 +0000 Subject: updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named -help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485 --- reference/atoi-help.pd | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 reference/atoi-help.pd (limited to 'reference/atoi-help.pd') diff --git a/reference/atoi-help.pd b/reference/atoi-help.pd new file mode 100644 index 0000000..a84b57e --- /dev/null +++ b/reference/atoi-help.pd @@ -0,0 +1,45 @@ +#N canvas 274 494 749 300 10; +#X obj 125 21 atoi; +#X text 174 19 convert ascii to integer; +#X obj 72 178 atoi; +#X floatatom 72 201 4 0 0 0 - - -; +#X obj 72 132 makefilename %4d; +#X symbolatom 72 155 10 0 0 0 - - -; +#X floatatom 72 110 4 0 0 0 - - -; +#X floatatom 177 110 4 0 0 0 - - -; +#X obj 177 132 makefilename 0%d; +#X floatatom 280 110 4 0 0 0 - - -; +#X obj 280 132 makefilename 0x%d; +#X text 74 92 decimal; +#X text 178 94 octal; +#X text 280 93 sedecimal; +#X floatatom 417 109 4 0 0 0 - - -; +#X obj 417 127 makefilename %d; +#X floatatom 502 106 4 0 0 0 - - -; +#X text 506 93 base; +#X obj 417 146 pack s 2; +#X msg 417 86 101; +#X msg 443 86 10011; +#X text 241 214 symbols starting with "0x" are converted as hex-numbers +; +#X text 242 228 symbols starting with "0" are converted as octal numbers +; +#X text 241 243 symbols starting with numbers but "0" are converted +as decimal numbers; +#X text 360 325 updated for zexy-2.0; +#X text 360 325 updated for zexy-2.0; +#X text 539 17 part of zexy; +#X connect 2 0 3 0; +#X connect 4 0 5 0; +#X connect 5 0 2 0; +#X connect 6 0 4 0; +#X connect 7 0 8 0; +#X connect 8 0 5 0; +#X connect 9 0 10 0; +#X connect 10 0 5 0; +#X connect 14 0 15 0; +#X connect 15 0 18 0; +#X connect 16 0 18 1; +#X connect 18 0 2 0; +#X connect 19 0 14 0; +#X connect 20 0 14 0; -- cgit v1.2.1