Josh <[email protected]> a écrit : > hello all, > how can I insert say, every two songs, a station id or jingle? I do > have cross fade enabled, and I got told this will cores problems. > thanks for any help, > josh.
Hi, Have a look to "rotate" with 1,2 argument (1 jingle for 2 songs) if you want to respect strictly this proportion. You can also use "random" for a more human effect :) radio = random(weights=[1,2],[ jingles, radio ]) I use rotate for my radio to insert jingles between every tracks with crossfade enabled without problem. Fred ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
