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

Latest commit

 

History

History
49 lines (39 loc) · 3.5 KB

plugins.finalcutpro.timeline.height.md

File metadata and controls

49 lines (39 loc) · 3.5 KB

docs » plugins.finalcutpro.timeline.height


Shortcut for changing Final Cut Pro's Timeline Height

API Overview

API Documentation

Variables

Signature plugins.finalcutpro.timeline.height.changeTimelineClipHeightAlreadyInProgress -> boolean
Type Variable
Description Change timeline clip height already in progress.

Functions

Signature plugins.finalcutpro.timeline.height.changeTimelineClipHeight(direction) -> none
Type Function
Description Change the Timeline Clip Height
Parameters
  • direction - "up" or "down"
Returns
  • None
Signature plugins.finalcutpro.timeline.height.changeTimelineClipHeightRelease() -> none
Type Function
Description Change Timeline Clip Height Release.
Parameters
  • None
Returns
  • None
Signature plugins.finalcutpro.timeline.height.shiftClipHeight(direction) -> boolean
Type Function
Description Shift Clip Height
Parameters
  • None
Returns
  • true if successful otherwise false.