Hi

I have a LS script to play one playlist in between various switches.

If I using smart-crossfade only for the playlist then never run the 
switches. If I using smart-crossfade after the switches, then all is ok 
and runnig. But I want only apply smart-crossfade to the playlist. Below 
is a simple example of what I want:

music = smart_crossfade(start_next=2., fade_in=0., fade_out=0.5, 
high=-15., medium=-32., margin=4., width=3., conservative=true,
playlist(mode="randomize",reload=1,reload_mode="rounds","/opt/Tangos")
)

radio = switch(track_sensitive = true, [

({0m0s-5m0s},delay(1200.,ident)),
({15m0s-20m0s},delay(1200.,drovet)),
({15m10s-20m10s},delay(1200.,color)),
({30m0s-35m0s},delay(1200.,ident)),
({45m0s-50m0s},delay(1200.,drovet)),
({45m10s-50m10s},delay(1200.,color)),
({true},music)

])

As you can see I apply SCF to the playlist only. In this configuration, 
when it is performed the playlist, then the switches never more run, and 
playlist is continuosly performed.

How can I set up this to apply SCF only to the playlist?

Thanks

Normando

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to