How to write an effect plugin with a totally custom UI
Hey Folks,
Previously I've written AEGP plugins and Effect plugins, so I'm somewhat familiar with the SDK. Now I'm getting ready to write an effect plugin with a custom UI, and I'm wondering about the best way to proceed.
Should I create an effect plugin with a custom UI? I found the "Custom_ECW_UI" sample, but it doesn't appear to work very well. It responds to dragging, but doesn't draw a UI other than a solid color background. I'm nervous about using that as a template.
Perhaps I could develop an AEGP plugin with a custom UI panel, and that could be used to control an effect. Would something like that work? If so, how can I get my AEGP plugin to talk to the effect? Would the AEGP plugin and effect plugin be installed seprately, or could they both be contained in one binary file?
Thanks for your help.
