diff --git a/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Reversed on new track.lua b/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Reversed on new track.lua index 802829c93..290859ade 100644 --- a/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Reversed on new track.lua +++ b/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Reversed on new track.lua @@ -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 @@ -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)