hi,

replace this line in your past script:
        full = fallback(track_sensitive=false,[live,music])
with:
        #Short crossfade (4s long) between different sources
        def fallback_transition(previous, next) =
                add([fade.in(next), fade.final(duration=4., previous)])
        end
        full = fallback(
                track_sensitive=false,
                transitions=[fallback_transition, fallback_transition],
                [live,music]
        )

HTH

On 21/08/2011 22:20, Josh wrote:
> hi all,
> can i do the following?:
> when the live sorce comes from:
> live = input.http('http://blradio.tk:8000/live')
> can I fade it when I start streaming live and when I finish it fades back to 
> auto dj?
>
> thanks, josh.
>
>
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
>
>
>
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users

-- 
best regards,

okay_awright
<okay_awright AT ddcr DOT biz>
[PGP key on request]

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to