diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2006-02-02 12:49:19 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2006-02-02 12:49:19 +0000 |
commit | cf40e844031c1035230e62fd88a0c42f7f617365 (patch) | |
tree | 0a9208f5fcd6a40f127532fa49441ca000f84e4c /src/pdstring-help.pd |
initial cvs importsvn2git-root
svn path=/trunk/externals/moocow/pdstring/; revision=4536
Diffstat (limited to 'src/pdstring-help.pd')
-rw-r--r-- | src/pdstring-help.pd | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/src/pdstring-help.pd b/src/pdstring-help.pd new file mode 100644 index 0000000..e83b9db --- /dev/null +++ b/src/pdstring-help.pd @@ -0,0 +1,59 @@ +#N canvas 381 42 563 311 10; +#X text 258 284 Bryan Jurish <moocow@ling.uni-potsdam.de>; +#X floatatom 56 81 8 0 0 0 - - -; +#X symbolatom 46 59 10 0 0 0 - - -; +#X text 201 59 ... no special handling for symbols; +#X text 200 37 anything can be converted to a list...; +#X obj 383 3 pdstring; +#X text 54 3 any2string \, string2any : ASCII conversions in; +#X obj 37 108 any2string; +#X obj 37 230 string2any; +#X floatatom 54 178 4 0 0 0 - - -; +#X text 213 230 string2any converts ASCII lists to Pd messages...; +#X text 202 81 ... but "float" selector is silently dropped; +#N canvas 0 0 448 335 ascii-table 0; +#X obj 162 144 f 0; +#X obj 134 153 + 1; +#X obj 161 165 t f f f; +#X obj 133 198 string2any; +#X obj 154 243 pack s 0; +#X obj 162 119 until; +#X obj 133 218 symbol; +#X msg 162 84 256; +#X msg 208 119 0; +#X obj 162 23 inlet; +#X obj 162 54 t b b; +#X obj 154 266 route list; +#X obj 154 293 print charset; +#X connect 0 0 2 0; +#X connect 1 0 0 1; +#X connect 2 0 1 0; +#X connect 2 1 3 0; +#X connect 2 2 4 1; +#X connect 3 0 6 0; +#X connect 4 0 11 0; +#X connect 5 0 0 0; +#X connect 6 0 4 0; +#X connect 7 0 5 0; +#X connect 8 0 0 1; +#X connect 9 0 10 0; +#X connect 10 0 7 0; +#X connect 10 1 8 0; +#X connect 11 0 12 0; +#X connect 11 1 12 0; +#X restore 249 144 pd ascii-table; +#X msg 249 121 bang; +#X text 361 143 know your charset; +#X obj 58 139 print any2string-out; +#X obj 37 254 print string2any-out; +#X msg 37 38 A B C; +#X msg 55 199 list 49 50 51; +#X connect 1 0 7 0; +#X connect 2 0 7 0; +#X connect 7 0 15 0; +#X connect 7 0 8 0; +#X connect 8 0 16 0; +#X connect 9 0 8 0; +#X connect 13 0 12 0; +#X connect 17 0 7 0; +#X connect 18 0 8 0; |