Skip to content

Commit

Permalink
Release Smart split items using mouse cursor context (also edit curso…
Browse files Browse the repository at this point in the history
…r, razor area and time selection) v3.15 (#1333)

- fixed one silly bug for new users
  • Loading branch information
AZpercussion authored Mar 12, 2024
1 parent 81dfab2 commit f859d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Items Editing/az_Smart split items by mouse cursor.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- @description Smart split items using mouse cursor context (also edit cursor, razor area and time selection)
-- @author AZ
-- @version 3.1
-- @changelog - fixed bug when razor area covers envelope
-- @version 3.15
-- @changelog - fixed one silly bug for new users
-- @provides [main] az_Smart split items by mouse cursor/az_Open options for az_Smart split items by mouse cursor.lua
-- @link Forum thread https://forum.cockos.com/showthread.php?t=259751
-- @donation Donate via PayPal https://www.paypal.me/AZsound
Expand Down Expand Up @@ -1714,10 +1714,10 @@ end

------------------
-------START------
CurVers = 3.1
CurVers = 3.15
version = tonumber( reaper.GetExtState(ExtStateName, "version") )
if version ~= CurVers then
if version < 3 then
if not version or version < 3 then
updateMSG()
else reaper.ShowMessageBox('The script was updated to version '..CurVers ,'Smart split',0)
end
Expand Down

0 comments on commit f859d30

Please sign in to comment.