RPR EnumProjects
From CockosWiki
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR EnumProjects
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR EnumProjects
Contents |
EnumProjects()
void* EnumProjects(int idx, char* projfn, int projfnlen)
Enumerates (lists) the currently open projects.
Parameters
int idx, -1 for current project char* projfn, can be NULL if not interested in filename int projfnlen
Returns
An array, containing: void* int idx, char* projfn, int projfnlen
Examples
C++
Perl
Python
See Also
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 EnumProjects
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR EnumProjects
Categories: API | ReaScript | Perl | Python
