L2Ork and Purr Data let you retrieve the GOP info with the [canvasinfo] object. 
Unfortunately, I don't think that there is any conventional way of doing in in 
Vanilla, but I can think of a hack. You could load the .pd text file itself 
into a [text] object and then search for the "coords" line, which will be the 
last one before all of the connections. You could use this to find the GOP area 
that the patch loaded with (although not any changes that have been made to it 
since then).

It would be more difficult, though not impossible, to implement this if you are 
dealing with a sub-patch within a parent-patch. You would also need to use an 
external if you wanted to detect the filename within the patch, for 
automatically loading the .pd file.



________________________________
From: Esteban Viveros <[email protected]>
Sent: 13 May 2017 16:07
To: Liam Goodacre; PD list
Subject: Re: [PD] How to map GOP size dynamically

Thanks for response...

Liam... I can change dimension of GOP size directly by one number in the 
proportion I wish. But, in edit mode, I can resize a GOP subtpatch in main 
patch with mouse. I want to maintain the proportion of rectangle when I slide 
the right side of my GOP abstraction. About donecanvasdialog message I found:

[donecanvasdialog <x-units> <y-units> <gop> <x-from> <y-from> <x-to> <y-to> 
<x-size> <y-size> <x-margin> <y-margin>(

For that I'm wanting to receive a message with value of <x-size> of 
donecanvasdialog message to scale out <y-to> coordinate.

Exist some message to send to $0-gopSubpatch which retrieve me a 
donecanvasdialog or coords messages arguments..?

Em sáb, 13 de mai de 2017 às 01:36, Liam Goodacre 
<[email protected]<mailto:[email protected]>> escreveu:

You can do this with a "coords" or "donecanvasdialog" message sent to the 
canvas (ie. using [iemguts/sendcanvas] or [send pd-canvasname.pd]).


I don't remember the arguments exactly, but you can figure them out by opening 
a .pd file with GOP enabled and then searching for the "coords" line at the 
bottom. There are 5 or 6 arguments which correspond to GOP dimensions.


________________________________
From: Pd-list 
<[email protected]<mailto:[email protected]>> on behalf 
of Brad Garton <[email protected]<mailto:[email protected]>>
Sent: 13 May 2017 03:47
To: Esteban Viveros
Cc: [email protected]<mailto:[email protected]>
Subject: Re: [PD] How to map GOP size dynamically

Oh I wish we could...

(and yes I know it's not *that* GOP)

brad


On Fri, May 12, 2017 at 7:50 PM, Esteban Viveros 
<[email protected]<mailto:[email protected]>> wrote:
In vanilla can I map the GOP size? I want to resize GOP proportionally.

Thanks any advance!

Cheers
 Esteban Viveros
--

www.estebanviveros.com<http://www.estebanviveros.com>

_______________________________________________
[email protected]<mailto:[email protected]> mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


_______________________________________________
[email protected]<mailto:[email protected]> mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list
--

www.estebanviveros.com<http://www.estebanviveros.com>
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to