Have max analyse screen size then adjust window to fit and also zoom out?
Hi,
i've been studying the window getsize, thispatcher etc, but i've not had any luck.
I need Max to get the size of the screen, adjust the window to fit, and then zoom out to see the whole patch.
Many Thanks
Matt
or just so that it zooms out upon launching the patch. I don't mind having a fixed window size
Max Patch
Copy patch and select New From Clipboard in Max.
nevermind, I figured it out.
It needed a delay for the loadbang. Probably because I have so many things going on.
The [deferlow] object is probably a better option as you don't need to specify a certain delay time, the message will be delayed to the end of the low priority thread automatically.
oh awesome, thanks! :)