Here's the fix that Romain meant to do...

On Mon, Nov 14, 2011 at 12:34 PM, Henry Favretto <[email protected]> wrote:
> ************************
> # Crossfade songs 15 seconds
> fade.out = fade.out(type="sin",duration=15.0)
> fade.in  = fade.in(type="sin",duration=10.0)
> add = fun (a,b) -> add(normalize=false,[b, a])
> radio = smart_crossfade(
>     fade_out = 15.0,
>     fade_in = 10.0,
>     start_next = 25.0,
>     margin = 3.0,
>     high = -15.0,
>     medium = -30.0,
>     conservative = true,
>     default = fun (a,b) -> add(fade.out(a),fade.in(b)),

default = fun(a,b)->begin log(" *** DEFAULT *** ")
add(fade.out(a),fade.in(b)) end,

>     radio
>   )
> ************************

Hope this helps. Off the top of my head I don't see anything that
might have changed recently in smart crossfade.

Cheers,

David

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to