Hi guys,
During the last two weeks I've come a long way for building my own custom transitions.
Now I would like my plugins to have input parameters like: Sliders, Color-pickers, Radiobuttons/Pulldown menus, Text and Checkboxes.
The question is: how do I do that? And how do I get acces to these parameters.
The SDK example for the 'simple video filter' does not seem to be compatible for a transition.
And it also raises questions:
If one would to be accessing certain parameters like this:
paramsH = (filterParamsH)(*theData)->specsHandle;
(csSDK_uint32) (*paramsH)->color;
How would you then acces a seccond color-picker if you had one?
So many questions, but probably so simple to do.
Who can help me out?
Cheers,
Jaap