docs » plugins.finalcutpro.tangent.common
Common Final Cut Pro functions for Tangent
- Functions - API calls offered directly by the extension
- buttonParameter
- checkboxParameter
- checkboxParameterByIndex
- checkboxSliderParameter
- commandParameter
- doShortcut
- doShowParameter
- dynamicPopupSliderParameter
- functionParameter
- menuParameter
- popupParameter
- popupParameters
- popupSliderParameter
- radioButtonParameter
- shortcutParameter
- sliderParameter
- volumeSliderParameter
- xyParameter
Signature | plugins.finalcutpro.tangent.common.buttonParameter(group, param, id, label) -> number |
---|---|
Type | Function |
Description | Sets up a new Button Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.checkboxParameter(group, param, id, label) -> number |
---|---|
Type | Function |
Description | Sets up a new Checkbox Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.checkboxParameterByIndex(group, section, nextSection, id, label, index) -> number |
---|---|
Type | Function |
Description | Sets up a new AXCheckBox object for the Tangent. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.checkboxSliderParameter(group, id, label, options, resetIndex) -> number |
---|---|
Type | Function |
Description | Sets up a new Popup Slider parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.commandParameter(group, id, commandID) -> number |
---|---|
Type | Function |
Description | Sets up a new Command Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.doShortcut(id) -> none |
---|---|
Type | Function |
Description | Triggers a shortcut via Rx. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.doShowParameter(group, param, id, label) -> number |
---|---|
Type | Function |
Description | Sets up a new DoShow Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.dynamicPopupSliderParameter(group, param, id, label, defaultValue) -> number |
---|---|
Type | Function |
Description | Sets up a new Popup Slider parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.functionParameter(group, id, label, fn) -> number |
---|---|
Type | Function |
Description | Sets up a new Function Parameter for the Tangent. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.menuParameter(group, id, label, path) -> number |
---|---|
Type | Function |
Description | Sets up a new Final Cut Pro Menu Parameter for the Tangent. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.popupParameter(group, param, id, value, label) -> number |
---|---|
Type | Function |
Description | Sets up a new Popup Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.popupParameters(group, param, id, options) -> number |
---|---|
Type | Function |
Description | Sets up a new Popup Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.popupSliderParameter(group, param, id, label, options, resetIndex) -> number |
---|---|
Type | Function |
Description | Sets up a new Popup Slider parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.radioButtonParameter(group, param, id, label) -> number |
---|---|
Type | Function |
Description | Sets up a new Checkbox Parameter for the Tangent |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.shortcutParameter(group, id, label, shortcutID) -> number |
---|---|
Type | Function |
Description | Sets up a new Final Cut Pro Shortcut Parameter for the Tangent. |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.sliderParameter(group, param, id, minValue, maxValue, stepSize, default, label, optionalParamA, optionalParamB) -> number, parameter |
---|---|
Type | Function |
Description | Sets up a new Slider Parameter |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.volumeSliderParameter(group, param, id, minValue, maxValue, stepSize, default, label) -> number, parameter |
---|---|
Type | Function |
Description | Sets up a new Volume Slider Parameter |
Parameters |
|
Returns |
|
Signature | plugins.finalcutpro.tangent.common.xyParameter(group, param, id, minValue, maxValue, stepSize) -> number |
---|---|
Type | Function |
Description | Sets up a new XY Parameter |
Parameters |
|
Returns |
|