We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7260e commit 2a85dfeCopy full SHA for 2a85dfe
1 file changed
View/amagalma_Smooth scroll arrange view right.lua
@@ -1,8 +1,11 @@
1
-- @description Smooth scroll arrange view right
2
-- @author amagalma
3
--- @version 1.00
+-- @version 1.01
4
+-- @changelog Auto-terminate and re-run script if shortcut key is held down
5
-- @donation https://www.paypal.me/amagalma
6
7
+reaper.set_action_options( 1|2 )
8
+
9
local ret = tonumber(reaper.GetExtState("amagalma_Smooth Scroll", "scroll"))
10
local scroll = ret and ret or 49
11
ret = tonumber(reaper.GetExtState("amagalma_Smooth Scroll", "max_duration"))
0 commit comments