4PointCutting: Switched to SWS paste, somehow this improves reliability...
This commit is contained in:
parent
903086d383
commit
ef30edcf2f
@ -175,8 +175,8 @@ reaper.Main_OnCommand(40060, 0) -- copy selected items under time selection 4138
|
|||||||
-- Move edit cursor to Dest-In and Paste
|
-- Move edit cursor to Dest-In and Paste
|
||||||
reaper.MoveEditCursor(mark_dstin_pos - reaper.GetCursorPosition(), false)
|
reaper.MoveEditCursor(mark_dstin_pos - reaper.GetCursorPosition(), false)
|
||||||
select_dst_track_only()
|
select_dst_track_only()
|
||||||
reaper.Main_OnCommand(40058, 0) -- paste item
|
--reaper.Main_OnCommand(40058, 0) -- paste item
|
||||||
--reaper.Main_OnCommand( reaper.NamedCommandLookup('_SWS_AWPASTE'), 0 ) -- SWS Paste
|
reaper.Main_OnCommand( reaper.NamedCommandLookup('_SWS_AWPASTE'), 0 ) -- SWS Paste
|
||||||
-- Crossfade (only with SWS extensions, "fill gaps")
|
-- Crossfade (only with SWS extensions, "fill gaps")
|
||||||
if sws_present then
|
if sws_present then
|
||||||
-- select track with selected items
|
-- select track with selected items
|
||||||
|
Loading…
x
Reference in New Issue
Block a user