diff --git a/4PointCutting/4Pcut_execute.lua b/4PointCutting/4Pcut_execute.lua index c7ebedc..428399c 100644 --- a/4PointCutting/4Pcut_execute.lua +++ b/4PointCutting/4Pcut_execute.lua @@ -175,8 +175,8 @@ reaper.Main_OnCommand(40060, 0) -- copy selected items under time selection 4138 -- Move edit cursor to Dest-In and Paste reaper.MoveEditCursor(mark_dstin_pos - reaper.GetCursorPosition(), false) select_dst_track_only() -reaper.Main_OnCommand(40058, 0) -- paste item ---reaper.Main_OnCommand( reaper.NamedCommandLookup('_SWS_AWPASTE'), 0 ) -- SWS Paste +--reaper.Main_OnCommand(40058, 0) -- paste item +reaper.Main_OnCommand( reaper.NamedCommandLookup('_SWS_AWPASTE'), 0 ) -- SWS Paste -- Crossfade (only with SWS extensions, "fill gaps") if sws_present then -- select track with selected items