Hallo Bernd,
schwer zu sagen, wenn ich so wenig über dein Programm weiß - vielleicht so?
Delphi-Quellcode:
begin
for playindex := 0 to Pred(strs.Count) do
begin
// Play the stream (continuing from current position)
if not BASS_ChannelPlay(strs[Playindex], False) then
Error('Error playing stream!');
end;
end;
marabu