Skip to content

Commit

Permalink
Release Background Save Project v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanChi committed Sep 28, 2023
1 parent 059f289 commit 5780c09
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Project Properties/bryanchi_Background Save Project.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
-- @description Background Save Project
-- @author Bryan Chi
-- @version 0.9

r=reaper
dofile(r.GetResourcePath() .. "/UserPlugins/ultraschall_api.lua")



path = r.GetProjectPath()
ProjNm = r.GetProjectName( 0)

filename = path..'/'..ProjNm



current_copyqueue_position = ultraschall.CopyFile_AddFileToQueue(filename, path..'/'..ProjNm..'-bak' , false )
instance_number = ultraschall.CopyFile_StartCopying()
SLEM()

0 comments on commit 5780c09

Please sign in to comment.