RPR EnumProjectMarkers2

From CockosWiki

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR EnumProjectMarkers2
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR EnumProjectMarkers2

Contents

EnumProjectMarkers2()

int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)

Enumerates (lists) the currently defined project markers.

Parameters

void* proj, -- do not specify unless calling EnumProjectMarkers2
int idx, 
bool* isrgn, 
double* pos, 
double* rgnend, 
char** name, 
int* markrgnindexnumber

Returns

An array. containing:
 integer
 void* proj, 
 int idx, 
 bool* isrgn, 
 double* pos, 
 double* rgnend, 
 char** name, 
 int* markrgnindexnumber

Examples

C++


Perl


Python


See Also

Markers: EnumProjectMarkers, EnumProjectMarkers2, SetProjectMarker, SetProjectMarker2,

Project: EnumProjectMarkers, EnumProjectMarkers2, EnumProjects, GetItemProjectContext, GetProjectPath, GetProjectPathEx, GetProjectTimeSignature, GetProjectTimeSignature2, Main_openProject, projectconfig_var_addr, projectconfig_var_getoffs, SelectProjectInstance, SetProjectMarker, SetProjectMarker2

Stuff

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR EnumProjectMarkers2
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR EnumProjectMarkers2