Skip to main content
Participant
November 12, 2023
Answered

Event list for premiere pro

  • November 12, 2023
  • 3 replies
  • 562 views

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.

This topic has been closed for replies.
Correct answer Dan McSweeney

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.

3 replies

Dan McSweeneyCorrect answer
Adobe Employee
November 13, 2023

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.

Ivan Stepanov
Legend
November 12, 2023

Here is the list of PPRO events, from this post:

https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-sequence/td-p/10900225

 

- onSourceClipSelectedInProjectPanel
- onSequenceActivated
- onActiveSequenceChanged
- onActiveSequenceSelectionChanged
- onActiveSequenceTrackItemAdded
- onActiveSequenceTrackItemRemoved
- onActiveSequenceStructureChanged
- onProjectChanged
- onProjectEndDrop
- onEncoderJobCanceled
- onEncoderJobQueued
- onEncoderJobComplete
- onEncoderJobError
- onEncoderJobProgress
- onEncoderLaunched

Participant
November 12, 2023

I also would like to know, when the application gains focus again, e.g. when the user comes back from a different program.