RPR EnumProjectMarkers2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Parameters)
(int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber))
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
=int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)=
=int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)=
 +
Enumerates (lists) the currently defined project markers.
==Parameters==
==Parameters==
  void* proj, -- do not specify unless calling EnumProjectMarkers2
  void* proj, -- do not specify unless calling EnumProjectMarkers2

Revision as of 23:22, 29 October 2009

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR EnumProjectMarkers2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR EnumProjectMarkers2

Contents

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

integer

Examples

Perl


Python


See Also

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR EnumProjectMarkers2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR EnumProjectMarkers2

Personal tools