The Generic Instance Changed Action

	#include "ofxCore.h"
	#define kOfxActionInstanceChanged "OfxActionInstanceChanged" 
Arguments

Description

This action signals that something has changed in a plugin's instance, either by user action, the host or the plugin itself. All change actions are bracketed by a pair of kOfxActionBeginInstanceChanged and kOfxActionEndInstanceChanged actions. The inArgs property set is used to determine what was the thing inside the instance that was changed.

Preconditions

Postconditions

Return Values