diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-14 09:08:56 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-03-14 09:08:56 +0000 |
commit | c37112a7f380d81e4ce6a1cb8446bea3994dfaf5 (patch) | |
tree | 14aa7db3aa77f8690d30ccdf5a0cbe94d49459d1 /examples/atoi.pd | |
parent | 75b7d3f788c462156b4e84170e3ab4e78187ae50 (diff) |
updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named <path>-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
Diffstat (limited to 'examples/atoi.pd')
-rw-r--r-- | examples/atoi.pd | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/examples/atoi.pd b/examples/atoi.pd deleted file mode 100644 index a84b57e..0000000 --- a/examples/atoi.pd +++ /dev/null @@ -1,45 +0,0 @@ -#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; |