Re: FxPlug3 FxParameterCreationAPI_v4 in Motion 5.1?
On 4/25/14, 3:27 PM, Darrin Cardani wrote: Paul, It will only work if you’re working within an FxPlug 3-style plug-in. Also, be sure you’re asking for the right thing. Your query should look like this: id<FxParameterCreationAPI_v4> paramCreateAPI = [_apiManager apiForProtocol:@protocol(FxParameterCreationAPI_v4)]; I sometimes update the left-most one but forget to do the right-most one, or vice-versa. If the above doesn’t solve your problem, show me what you’re doing and I’ll see if I can spot any obvious issues. Will that also give us the ability to publish Groups? _______________________________________________ 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 Yeah I did it like that. But I haven't converted to the new-style multi-bundle thingy (which feels like an unnecessary evil). Should I use the FxBrightness example as a reference for doing that?
participants (1)
-
Paul Miller