DSBCAPS_CTRLFREQ

Started by Steve,

Steve

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

Ian @ un4seen

It's just BASS checking for DX9... nothing to worry about :)

DJMM

Many thankx Ian for the advice and for the best DLL's I have ever used ;D

Steve