#include "ofxCore.h" #define kOfxActionBeginInstanceEdit "OfxActionBeginInstanceEdit"
handle
handle to the plug-in instance, cast to an
OfxImageEffectHandle
inArgs
is redundant and is set to NULL,
outArgs
is redundant and is set to NULL.
This is called when an instance is first actively edited by a user, ie: and interface is open and parameter values and input clips can be modified. It is there so that effects can create private user interface structures when necassary. Note that some hosts can have multiple editors open on the same effect instance simulateously.