scope~ fullscreen
Is there a simple way to make scope~ display full screen ?
Just alternate between two different sizes using the (patching_rect....) message to scope?
2155.Untitled5.maxpat
Max Patch
Thank you, I appreciate that but what I am trying to do is to make scope open in full screen the way jit.window does.
Don't think it's possible. You'd have to build your own using jit.graph, etc...
OR you could use mr_mapes suggestion in combination with screensize, and fullscreen messages to the thispatcher object.
Max Patch
Copy patch and select New From Clipboard in Max.
voila. And BTW, if you are going to use this technique, try rebuilding this yourself.
Max Patch
Copy patch and select New From Clipboard in Max.
Something like this?
Brilliant ! Thanks so much, that works a treat.