Also from the cookbook
```def next(j,a,b)
  add(normalize=false,
          [ sequence(merge=true,
                     [ blank(duration=3.),
                       fade.initial(duration=6.,b) ]),
            sequence([fade.final(duration=9.,a),
                      j,fallback([])]) ])
end
```
This is never reaching the jingle `j` as fade.final is not ever completed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/719#issuecomment-465823359
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to