Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
for i := 0 to Tracks - 1 do
if (Position > TrackPosition[i]) and (Position < TrackPosition[i] + TrackLength[i]) then
ShowMessage('We''re in track ' + IntToStr(i));