Skip to content

Instantly share code, notes, and snippets.

@Eyliess
Eyliess / reload_active_project.lua
Last active December 29, 2023 16:56
Reload the currently active Reaper Project
path=""
project, path=reaper.EnumProjects(-1, path)
if path == "" then
return
end
-- Close the current project tab
reaper.Main_OnCommand(40860, 0)