Skip to content

Commit

Permalink
Select matching folder before checking for first overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha committed Feb 6, 2025
1 parent 4eb7799 commit 01b859b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReaClassical/ReaClassical_3-point Insert Edit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ function copy_source()
Main_OnCommand(40311, 0) -- Set ripple-all-tracks
Main_OnCommand(40289, 0) -- Item: Unselect all items
GoToMarker(0, 998, false)
local left_overlap = check_overlapping_items()
select_matching_folder()
local left_overlap = check_overlapping_items()
Main_OnCommand(40625, 0) -- Time Selection: Set start point
GoToMarker(0, 999, false)
local right_overlap = check_overlapping_items()
Expand Down
2 changes: 1 addition & 1 deletion ReaClassical/ReaClassical_Insert with timestretching.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ function copy_source(xfade_len)
Main_OnCommand(40311, 0) -- Set ripple-all-tracks
Main_OnCommand(40289, 0) -- Item: Unselect all items
GoToMarker(0, 998, false)
local left_overlap = check_overlapping_items()
select_matching_folder()
local left_overlap = check_overlapping_items()
Main_OnCommand(40625, 0) -- Time Selection: Set start point
GoToMarker(0, 999, false)
local right_overlap = check_overlapping_items()
Expand Down
2 changes: 1 addition & 1 deletion ReaClassical/ReaClassical_S-D Edit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ function copy_source()
Main_OnCommand(40311, 0) -- Set ripple-all-tracks
Main_OnCommand(40289, 0) -- Item: Unselect all items
GoToMarker(0, 998, false)
local left_overlap = check_overlapping_items()
select_matching_folder()
local left_overlap = check_overlapping_items()
Main_OnCommand(40625, 0) -- Time Selection: Set start point
GoToMarker(0, 999, false)
local right_overlap = check_overlapping_items()
Expand Down

0 comments on commit 01b859b

Please sign in to comment.