Author Topic: DSBCAPS_CTRLFREQ  (Read 2988 times)

Steve

  • Guest
DSBCAPS_CTRLFREQ
« on: 18 May '03 - 18:55 »
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

  • Administrator
  • Posts: 26028
Re: DSBCAPS_CTRLFREQ
« Reply #1 on: 18 May '03 - 23:16 »
It's just BASS checking for DX9... nothing to worry about :)

DJMM

  • Posts: 3
Re: DSBCAPS_CTRLFREQ
« Reply #2 on: 19 May '03 - 18:39 »
Many thankx Ian for the advice and for the best DLL's I have ever used ;D

Steve