Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.28 KB

File metadata and controls

30 lines (23 loc) · 2.28 KB

docs » plugins.finalcutpro.timeline.audioeffects


Controls Final Cut Pro's Audio Effects.

API Overview

API Documentation

Functions

Signature plugins.finalcutpro.timeline.audioeffects(action) -> boolean
Type Function
Description Applies the specified action as a audio effect. Expects action to be a table with the following structure:
Parameters
  • * action - A table with the name/category/theme for the audio effect to apply, or a string with just the name.
Returns
  • * true if a matching audio effect was found and applied to the timeline.
Signature plugins.finalcutpro.timeline.audioeffects.init() -> none
Type Function
Description Initialise the Module
Parameters
  • None
Returns
  • The Module