diff --git a/4PointCutting/4Pcut_execute.lua b/4PointCutting/4Pcut_execute.lua index 0e56d13..c7ebedc 100644 --- a/4PointCutting/4Pcut_execute.lua +++ b/4PointCutting/4Pcut_execute.lua @@ -190,7 +190,7 @@ if sws_present then reaper.Main_OnCommand( 40320, 0 ) -- nudge left edge of time selection left reaper.Main_OnCommand( 40323, 0 ) -- nudge right edge of time selection right reaper.Main_OnCommand( 40718, 0 ) -- select items on selected tracks and in time selection - reaper.Main_OnCommand( reaper.NamedCommandLookup('_SWS_AWFILLGAPSQUICKXFADE'), 0 ) -- fill gaps between selected items and crossfade + reaper.Main_OnCommand( reaper.NamedCommandLookup('_SWS_CROSSFADE'), 0 ) -- fill gaps between selected items and crossfade end -- Move dstin marker according to edit mode if edit_mode == 1 then