Hello,
I have already created a .NET-application for playing mp3s, changing the volume and so on using BASS.
Now I tried to change the tempo of a playing song using BASS_ChannelSetAttribute and BASS_ATTRIB_TEMPO but always got BASS_ERROR_ILLTYPE. (Yes, I did BassFx.LoadMe before).
Is there any documentation to use BASS_FX correctly in .NET?
Thanks,
Samuel