Re: FxPlug3 FxParameterCreationAPI_v4 in Motion 5.1?
Re: FxPlug3 FxParameterCreationAPI_v4 in Motion 5.1?
- Subject: Re: FxPlug3 FxParameterCreationAPI_v4 in Motion 5.1?
- From: Paul Miller <email@hidden>
- Date: Fri, 25 Apr 2014 15:42:21 -0500
- Organization: FXTECH
On 4/25/14, 3:36 PM, Darrin Cardani wrote:
On Apr 25, 2014, at 1:32 PM, Paul Miller <email@hidden> wrote:
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.
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?
Will that also give us the ability to publish Groups?
You can either use FxBrightness as a guide, or create a new project using the template. If you select “New Project” from Xcode’s File menu, there should be an option for an FxPlug now. It will set everything up for the multi-bundle scenario.
It does not allow publishing of groups, but see my previous email for more info about that.
Thanks very much Darrin!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden