Is it possible to move GOP visible box using messages? I mean the
red box that determines what is visible. This would be very handy to
be able to do.
.hc
zen
\
\
\[D[D[D[D
Hans-Christoph Steiner wrote:
Is it possible to move GOP visible box using messages? I mean the red box that determines what is visible. This would be very handy to be able to do.
yes it is. i remember a thread on this list where this has been discussed.
mv.asdr IOhannes
Oooh that would be handy! Does anyone have a link to that thread in the archives?
~Kyle
On 2/15/07, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Hans-Christoph Steiner wrote:
Is it possible to move GOP visible box using messages? I mean the red box that determines what is visible. This would be very handy to be able to do.
yes it is. i remember a thread on this list where this has been discussed.
mv.asdr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Kyle Klipowicz kyleklip@gmail.com a écrit : Oooh that would be handy! Does anyone have a link to that thread in the archives?
Yes I have a link to those threads.
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.
Hans-Christoph Steiner hans@eds.org a écrit :
Is it possible to move GOP visible box using messages? I mean the
red box that determines what is visible. This would be very handy to
be able to do.
.hc
donecanvasdialog is the magik trick pc
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.
#N canvas 546 181 454 304 12; #N canvas 203 181 336 197 gop 0; #X obj 112 117 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X obj 108 148 namecanvas subpatch-gop; #X coords 0 -1 1 1 150 40 1 100 100; #X restore 16 22 pd gop; #X msg 38 152 vis $1; #X obj 45 115 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X msg 199 181 vis $1; #X obj 206 144 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 199 212 s gop-in-subpatch; #N canvas 338 370 204 111 subpatch 0; #N canvas 252 224 454 304 gop-in-subpatch 0; #X obj 112 117 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 -1 -1 0 1; #X coords 0 -1 1 1 150 40 1 100 100; #X restore 14 27 pd gop-in-subpatch; #X obj 185 180 namecanvas gop-in-subpatch; #X coords 0 0 1 1 150 40 0; #X restore 196 38 pd subpatch; #X obj 36 214 s subpatch-gop; #N canvas 0 0 569 376 gop-switch 0; #X obj 149 478 namecanvas $0-bla; #X obj 148 456 s $0-bla; #X obj 103 123 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X obj 103 66 inlet; #X obj 103 188 outlet; #X obj 148 411 inlet; #X msg 148 432 donecanvasdialog 1 -1 $1 0 -1 1 1 50 50 100 100; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 5 0 6 0; #X connect 6 0 1 0; #X coords 0 0 1 1 50 50 0; #X restore 326 116 pd gop-switch; #X obj 426 87 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 326 96 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 326 185 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X connect 1 0 7 0; #X connect 2 0 1 0; #X connect 3 0 5 0; #X connect 4 0 3 0; #X connect 8 0 11 0; #X connect 9 0 8 1; #X connect 10 0 8 0;
#N canvas 0 0 718 572 10; #X obj 149 478 namecanvas $0-bla; #X obj 148 456 s $0-bla; #X obj 103 123 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1; #X obj 103 66 inlet; #X obj 103 188 outlet; #X obj 148 411 inlet; #X msg 148 434 donecanvasdialog $1 -1 1 0 -1 1 1 50 50 100 100; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 5 0 6 0; #X connect 6 0 1 0; #X coords 0 -1 1 1 50 50 1 100 100;
Hallo, patco hat gesagt: // patco wrote:
donecanvasdialog is the magik trick
Attached is another trik (requires 0.40 up).
(I also removed the namecanvas, which isn't needed in my subpatch-example.)
Frank Barknecht _ ______footils.org_ __goto10.org__
Frank Barknecht a écrit :
Hallo, patco hat gesagt: // patco wrote:
donecanvasdialog is the magik trick
Attached is another trik (requires 0.40 up).
(I also removed the namecanvas, which isn't needed in my subpatch-example.)
Ciao
ohoh, nice one! namecanvas isn't necessary at all indeed, :). I've observed through some tests that a namecanvas is disabling the reception of a message of a subpatch when they both have the same name, although I dunno if it's usefull yet. Pc.
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
Hallo, Patco hat gesagt: // Patco wrote:
namecanvas isn't necessary at all indeed, :). I've observed through some tests that a namecanvas is disabling the reception of a message of a subpatch when they both have the same name, although I dunno if it's usefull yet.
I don't think it can be useful, but I guess it could be the soruce of hard-to-find errors in a patch.
Frank Barknecht _ ______footils.org_ __goto10.org__