diff options
author | Roman Haefeli <rdz@users.sourceforge.net> | 2010-10-05 20:51:53 +0000 |
---|---|---|
committer | Roman Haefeli <rdz@users.sourceforge.net> | 2010-10-05 20:51:53 +0000 |
commit | 687d9c4add0924376942e27959fb43507b5139df (patch) | |
tree | 04cbadcedda8337d639c6f45d3bfddbed99c97a4 /help | |
parent | 707725c3e62dc4877529f75209e0fd1cf454775c (diff) |
added help for [receivecanvas]
svn path=/trunk/externals/iem/iemguts/; revision=14195
Diffstat (limited to 'help')
-rw-r--r-- | help/receivecanvas-help.pd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/help/receivecanvas-help.pd b/help/receivecanvas-help.pd new file mode 100644 index 0000000..444a761 --- /dev/null +++ b/help/receivecanvas-help.pd @@ -0,0 +1,18 @@ +#N canvas 33 0 430 262 10; +#N canvas 386 115 340 151 subpatch 0; +#N canvas 450 70 152 94 subsubpatch 0; +#X obj 2 10 receivecanvas 1; +#X obj 2 37 print pd-subpatch; +#X connect 0 0 1 0; +#X restore 52 90 pd subsubpatch; +#X text 48 33 The first argument sets the parent depth.; +#X text 51 49 Have a look at the subsubpatch.; +#X restore 26 206 pd subpatch; +#X obj 25 104 receivecanvas 0; +#X obj 25 129 print receivecanvas-help.pd; +#X obj 23 16 receivecanvas; +#X text 111 16 receives all messages sent to the canvas; +#X text 21 66 depth 0 receives from the canvas containing the [receivecanvas] +object.; +#X text 25 181 Check also:; +#X connect 1 0 2 0; |