Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.75 KB

File metadata and controls

31 lines (23 loc) · 1.75 KB

docs » cp.apple.finalcutpro.app


The cp.app for Final Cut Pro. Will automatically determine if only the trial version of FCPX is installed and use that instead.

API Overview

  • Constants - Useful values which cannot be changed
  • app
  • Fields - Variables which can only be accessed from an object returned by a constructor
  • application

API Documentation

Constants

Signature cp.apple.finalcutpro.app <cp.app>
Type Constant
Description The app for Final Cut Pro.
Notes
  • All values from app can be accessed directly from the finalcutpro instance.

Fields

Signature cp.apple.finalcutpro.application <cp.prop: hs.application; read-only>
Type Field
Description Returns the running hs.application for Final Cut Pro, or nil if it's not running.