Hi,
I'd like to use 3d stuff. Whenever i try to set BASS_ChannelSet3DPosition, i get the error code BASS_ERROR_NO3D
Do i need to config the channel as well to have 3d supported?. I use the following code and note that i dont get any error with these:
BASS_Init(-1, 44100,initFlags.BASS_DEVICE_3D, IntPtr.Zero, IntPtr.Zero);
stream = BASS_StreamCreateURL(url, 0, flags.BASS_SAMPLE_3D & flags.BASS_SAMPLE_MONO, 0, 0);
Why wouldn't the init or stream codes return the NO3D error but only the BASS_ChannelSet3DPosition afterwards?
Thanks