docs » plugins.finalcutpro.touchbar.virtual
Virtual Touch Bar Plugin.
- Constants - Useful values which cannot be changed
- LOCATION_TIMELINE
- VISIBILITY_ALWAYS
- VISIBILITY_DEFAULT
- VISIBILITY_FCP
- Functions - API calls offered directly by the extension
- updateLocation
- Fields - Variables which can only be accessed from an object returned by a constructor
- enabled
- location
- visibility
| Signature | plugins.finalcutpro.touchbar.virtual.LOCATION_TIMELINE -> string |
|---|---|
| Type | Constant |
| Description | Virtual Touch Bar is displayed in the top centre of the Final Cut Pro timeline |
| Signature | plugins.finalcutpro.touchbar.virtual.VISIBILITY_ALWAYS -> string |
|---|---|
| Type | Constant |
| Description | Virtual Touch Bar is Always Visible |
| Signature | plugins.finalcutpro.touchbar.virtual.VISIBILITY_DEFAULT -> string |
|---|---|
| Type | Constant |
| Description | The default visibility. |
| Signature | plugins.finalcutpro.touchbar.virtual.VISIBILITY_FCP -> string |
|---|---|
| Type | Constant |
| Description | Virtual Touch Bar is only visible when Final Cut Pro is active. |
| Signature | plugins.finalcutpro.touchbar.virtual.updateLocation() -> none |
|---|---|
| Type | Function |
| Description | Updates the Location of the Virtual Touch Bar |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.touchbar.virtual.enabled <cp.prop: boolean> |
|---|---|
| Type | Field |
| Description | Is true if the plugin is enabled. |
| Signature | plugins.finalcutpro.touchbar.virtual.location <cp.prop: string> |
|---|---|
| Type | Field |
| Description | The Virtual Touch Bar Location Setting |
| Signature | plugins.finalcutpro.touchbar.virtual.visibility <cp.prop: string> |
|---|---|
| Type | Field |
| Description | When should the Virtual Touch Bar be visible? |