Expand my Community achievements bar.

How to get all markers in Premiere Pro plugin

Avatar

Level 1

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();
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Employee

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... 

 

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.