Skip to content

Commit

Permalink
fix: save postroll when saving
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Sep 4, 2021
1 parent a86876d commit 9c79f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oooooo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ end
function loop_save_wav(i,savename)
buffernum=uC.bufferMinMax[i][1]
pos_start=uC.bufferMinMax[i][2]+params:get(i.."start")
softcut.buffer_write_mono(savename,pos_start,params:get(i.."length"),buffernum)
softcut.buffer_write_mono(savename,pos_start,params:get(i.."length")+2,buffernum)
end

function backup_save(savename)
Expand Down

0 comments on commit 9c79f16

Please sign in to comment.