I mean "Play" not "lay"
Further, maybe Ian knows this, if I try to play many live streams very fast after eachother. Than more streams are playing together (mixed) sometimes. Though at every start of a new play I call:
BASS_ChannelStop(Channel);
BASS_StreamFree(Channel);
How can I be sure to always Stop any playing music before I play another file. Is this a bug in bass? Or am I the idiot who's overloading the system?