Browse Source

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

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

+ 1
- 1
4PointCutting/4Pcut_execute.lua 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


Loading…
Cancel
Save