FxPlug 2.0
FxPlug 2.0
- Subject: FxPlug 2.0
- From: ganga <email@hidden>
- Date: Fri, 02 Sep 2011 14:34:38 +0530
Hi All ,
I'm working on plug-in for motion5,which is based on
FXplug framework. I added a colour parameter in addParameter function
and tried to set the colour for the same color parameter using the
following code when ever there is change in the custom UI parameters.
1. id parmsApi;
2. parmsApi = [apiManager
apiForProtocol:@protocol(FxParameterSettingAPI)];
3. [parmsApi setRedValue:(some float value) greenValue:(some
float value) blueValue:(some float value)
toParm:kRedColourParmId
atTime:0 ];
It is crashing in the line 3 .This started after i replaced FxPlug
framework with 2.0 version earlier it was working properly.I'm using mac
OS X 10.6.5 version,please let me know the problem.
Thanks,
Gangaraju
_______________________________________________
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