zoom in locked patcher?
I'm guessing the answer to this is no, but:
Is there anyway to access the Zoom feature that is available as of Max5 in a locked patcher? This would simplify things greatly for me....
the useful but officially unsupported 'zoomfactor' message to thispatcher:
OMG thank you Ben! You just saved me so much time and effort :)
Nice. Gotta love those "officially unsupported" solutions!
And now: is there some way to navigate the position of zoomed focus? I've tried various things: this.patcher.scrolloffset = [0,0] seems broken completely, and I tried other things (just guesses) without success.
Thanks in advance :)
Try this.patcher.wind.scrollto(x,y). You will want to use integer values.
-Ben
That's exactly what I was after :) Thanks again!
Ben, can you explain further what to do with the this.patcher.wind.scrollto(x,y)? Sending it to thispatcher doesn't do anything.
Thanks!
That last bit is for javascript. Check out the patch I posted earlier in the thread for thispatcher usage.
-Ben
Is it me or is there no patch earlier in the thread with javascript?
Put this is in the documentation!
ARGHGHGHGH!
awesome! thanks ben!