RPR EnumProjectMarkers2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber))
(Examples)
 
(7 intermediate revisions not shown)
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)=
+
=EnumProjectMarkers2()=
 +
'''int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber)'''
 +
 
Enumerates (lists) the currently defined project markers.
Enumerates (lists) the currently defined project markers.
==Parameters==
==Parameters==
Line 12: Line 14:
==Returns==
==Returns==
-
  integer
+
  An array. containing:
 +
  integer
 +
  void* proj,
 +
  int idx,
 +
  bool* isrgn,
 +
  double* pos,
 +
  double* rgnend,
 +
  char** name,
 +
  int* markrgnindexnumber
 +
 
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_marker}}
 +
 +
{{SeeAlso_project}}
 +
 +
''(Section automatically generated, edits may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 12:23, 28 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > 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

marker: AddProjectMarker, SetProjectMarker, SetProjectMarker2, DeleteProjectMarker, EnumProjectMarkers, EnumProjectMarkers2,

project: GetItemProjectContext, GetProjectPath, GetProjectPathEx, GetProjectTimeSignature, GetProjectTimeSignature2, Main_openProject, SelectProjectInstance, SetProjectMarker, SetProjectMarker2, UpdateItemInProject, plugin_getImportableProjectFilterList, projectconfig_var_addr, projectconfig_var_getoffs, AddProjectMarker, DeleteProjectMarker, EnumProjectMarkers, EnumProjectMarkers2, EnumProjects,

(Section automatically generated, edits may be overwritten.)

Stuff

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

Personal tools