Premiere Importer Development With Source Settings Effect
I'm developing an video file importer with source settings effect, after read the section "Source Settings = Effect + Importer" from the premiere SDK development guide and wrote the code according to the suggestions from the SDK guide, my importer could communicate with my source settings effect.
But there are still two main problems:
1. How can I remove the effect from the available effect list ? (So this effect will be used ONLY on source and set automatically). Because the source settings effect is only used for my importer, so should not dispaly at the video effects list.
2. Every time I click the master tab on the effect panel, there will be one more my source settings effect, after mulitple clicks, there are multiple source settings effect inside the master tab, this is weird. There should only be one my source settings effect.
I spent a lot of time trying to solve the problem, but nothing worked.
I'd appreciate it if you could help me.
