Ignus2
2nd December 2006, 16:26
I read somewhere, that filters never modify variables, and always return a clip.
I want some of my plugins to "communicate" with each other, I mean: one of them does some processing, generates some parameters, and another filter generates a clip based on the parameters. BUT i also want the first filter to optionally produce a clip if desired (for visual debugging).
So to put it short: how can one filter pass parameters to another (without using the clip return value)?
I want something like pass-by-reference, as in C++.
How can I achieve this?
Thanks in advance.
--
Greets,
I.
I want some of my plugins to "communicate" with each other, I mean: one of them does some processing, generates some parameters, and another filter generates a clip based on the parameters. BUT i also want the first filter to optionally produce a clip if desired (for visual debugging).
So to put it short: how can one filter pass parameters to another (without using the clip return value)?
I want something like pass-by-reference, as in C++.
How can I achieve this?
Thanks in advance.
--
Greets,
I.