Brandon Casci wrote: > Basically I was confused about the function of the random(). I knew it > was choosing a something from each playlist, but in turn I thought it > was also choosing a random element from each one.
I'm glad I could clarify this. In general, it is important to keep in mind that a source is nothing but a stream of tracks. An operator takes a source, and can only use it as a stream of tracks: see if a track is available, get its data, see if another is available, etc. It has no idea of how these tracks are built. This limited interface is the key to modularity. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
