How to get all markers in Premiere Pro plugin | Community
Skip to main content
December 11, 2024
Question

How to get all markers in Premiere Pro plugin

  • December 11, 2024
  • 1 reply
  • 661 views

Hi i want to get all markers in a Premiere Pro plugin.

 

I tried following, but i get only undefined error. 

 

Any suggestions? 

const ppro = require("premierepro");

async function getAllMarkers() {
const project = await ppro.Project.getActiveProject();
const activeSequence = await project.getActiveSequence();
const markers = await activeSequence.getMarkers();
console.log(markers);
}

getAllMarkers();
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

erinferinferinf
Adobe Employee
Adobe Employee
January 6, 2025

Hi @enesk37619478,

 

The right forum to ask this question is here: https://community.adobe.com/t5/premiere-pro/ct-p/ct-premiere-pro?page=1&sort=latest_replies&lang=all&tabid=all&topics=label-sdk 

 

Tagging @bbb may help.

 

Sadly, the community.adobe.com forum (Creative Cloud) is not connected to experienceleaguecommunities.adobe.com (Experience Cloud) so there is no way to directly transfer your message.