4PointCutting: Replaced "Fill Gaps" with true "Crossfade"

This commit is contained in:
Ludwig Frühschütz 2020-02-02 01:56:55 +01:00
parent f7734e9511
commit 903086d383

View File

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