OnCartPlayer… funktioniert nicht

Das stand noch als “to do” bei mir im Sourcecode, daher war es auch nicht aus dem Template entfernt :wink:

Es kommt gleich Build 3158. Testest du das bitte mal für mich? Die neuen Prozeduren lauten:

// Called when cart player is started
procedure OnCartwallPlayerStart(PlayerIndex: integer; Item: IAudioCartwallItem; PlaylistItem: IPlaylistItem);
begin
end;

// Called when cart player is stopped
procedure OnCartwallPlayerStop(PlayerIndex: integer; Item: IAudioCartwallItem; PlaylistItem: IPlaylistItem; Duration: TTimeValue);
begin
end;

// Called when cart player reaches EOF warning point
procedure OnCartwallPlayerEOFWarning(PlayerIndex: integer; Item: IAudioCartwallItem; PlaylistItem: IPlaylistItem);
begin
end;