Skip to content

Commit

Permalink
Update Dulpicate notes octave up.lua
Browse files Browse the repository at this point in the history
updated main script name (Resample Notes Main.lua > daodan_Resample Notes Main.lua)
  • Loading branch information
jopoet authored Jan 12, 2025
1 parent a581ffa commit 132f96f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--and insert root note in the corresponding possition.
--Basically. There are several options here so you can change the behavior to suit your needs. See [USER SETTINGS] section below.

--This is a preset script. Can run main script (Resample Notes Main.lua) with [USER SETTINGS].
--This is a preset script. Can run main script (daodan_Resample Notes Main.lua) with [USER SETTINGS].
--Can be used to load preset from GUI script.

--Please keep list of variables in user setting section same as in main script
Expand Down Expand Up @@ -72,7 +72,7 @@ if wasRunToGetPresetFromGUI then return end --exit after loading user settings i
--RUN MAIN SCRIPT-----------------------
local dir = ({reaper.get_action_context()})[2]:match("^(.*[/\\])")
local goback = "..\\"
local mainScript = "Resample Notes Main.lua"
local mainScript = "daodan_Resample Notes Main.lua"
externalRun = 'preset script'

dofile(dir..goback..mainScript)
Expand Down

0 comments on commit 132f96f

Please sign in to comment.