[maxmsp] Re: Get location of object
jasch
j at jasch.ch
Sun May 4 12:28:54 MDT 2008
- Previous message: [maxmsp] Re: Get location of object
- Next message: [maxmsp] Re: Get location of object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maxmsp] Re: Get location of object
- Next message: [maxmsp] Re: Get location of object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
