How to develop a minimum exporter plug-in?
I am using the Premiere Pro C++ SDK to develop an exporter plug-in. It is recommended that I base my development on a copy of the sample SDK_Exporter plug-in. But that plug-in seems beefy and it confuses me. What would a minimum hello world exporter plug-in look like? I guess it would just ouput a hello.txt with hello world in it.
Related question: which selector "callbacks" are required? SDK_Exporter uses 11 or 12 of them but I am wondering which ones are required.
