4PointCutting: Replaced "Fill Gaps" with true "Crossfade"
This commit is contained in:
parent
f7734e9511
commit
903086d383
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user