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

Latest commit

 

History

History
89 lines (71 loc) · 7.3 KB

File metadata and controls

89 lines (71 loc) · 7.3 KB

docs » cp.apple.finalcutpro.timeline.AudioRole


Extends Role

A Role representing Audio.

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.timeline.AudioRole.matches(element) -> boolean
Type Function
Description Checks if the element is a "Audio" Role.

Constructors

Signature cp.apple.finalcutpro.timeline.AudioRole(parent, uiFinder)
Type Constructor
Description Creates a new instance with the specified parent and uiFinder.
Parameters
  • parent - the parent Element.
  • uiFinder - a function or cp.prop containing the axuielement
Returns
  • The new Row.

Fields

Signature cp.apple.finalcutpro.timeline.AudioRole.focusedInTimeline <cp.ui.CheckBox>
Type Field
Description A CheckBox that toggles this role is larger than the other audio roles on the timeline.
Signature cp.apple.finalcutpro.timeline.AudioRole.subroleLanes <cp.ui.CheckButton>
Type Field
Description A CheckButton that toggles whether the subroles are visible in the Timeline.
Signature cp.apple.finalcutpro.timeline.AudioRole.subrolesExpanded <cp.ui.CheckButton>
Type Field
Description A CheckButton that toggles whether the roles are visible in the Index.
Notes

Methods

Signature cp.apple.finalcutpro.timeline.AudioRole:doFocusInTimeline() -> cp.rx.go.Statement
Type Method
Description A Statement that will attempt to focus on this audio role in the timeline.
Signature cp.apple.finalcutpro.timeline.AudioRole:doHideSubroleLanes() -> cp.rx.go.Statement
Type Method
Description A Statement that will attempt to hide the subrole lanes on this audio role in the timeline.
Signature cp.apple.finalcutpro.timeline.AudioRole:doShowSubroleLanes() -> cp.rx.go.Statement
Type Method
Description A Statement that will attempt to show the subrole lanes on this audio role in the timeline.
Signature cp.apple.finalcutpro.timeline.AudioRole:doUnfocusInTimeline() -> cp.rx.go.Statement
Type Method
Description A Statement that will attempt to unfocus on this audio role in the timeline.