site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Feb 8, 2008, at 8:56 AM, Brian wrote: Can a FxPlug tell if the frame it is processing is on a cut (edit) and/or if it is on a Marker ? Darrin -- Darrin Cardani dcardani@apple.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... You can use the FxTimingAPI to figure out if you're at the start or end of the current clip. I think that will give you what you want for determining if you're on a cut. See FxTimingAPI.h for more details. There is no way to tell where markers are from within an FxPlug, however, see below for some useful info. Also can a FxPlug create a Marker or Edit ? No. You can write an application which will read in the XML from either FCP or Motion (though Motion's is undocumented) and output the same XML with additional markers, though. So it may still be possible to do what you want. (This will also allow you to read where the existing markers are.) This email sent to site_archiver@lists.apple.com