diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-16 18:50:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-16 18:50:00 +0000 |
commit | 04aea7458aaf855d0690adb29b32815c8de0684f (patch) | |
tree | ba251a5f570a27aa5a9fe570cd7f008a1537aa6a | |
parent | 74bc6bcfdc0a06104737b5c1d300bd6edc41ba6d (diff) |
dashed out quick sentense on IOhannes' new patch
svn path=/trunk/; revision=5954
-rw-r--r-- | doc/pddp/closebang-help.pd | 18 | ||||
-rw-r--r-- | doc/pddp/initbang-help.pd | 17 |
2 files changed, 35 insertions, 0 deletions
diff --git a/doc/pddp/closebang-help.pd b/doc/pddp/closebang-help.pd new file mode 100644 index 00000000..db116f8e --- /dev/null +++ b/doc/pddp/closebang-help.pd @@ -0,0 +1,18 @@ +#N canvas 81 22 549 570 10; +#X obj 8 8 cnv 15 90 553 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X text 104 464 Pd Documentation Chapter 3.6 - doc/1.manual/x3.htm +; +#X text 104 61 This object does not accept arguments of any type.; +#X text 14 62 ARGUMENTS:; +#X text 29 82 OUTLETS:; +#X text 20 121 EXAMPLES:; +#X text 21 463 SEE ALSO:; +#X obj 21 18 initbang; +#X text 38 43 INLETS:; +#X text 104 43 (none); +#X text 108 18 - SEND "bang" AUTOMATICALLY WHEN ABSTRACTION IS CLOSED +; +#X text 104 82 A "bang" message is sent automatically when the containing +patch is closed. It is only trigger when the patch is an embedded object +in another patch.; diff --git a/doc/pddp/initbang-help.pd b/doc/pddp/initbang-help.pd new file mode 100644 index 00000000..f2f876ea --- /dev/null +++ b/doc/pddp/initbang-help.pd @@ -0,0 +1,17 @@ +#N canvas 81 22 549 570 10; +#X obj 8 8 cnv 15 90 553 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X text 104 464 Pd Documentation Chapter 3.6 - doc/1.manual/x3.htm +; +#X text 104 61 This object does not accept arguments of any type.; +#X text 14 62 ARGUMENTS:; +#X text 29 82 OUTLETS:; +#X text 20 121 EXAMPLES:; +#X text 21 463 SEE ALSO:; +#X obj 21 18 initbang; +#X text 38 43 INLETS:; +#X text 104 43 (none); +#X text 108 18 - SEND "bang" AUTOMATICALLY WHEN ABSTRACTION STARTS +TO LOAD.; +#X text 104 82 A "bang" message is sent automatically when the containing +patch is first opened as an embeded object in another patch.; |