scope~ fullscreen

jemfiner's icon

Is there a simple way to make scope~ display full screen ?

mr_mapes's icon

Just alternate between two different sizes using the (patching_rect....) message to scope?

2155.Untitled5.maxpat
Max Patch
jemfiner's icon

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.

cap10subtext's icon

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.

EMV's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Something like this?

jemfiner's icon

Brilliant ! Thanks so much, that works a treat.