Skip to content

Commit

Permalink
Release Link time selection or loop points to arrange view v1.1 (#1312)
Browse files Browse the repository at this point in the history
- Fixed dependency on option "Loop points linked to time selection"
  • Loading branch information
AZpercussion authored Feb 9, 2024
1 parent 00f9a83 commit 047d577
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
-- @description Link time selection to arrange view
-- @description Link time selection or loop points to arrange view
-- @author AZ
-- @version 1.0
-- @version 1.1
-- @changelog - Fixed dependency on option "Loop points linked to time selection"
-- @link Forum thread https://forum.cockos.com/showthread.php?t=288069
-- @donation Donate via PayPal https://www.paypal.me/AZsound
-- @about
-- #Link time selection to arrange view
-- # Link time selection or loop points to arrange view
--
-- Useful for looping visible arrange area while editing.
--
Expand Down Expand Up @@ -55,7 +56,7 @@ function main()

end

local _, _ = reaper.GetSet_LoopTimeRange2( 0, true, false, startTSgrid, endTSgrid, false )
local _, _ = reaper.GetSet_LoopTimeRange2( 0, true, true, startTSgrid, endTSgrid, false )

local playState = reaper.GetPlayStateEx(0)
local curPos
Expand Down

0 comments on commit 047d577

Please sign in to comment.