On 5/2/2012 12:52 PM, Darrin Cardani wrote: On May 2, 2012, at 5:50 AM, Paul Miller wrote: On 4/30/2012 4:38 PM, Paul Miller wrote: We have about 100 .moef templates which publish parameter IDs that start with 100. We'd like to renumber the parameter IDs to start at zero, without having to recreate all of the .moefs. I wrote a script that found all the target elements inside the publishSettings element, and renumbered the channel attribute to be in the new range. But when I use the updated .moef none of my published parameters show up. Any input on this? We'd like to release today and this is the last issue on my plate. It's not a huge deal if we can't do it but it would mean our FCP7 and FCPX versions of the filters would have mismatching parameter ids. From people more knowledgable about the subject than me: He is doing the right thing. For example, the bolded channel ID is changed below. <publishSettings> <version>2</version> <target object="10013" channel="./*2*" name="Amount"/> </publishSettings> If he has already applied these effects in FCP, then he cannot update the IDs of channels. He would have to delete the effects and reapply them. Okay sounds like I'm doing the wrong thing. _______________________________________________ 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: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com The problem is when I reapply the effect (with the new IDs and updated templates) none of the parameters are published. With your reply it looks like I'm doing the right thing, so I'll go triple-check what I'm done. Thanks!