Re: saving plugin internal state
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Aug 8, 2009, at 11:01 AM, Brian Gardner wrote: Is there a way for an object referenced by a FxPlugin in FCP to save it's internal state in the FCP project file? steve _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... If you're talking about saving state on a per-clip basis, you could create a hidden custom parameter whose value is a NSDictionary, etc., that holds the object state. If you mean saving state as in a global preference ("I want all FooEffect clips created from now on to have a red background"), then you could certainly save the state in a preference file associated with the effect plugin. This email sent to site_archiver@lists.apple.com
participants (1)
-
Steve Christensen