XML Feeds

.

[maxmsp] Re: Get location of object

jasch   j at jasch.ch
Sun May 4 12:28:54 MDT 2008


works for me:
the numbers represent the left, top, right and bottom edges of the box  
as measured from the top left corner of the patcher.

in the max5-bpatcher inspector you get different numbers representing  
left, top (box-position) then width, height.

do the math:
	right - left = width;
	bottom - top = height;

what numbers do you want to plug into the replacement script?

/*j


More information about the maxmsp mailing list