From 65f37632ae58bf69e9ded16c049253ffc4c426e7 Mon Sep 17 00:00:00 2001 From: BryanChi <93679021+BryanChi@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:37:18 +0900 Subject: [PATCH] Release FX Devices v1.0beta9.6.2.1 (#1207) -Fix console message popping up when adding fx with enter key --- FX/BryanChi_FX Devices.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FX/BryanChi_FX Devices.lua b/FX/BryanChi_FX Devices.lua index b90e594d7..c841287c0 100644 --- a/FX/BryanChi_FX Devices.lua +++ b/FX/BryanChi_FX Devices.lua @@ -1,7 +1,7 @@ -- @description FX Devices -- @author Bryan Chi --- @version 1.0beta9.6.2 --- @changelog -Fix FX adder +-- @version 1.0beta9.6.2.1 +-- @changelog -Fix console message popping up when adding fx with enter key -- @provides -- [effect] BryanChi_FX Devices/FXD Macros.jsfx -- [effect] BryanChi_FX Devices/FXD ReSpectrum.jsfx @@ -49,7 +49,7 @@ -- https://forum.cockos.com/showthread.php?t=263622 --------------------------== declare Initial Variables & Functions ------------------------ - VersionNumber = 'V1.0beta9.5.4-1 ' + VersionNumber = 'V1.0beta9.6.2.1 ' FX_Add_Del_WaitTime=2 r=reaper @@ -2940,7 +2940,7 @@ end if r.ImGui_IsKeyPressed(ctx, r.ImGui_Key_Enter()) then - msg(filtered_fx[ADDFX_Sel_Entry]) + InsertFX (filtered_fx[ADDFX_Sel_Entry]) ADDFX_Sel_Entry = nil elseif r.ImGui_IsKeyPressed(ctx, r.ImGui_Key_UpArrow()) then