cp

Core CommandPost functionality.


Submodules


API Overview

Functions - API calls offered directly by the extension

  • imageBase64
  • init

Fields - Variables which can only be accessed from an object returned by a constructor

  • connectClip

API Documentation

Functions

imageBase64

   
Signature cp.web.imageBase64(pathToImage) -> string
Type Function
Description Creates a base65 image string.
Parameters
  • pathToImage - path to the image
Returns
  • A string
Notes None
Examples None
Source src/extensions/cp/web/generate.lua line 230

init

   
Signature cp.init()
Type Function
Description Initialise CommandPost
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/extensions/cp//init.lua line 44

Fields

connectClip

   
Signature cp.cp.apple.finalcutpro.timeline.Timeline.connectClip <cp.ui.Button>
Type Field
Description The Button which connects a clip from the Browser to the Primary Storyline in the Timeline.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/Toolbar.lua line 79