Skip to content

Commit

Permalink
Release FX Devices v1.0beta9.6.2.1 (#1207)
Browse files Browse the repository at this point in the history
-Fix console message popping up when adding fx with enter key
  • Loading branch information
BryanChi authored Jul 6, 2023
1 parent 6784f0e commit 65f3763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FX/BryanChi_FX Devices.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65f3763

Please sign in to comment.