Update of /cvsroot/pure-data/externals/tkwidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8920
Modified Files: text-help.pd text-test.pd Log Message: added commas and semi-colons using ascii values
Index: text-test.pd =================================================================== RCS file: /cvsroot/pure-data/externals/tkwidgets/text-test.pd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** text-test.pd 27 Nov 2007 06:05:48 -0000 1.6 --- text-test.pd 1 Dec 2007 05:36:24 -0000 1.7 *************** *** 1,4 **** ! #N canvas 88 197 538 519 10; ! #X obj 165 127 text 227 97 1; #X msg 174 40 bang; #X msg 289 83 key $1; --- 1,4 ---- ! #N canvas 525 280 538 519 10; ! #X obj 169 112 text 227 97 1; #X msg 174 40 bang; #X msg 289 83 key $1; *************** *** 11,14 **** --- 11,18 ---- #X obj 190 283 loadbang; #X msg 182 319 set blah blah blah; + #X msg 425 48 59; + #X msg 397 47 44; + #X obj 169 219 pddp/print; + #X connect 0 0 13 0; #X connect 1 0 0 0; #X connect 2 0 0 0; *************** *** 20,21 **** --- 24,27 ---- #X connect 9 0 10 0; #X connect 10 0 8 0; + #X connect 11 0 2 0; + #X connect 12 0 2 0;
Index: text-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/tkwidgets/text-help.pd,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** text-help.pd 27 Nov 2007 06:05:48 -0000 1.5 --- text-help.pd 1 Dec 2007 05:36:24 -0000 1.6 *************** *** 144,165 **** #N canvas 410 182 450 300 adding 0; #X obj 90 229 text 200 60 0; ! #X text 53 23 You can add text one character at a time using the "key" message. It works either with the character itself or the ASCII value of the character:; ! #X msg 90 102 key $1; ! #X obj 94 77 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 126 202 key "; #X msg 169 202 key a; #X msg 215 202 key B; ! #X msg 145 102 key 10; #X msg 259 202 key [; ! #X msg 145 122 key 32; ! #X text 198 103 carriage return; ! #X text 198 122 space; ! #X msg 145 142 key 100; ! #X text 198 142 letter "d"; #X msg 145 163 key 92; #X text 199 161 backslash; #X connect 2 0 0 0; #X connect 3 0 2 0; --- 144,167 ---- #N canvas 410 182 450 300 adding 0; #X obj 90 229 text 200 60 0; ! #X text 53 3 You can add text one character at a time using the "key" message. It works either with the character itself or the ASCII value of the character:; ! #X msg 90 82 key $1; ! #X obj 94 57 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X msg 126 202 key "; #X msg 169 202 key a; #X msg 215 202 key B; ! #X msg 145 82 key 10; #X msg 259 202 key [; ! #X msg 145 102 key 32; ! #X text 198 83 carriage return; ! #X text 198 102 space; #X msg 145 163 key 92; #X text 199 161 backslash; + #X msg 145 143 key 59; + #X text 199 141 semicolon; + #X msg 145 122 key 44; + #X text 198 122 comma; #X connect 2 0 0 0; #X connect 3 0 2 0; *************** *** 172,175 **** --- 174,178 ---- #X connect 12 0 0 0; #X connect 14 0 0 0; + #X connect 16 0 0 0; #X restore 199 -200 pd adding with the key message; #X obj 107 -177 loadbang;