Hi Guy, 2012/11/9 Guy Tarazy <guytra...@gmail.com>: > This is what i managed to sum up in my code...when its time to switch from 1 > source to another, LS dose fadeout and play a jingle..but then, returns to > the same source lol > it is not continuing to a scheduled show..instead its going straight back > where it faded out...any thoughts? > > > def insert_jingle(j,old,new) > old = fade.final(old) > #new = fade.initial(new) > sequence([old,j,new]) > end > > > # Schedule > #ahliveshow = rotate(weights = [1, 1], [jingles,ahlive]) > silkmornings = rotate(weights = [1, 6], [jingles,silk]) > chillout = rotate(weights = [1, 6], [jingles,chill]) > hortaweekly = rotate(weights = [1, 1, 2], > [jingles,hortaclassic,singles]) > moranhelman = rotate(weights = [1, 1, 2], [jingles,helmano,singles]) > tranceilsessions = rotate(weights = [1, 1, 2], > [jingles,tilsessions,singles]) > #danmeyer = rotate(weights = [1, 1, 2], [jingles,danmeyerdeep,singles]) > dashalove = rotate(weights = [1, 1, 2], [jingles,dasha,singles]) > rotating = rotate(weights=[1,2,1,5],[jingles,replays,jingles,singles]) > > default=fallback(track_sensitive=false,transitions=[insert_jingle(jingles)],[switch(track_sensitive=false,transitions=[insert_jingle(jingles),],[
This top-level fallback with a single source looks weird to me. Why do you have it? Romain ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users