Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
1

Event list for premiere pro

Community Beginner ,
Nov 12, 2023 Nov 12, 2023

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.

TOPICS
SDK

Views

397
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Contributor , Nov 12, 2023 Nov 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
- onEncoderJobErro

...

Votes

Translate
Adobe Employee , Nov 13, 2023 Nov 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.

Votes

Translate
Community Beginner ,
Nov 12, 2023 Nov 12, 2023

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Nov 12, 2023 Nov 12, 2023

Copy link to clipboard

Copied

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

https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-seque...

 

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 13, 2023 Nov 13, 2023

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines