site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Cheers! Helena On Dec 20, 2007, at 4:10 AM, Andreas Kiel wrote: Hi all, Kind regards Andreas _______________________________________________ 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/hju%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... Hey Andreas! <defaultangle> is used when a multiclip is created to indicate angle 1, 2, 3, 4 etc that you want this clip to be put at. So it is exists only on a <clip> and not on <clipitem>. This in no way determines the active angle at any given time, just which order the clips are put into the multiclip as angles. It sounds like you want to specify which angle is used in each instance of a multiclip that is used multiple times in a timeline. For that, you want to use <activevideoangle> and <activeaudioangle> flags as described on page 22 of the XML documentation (http://developer.apple.com/appleapplications/download/FinalCutPro_XML.pdf ) I got an app which does analyze a sequence and allows to re-order, re-name (etc.) clip items. One thing where I stuck is to apply a "defaultangle" as there are several clips of the same scene with different angles laid down to the sequence. I can apply a "defaultangle" to a "clip" but not to a "clipitem" (as written in the manual and as it works in practice). Is there any reason for that which I don't understand? Do I have to create a "single clip multiclip item" ? This email sent to hju@apple.com This email sent to site_archiver@lists.apple.com