slabs interfering each other

stefano's icon

Hello, in my patch i have 2 slabs that loads op.mult.jxs, they control the fade of 2 video flows (movie and grab).
the problem i have is that when i push up the camera image (param in2offset) using one of the slabs also the ather slab that control the movie flow seems to receive the in2offset value pushing up also the movie.
any idea how to solve that?
i also changed one of the 2 slabs, now one is op.add.jxs and i control param inscale, but the result is the same.

stefano's icon

ok the problem was this:
both video flows had other slabs, both of them loading tp.slide.jxs, and with texture feedback
this texture feedback was making the 2 flows interfering with each other in someway somehow.
so once deleted one tp.slide.jxs and replaced with a jit.slide everything worked.