Can jit.pwindow fade in/out?
Subject sums it up.
As a side question, if I'm noticing quality issues where should I look?
umm.. to cheat and get in a third question - Is there anyway to record what's happening inside a patcher without 3rd party screen cap software? i have 12 moving pwindows with a pwindow as background.
It sounds like you're using jit.pwindow in ways it was not intended to be used. If you want to have twelve moving videos over a background, you should be using GL (e.g. jit.gl.videoplane) in a single jit.window.
BTW, to record the screen, see jit.desktop and jit.qt.record.
I feel like every time I come on here I find out I'm using this whole program in ways it's not mean to =,(
I will look into jit.gl.videoplane as well as what you advise.
I assume this will be more efficient as well? I'm definitely getting dragged through the mud on this one 0.o
THANKS!