Hello Ian, hello everybody.
Im working with Bass for Linux.
With Lazarus, everything OK but.... i have problems with BASS_ChannelSetDSP. (same problems with your example Ian).
I have used your example DSPtest and when i compile it :
rotdsp := BASS_ChannelSetDSP(chan, @Rotate,
0, 2);
i get the error :
Error: Incompatible type for arg no. 3: Got "ShortInt", expected "Pointer"
I have tryed with
rotdsp := BASS_ChannelSetDSP(chan, @Rotate
,nil, 2);
but also error...
What is the problem


Otherwise, thanks a lot Ian to care about Linux.
PS. Is it possible to use the DX effects with Linux (linux dont use DX).