right this sounds complicated so I'm gonna ask if its even possible before i start trying to build this. Picture this scenario.
Main comp has layer "A" which is a sub-composition, B. The layer A has my filter on it.
In comp B, we have a layer "C" with my filter on it (or another one of my filters on it)
When rendering the main comp, can the filter on A access information held by the filter "C" in comp "B"?
seems weird but what I'm after here is reusability. The filter on C will contain some information that A needs to render correctly. By placing the information in the nested comp "B", B can be reused anywhere in the project. Alternatively if I just did everything inside filter A, this meta information cannot be propagated across all uses of comp B across the project.
phew. confused? I know I am.