vade wrote:
Ive created a patch and framework that allow one to dynamically route
pix data to various pix objects. I havent used it extensively, but it
essentially goes like:
[gemhead]
|
[pix_film]
|
[send13 movie1]
... some effect module:
[someOtherPixSource(
| [movie 1(
|/
[recieve13]
|
[separator]
|
btw, you only need [separator] if you are doing something with openGL in
the sub-lists: [separator] pushes the openGL stack before executing the
sub-list and pops it after it has finished.
if you are only doing pix-manipulations, then the [separator] will have
no benefit.
but of course this depends on your entire patch.
mfg.asd.r
IOhannes