site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Hi Micah, - Paul On Oct 13, 2008, at 5:07 PM, Micah Sharp wrote: Is there some good way to do this in FCP that we're missing? Thanks, Micah _______________________________________________ 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/pschneider%40apple.com _______________________________________________ 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... FCP doesn't have an auto-keyframing feature; you have to enable keyframing for each parameter individually. You can do that by clicking the "diamond" button next to the parameter so that the diamond turns green. Unfortunately, there's no way to enable keyframing programatically from within an FxPlug; you have to manually click the button. Once keyframing has been turned on for a parameter, -setValue:atTime should create keyframes like it does in Motion. We are making an FxPlug that can read in values from a text file and set parameter keyframes at different times. To do this, we just use the parameter set API and use SetValue at different times. In Motion we have to turn on auto keyframing and all is well, but in FCP we cannot seem to figure out a way to make it work at all. No keyframes are being set. This email sent to pschneider@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Paul Schneider