KeyFrame API question/problem
KeyFrame API question/problem
- Subject: KeyFrame API question/problem
- From: Peter Litwinowicz <email@hidden>
- Date: Fri, 29 Jul 2011 14:16:17 -0700
- Thread-topic: KeyFrame API question/problem
So I'm trying to retrieve keyframes from a param (checkbox) that has 2 keyframes. I KNOW that there are two keyframes because
[keyFrameApi channelCount:&chans forParam:kSmartBlendCheckBoxID]; Returns 2 for chans.
Here's my code: keyFrameApi = [_apiManager apiForProtocol:@protocol(FxKeyframeAPI)]; FxKeyframeInfo key1; error1 = [keyFrameApi keyframeInfo: &key1 forParam:kSmartBlendCheckBoxID channel:0 andIndex:0];
Here is what I get as the error message: The operation couldn’t be completed. KeyframeInfo.version (1606673280) is too new in -[FxPlugAPIHandler(KeyframeHandler) keyframeInfo:forParam:channel:andIndex:]
Am I doing something wrong? Pete
|
_______________________________________________
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