Hi
so after many testings I will have find a very strange Bug in the BPM Modul of the Bass_FX.dll
Following ....
If I`m starting with this proceure the bpm callback all will working fine
BASS_FX_BPM_CallbackSet(chan, @GetBPM_Callback, 10, 0, 0, DWORD(self)) ;
(tested with a long playlist of ~ 24 hours
NO PROBLEMS
but
if I`m using this
var
BPMMinMax1 : DWORD;
BPMMinMax1 := MakeLong(60, 180);
BASS_FX_BPM_CallbackSet(chan, @GetBPM_Callback, 10, BPMMINMAX1, 0, DWORD(self)) ;
then it will crash from time to time (allways on a different time-difference )
and allways on different Songs....
(sometimes after 10 min sometimes after 20 min allways different Times
so i have try to build a DR-Watson log.....
it seams that from time to time Bass_FX_BPMFree will crash...
(but absolute not logical because the crash is most Times in the Middle of a Song and there is no call of Bass_FX_BPM_Free)
@ Ian or JOBnik!
would be nive if you can take a look on the Crashlog...
You can download it here
http://cst-development.de/bass_samples/bass_fx/drwtsn32.logIt will show 2 crashes....
if you will need the dmp File let me know i can upload it..
by the way this error will only occur if using a BPMMinMax Value
Greets Chris