RPR EnumProjectMarkers2
From CockosWiki
(Difference between revisions)
| Revision as of 09:09, 2 November 2009 MikeLacey (Talk | contribs) int EnumProjectMarkers2(void* proj, int idx, bool* isrgn, double* pos, double* rgnend, char** name, int* markrgnindexnumber) ← Previous diff |
Revision as of 16:23, 3 November 2009 MikeLacey (Talk | contribs) See Also Next diff → |
||
| Line 23: | Line 23: | ||
| </pre> | </pre> | ||
| ==See Also== | ==See Also== | ||
| + | {{SeeAlsoMarkerFunctions}} | ||
| + | |||
| ==Stuff== | ==Stuff== | ||
| {{API_Doc_Footer}} | {{API_Doc_Footer}} | ||
Revision as of 16:23, 3 November 2009
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
integer
Examples
Perl
Python
See Also
Markers: EnumProjectMarkers, EnumProjectMarkers2, SetProjectMarker, SetProjectMarker2,
Stuff
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR EnumProjectMarkers2
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR EnumProjectMarkers2
Categories: API | ReaScript | Perl | Python
