[PD-cvs] abstractions/pddp print-help.pd, NONE, 1.1 print_long-help.pd, NONE, 1.1 print.pd, 1.1, 1.2 print_long.pd, 1.1, 1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Apr 12 19:31:27 CEST 2006


Update of /cvsroot/pure-data/abstractions/pddp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9544

Modified Files:
	print.pd print_long.pd 
Added Files:
	print-help.pd print_long-help.pd 
Log Message:
cleaned up and ported to GOP 0.39, namespaces, and added helpfiles

Index: print_long.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pddp/print_long.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** print_long.pd	21 Nov 2005 15:54:14 -0000	1.1
--- print_long.pd	12 Apr 2006 17:31:25 -0000	1.2
***************
*** 1,11 ****
! #N canvas 273 236 233 186 10;
! #X obj 0 0 cnv 15 200 20 empty \$0-pddp_print 61 5 10 1 14 -233017
! -33289 0;
! #X obj 62 130 s \$0-pddp_print;
! #X obj 62 104 prepend label;
  #X obj 62 47 inlet;
! #X obj 62 77 list2symbol;
! #X connect 2 0 1 0;
! #X connect 3 0 4 0;
! #X connect 4 0 2 0;
! #X coords 0 0 1 1 200 20 1;
--- 1,11 ----
! #N canvas 531 196 237 190 10;
! #X obj 1 1 cnv 15 198 16 empty \$0-pddp_print 61 2 8 1 14 -262144 -33289
! 0;
  #X obj 62 47 inlet;
! #X obj 62 130 send \$0-pddp_print;
! #X obj 62 104 cyclone/prepend label;
! #X obj 62 77 zexy/list2symbol;
! #X connect 1 0 4 0;
! #X connect 3 0 2 0;
! #X connect 4 0 3 0;
! #X coords 0 -1 1 1 200 18 1 0 0;

--- NEW FILE: print-help.pd ---
#N canvas 246 157 454 304 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;

Index: print.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pddp/print.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** print.pd	21 Nov 2005 15:54:14 -0000	1.1
--- print.pd	12 Apr 2006 17:31:25 -0000	1.2
***************
*** 1,11 ****
! #N canvas 273 236 140 203 10;
! #X obj 0 0 cnv 15 100 20 empty \$0-pddp_print empty 5 11 1 16 -233017
! -33289 0;
! #X obj 10 156 s \$0-pddp_print;
! #X obj 10 130 prepend label;
  #X obj 9 48 inlet;
! #X obj 9 78 list2symbol;
! #X connect 2 0 1 0;
! #X connect 3 0 4 0;
! #X connect 4 0 2 0;
! #X coords 0 0 1 1 100 20 1;
--- 1,13 ----
! #N canvas 183 209 335 309 10;
  #X obj 9 48 inlet;
! #X obj 10 156 send \$0-pddp_print;
! #X obj 9 78 zexy/list2symbol;
! #X obj 9 110 cyclone/prepend label;
! #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 16 empty \$0-pddp_print selector series of 4 5
! 8 1 16 -262144 -33289 0;
! #X connect 0 0 2 0;
! #X connect 2 0 3 0;
! #X connect 3 0 1 0;
! #X coords 0 -1 1 1 100 20 1 0 0;

--- NEW FILE: print_long-help.pd ---
#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.;
#X msg 41 114 word;
#X msg 111 114 symbol asdf;
#X msg 214 114 list 1 2 3;
#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;
#X connect 3 0 6 0;
#X connect 4 0 6 0;
#X connect 7 0 6 0;
#X connect 8 0 6 0;





More information about the Pd-cvs mailing list