during the live cut, new song

7 votes

def livefade(previous,next)
add([fade.initial(duration=4.,next),fade.final(duration=1.,previous)])
end



def backlivefade(previous,next)
source.skip(next)
add([fade.initial(duration=4.,type="exp",next), previous])
end


transitions=[livefade, backlivefade],

Not planned Suggested by: Christophe Upvoted: 26 Apr, '21 Comments: 0

Comments: 0