Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Fade tool (works on context of mouse, razor or time selection) v2.11 #1419

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.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
-- [main] az_Fade tool (work on context of mouse, razor or time selection)/az_Open options for az_Fade tool.lua
Expand Down Expand Up @@ -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

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