-small fix to allow overlapping of scheduled items.
This commit is contained in:
parent
9aec669104
commit
6c70e4994f
2 changed files with 4 additions and 5 deletions
|
@ -17,8 +17,10 @@ def append_title(m) =
|
|||
end
|
||||
|
||||
def crossfade(s)
|
||||
s = fade.in(type="log", s)
|
||||
s = fade.out(type="log", s)
|
||||
#duration is automatically overwritten by metadata fields passed in
|
||||
#with audio
|
||||
s = fade.in(type="log", duration=0., s)
|
||||
s = fade.out(type="log", duration=0., s)
|
||||
fader = fun (a,b) -> add(normalize=false,[b,a])
|
||||
cross(fader,s)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue