Hi I'm using Bass 1.8 in c++, when I call this code to initalise Bass
if (!BASS_Init(-1,44100,0,0)){
TRACE("Bass not Init");}
I get the following debug message
DSOUND: Error: DSBCAPS_CTRLFREQUENCY is invalid with DSBCAPS_CTRLFX
DSOUND: Error: Invalid buffer description
Can someone explaine why this is and how to correct it
Many thanks in advance