From 9f99bbd9f8025ed3b6caccb8b2411423bdb3d639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Dec 2013 16:10:37 +0000 Subject: document 2nd inlet/outlet svn path=/trunk/externals/iem/iemguts/; revision=17234 --- help/canvasname-abs.pd | 2 ++ help/canvasname-help.pd | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/help/canvasname-abs.pd b/help/canvasname-abs.pd index a03d617..2905cdc 100644 --- a/help/canvasname-abs.pd +++ b/help/canvasname-abs.pd @@ -3,6 +3,8 @@ #X obj 26 45 inlet; #X obj 26 182 outlet; #X obj 103 145 outlet; +#X obj 110 65 inlet; #X connect 0 0 2 0; #X connect 0 1 3 0; #X connect 1 0 0 0; +#X connect 4 0 0 1; diff --git a/help/canvasname-help.pd b/help/canvasname-help.pd index 29f9ffe..791c1d5 100644 --- a/help/canvasname-help.pd +++ b/help/canvasname-help.pd @@ -1,5 +1,5 @@ -#N canvas 4 49 606 504 10; -#X msg 40 145 bang; +#N canvas 53 49 609 519 10; +#X msg 40 132 bang; #X symbolatom 29 73 10 0 0 0 - - -, f 10; #X obj 29 184 canvasname-abs; #X obj 21 14 canvasname; @@ -10,14 +10,16 @@ #X text 109 69 change the name of the canvas initially named 'canvasname-abs'. When the patch is saved \, the new name for the canvas is saved with the patch. This is a good way to break patches!; -#N canvas 613 255 145 217 subpatch 0; +#N canvas 616 405 145 217 subpatch 0; #X obj 28 25 inlet; #X obj 28 85 canvasname; #X obj 28 169 outlet; #X obj 95 122 outlet; +#X symbolatom 91 46 10 0 0 0 - - -, f 10; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 1 1 3 0; +#X connect 4 0 1 1; #X restore 29 338 pd subpatch; #X text 74 261 This even works for subpatches \, though only the 'pd' part can be modifed. This way you can have subpatches whose names start @@ -26,14 +28,20 @@ with something different than 'pd'.; #X text 140 328 2 save a copy of this patch; #X text 140 347 3 reopen the copy to inspect the modification; #X text 30 415 NOTE:; -#X text 76 145 <- get the current canvas name; +#X text 76 132 <- get the current canvas name; #X text 30 432 To change the arguments of an abstraction \, use [canvasargs]. ; #X obj 29 364 print pd-subpatch; #X obj 159 217 print canvas-displayname; #X obj 159 364 print pd-displayname; -#X text 180 169 the 2nd outlet gives the name as displayed in the window-title. +#X text 173 173 the 2nd outlet gives the name as displayed in the window-title. ; +#X text 270 152 sets the displayed name (does not get saved); +#X msg 175 152 symbol muff; +#X text 30 455 NOTE:; +#X text 30 472 Changing the displayed name (2nd inlet) will only update +the window-title when the window is re-created. Also this is purely +cosmetic (and won't get saved!); #X connect 0 0 2 0; #X connect 1 0 2 0; #X connect 2 0 7 0; @@ -42,3 +50,4 @@ with something different than 'pd'.; #X connect 5 0 9 0; #X connect 9 0 17 0; #X connect 9 1 19 0; +#X connect 22 0 2 1; -- cgit v1.2.1