diff --git a/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Swell FX (reverse sample).lua b/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Swell FX (reverse sample).lua index 6c7be6181..dc2da0b0f 100644 --- a/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Swell FX (reverse sample).lua +++ b/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Swell FX (reverse sample).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)