Update of /cvsroot/pure-data/abstractions/pddp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11407
Modified Files: Tag: branch-v0-39-2-extended print-help.pd print.pd print_long-help.pd print_long.pd Log Message: added bang to reset, and made it flash on bang also
Index: print_long.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/pddp/print_long.pd,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** print_long.pd 28 Nov 2006 03:06:52 -0000 1.7 --- print_long.pd 16 Aug 2007 18:54:02 -0000 1.7.2.1 *************** *** 1,16 **** ! #N canvas 531 196 268 215 10; #X obj 1 3 cnv 12 198 12 empty $0-pddp_print empty 2 6 1 14 -262144 -33289 0; ! #X obj 11 37 inlet; ! #X obj 11 160 send $0-pddp_print; ! #X obj 11 67 zexy/list2symbol; ! #X obj 23 116 loadbang; ! #X msg 23 136 label; ! #X text 96 130 reset to blank; ! #X obj 11 94 flatspace/prepend label; ! #X connect 1 0 3 0; ! #X connect 3 0 7 0; ! #X connect 4 0 5 0; #X connect 5 0 2 0; #X connect 7 0 2 0; #X coords 0 -1 1 1 200 18 1 0 0; --- 1,37 ---- ! #N canvas 590 245 337 330 10; #X obj 1 3 cnv 12 198 12 empty $0-pddp_print empty 2 6 1 14 -262144 -33289 0; ! #X obj 59 48 inlet; ! #X obj 117 246 send $0-pddp_print; ! #X obj 116 138 zexy/list2symbol; ! #X text 128 203 reset to blank; ! #X obj 116 170 flatspace/prepend label; ! #X obj 59 90 route bang; ! #N canvas 673 22 458 308 reset 0; ! #X obj 72 21 inlet; ! #X obj 69 264 outlet; ! #X msg 233 127 label; ! #X obj 250 101 loadbang; ! #X msg 36 130 color 0 22; ! #X obj 55 57 trigger bang bang bang; ! #X obj 35 99 delay 50; ! #X msg 116 130 color 26 22; ! #X connect 0 0 5 0; ! #X connect 2 0 1 0; ! #X connect 3 0 2 0; ! #X connect 4 0 1 0; ! #X connect 5 0 6 0; ! #X connect 5 1 7 0; ! #X connect 5 2 2 0; ! #X connect 6 0 4 0; ! #X connect 7 0 1 0; ! #X restore 59 202 pd reset; ! #X msg 19 169 bang; ! #X connect 1 0 6 0; ! #X connect 3 0 5 0; #X connect 5 0 2 0; + #X connect 6 0 7 0; + #X connect 6 1 3 0; #X connect 7 0 2 0; + #X connect 8 0 7 0; #X coords 0 -1 1 1 200 18 1 0 0;
Index: print-help.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/pddp/print-help.pd,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** print-help.pd 13 Apr 2006 21:30:23 -0000 1.2 --- print-help.pd 16 Aug 2007 18:54:02 -0000 1.2.2.1 *************** *** 1,12 **** ! #N canvas 286 187 458 308 10; #X obj 151 182 pddp/print; #X text 17 48 this object is for displaying generic messages in the patch rather than in the Pd window.; ! #X msg 61 114 word; ! #X msg 131 114 symbol asdf; ! #X msg 234 114 list 1 2 3; ! #X msg 234 147 selector series of 4; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0; --- 1,17 ---- ! #N canvas 716 408 466 316 10; #X obj 151 182 pddp/print; #X text 17 48 this object is for displaying generic messages in the patch rather than in the Pd window.; ! #X msg 24 104 word; ! #X msg 94 104 symbol asdf; ! #X msg 197 104 list 1 2 3; ! #X msg 274 104 selector series of 4; ! #X msg 246 148 bang; ! #X text 280 147 flashes and resets to blank; ! #X text 38 245 because of Pd's type handling , it strips off data ! selectors "float" , "symbol" and "list".; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0; + #X connect 6 0 0 0;
Index: print.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/pddp/print.pd,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** print.pd 28 Nov 2006 03:06:52 -0000 1.6 --- print.pd 16 Aug 2007 18:54:02 -0000 1.6.2.1 *************** *** 1,18 **** ! #N canvas 183 209 347 321 10; ! #X obj 9 48 inlet; ! #X obj 10 186 send $0-pddp_print; ! #X obj 9 78 zexy/list2symbol; ! #X obj 85 1 cnv 15 15 18 empty empty empty 20 12 0 14 -262144 -66577 ! 0; #X obj 1 3 cnv 15 98 15 empty $0-pddp_print empty 2 7 0 14 -262144 ! -33289 0; ! #X obj 31 134 loadbang; ! #X msg 31 155 label; ! #X text 102 143 reset to blank; ! #X obj 9 110 flatspace/prepend label; ! #X connect 0 0 2 0; ! #X connect 2 0 8 0; #X connect 5 0 6 0; ! #X connect 6 0 1 0; ! #X connect 8 0 1 0; #X coords 0 -1 1 1 100 20 1 0 0; --- 1,39 ---- ! #N canvas 183 209 367 341 10; ! #X obj 59 48 inlet; ! #X obj 117 246 send $0-pddp_print; ! #X obj 116 138 zexy/list2symbol; #X obj 1 3 cnv 15 98 15 empty $0-pddp_print empty 2 7 0 14 -262144 ! -1 0; ! #X text 128 203 reset to blank; ! #X obj 116 170 flatspace/prepend label; ! #X obj 59 90 route bang; ! #N canvas 673 22 458 308 reset 0; ! #X obj 72 21 inlet; ! #X obj 69 264 outlet; ! #X msg 233 127 label; ! #X obj 250 101 loadbang; ! #X msg 36 130 color 0 22; ! #X obj 55 57 trigger bang bang bang; ! #X obj 35 99 delay 50; ! #X msg 116 130 color 26 22; ! #X connect 0 0 5 0; ! #X connect 2 0 1 0; ! #X connect 3 0 2 0; ! #X connect 4 0 1 0; #X connect 5 0 6 0; ! #X connect 5 1 7 0; ! #X connect 5 2 2 0; ! #X connect 6 0 4 0; ! #X connect 7 0 1 0; ! #X restore 59 202 pd reset; ! #X msg 19 169 bang; ! #X obj 85 0 cnv 15 15 20 empty empty empty 2 7 0 14 -262144 -262144 ! 0; ! #X connect 0 0 6 0; ! #X connect 2 0 5 0; ! #X connect 5 0 1 0; ! #X connect 6 0 7 0; ! #X connect 6 1 2 0; ! #X connect 7 0 1 0; ! #X connect 8 0 7 0; #X coords 0 -1 1 1 100 20 1 0 0;
Index: print_long-help.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/pddp/print_long-help.pd,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** print_long-help.pd 12 Apr 2006 17:31:25 -0000 1.1 --- print_long-help.pd 16 Aug 2007 18:54:02 -0000 1.1.2.1 *************** *** 1,3 **** ! #N canvas 93 178 454 304 10; #X text 13 30 this object is for displaying generic messages in the patch rather than in the Pd window.; --- 1,3 ---- ! #N canvas 93 178 458 308 10; #X text 13 30 this object is for displaying generic messages in the patch rather than in the Pd window.; *************** *** 7,16 **** #X msg 234 162 selector series of 4; #X text 33 68 its got a longer box and its closed on four sides; ! #X obj 140 195 pddp/print_long; #X obj 83 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 4900 1; #X msg 229 138 list of words?; ! #X text 11 237 because of Pd's type handling , it strips off data selectors "float" , "symbol" and "list".; #X connect 1 0 6 0; #X connect 2 0 6 0; --- 7,18 ---- #X msg 234 162 selector series of 4; #X text 33 68 its got a longer box and its closed on four sides; ! #X obj 140 220 pddp/print_long; #X obj 83 93 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 0 1; #X msg 229 138 list of words?; ! #X text 11 262 because of Pd's type handling , it strips off data selectors "float" , "symbol" and "list".; + #X msg 222 193 bang; + #X text 256 192 flashes and resets to blank; #X connect 1 0 6 0; #X connect 2 0 6 0; *************** *** 19,20 **** --- 21,23 ---- #X connect 7 0 6 0; #X connect 8 0 6 0; + #X connect 10 0 6 0;