Skip to content

Commit f6aa0dd

Browse files
authored
Update Auto-set loop points to selected items.lua
1 parent b2e0301 commit f6aa0dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Various/Auto-set loop points to selected items.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- @description Auto-set loop points to selected items (background)
22
-- @author smandrap
3-
-- @version 1.1
3+
-- @version 1.2
44
-- @changelog
5-
-- fix my brain
5+
-- moar fix
66
-- @donation https://paypal.me/smandrap
77
-- @about
88
-- Select items -> loop points are set to those items. Useful for quickly auditioning loops.
@@ -69,6 +69,7 @@ local function exit()
6969
reaper.set_action_options(8)
7070
end
7171

72+
reaper.Main_OnCommand(41039, 0) -- "set loop points"
7273
sel_items, sel_item_cnt = get_items(sel_items)
7374

7475
reaper.atexit(exit)

0 commit comments

Comments
 (0)