From a581ffaad7171b9ce58ce015b976f56d15fbed5c Mon Sep 17 00:00:00 2001 From: daodan <80568709+jopoet@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:05:13 +0300 Subject: [PATCH] Update Dulpicate notes octave up (with fx).lua updated main script name (Resample Notes Main.lua > daodan_Resample Notes Main.lua) --- .../Dulpicate notes octave up (with fx).lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Dulpicate notes octave up (with fx).lua b/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Dulpicate notes octave up (with fx).lua index cf004ede4..7d97af5eb 100644 --- a/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Dulpicate notes octave up (with fx).lua +++ b/MIDI Editor/daodan_Resample Notes/Resample Notes Presets/Dulpicate notes octave up (with fx).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)