diff options
-rw-r--r-- | print-help.pd | 12 | ||||
-rw-r--r-- | print.pd | 22 | ||||
-rw-r--r-- | print_long-help.pd | 20 | ||||
-rw-r--r-- | print_long.pd | 20 |
4 files changed, 54 insertions, 20 deletions
diff --git a/print-help.pd b/print-help.pd new file mode 100644 index 0000000..50f6df3 --- /dev/null +++ b/print-help.pd @@ -0,0 +1,12 @@ +#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; @@ -1,11 +1,13 @@ -#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; +#N canvas 183 209 335 309 10; #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; +#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; diff --git a/print_long-help.pd b/print_long-help.pd new file mode 100644 index 0000000..f4fda8b --- /dev/null +++ b/print_long-help.pd @@ -0,0 +1,20 @@ +#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; diff --git a/print_long.pd b/print_long.pd index 78c2cfb..7c13862 100644 --- a/print_long.pd +++ b/print_long.pd @@ -1,11 +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; +#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 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; +#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; |