Browse Source

4PointCutting: Switched to SWS paste, somehow this improves reliability...

master
Ludwig Frühschütz 4 years ago
parent
commit
ef30edcf2f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      4PointCutting/4Pcut_execute.lua

+ 2
- 2
4PointCutting/4Pcut_execute.lua View File

@ -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


Loading…
Cancel
Save