Guido (Assimilate)

Results 5 comments of Guido (Assimilate)

I like the idea of having a host properties like the previous mentioned _kOfxImageEffectHostPropTimelineSuiteGotoTimeUnsupported_. For every function that returns _kOfxStatErrUnsupported_ the host can set a property. The property naming can...

In Assimilate Scratch we call InstanceChanged when an input clip is connected. When CreateInstance is called the clips are not connected.

In Assimilate Scratch first all the params are connected, then createInstance is called, then the clips are connected followed by a instanceChanged call. timelinesuite.getTime would not return a meaningful result...

> I don't think we need a new Change reason; Silhouette uses `kOfxChangePluginEdited` and does it for each parameter and clip. Is kOfxChangeUserEdited not more logical. The user/host attached the...

Would it matter for kOfxTypeClip what the reason is? The parameters we have already set up before the CreateInstance call so we don't do an instance changed for that on...