Author Topic: bass fx 1.2 problems  (Read 5947 times)

HellFire

  • Guest
bass fx 1.2 problems
« on: 7 Jul '03 - 12:36 »
hey

i've been trying out the included examples in bass_fx 1.2
4 some reason, th BASS_FX_TempoCreate and BASS_FX_ReverseCreate functions dont wok. both return an error code of 5. however, the handle returned by StreamCreateFile (using stream_decode flag) is i think correctly passed. (this is not my own code. i've been trying out the examples.

whats going wrong here?? (the dsp example works fine)
help me out

thnx
HellFire

Chris

  • Posts: 2216
Re: bass fx 1.2 problems
« Reply #1 on: 7 Jul '03 - 12:48 »
which compiler..??
delphi,VB,C++ C++Builder ?????
for the next post please tell us which compiler...
about Delphi I must say Tempo,Reverse,DSP will work fine...

The only Problem is the knowing Prob about BPM
(I think we must rewrite the Dll-Wrapper for Delphi)
Greets
Chris
« Last Edit: 7 Jul '03 - 15:52 by Chris »

(: JOBnik! :)

  • Posts: 1080
Re: bass fx 1.2 problems
« Reply #2 on: 7 Jul '03 - 13:33 »
Hi ;D

Does the precompiled examples in a C directory works?

Have fun!

8) JOBnik! 8)

HellFire

  • Guest
Re: bass fx 1.2 problems
« Reply #3 on: 5 Aug '03 - 13:02 »
hey

k i sorted out my problem. turns out that bas_fx and bass.bas were using differnt copies of bass.dll i actualy had 2 copies of tht dll. tht was th source o th problem

newyas everything works fine now. thanks a lot

HellFire