24th January 2002 12:51 UTC
Split the avs window
hello,
is it possible to split the avs window into two halfs?
Archive: Split the avs window
Benni_P
24th January 2002 12:51 UTC
Split the avs window
hello,
is it possible to split the avs window into two halfs?
aaron595
24th January 2002 17:28 UTC
only with a superscope...and I dont think you can acheive different results on one half of the screen than you can the other........
not sure
UnConeD
24th January 2002 19:48 UTC
Quick way
Using a 1x2 image with one black and one white pixel, and use that to buffer blend one effect list onto another, you'll get a 'split-screen' effect. You'll need to add a movement like x=x*2-1 or x=x*2+1 to squash an image into half.
Here's an example. Instead of a bitmap, this one generated the splitscreen-mask real-time.
solamon
24th January 2002 20:10 UTC
Yes, through the use of dynamic movements alpha blending capabilities and/or "if" statements. That preset I just posted on the board (the earth, download it for an example and don't forget to tell me what you think :D) did that except instead of two halves I split it into everything inside of the disc and everything outside of the disc. If you program the alpha blending to blend out all possitive "x" coordinates you will have one side of the screen black and the other side of the screen doing whatever else. Then you can blend in whatever you want on the black side of the screen using buffer save/restores. It's a bit costly on system resources, but that is the only way I can think to do it. Here is an example using two presets from my older pack "Partway". I hope this helps.
solamon
24th January 2002 20:36 UTC
Thats a pretty clever technique UnConeD.
Benni_P
25th January 2002 12:41 UTC
thank you for your answers. @solamon your avs looks great, @unconed and yours too.
lessthanjakeguy
25th January 2002 16:01 UTC
all i have to say is unconed that is just awesome!!!!!
Fork me on GitHub