Skip to content

Commit

Permalink
Update az_Fade tool (work on context of mouse, razor or time selectio…
Browse files Browse the repository at this point in the history
…n).lua
  • Loading branch information
AZpercussion authored Aug 28, 2024
1 parent d39cfe8 commit 5653404
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,9 @@ end
-----------------------

function MouseOverWhat(razorEdits)
if not reaper.APIExists("reaper.JS_Mouse_GetCursor") then
if not reaper.APIExists("JS_Mouse_GetCursor") then
reaper.ShowMessageBox('Missing API!\nInstall js_ReaScriptAPI from ReaPack', 'Fade tool',0)
reaper.defer(function()end)
return
end
local currentcur = reaper.JS_Mouse_GetCursor()
local fadeid = {105,184, 529}
Expand Down

0 comments on commit 5653404

Please sign in to comment.