When I stop a music file while using BASS it's BASS_ChannelSlideAttributes function, I cannot restart the playback again after I stopped it. I never had this problem before and also can't exactly tell from which version it started to happen. I think it started after upgrading to version 2.0.0.17.
I also tried upgrading to version 2.0.0.18, this did not solve the problem.
My code looks like the following:
BASS_ChannelSetAttributes chan, -1, 0, -1
BASS_ChannelSlideAttributes chan, -1, Round(VolValue, 0), -1, 1000
BTW: This behaviour is the same as when you are unable to start after starting to play a song in Winamp, this problem was posted earlier on the forum.