From 2797049a51a2a0a173eabf3837454d0e42c8e88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 1 Apr 2010 14:51:48 +0000 Subject: actually [propertybang] works for subpatches as well svn path=/trunk/externals/iem/iemguts/; revision=13362 --- help/propertybang-help.pd | 16 ++++++++-------- src/propertybang.c | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/help/propertybang-help.pd b/help/propertybang-help.pd index 8c7696d..550047f 100644 --- a/help/propertybang-help.pd +++ b/help/propertybang-help.pd @@ -1,4 +1,4 @@ -#N canvas 469 268 645 300 10; +#N canvas 233 253 645 300 10; #X obj 90 43 propertybang; #N canvas 0 0 450 300 with 0; #X obj 110 126 propertybang; @@ -8,18 +8,18 @@ #X connect 0 0 1 0; #X connect 1 0 3 0; #X connect 1 1 2 0; -#X restore 86 152 pd with propertybang; -#X obj 86 176 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +#X restore 86 172 pd with propertybang; +#X obj 86 196 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 184 44 enables the "property" menu for abstractions; #X text 90 77 usage:; #X text 140 77 put a [propertybang] object into your abstraction; #X text 139 94 put your abstraction into your patch; -#X text 127 114 --> the [propertybang] will send out a bang \, everytime -you right-clock on your abstraction and select "Properties"; -#X text 367 276 (c) IOhannes m zmoelnig @ iem \, 2007; #X text 61 224 note: the [propertybang] is PER ABSTRACTION! having multiple [propertybang]s within one abstraction \, will trigger them -all at the same time. you cannot have [propertybang]s per subpatch -(yet); +all at the same time.; +#X text 127 114 --> the [propertybang] will send out a bang \, everytime +you right-clock on your abstraction instance and select "Properties" +; +#X text 369 275 (c) IOhannes m zmoelnig @ iem \, 2010; #X connect 1 0 2 0; diff --git a/src/propertybang.c b/src/propertybang.c index a2faf40..79b921f 100644 --- a/src/propertybang.c +++ b/src/propertybang.c @@ -3,9 +3,9 @@ * * propertybang - implementation file * - * copyleft (c) IOhannes m zm-bölnig-A + * copyleft (c) IOhannes m zmölnig * - * 2007:forum::f-bür::umläute:2007-A + * 2007:forum::für::umläute:2010 * * institute of electronic music and acoustics (iem) * -- cgit v1.2.1