Hey Ian
So the last issue involves deploying my app to Windows Phone store with the BASS library.
It looks like Bass.Net.WinStore.dll references a bunch of different dlls, like bassmidi.dll, bassmix.dll, etc. so these files need to be included in the app package so that the Store deployment test doesn't fail.
I included these files, but the Store test tells me there is one file missing and won't allow me to upload my app. It's bass_fx.dll. I couldn't find this file in the library. I hope it is compiled for Windows Phone and exists, but just wasn't included in the zip file.
I must add that I am only using the functions in bass.dll and not any other dlls, so a .NET wrapper for bass.dll, a compact version if you will, would be more suitable as it won't force me to include unnecessary dlls with my app package.