Re: On-screen controls in FCPX
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Paul did some investigation and found that this happens if you don't set the drawing space to kFxDrawingCoordinates_CANVAS. We have a bug to fix it for other drawing spaces. That said, you probably want to be drawing in CANVAS space anyway. Darrin On Jun 28, 2011, at 6:46 PM, Garrick Meeker wrote:
Has anyone gotten this work? I can't even get the SimplePaint example to work. Publish all the parameters in Motion, and check Publish OSC. After applying it in FCPX there's an objective-C exception:
2011-06-28 18:42:08.601 Final Cut Pro[24335:2510b] -[FFMotionEffectFxPlugOSC setWorldToViewTransform]: unrecognized selector sent to instance 0x11fee3e20 2011-06-28 18:42:08.679 Final Cut Pro[24335:2510b] Background exception: '-[FFMotionEffectFxPlugOSC setWorldToViewTransform]: unrecognized selector sent to instance 0x11fee3e20' --> { ( 0 CoreFoundation 0x00007fff87e6f7b4 __exceptionPreprocess + 180 1 libobjc.A.dylib 0x00007fff8376cf03 objc_exception_throw + 45 2 CoreFoundation 0x00007fff87ec9110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0 3 CoreFoundation 0x00007fff87e4191f ___forwarding___ + 751 4 CoreFoundation 0x00007fff87e3da68 _CF_forwarding_prep_0 + 232 5 Ozone 0x00000001179db947 -[OZFxPlugOnscreenControl draw] + 711 6 ProOSC 0x00000001026528b9 -[POOnScreenControl renderWithDrawProperties:] + 191 7 Flexo 0x000000010095b9cc -[FFProOSC drawRect:toContext:drawProperties:] + 412 8 MotionEffect 0x00000001172d780f -[MEOSCBase drawRect:toContext:drawProperties:] + 593 9 Flexo 0x0000000100870306 -[FFPlayerVideoModule drawOSCsAtTime:inRect:drawContext:drawProperties:] + 758 10 Flexo 0x000000010086d3c3 -[FFPlayerVideoModule didDrawVideoAtTime:drawContext:drawProperties:] + 131 11 Flexo 0x0000000100723ddf -[FFDestVideoGL newOnScreenControlsTextureForFrame:atTime:drawProperties:] + 655 12 Flexo 0x0000000100a807d8 -[FFPlayerScheduledData generateOverlayInfo:] + 648 13 Flexo 0x00000001007301f8 -[FFPlayer _generateOverlayTextures:pmrMsg:] + 136 14 Flexo 0x000000010073c2d7 -[FFPlayer _renderVideo] + 6791 15 Flexo 0x000000010072a43f -[FFPlayer idle] + 47 16 Flexo 0x000000010072b851 -[FFPlayer playerRenderThreadMain:] + 241 17 Foundation 0x00007fff83287204 __NSThread__main__ + 1429 18 libSystem.B.dylib 0x00007fff876c3fd6 _pthread_start + 331 19 libSystem.B.dylib 0x00007fff876c3e89 thread_start + 13 ) }
Program received signal SIGABRT, Aborted.
_______________________________________________ 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/dcardani%40apple.com
This email sent to dcardani@apple.com
-- Darrin Cardani dcardani@apple.com _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani