d:=ListBox3.ItemIndex;
BASS_SetDevice(d);
if bass_init(1, 44100, 0, handle, nil)=false then
When I run the program shows an error: "Access violation".
And if bass_init(-1,..
then BASS_SetDevice(d);
is not work, BASS_SetDevice(0)=(1)=(2)=(3) - no difference.