Different behaviour in CF_Event_nextTrack
I could have sworn that I mentioned this before, but now I can't find it.
Anyway...
I use CF_Event_nextTrack and CF_Event_prevTrack to update the track title sent to an external display.
The display is not very big (12 chars) so usually I have to scroll the artist / song.
Now, if I manually click FWD / REV, the event fires, my timer starts and it keeps "ticking" away nicely.
Code:
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:14
12-3 Doors Down-Here By Me
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:14
Sending...
Here By M 12
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:14
Start
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:15
tmrScrollToSID_Tick
500
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:15
Interval 400
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:15
Sending...
3 Doors D 12
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:15
tmrScrollToSID_Tick
400
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:15
Sending...
Doors Do 12
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:16
tmrScrollToSID_Tick
400
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:16
Sending...
Doors Dow 12
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:16
tmrScrollToSID_Tick
400
----------------------------------------------------------------------------------------------------------
2006-09-28 14:59:16
Sending...
oors Down 12
----------------------------------------------------------------------------------------------------------
But if I let the song end and CF changes to the next by itself, the timer is running, but it never "ticks".
Code:
----------------------------------------------------------------------------------------------------------
2006-09-28 15:13:14
12-3 Doors Down-Here By Me
----------------------------------------------------------------------------------------------------------
2006-09-28 15:13:14
Sending...
Here By M 12
----------------------------------------------------------------------------------------------------------
2006-09-28 15:13:14
Start
----------------------------------------------------------------------------------------------------------
2006-09-28 15:13:24
ibInterface Close
OK
----------------------------------------------------------------------------------------------------------
2006-09-28 15:13:24
Timer Status:
True
----------------------------------------------------------------------------------------------------------