I would like to crossfade between tracks in a rotation. Before the  
rotation is started an intro should be played.
I tested the following code:

s_intro = single("...")
s_rot = smart_crossfade(rotate([pl1,pl2,pl3]))
s_seq = sequence([s_intro, s_rot])

When s_seq becomes active (e.g. by a switch statement) s_intro is  
played but at its end it is crossfaded into the first track of s_rot.
My assumption that the crossfading only applies to the transitions  
between tracks of s_intro seems to be wrong. Any idea?
Thanks.

Andreas



------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to