Copy link to clipboard
Copied
Hi,
is there somewhere a list of events available to which I can bind my CEP Panels in Premiere Pro?
For example, I would like to get triggered when the activeSequence changes.
Thanks in advance.
Here is the list of PPRO events, from this post:
- onSourceClipSelectedInProjectPanel
- onSequenceActivated
- onActiveSequenceChanged
- onActiveSequenceSelectionChanged
- onActiveSequenceTrackItemAdded
- onActiveSequenceTrackItemRemoved
- onActiveSequenceStructureChanged
- onProjectChanged
- onProjectEndDrop
- onEncoderJobCanceled
- onEncoderJobQueued
- onEncoderJobComplete
- onEncoderJobErro
In addition to Ivan's Stepanov helpful answer;
Sorry, we don't keep a list. There are messages at the CEP (JavaScript) level, and there are messages at the PPro API (ExtendScript) level
Consider a search through the PProPanel code for usage of onActiveSequenceChanged
.
Copy link to clipboard
Copied
I also would like to know, when the application gains focus again, e.g. when the user comes back from a different program.
Copy link to clipboard
Copied
Here is the list of PPRO events, from this post:
- onSourceClipSelectedInProjectPanel
- onSequenceActivated
- onActiveSequenceChanged
- onActiveSequenceSelectionChanged
- onActiveSequenceTrackItemAdded
- onActiveSequenceTrackItemRemoved
- onActiveSequenceStructureChanged
- onProjectChanged
- onProjectEndDrop
- onEncoderJobCanceled
- onEncoderJobQueued
- onEncoderJobComplete
- onEncoderJobError
- onEncoderJobProgress
- onEncoderLaunched
Copy link to clipboard
Copied
In addition to Ivan's Stepanov helpful answer;
Sorry, we don't keep a list. There are messages at the CEP (JavaScript) level, and there are messages at the PPro API (ExtendScript) level
Consider a search through the PProPanel code for usage of onActiveSequenceChanged
.