Copy link to clipboard
Copied
Is there a way to toggle audio/video Track Lock in Premiere Pro with Mamoworld Automation Blocks (aescript plugin)?
@Bruce Bullis
Is there a way to toggle audio/video Track Lock in Premiere Pro, with Extendscript API (or QE DOM) ?
Yes, Track objects (in the normal DOM) have isLocked() and setLocked() methods.
Today we published an update of Automation Blocks, which includes a block to execute arbitrary jsx code. With this, you can now also lock tracks with Automation Blocks.
See https://docs.mamoworld.com/automation-blocks/block-reference/prOther#track-set-locked
Copy link to clipboard
Copied
Yes, Track objects (in the normal DOM) have isLocked() and setLocked() methods.
Copy link to clipboard
Copied
Intereting! Are those new? I don't find isLockedd/setLocked in the docs:
https://ppro-scripting.docsforadobe.dev/sequence/track.html#methods
Copy link to clipboard
Copied
> Are those new?
No, just under-documented.
Copy link to clipboard
Copied
Automation Blocks does not support this, yet. On my feature request list now with link to this discussion 🙂
Copy link to clipboard
Copied
Today we published an update of Automation Blocks, which includes a block to execute arbitrary jsx code. With this, you can now also lock tracks with Automation Blocks.
See https://docs.mamoworld.com/automation-blocks/block-reference/prOther#track-set-locked