diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-08-16 18:54:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-08-16 18:54:02 +0000 |
commit | 7d8193b81b61344d2c6757d68b10f2c83329a005 (patch) | |
tree | b1b3ba47fee65483385d1947ff6ce3e6cec603da /print-help.pd | |
parent | 068e6c4a04411022047f859b47524e72d4e89e81 (diff) |
added bang to reset, and made it flash on bang also
svn path=/trunk/abstractions/pddp/; revision=8598
Diffstat (limited to 'print-help.pd')
-rw-r--r-- | print-help.pd | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/print-help.pd b/print-help.pd index b845db8..56785e4 100644 --- a/print-help.pd +++ b/print-help.pd @@ -1,12 +1,17 @@ -#N canvas 286 187 458 308 10; +#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 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 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; |