Jit.pwindow confusion

Nick Donovan's icon

Hi, I'm trying to get a pwindow to output in my patch but it wont. Basically the patch uses a number of jit.gl.render and jit.gl.videoplane objects to scale some video and layer it with a auvi wipex object. The problem I'm having is that I can get a mixed output of both mixes but I can't sum my output mix (which I want to send to a matrix) other than in the pwindow labeled djvid.....
I just can't understand why there is no output from this! Is there anyway anyone can see how to get an output from this crazy ring of stuff I have?

Thanks in advance.

Nick

Max Patch
Copy patch and select New From Clipboard in Max.

siberman's icon

Hey,

Have you tried [jit.op] to sum your outputs?

t's icon

i don't have that object...maybe if you attach it?

Nick Donovan's icon

Thanks sibeman, that looks quite good! I've had a go though and just can't seem to figure out how I might implement it... any tips?
Bests
Nic

Ernest's icon

Ummm...I've found generally it's a good idea not to put pwindow and glwindow thingies in the same patcher. Sometimes the pwindow can freeze up. Save work often )

Nick Donovan's icon

I know, the only thing is I need some way of sending my output not necessarily to a pwindow and then out but to a maxtrix for big jit.window output..