Skip to content

Commit 2a85dfe

Browse files
authored
Update amagalma_Smooth scroll arrange view right.lua
1 parent ea7260e commit 2a85dfe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

View/amagalma_Smooth scroll arrange view right.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
-- @description Smooth scroll arrange view right
22
-- @author amagalma
3-
-- @version 1.00
3+
-- @version 1.01
4+
-- @changelog Auto-terminate and re-run script if shortcut key is held down
45
-- @donation https://www.paypal.me/amagalma
56

7+
reaper.set_action_options( 1|2 )
8+
69
local ret = tonumber(reaper.GetExtState("amagalma_Smooth Scroll", "scroll"))
710
local scroll = ret and ret or 49
811
ret = tonumber(reaper.GetExtState("amagalma_Smooth Scroll", "max_duration"))

0 commit comments

Comments
 (0)