RPR Main openProject
From CockosWiki
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR Main openProject
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR Main openProject
Contents |
Main_openProject()
void Main_openProject(char* name)
This opens a project, it will prompt the user to save the current project if needed.
If you pass a .RTrackTemplate file then it adds that to the current project instead.
Parameters
char* name
Returns
An array, containing char* name
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 Main openProject
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR Main openProject
Categories: API | ReaScript | Perl | Python
