site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 1. id parmsApi; Thanks, Gangaraju _______________________________________________ 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... 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. 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
ganga