The Generic Create Instance Action

	#include "ofxCore.h"
	#define kOfxActionCreateInstance        "OfxActionCreateInstance" 
Arguments

Description

The kOfxActionCreateInstance is the first action passed to a plug-in's instance after its creation. It is there to allow a plugin to create any per-instance data structures it may need.

Preconditions

Postconditions

Return Values