BASS FX 1.1 delphi codes only for Delphi 6 ?

Started by Fredstap,

Fredstap

Hello everybody
I use delphi 3 and i have no problem to convert bass.pas for delphi 3. only change the var type int64 into longint.
If you do that, you can read and compile without problems the samples given in the versiion bass1.7.zip.

But with BASS FX 1.1 i have transform bass fx.pas like for bass.pas but i could read the samples because they are in D6 format.

It is a petty because lots of shool use only D1 or D2 or D3

(: JOBnik! :)

Hi ;D

1st of all, there's only a Reverse function:
BASS_FX_ReverseSetPosition(..)
that uses a 64 bit Integers :)

I don't know Delphi, so I guess try the same as Ian wrote in this thread:
http://www.un4seen.com/YaBB.cgi?board=bass&action=display&num=1043967555

Hope it helps ;)

Have fun!

8) JOBnik! 8)