yes canvas is also possible. u can see the syntax when opening the cnvtest.pd (attached) in a text-editor
it's something like obj 63 71 cnv 15 100 60 empty empty i'm_the_label 20 12 0 14 -233017 -66577 0
Mirko Maier wrote:
hi enrique, thank you very much. but what about a canvas? that would be my main interest. can it be created with "obj 10 10 ....." ?
mirko
-------- Original-Nachricht --------
Datum: Sat, 05 Jan 2008 13:35:52 +0100 Von: Enrique Erne enrique@netpd.org An: Mirko Maier mirkom@gmx.de CC: pd-list@iem.at Betreff: Re: [PD] dynamic patching - gui
Mirko Maier wrote:
hi list, any hint, how can i create GUI stuff with messages sent to a subpatch?
hi mirko
basically you can send a msg such as
obj 84 80 vsl 15 128 0 127 0 0 send-name receive-name empty 0 -9 0 10 -262144 -1 -1 0 1;
to [s pd-yoursubpatchname]
(which would create a slider)
described in Help/manualy/pd-msg/1.msg_and_patch/
i find it useful to create the wanted gui in a patch, save it and open it in a text editor to find out the correct syntax.
good luck
eni
#N canvas 0 22 450 300 10; #X obj 63 71 cnv 15 100 60 empty empty i'm_the_label 20 12 0 14 -233017 -66577 0;