Le Monday 22 September 2008 16:49:19 David Baelde, vous avez écrit :
> Hi,

        Hi too !

> Could you please send your script, or better, try to simplify your
> script at most as possible while keeping the bug ?

There was also a bug-not-really-a-bug with switches. If I remember well, there 
was a tricky thing in the transitions where if you didn't pay enough 
attention, there could be a gap in the two values, something like:
   playlists = switch(track_sensitive=false, transitions=[start,start],
                     [({0s-29s}, electro,
                     ({30s-59s}, reggae])

In this example, there is a gap between 29s and 30s, which caused the 
transition to not happen (ticket #127).

The solution was to write:
 playlists = switch(track_sensitive=false, transitions=[start,start],
                     [({0s-30s}, electro,
                     ({30s-60s}, reggae])

It might not apply here, but I though it was worth to explain, since it can be 
confusing.


Romain


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to