INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: CurPlaylistAutomation and PlaybackAutomation out of sync  (Read 1400 times)

BBadenov

  • Regular Member
  • Member
  • *
  • Posts: 4
  • I'm a llama!
CurPlaylistAutomation and PlaybackAutomation out of sync
« on: October 29, 2004, 12:33:49 pm »

I have written a timer function to detect and generate events from MC 11.00.109, e.g. track change, playlist change, state change, etc.  A couple of times a second, the function looks at the CurPlaylistAutomation and the PlaybackAutomation and generates an event when various things change.  Specifically, when the CurPlaylist.Position changes, the function generates a PLAYLIST_POSITION_CHANGE event.  Unfortunately, the CurPlaylist.Position changes as much as several seconds before the current track actually finishes.  The MC user interface doesn't seem to have any problem with this as it indicates a track change only when the track finishes (but much later than when my function detects the position change via the playlist automation).

I would greatly appreciate any clarification about this and how I might more accurately figure out what's actually happening and when.
Logged
Pages: [1]   Go Up