From e732d55807453169200d529f3987ef1e791728ad Mon Sep 17 00:00:00 2001 From: AZpercussion <70285853+AZpercussion@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:01:10 +0300 Subject: [PATCH 1/2] Release Fade tool (works on context of mouse, razor or time selection) v2.11 repair saving of text field options --- ...ork on context of mouse, razor or time selection).lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua b/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua index 77534953b..cafe15fde 100644 --- a/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua +++ b/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua @@ -1,8 +1,7 @@ -- @description Fade tool (works on context of mouse, razor or time selection) -- @author AZ --- @version 2.1 --- @changelog --- repair compatibility that affects batch fades/crossfades +-- @version 2.11 +-- @changelog repair saving of text field options -- @provides -- az_Fade tool (work on context of mouse, razor or time selection)/az_Options window for az_Fade tool.lua -- [main] az_Fade tool (work on context of mouse, razor or time selection)/az_Open options for az_Fade tool.lua @@ -74,8 +73,8 @@ function GetExtStates(OptionsTable) for i = 1, #option[4] do local var = option[4][i] if state == var then - break wrong = false + break end end @@ -2207,7 +2206,7 @@ end --------------------------- -----------START----------- -CurVers = 2.1 +CurVers = 2.11 version = tonumber( reaper.GetExtState(ExtStateName, "version") ) if version ~= CurVers then if not version or version < 2.0 then From 5e4237040d2718f8f5af941305142d8aab13745e Mon Sep 17 00:00:00 2001 From: Christian Fillion Date: Mon, 5 Aug 2024 01:42:16 -0400 Subject: [PATCH 2/2] s/2.11/2.1.1/ --- ...tool (work on context of mouse, razor or time selection).lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua b/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua index cafe15fde..670080658 100644 --- a/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua +++ b/Items Editing/az_Fade tool (work on context of mouse, razor or time selection).lua @@ -1,6 +1,6 @@ -- @description Fade tool (works on context of mouse, razor or time selection) -- @author AZ --- @version 2.11 +-- @version 2.1.1 -- @changelog repair saving of text field options -- @provides -- az_Fade tool (work on context of mouse, razor or time selection)/az_Options window for az_Fade tool.lua