diff options
Diffstat (limited to 'doc/pddp')
-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.; |