top of page
- API -
projID = reaper.AZ_OpenProject(projectPath)
- API Detail-
▼Input values
projectPath(string): path of the project file (.rpp) to open
▼Output values
projID(ReaProject): handle of the opened project
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projectPath = "C:/path/to/project.rpp"
projID = reaper.AZ_OpenProject(projectPath)
Msg(projID)
PROJECT
AZ_OpenProject
Supported versions:
2.0.0
onwards
Open a project

bottom of page
